Update comment.

This commit is contained in:
Günter Milde 2019-02-12 09:30:48 +01:00
parent 7a17610a00
commit 296bafa928

View File

@ -1779,7 +1779,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
}
}
// TODO: load textcomp and pmboxdraw before (lua)inputenc (#11454)
// Load textcomp and pmboxdraw before (lua)inputenc (#11454)
if (features.mustProvide("textcomp"))
os << "\\usepackage{textcomp}\n";
if (features.mustProvide("pmboxdraw"))