]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add mathtools package to mjo-common.tex.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 03:38:53 +0000 (22:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 03:38:53 +0000 (22:38 -0500)
mjo-common.tex

index edb5428046caad9e17e75fad390f1d56a3f8d819..4df86a07a3a9d70cbe77a2bc62aeebc6e178ffd5 100644 (file)
@@ -2,6 +2,8 @@
 % Only the most commonly-used macros. Needed by everything else.
 %
 
+\usepackage{mathtools}
+
 % Place the argument in matching left/right parntheses.
 \DeclarePairedDelimiter{\of}{ \lparen }{ \rparen }