From: Uwe Stöhr Date: Mon, 15 Jun 2009 00:33:05 +0000 (+0000) Subject: tex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode X-Git-Tag: 2.0.0~6301 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=693b64674b7b3b0e1768144fc877f4c26aebfbca;p=lyx.git tex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30105 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 04bb37ad2d..11979a9b77 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -389,6 +389,9 @@ void handle_package(Parser &p, string const & name, string const & opts) else if (name == "nomencl") ; // ignore this + else if (name == "textcomp") + ; // ignore this + else if (name == "url") ; // ignore this