diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-25 09:04:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 09:04:23 (GMT) |
commit | ff3fdb3ac14a1f90334ca6c40eac46c772b5af63 (patch) | |
tree | 9fc8728c52e91e673137b631ef2f8bd613dfe164 /src/config.xml | |
parent | fabc8146c8bdbdedcb2d2d8630a5eb60de3f5dc0 (diff) | |
parent | fd3b60caa8bb99bec81b74d74f394c6043091c76 (diff) | |
download | Doxygen-ff3fdb3ac14a1f90334ca6c40eac46c772b5af63.zip Doxygen-ff3fdb3ac14a1f90334ca6c40eac46c772b5af63.tar.gz Doxygen-ff3fdb3ac14a1f90334ca6c40eac46c772b5af63.tar.bz2 |
Merge pull request #7230 from albert-github/feature/bug_formula_macrofile
Create possibility to define LaTeX commands for formulas
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[ |