mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
readjust indendation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
51b4ac8e79
commit
6eb11f06a8
@ -588,11 +588,11 @@ string const LaTeXFeatures::getPackages() const
|
||||
//
|
||||
|
||||
// esint is preferred for esintoramsmath
|
||||
if ((mustProvide("amsmath") &&
|
||||
params_.use_amsmath != BufferParams::package_off) ||
|
||||
(mustProvide("esintoramsmath") &&
|
||||
params_.use_esint == BufferParams::package_off
|
||||
&& params_.use_amsmath != BufferParams::package_off)) {
|
||||
if ((mustProvide("amsmath")
|
||||
&& params_.use_amsmath != BufferParams::package_off)
|
||||
|| (mustProvide("esintoramsmath")
|
||||
&& params_.use_esint == BufferParams::package_off
|
||||
&& params_.use_amsmath != BufferParams::package_off)) {
|
||||
packages << "\\usepackage{amsmath}\n";
|
||||
} else if (mustProvide("amsbsy")) {
|
||||
// amsbsy is already provided by amsmath
|
||||
|
Loading…
Reference in New Issue
Block a user