summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.units.code.tex
diff options
context:
space:
mode:
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.tex8
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
+