diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mhchem/mhchem.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mhchem/mhchem.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty index 13caf95ec8b..80d70f8f97c 100644 --- a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty +++ b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty @@ -29,7 +29,7 @@ % mhchem.pdf and legal.txt. % % -\ProvidesPackage{mhchem}[2011/04/26 v3.09 for typesetting chemical formulae] +\ProvidesPackage{mhchem}[2011/04/29 v3.10 for typesetting chemical formulae] \RequirePackage{ifthen} \RequirePackage{calc}[1998/07/07] \RequirePackage{twoopt} @@ -130,6 +130,9 @@ \def\mhchem@ce@xii#1\mhchem@END{\mhchem@ce@viii#1 \mhchem@END\mhchem@ENDEND}% \DeclareRobustCommand\mhchem@ce@xiii[1]{% \bgroup% + \ifnum 4>\mhchem@option@version% + \def\hyphen{\mhchem@hyphen}% + \fi% \def\mhchem@protect{\noexpand}% \edef\mhchem@tmp{#1}% % @@ -2063,7 +2066,6 @@ \newcommand*\mhchem@cmath[1]{\ensuremath{\text{\ensuremath{#1}}}}% \newcommand*\cmath[1]{\mhchem@cmath{#1}} \newcommand*\cf[2][]{\mhchem@cf[#1]{#2}} - \newcommand*\hyphen{\mhchem@hyphen} \fi |