mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
Add the package amstext to the list of known packages. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30916 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96033ed83d
commit
1b28af61e5
@ -325,6 +325,9 @@ void handle_package(Parser &p, string const & name, string const & opts)
|
||||
else if (name == "amsmath" || name == "amssymb")
|
||||
h_use_amsmath = "2";
|
||||
|
||||
else if (name == "amstext")
|
||||
;
|
||||
|
||||
else if (name == "esint")
|
||||
h_use_esint = "2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user