summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
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/commands.doc
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/commands.doc')
-rw-r--r--doc/commands.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index eff2f42..ffab530 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -104,6 +104,8 @@ documentation:
\refitem cmdexample \\example
\refitem cmdexception \\exception
\refitem cmdextends \\extends
+\refitem cmdfrndopen \\f(
+\refitem cmdfrndclose \\f)
\refitem cmdfdollar \\f\$
\refitem cmdfbropen \\f[
\refitem cmdfbrclose \\f]
@@ -3191,6 +3193,23 @@ class Receiver
\sa section \ref formulas "formulas" for an example.
<hr>
+\section cmdfrndopen \\f(
+
+ \addindex \\f(
+
+ Marks the start of an in-text formula, but contrary to \ref cmdfdollar "\\f$" it will
+ not explicitly open the math-mode in \LaTeX.
+ \sa section \ref cmdfrndclose "\\f)" and section \ref formulas "formulas".
+
+<hr>
+\section cmdfrndclose \\f)
+
+ \addindex \\f)
+
+ Marks the end of an in-text formula started with \ref cmdfrndopen "\\f(".
+ \sa section \ref cmdfrndopen "\\f(" and section \ref formulas "formulas".
+
+<hr>
\section cmdfbropen \\f[
\addindex \\f[