summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorReza Rastak <rezarastak@users.noreply.github.com>2020-03-30 23:44:45 (GMT)
committerGitHub <noreply@github.com>2020-03-30 23:44:45 (GMT)
commitb78abaaf9acba05b12fc3f155608198061e54e10 (patch)
tree49b956266ef25b606eb52ec609c260fb17bd64f2 /doc
parent1d403d6449ef632d94ac0973c9128ddb584ffc6a (diff)
downloadDoxygen-b78abaaf9acba05b12fc3f155608198061e54e10.zip
Doxygen-b78abaaf9acba05b12fc3f155608198061e54e10.tar.gz
Doxygen-b78abaaf9acba05b12fc3f155608198061e54e10.tar.bz2
Minor fix for formulas.doc
Diffstat (limited to 'doc')
-rw-r--r--doc/formulas.doc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/formulas.doc b/doc/formulas.doc
index 88a8725..e9a8076 100644
--- a/doc/formulas.doc
+++ b/doc/formulas.doc
@@ -106,13 +106,12 @@ get rid of an incorrect formula as well as the <code>form_*</code> files.
To have the possibility to define your own \LaTeX commands, for e.g. formula building blocks
or consistent writing of certain words, the configuration option \ref cfg_formula_macrofile "FORMULA_MACROFILE"
can be used. to supply a file with \LaTeX commands.
-This file can contain \LaTeX `\newcommand` and \`renewcommand` commands and they are included
+This file can contain \LaTeX `\newcommand` and `\renewcommand` commands and they are included
formulas (image version and MathJax version) as well as in the generated \LaTeX output (for PDF generation).<br>
The `\newcommand` (and `\renewcommand`) are restricted to a version without optional
parameters so only the following types are supported:
```
\newcommand{\cmd}{replacement}
- and
\newcommand{\cmd}[nr]{replacement}
```
e.g.