Fix indentation

This commit is contained in:
Juergen Spitzmueller 2019-07-11 11:32:59 +02:00
parent 04bd57a86a
commit 0018e4ec96

View File

@ -1816,7 +1816,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
// (In documents containing text in Thai language,
// we must load inputenc after babel, see lib/languages).
if (!contains(features.getBabelPostsettings(), from_ascii("thai.ldf")))
writeEncodingPreamble(os, features);
writeEncodingPreamble(os, features);
// includeonly
if (!features.runparams().includeall && !included_children_.empty()) {
@ -2311,7 +2311,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
// In documents containing text in Thai language,
// we must load inputenc after babel (see lib/languages).
if (contains(features.getBabelPostsettings(), from_ascii("thai.ldf")))
writeEncodingPreamble(os, features);
writeEncodingPreamble(os, features);
if (features.isRequired("bicaption"))
os << "\\usepackage{bicaption}\n";