diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mhchem/mhchem.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mhchem/mhchem.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty index 8b90f9713f0..06670198f5c 100644 --- a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty +++ b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty @@ -27,7 +27,7 @@ % This work consists of all files listed in manifest.txt. % % -\ProvidesPackage{mhchem}[2014/03/20 v3.16 for typesetting chemical formulae] +\ProvidesPackage{mhchem}[2014/03/27 v3.17 for typesetting chemical formulae] \RequirePackage{ifthen} \RequirePackage{calc}[1998/07/07] \RequirePackage{twoopt} @@ -105,13 +105,13 @@ \csname ce \expandafter\endcsname \else \ifx\protect\@unexpandable@protect - \protect@unexpand@cmd@arg\aaaa + \protect@unexpand@cmd@arg\ce \else \ifx\protect\string - \protect@string@cmd@arg\aaaa + \protect@string@cmd@arg\ce \else \expandafter\protect@unknown@cmd@arg - \csname aaaa \endcsname + \csname ce \endcsname \fi \fi \fi |