From 662846f227958fe4dc0085e317ece2246896b9b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 10 Mar 2009 23:55:25 +0000 Subject: [PATCH] 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 --- src/tex2lyx/preamble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5