mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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
This commit is contained in:
parent
3134d0881c
commit
14c40d8d16
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user