From: Uwe Stöhr Date: Tue, 10 Mar 2009 23:55:25 +0000 (+0000) Subject: preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846 X-Git-Tag: 2.0.0~7079 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=662846f227958fe4dc0085e317ece2246896b9b2;p=lyx.git preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28751 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 490a8ed387..34ec986785 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -292,7 +292,7 @@ void handle_package(Parser &p, string const & name, string const & opts, h_font_osf = "true"; else if (name == "amsmath" || name == "amssymb") - h_use_amsmath = "1"; + h_use_amsmath = "2"; else if (name == "babel" && !opts.empty()) { // check if more than one option was used - used later for inputenc