mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
LaTeXFeatures.cpp: compilation fix for last commit
(thanks to the latest TortoiseGit update cherry picking and even reverting is no longer possible, argh!)
This commit is contained in:
parent
a021548b7d
commit
14fb17d76d
@ -777,7 +777,7 @@ string const LaTeXFeatures::getPackages() const
|
||||
// because esint must be loaded AFTER amslatex and mhchem loads amlatex
|
||||
// (this info is from the author of mhchem from June 2013)
|
||||
if (mustProvide("mhchem") &&
|
||||
params_.use_package("mhchem") != BufferParams::package_off)
|
||||
params_.use_mhchem != BufferParams::package_off)
|
||||
packages << "\\PassOptionsToPackage{version=3}{mhchem}\n"
|
||||
"\\usepackage{mhchem}\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user