From 8e69093e71c6b82828dfe1570141e4dc1d485cfe Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 7 Mar 2016 22:38:53 -0500 Subject: [PATCH] Add mathtools package to mjo-common.tex. --- mjo-common.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mjo-common.tex b/mjo-common.tex index edb5428..4df86a0 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -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 } -- 2.43.2