From fd91442bcc5a20ba298a024ee2cc375ec4f1714d Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 29 Nov 2014 15:31:57 +0100 Subject: Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET Added the possibility for LATEX_EXTRA_STYLESHEET analogous to HTML_EXTRA_STYLESHEET. Special attention has been paid to the extension as ".sty" is automatically added by the \usepackage --- src/config.xml | 23 ++++++++++++++++++----- src/doxygen.cpp | 28 ++++++++++++++++++++++++++++ src/latexgen.cpp | 25 +++++++++++++++++++++++-- src/latexgen.h | 2 ++ src/util.cpp | 20 +++++++++++++++++--- src/util.h | 4 ++++ 6 files changed, 92 insertions(+), 10 deletions(-) diff --git a/src/config.xml b/src/config.xml index d46b8ef..9bce7eb 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1797,13 +1797,13 @@ doxygen -w html new_header.html new_footer.html new_stylesheet.css YourConfigFil since it does not replace the standard style sheet and is therefore more robust against future updates. Doxygen will copy the style sheet files to the output directory. - \note The order of the extra stylesheet files is of importance (e.g. the last - stylesheet in the list overrules the setting of the previous ones in the list). + \note The order of the extra style sheet files is of importance (e.g. the last + style sheet in the list overrules the setting of the previous ones in the list). ]]> +