From: Uwe Stöhr Date: Sat, 29 Oct 2011 21:20:09 +0000 (+0000) Subject: tex2lyx/preamble.cpp: add a note X-Git-Tag: 2.1.0beta1~2437 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=73d292be90e68507fa8dee7f5d5b4a77fd7d95e8;p=features.git tex2lyx/preamble.cpp: add a note git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40074 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index add0dd2330..801b1b747d 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -651,6 +651,7 @@ void handle_package(Parser &p, string const & name, string const & opts, #if 0 // do not ignore as long as we don't support all commands (e.g. \xout is missing) + // and as long as we don't support change tracking else if (name == "ulem") ; // ignore this #endif