diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-05-06 23:56:03 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-05-06 23:56:03 +0000 |
| commit | 757a5dc38dea70ccbe756dd3686e474abff160b0 (patch) | |
| tree | 3e47abbcc0553ae27d41dd044ff8cf694f03d47b | |
| parent | Updated Doxygen configuration file to match new versions (diff) | |
| download | inkscape-757a5dc38dea70ccbe756dd3686e474abff160b0.tar.gz inkscape-757a5dc38dea70ccbe756dd3686e474abff160b0.zip | |
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)
| -rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
