summaryrefslogtreecommitdiffstats
path: root/dissociator_syntax.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dissociator_syntax.tex')
-rw-r--r--dissociator_syntax.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/dissociator_syntax.tex b/dissociator_syntax.tex
index ebf57fa..29efe01 100644
--- a/dissociator_syntax.tex
+++ b/dissociator_syntax.tex
@@ -5,6 +5,11 @@
\begin{equation*}#2
\end{equation*}}}
+\newcommand\splitshort[2]{
+ \parbox[t]{4in}{
+ \parbox{2.25in}{#1}
+ \parbox{1.7in}{#2}}}
+
\newcommand\gensplitmath[2]{
\parbox[t]{4in}{
\mathbox{2in}{#1}
@@ -69,5 +74,9 @@
\newcommand\aboveU[1]{\ensuremath{#1\mathord{>}}}
\newcommand\belowU[1]{\ensuremath{#1\mathord{<}}}
+% shortcuts
+\newcommand\BEQ[1]{\begin{equation*}#1\end{equation*}}
+\newcommand\BG[1]{\begin{gathered}#1\end{gathered}}
+
% change line spacing in amsmath align envs
\setlength\jot{0.5pt}