X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Fmath.cpp;h=83e21013cccaf457d90edc565ce06fff8df8af1a;hb=555ae019b8940ee837f7a13dabb9e2b0c53b0131;hp=1a8158b5a27847fa97962d8b5533b5feac004f89;hpb=bb0432d74a7ca6b8e1c1f98d71405dc04eb6257a;p=lyx.git diff --git a/src/tex2lyx/math.cpp b/src/tex2lyx/math.cpp index 1a8158b5a2..83e21013cc 100644 --- a/src/tex2lyx/math.cpp +++ b/src/tex2lyx/math.cpp @@ -121,7 +121,7 @@ void parse_math(Parser & p, ostream & os, unsigned flags, const mode_type mode) else if (t.cat() == catComment) { if (!t.cs().empty()) - cerr << "Ignoring comment: " << t.asInput(); + os << t.asInput(); else // "%\n" combination p.skip_spaces();