Skip to content

Commit ef7c101

Browse files
committed
issue #10147 Generating pdf with LuaLateX
The package `iftex` is, now, also needed in the formulas
1 parent a925226 commit ef7c101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formula.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ void FormulaManager::createLatexFile(const QCString &fileName,Format format,Mode
191191
{
192192
TextStream t(&f);
193193
t << "\\documentclass{article}\n";
194+
t << "\\usepackage{iftex}\n";
194195
t << "\\usepackage{ifthen}\n";
195196
t << "\\usepackage{epsfig}\n"; // for those who want to include images
196197
t << "\\usepackage[utf8]{inputenc}\n"; // looks like some older distributions with newunicode package 1.1 need this option.

0 commit comments

Comments
 (0)