summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-10-03 22:16:39 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-10-03 22:16:39 +0000
commitad7ef5b2b8b09f4a0eb30c20e76351f59ec64610 (patch)
tree6f2a120fe91048f05040653ecf770cdc025cf668
parentadd ghostscript to path for doxygen (diff)
downloadinkscape-ad7ef5b2b8b09f4a0eb30c20e76351f59ec64610.tar.gz
inkscape-ad7ef5b2b8b09f4a0eb30c20e76351f59ec64610.zip
add amsmath packages to Doxyfile to help generate tex formulas (fix doxy)
(bzr r10662)
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
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