summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-10-05 17:24:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-10-05 17:24:52 (GMT)
commit418d7f076ffbb1aeaae5f689a5dd46977c456a98 (patch)
tree2e190cf97f09ba0e20a11e36773df24260efccdb /src
parent4df52916170bb81179697d0fa78c7d81fd95415f (diff)
downloadDoxygen-418d7f076ffbb1aeaae5f689a5dd46977c456a98.zip
Doxygen-418d7f076ffbb1aeaae5f689a5dd46977c456a98.tar.gz
Doxygen-418d7f076ffbb1aeaae5f689a5dd46977c456a98.tar.bz2
Package mathptmx gives discrepancy between pdf and HTML formulas
When using the mathcal command in formulas the mathptmx package gives in the different output version different letters. When the mathptmx, more exuberant, type of fonts are to be used they can be added by means of the EXTRA_PACKAGES option for the dot version.
Diffstat (limited to 'src')
-rw-r--r--src/latexgen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 4ad577e..7cdfeaf 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -316,7 +316,6 @@ static void writeDefaultHeaderPart1(FTextStream &t)
// Define default fonts
t << "% Font selection\n"
"\\usepackage[T1]{fontenc}\n"
- "\\usepackage{mathptmx}\n"
"\\usepackage[scaled=.90]{helvet}\n"
"\\usepackage{courier}\n"
"\\usepackage{amssymb}\n"