diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 7dc95b4..f40744d 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2379,6 +2379,16 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. ]]> </docs> </option> + <option type='string' id='FORMULA_MACROFILE' format='file' defval=''> + <docs> +<![CDATA[ + The \c FORMULA_MACROFILE can contain \f$\mbox{\LaTeX}\f$ `\newcommand` and + `\renewcommand` commands to create new \f$\mbox{\LaTeX}\f$ commands to be used + in formulas as building blocks. + See the section \ref formulas for details. +]]> + </docs> + </option> <option type='bool' id='USE_MATHJAX' defval='0' depends='GENERATE_HTML'> <docs> <![CDATA[ |