]> git.lyx.org Git - lyx.git/commitdiff
tex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode
authorUwe Stöhr <uwestoehr@web.de>
Mon, 15 Jun 2009 00:33:05 +0000 (00:33 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 15 Jun 2009 00:33:05 +0000 (00:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30105 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 04bb37ad2d935975bb554f99498997536db9a139..11979a9b772eee4183c88b528b4657b5bc1cc59b 100644 (file)
@@ -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