mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
d69af206ee
commit
693b64674b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user