summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-07-25 17:37:54 +0200
committerMartin Braun <martin.braun@ettus.com>2014-07-26 13:02:57 +0200
commit5c5730782b8c087ab269d560ac586e64cd773c7f (patch)
tree855b7b9836275a3202c56f8bc7cdd732e5caadd8 /docs/doxygen
parent885cc643b5a10c217f043caa2ac7f077d3a24bad (diff)
docs: Added LaTeX packages for better math docs
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index 6afecbd1bf..3b82e2c40c 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -1437,7 +1437,7 @@ PAPER_TYPE = letter
# 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