From 8ec3dfb78327773d0bba80edfaf6231008249f42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Tue, 12 Feb 2019 09:30:48 +0100 Subject: [PATCH] Update comment. --- src/BufferParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index c194aedd78..d57f68c0e9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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")) -- 2.39.5