diff options
Diffstat (limited to 'doc/output.doc')
-rw-r--r-- | doc/output.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/output.doc b/doc/output.doc index face02a..2cb81bd 100644 --- a/doc/output.doc +++ b/doc/output.doc @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2013 by Dimitri van Heesch. + * Copyright (C) 1997-2014 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -22,7 +22,7 @@ The following output formats are \e directly supported by doxygen: <dl> <dt><b>HTML</b> <dd>Generated if \ref cfg_generate_html "GENERATE_HTML" is set to \c YES in the configuration file. -<dt>\f$\mbox{\LaTeX}\f$ +<dt>\LaTeX <dd>Generated if \ref cfg_generate_latex "GENERATE_LATEX" is set to \c YES in the configuration file. <dt><b>Man pages</b> <dd>Generated if \ref cfg_generate_man "GENERATE_MAN" is set to \c YES in the configuration file. @@ -51,11 +51,11 @@ The following output formats are \e indirectly supported by doxygen: <dd>Compiled from HTML with a special index file that is generated when \ref cfg_generate_docset "GENERATE_DOCSET" is set to \c YES. <dt><b>PostScript</b> -<dd>Generated from the \f$\mbox{\LaTeX}\f$ output by +<dd>Generated from the \LaTeX output by running <code>make ps</code> in the output directory. For the best results \ref cfg_pdf_hyperlinks "PDF_HYPERLINKS" should be set to \c NO. <dt><b>PDF</b>\htmlonly \endhtmlonly -<dd>Generated from the \f$\mbox{\LaTeX}\f$ output by +<dd>Generated from the \LaTeX output by running <code>make pdf</code> in the output directory. To improve the PDF output, you typically would want to enable the use of \c pdflatex by setting \ref cfg_use_pdflatex "USE_PDFLATEX" to \c YES in the |