diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-15 21:18:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-15 21:18:08 +0000 |
commit | 1a53ed5fef3415d75bf09d6c089f10085113434a (patch) | |
tree | e16e66c5b79962741c8d456729c4bedd8d4c19d5 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex | |
parent | 4018267c3c2e5466bff0abae9561a686d05da81e (diff) |
chemmacros (15oct15)
git-svn-id: svn://tug.org/texlive/trunk@38649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex index b6bbe6776ef..0ecf2b7407f 100644 --- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex +++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex @@ -25,7 +25,7 @@ % % The Current Maintainer of this work is Clemens Niederberger. % -------------------------------------------------------------------------- -\ChemModule{units}{2015/07/22 chemical units} +\ChemModule{units}{2015/09/28 chemical units} \RequirePackage{siunitx} @@ -39,7 +39,7 @@ \DeclareSIUnit {\normal } {\textsc{n}} \DeclareSIUnit {\torr } {torr} -\AtBeginDocument +\AtEndPreamble { \chemmacros_if_package_loaded:nF {chemstyle} { @@ -50,3 +50,7 @@ } % -------------------------------------------------------------------------- +\tex_endinput:D + +2015/09/28 - change \AtBeginDocument into \AtEndPreamble + |