diff options
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r-- | src/latexgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp index 1fa092d..90591c5 100644 --- a/src/latexgen.cpp +++ b/src/latexgen.cpp @@ -293,6 +293,7 @@ static void writeDefaultHeaderPart1(FTextStream &t) "\\usepackage{makeidx}\n" "\\usepackage{multicol}\n" "\\usepackage{multirow}\n" + "\\usepackage{fixltx2e}\n" // for \textsubscript "\\PassOptionsToPackage{warn}{textcomp}\n" "\\usepackage{textcomp}\n" "\\usepackage[nointegrals]{wasysym}\n" |