diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-17 22:27:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-17 22:27:18 +0000 |
commit | ddb07bea36d8cdcdc76034567d38b1b2332bfb0b (patch) | |
tree | 888307a1e9785e731b0feb3115baf123ff55016c /Master/texmf-dist/tex/latex/mhchem | |
parent | 78ef96dc26db9e148bed61c4120e21ae8b034e4b (diff) |
mhchem (17jan17)
git-svn-id: svn://tug.org/texlive/trunk@42983 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty index 0c9c343ea37..bada124ae5b 100644 --- a/Master/texmf-dist/tex/latex/mhchem/mhchem.sty +++ b/Master/texmf-dist/tex/latex/mhchem/mhchem.sty @@ -1,5 +1,5 @@ %% mhchem.sty -%% Copyright 2004-2016 Martin Hensel +%% Copyright 2004-2017 Martin Hensel % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c @@ -27,7 +27,7 @@ % This work consists of all files listed in manifest.txt. % % -\ProvidesPackage{mhchem}[2016/08/07 v4.05 for typesetting chemical formulae] +\ProvidesPackage{mhchem}[2017/01/16 v4.06 for typesetting chemical formulae] \RequirePackage{expl3} \RequirePackage{l3keys2e} \RequirePackage{l3regex} @@ -3280,7 +3280,7 @@ \keys_define:nn { mhchem } { version .int_set:N = \l__mhchem_option_version_int, - version .value_required:, + version .value_required:n = true, version .initial:n = { -1 }, version .default:n = { -1 }, |