diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
commit | deaa34e0c1d990f37fe00e465ac7a22f705904f0 (patch) | |
tree | 8d5749ba8d587d7b753162c524b18f7e7cdf6a0b /doc/doxygen_usage.doc | |
parent | aacd1557af129e2bff3514169e04168376a2431b (diff) | |
download | Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.zip Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.gz Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.bz2 |
Release-1.8.3.1-20130324
Diffstat (limited to 'doc/doxygen_usage.doc')
-rw-r--r-- | doc/doxygen_usage.doc | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/doc/doxygen_usage.doc b/doc/doxygen_usage.doc index 59cef23..430846a 100644 --- a/doc/doxygen_usage.doc +++ b/doc/doxygen_usage.doc @@ -71,15 +71,19 @@ doxygen -w html header.html footer.html stylesheet.css <config_file> a file named Doxyfile and process that. When this is also not found it will used the default settings. -<li>For LaTeX output, you can generate the first part of \c refman.tex - (see \ref cfg_latex_header "LATEX_HEADER") and the style sheet included - by that header (normally <code>doxygen.sty</code>), using: +<li>For LaTeX output, you can generate the first and last part of \c refman.tex + (see \ref cfg_latex_header "LATEX_HEADER" and + \ref cfg_latex_footer "LATEX_FOOTER") and the style sheet included + by that header (normally <code>doxygen.sty</code>), using the following + command: \verbatim -doxygen -w latex header.tex doxygen.sty +doxygen -w latex header.tex footer.tex doxygen.sty <config_file> \endverbatim -If you need non-default options (for instance to use pdflatex) you need -to make a config file with those options set correctly and then specify -that config file as the third argument. +If you need non-default options (for instance to use extra latex packages) +you need to make a config file with those options set correctly and then specify +that config file after the generated files (make a backup of the configuration +file first so you don't loose it in case you forget to specify one of the +output files). <li>For RTF output, you can generate the default style sheet file (see \ref cfg_rtf_stylesheet_file "RTF_STYLESHEET_FILE") using: \verbatim @@ -103,4 +107,10 @@ doxygen -w rtf rtfstyle.cfg a file, use \c - for the file name. </ul> + +\htmlonly +Go to the <a href="doxywizard_usage.html">next</a> section or return to the + <a href="index.html">index</a>. +\endhtmlonly + */ |