summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-04-17 22:00:16 +0300
committersyn <isaqtm@gmail.com>2020-04-17 22:00:16 +0300
commit6eccda8ad28b1263c05250d305840c157bc6281f (patch)
treee47dae8d181b566ff3c88afca752f5b75f98bddf
parent55b8806da4c2ca14827c37183d1c2edf4f7f2f49 (diff)
downloadtex2-6eccda8ad28b1263c05250d305840c157bc6281f.tar.gz
Some tweaks
-rw-r--r--intro.sty1
-rw-r--r--mathshit.sty2
2 files changed, 3 insertions, 0 deletions
diff --git a/intro.sty b/intro.sty
index cbc5b0c..174403a 100644
--- a/intro.sty
+++ b/intro.sty
@@ -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} } }