diff options
author | albert-github <albert.tests@gmail.com> | 2014-04-13 16:41:25 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-04-13 16:41:25 (GMT) |
commit | d63a7d8812c7f748a48d76bfc39ce57f79f6f667 (patch) | |
tree | 56fdeb925473387c0f839b6b90482c6f4550b19b /doc/Doxyfile | |
parent | 385b87e08c23b1392d0e6d6fbdb6ef463fa28477 (diff) | |
download | Doxygen-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/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 7269989..c57bbe9 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -51,3 +51,5 @@ PDF_HYPERLINKS = YES USE_PDFLATEX = YES STRIP_CODE_COMMENTS = NO HTML_STYLESHEET = doxygen_manual.css +ALIASES = LaTeX="\f$\mbox{\LaTeX}\f$" +ALIASES += TeX="\f$\mbox{\TeX}\f$" |