summaryrefslogtreecommitdiffstats
path: root/doc/doxygen_usage.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/doxygen_usage.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/doxygen_usage.doc')
-rw-r--r--doc/doxygen_usage.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen_usage.doc b/doc/doxygen_usage.doc
index 738c5f6..d84432e 100644
--- a/doc/doxygen_usage.doc
+++ b/doc/doxygen_usage.doc
@@ -71,7 +71,7 @@ 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 \f$\mbox{\LaTeX}\f$ output, you can generate the first and last part of \c refman.tex
+<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
@@ -79,7 +79,7 @@ doxygen -w html header.html footer.html stylesheet.css <config_file>
\verbatim
doxygen -w latex header.tex footer.tex doxygen.sty <config_file>
\endverbatim
-If you need non-default options (for instance to use extra \f$\mbox{\LaTeX}\f$ packages)
+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