From ad7ef5b2b8b09f4a0eb30c20e76351f59ec64610 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 4 Oct 2011 00:16:39 +0200 Subject: add amsmath packages to Doxyfile to help generate tex formulas (fix doxy) (bzr r10662) --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 4225f0efe..302b2cdf2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -969,7 +969,7 @@ PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. -EXTRA_PACKAGES = +EXTRA_PACKAGES = amsmath amssymb # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until -- cgit v1.2.3