diff options
-rw-r--r-- | intro.sty | 1 | ||||
-rw-r--r-- | mathshit.sty | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,7 @@ \setmonofont{Inconsolata LGC} \newfontfamily\slab{Roboto Slab} \newfontfamily\roboto{Roboto} +\newfontfamily\incons{Inconsolata} \setlength\headheight{13.6pt} diff --git a/mathshit.sty b/mathshit.sty index 2e892aa..0a64818 100644 --- a/mathshit.sty +++ b/mathshit.sty @@ -30,6 +30,8 @@ } \newcommand{\nodivby}{\cancel{\divby}} +\newcommand{\suchthat}{\;\ifnum\currentgrouptype=16 \middle\fi|\;} + \newcommand{\br}[1]{\left( #1 \right)} \newcommand{\brac}[2]{ \br{ \frac{#1}{#2} } } \newcommand{\dbrac}[2]{ \br{ \dfrac{#1}{#2} } } |