summaryrefslogtreecommitdiffstats
path: root/dissociator_syntax.tex
diff options
context:
space:
mode:
authorgrr <grr@lo2.org>2024-05-29 04:09:07 -0400
committergrr <grr@lo2.org>2024-05-29 04:09:07 -0400
commit8ed007ac0b41a73386871421ae8344f3c6ea1077 (patch)
tree519ca5c04ef78e2478229a975e2d7b4fc1b50156 /dissociator_syntax.tex
parentaf2e48d9e00d5c082e11fe2850f8a7aabbf0627a (diff)
downloadblueprint-8ed007ac0b41a73386871421ae8344f3c6ea1077.tar.gz
we're fucking close
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}