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:
Vincent van Ravesteijn 2009-08-07 22:51:02 +00:00
parent 96033ed83d
commit 1b28af61e5

View File

@ -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";