diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-28 21:33:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-28 21:33:10 +0000 |
commit | c8d2f53c11a089e8f7d9c0aefc744dbc73646106 (patch) | |
tree | 2787db04317eb2b714171dbba4051cf90d208c1e /Master/texmf-dist/tex/latex/mhchem | |
parent | c6424447b17ed673433f80ba383701856f09ca40 (diff) |
mhchem (28mar14)
git-svn-id: svn://tug.org/texlive/trunk@33314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mhchem')
-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 |