mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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
This commit is contained in:
parent
184cbb6825
commit
662846f227
@ -292,7 +292,7 @@ void handle_package(Parser &p, string const & name, string const & opts,
|
|||||||
h_font_osf = "true";
|
h_font_osf = "true";
|
||||||
|
|
||||||
else if (name == "amsmath" || name == "amssymb")
|
else if (name == "amsmath" || name == "amssymb")
|
||||||
h_use_amsmath = "1";
|
h_use_amsmath = "2";
|
||||||
|
|
||||||
else if (name == "babel" && !opts.empty()) {
|
else if (name == "babel" && !opts.empty()) {
|
||||||
// check if more than one option was used - used later for inputenc
|
// check if more than one option was used - used later for inputenc
|
||||||
|
Loading…
Reference in New Issue
Block a user