tex2lyx/preamble.cpp: add a note

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40074 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-10-29 21:20:09 +00:00
parent 9eaa64b2cb
commit 73d292be90

View File

@ -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