summaryrefslogtreecommitdiffstats
path: root/doc/output.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-04-13 16:41:25 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-04-13 16:41:25 (GMT)
commitd63a7d8812c7f748a48d76bfc39ce57f79f6f667 (patch)
tree56fdeb925473387c0f839b6b90482c6f4550b19b /doc/output.doc
parent385b87e08c23b1392d0e6d6fbdb6ef463fa28477 (diff)
downloadDoxygen-d63a7d8812c7f748a48d76bfc39ce57f79f6f667.zip
Doxygen-d63a7d8812c7f748a48d76bfc39ce57f79f6f667.tar.gz
Doxygen-d63a7d8812c7f748a48d76bfc39ce57f79f6f667.tar.bz2
Consistency of usage of the word LaTeX in the documentation
The word LaTeX was used as just the word and on other places as \f$\mbox{\LaTeX}\f$ This has been made more consistent by means of the definition of the Alia \LaTeX (similar for \TeX) Some names of executables etc. were not set in a 'code' font.
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