From 14c40d8d1686ae52d76f69a84eccbca88e25d469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 15 Jun 2009 20:07:45 +0000 Subject: [PATCH] branch: tex2lyx/preamble.cpp: textcomp is supported sine we can handle Unicode git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30116 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 53c8e5a0dc..9524e6d50f 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -361,6 +361,9 @@ void handle_package(Parser &p, string const & name, string const & opts, else if (name == "verbatim") ; // ignore this + else if (name == "textcomp") + ; // ignore this + else if (name == "url") ; // ignore this