From b78abaaf9acba05b12fc3f155608198061e54e10 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Mon, 30 Mar 2020 16:44:45 -0700 Subject: Minor fix for formulas.doc --- doc/formulas.doc | 3 +-- 1 file changed, 1 insertion(+), 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 form_* 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).
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. -- cgit v0.12