Skip to content

Commit b78abaa

Browse files
authored
Minor fix for formulas.doc
1 parent 1d403d6 commit b78abaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/formulas.doc

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ get rid of an incorrect formula as well as the <code>form_*</code> files.
106106
To have the possibility to define your own \LaTeX commands, for e.g. formula building blocks
107107
or consistent writing of certain words, the configuration option \ref cfg_formula_macrofile "FORMULA_MACROFILE"
108108
can be used. to supply a file with \LaTeX commands.
109-
This file can contain \LaTeX `\newcommand` and \`renewcommand` commands and they are included
109+
This file can contain \LaTeX `\newcommand` and `\renewcommand` commands and they are included
110110
formulas (image version and MathJax version) as well as in the generated \LaTeX output (for PDF generation).<br>
111111
The `\newcommand` (and `\renewcommand`) are restricted to a version without optional
112112
parameters so only the following types are supported:
113113
```
114114
\newcommand{\cmd}{replacement}
115-
and
116115
\newcommand{\cmd}[nr]{replacement}
117116
```
118117
e.g.

0 commit comments

Comments
 (0)