summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-03-10 18:19:41 (GMT)
committerGitHub <noreply@github.com>2019-03-10 18:19:41 (GMT)
commit6549eb681f312442a85b4058924ddc15c0a391a3 (patch)
tree5910e1df89efba571f49349153078eeb157ae8c6 /src
parent339e566643614f1eed54d3eb3b7048327737da7e (diff)
parentca5ad4a50ba0c55ef22cd58dd8040fb4602f69cf (diff)
downloadDoxygen-6549eb681f312442a85b4058924ddc15c0a391a3.zip
Doxygen-6549eb681f312442a85b4058924ddc15c0a391a3.tar.gz
Doxygen-6549eb681f312442a85b4058924ddc15c0a391a3.tar.bz2
Merge pull request #6785 from albert-github/feature/issue_6775
issue #6775 LaTex package newunicodechar: "package won't work "
Diffstat (limited to 'src')
-rw-r--r--src/formula.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formula.cpp b/src/formula.cpp
index c252e07..1c5042e 100644
--- a/src/formula.cpp
+++ b/src/formula.cpp
@@ -71,6 +71,7 @@ void FormulaList::generateBitmaps(const char *path)
t << "\\documentclass{article}" << endl;
t << "\\usepackage{ifthen}" << endl;
t << "\\usepackage{epsfig}" << endl; // for those who want to include images
+ t << "\\usepackage[utf8]{inputenc}" << endl; // looks like some older distributions with newunicode package 1.1 need this option.
writeExtraLatexPackages(t);
writeLatexSpecialFormulaChars(t);
t << "\\pagestyle{empty}" << endl;