]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/math.cpp
update tex2lyx TODO
[lyx.git] / src / tex2lyx / math.cpp
index 1a8158b5a27847fa97962d8b5533b5feac004f89..83e21013cccaf457d90edc565ce06fff8df8af1a 100644 (file)
@@ -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();