mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +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")
|
else if (name == "verbatim")
|
||||||
; // ignore this
|
; // ignore this
|
||||||
|
|
||||||
|
else if (name == "textcomp")
|
||||||
|
; // ignore this
|
||||||
|
|
||||||
else if (name == "url")
|
else if (name == "url")
|
||||||
; // ignore this
|
; // ignore this
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user