]> git.lyx.org Git - lyx.git/commitdiff
preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846
authorUwe Stöhr <uwestoehr@web.de>
Tue, 10 Mar 2009 23:55:25 +0000 (23:55 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 10 Mar 2009 23:55:25 +0000 (23:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28751 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 490a8ed387a5d8a45c8e32ea852de3afd4777a16..34ec986785521fd7e22925d6c15060ac0f25937c 100644 (file)
@@ -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