From 14fb17d76d93244ceb5a09b8db835d67196e492f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 27 Jul 2013 23:06:31 +0200 Subject: [PATCH] LaTeXFeatures.cpp: compilation fix for last commit (thanks to the latest TortoiseGit update cherry picking and even reverting is no longer possible, argh!) --- src/LaTeXFeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 48809b2eeb..e642bdc65c 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -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"; -- 2.39.5