readjust indendation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-10-12 13:06:17 +00:00
parent 51b4ac8e79
commit 6eb11f06a8

View File

@ -588,11 +588,11 @@ string const LaTeXFeatures::getPackages() const
// //
// esint is preferred for esintoramsmath // esint is preferred for esintoramsmath
if ((mustProvide("amsmath") && if ((mustProvide("amsmath")
params_.use_amsmath != BufferParams::package_off) || && params_.use_amsmath != BufferParams::package_off)
(mustProvide("esintoramsmath") && || (mustProvide("esintoramsmath")
params_.use_esint == BufferParams::package_off && params_.use_esint == BufferParams::package_off
&& params_.use_amsmath != BufferParams::package_off)) { && params_.use_amsmath != BufferParams::package_off)) {
packages << "\\usepackage{amsmath}\n"; packages << "\\usepackage{amsmath}\n";
} else if (mustProvide("amsbsy")) { } else if (mustProvide("amsbsy")) {
// amsbsy is already provided by amsmath // amsbsy is already provided by amsmath