summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-05-22 19:15:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-05-22 19:15:33 (GMT)
commit84f2c5880ba35c03510c18be5aea97992b2f4f6c (patch)
tree37e1a51e6aeafecf17162ef949e5a745a76c2c17 /src/config.xml
parentf10c9a42cd3b506cb5bb5cf0192c9e221adafa72 (diff)
parentd4b5fa51ec2ad9dd2ba59e16fa85c53f9015755f (diff)
downloadDoxygen-84f2c5880ba35c03510c18be5aea97992b2f4f6c.zip
Doxygen-84f2c5880ba35c03510c18be5aea97992b2f4f6c.tar.gz
Doxygen-84f2c5880ba35c03510c18be5aea97992b2f4f6c.tar.bz2
Merge branch 'albert-github-feature/bug_latex_languages'
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/config.xml b/src/config.xml
index fa0ae26..2dcc0f4 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2533,13 +2533,14 @@ EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
]]>
</docs>
</option>
- <option type='string' id='LATEX_CMD_NAME' format='file' defval='latex' depends='GENERATE_LATEX'>
+ <option type='string' id='LATEX_CMD_NAME' format='file' defval='' depends='GENERATE_LATEX'>
<docs>
<![CDATA[
The \c LATEX_CMD_NAME tag can be used to specify the \f$\mbox{\LaTeX}\f$ command name to be invoked.
- <br>Note that when enabling \ref cfg_use_pdflatex "USE_PDFLATEX" this option is only used for
- generating bitmaps for formulas in the HTML output, but not in the
- \c Makefile that is written to the output directory.
+ <br>Note that when not enabling \ref cfg_use_pdflatex "USE_PDFLATEX" the default is \c latex when
+ enabling \ref cfg_use_pdflatex "USE_PDFLATEX" the default is \c pdflatex and when in the later case
+ \c latex is chosen this is overwritten by \c pdflatex. For specific output languages the default can
+ have been set differently, this depends on the implementation of the output language.
]]>
</docs>
</option>