summaryrefslogtreecommitdiffstats
path: root/doc/output.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-04-19 22:00:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-04-19 22:00:49 (GMT)
commit6dae72421aa759624212773983cb7e17c60100f8 (patch)
treefb3f02c5c785b7271b23843ac5c2c9a3046445f6 /doc/output.doc
parent2bbf88bb7d71113c000ccb9f6c791a98b77e2891 (diff)
parent92111756eca6114b5b7ba6d1331f38d38ef4e976 (diff)
downloadDoxygen-6dae72421aa759624212773983cb7e17c60100f8.zip
Doxygen-6dae72421aa759624212773983cb7e17c60100f8.tar.gz
Doxygen-6dae72421aa759624212773983cb7e17c60100f8.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'doc/output.doc')
-rw-r--r--doc/output.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/output.doc b/doc/output.doc
index 424d7e0..2cb81bd 100644
--- a/doc/output.doc
+++ b/doc/output.doc
@@ -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 &nbsp;&nbsp;&nbsp;\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