summaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-04-20 12:28:19 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-04-20 12:28:19 (GMT)
commitb95b4766c7107e9b3ff0969534fe54c131412249 (patch)
treebe30783533a9dc0955ab7697cd65921824a52de6 /doc/Doxyfile
parent98c67549bc3cd855873e0ef5eeab7c6410699d78 (diff)
downloadDoxygen-b95b4766c7107e9b3ff0969534fe54c131412249.zip
Doxygen-b95b4766c7107e9b3ff0969534fe54c131412249.tar.gz
Doxygen-b95b4766c7107e9b3ff0969534fe54c131412249.tar.bz2
Problems with some commands in MathJax
Especially with commands like `\f$\mbox{\LaTeX}\f$`MathJax has some problem as it is not, yet, able to use the commands `\raise` and `lower` inside the `\mbox` as used in this LaTeX command. Also switching in and out of math-mode doesn't work as the resulting code either doesn't work in MathJax or in LaTeX, hence the new command s `\f(` and `\f)`.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index caf6229..15d210e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -51,8 +51,8 @@ USE_PDFLATEX = YES
STRIP_CODE_COMMENTS = NO
HTML_STYLESHEET = doxygen_manual.css
HTML_EXTRA_FILES = doxygen_logo.svg
-ALIASES = LaTeX="\f$\mbox{\LaTeX}\f$"
-ALIASES += TeX="\f$\mbox{\TeX}\f$"
+ALIASES = LaTeX="\f(\LaTeX\f)"
+ALIASES += TeX="\f(\TeX\f)"
ALIASES += forceNewPage="\latexonly \newpage \endlatexonly"
LATEX_BATCHMODE = YES
LATEX_EXTRA_STYLESHEET = manual.sty