From 8ed007ac0b41a73386871421ae8344f3c6ea1077 Mon Sep 17 00:00:00 2001 From: grr Date: Wed, 29 May 2024 04:09:07 -0400 Subject: we're fucking close --- dissociator_syntax.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dissociator_syntax.tex') 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} -- cgit v1.2.3