From 757a5dc38dea70ccbe756dd3686e474abff160b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?= Date: Mon, 6 May 2013 20:56:03 -0300 Subject: Restoring two setting related to previous Doxygen configuration of LaTeX output The settings are: * EXTRA_PACKAGES: The change fix a bug * PDF_HYPERLINKS: The change improve the reading if you aren't using an electronic device (bzr r12298.1.2) --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index f3903c2a8..629d23083 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1330,7 +1330,7 @@ PAPER_TYPE = a4 # 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 @@ -1351,7 +1351,7 @@ LATEX_FOOTER = # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. -PDF_HYPERLINKS = YES +PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a -- cgit v1.2.3