File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,12 @@ get rid of an incorrect formula as well as the <code>form_*</code> files.
106
106
To have the possibility to define your own \LaTeX commands, for e.g. formula building blocks
107
107
or consistent writing of certain words, the configuration option \ref cfg_formula_macrofile "FORMULA_MACROFILE"
108
108
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
110
110
formulas (image version and MathJax version) as well as in the generated \LaTeX output (for PDF generation).<br>
111
111
The `\newcommand` (and `\renewcommand`) are restricted to a version without optional
112
112
parameters so only the following types are supported:
113
113
```
114
114
\newcommand{\cmd}{replacement}
115
- and
116
115
\newcommand{\cmd}[nr]{replacement}
117
116
```
118
117
e.g.
You can’t perform that action at this time.
0 commit comments