From 418d7f076ffbb1aeaae5f689a5dd46977c456a98 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 5 Oct 2014 19:24:52 +0200 Subject: 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. --- src/latexgen.cpp | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v0.12