From 693b64674b7b3b0e1768144fc877f4c26aebfbca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 15 Jun 2009 00:33:05 +0000 Subject: [PATCH] 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 --- src/tex2lyx/preamble.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2