summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-24 11:26:59 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-06-24 11:26:59 +0000
commit34a66b0d59851c51d44ba873ecb1e853685f68a3 (patch)
treeb43ffa4260ce80bbe641d0e7ad38c41a95235390 /doc/latex
parent98bb675b61c40f3b2dccaa6b762e70de11bd6599 (diff)
add amsmath package as per
<http://www.cactuscode.org/pipermail/developers/2005-June/001071.html> and following discussion git-svn-id: http://svn.cactuscode.org/flesh/trunk@4085 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index c631bf1c..25074922 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -47,6 +47,7 @@
\RequirePackage{graphicx}
\RequirePackage{latexsym}
\RequirePackage{amssymb}
+\RequirePackage{amsmath}
\RequirePackage{ifthen}
\RequirePackage{calc}
\RequirePackage{thumbpdf}