summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-08 22:33:02 +0000
committerKarl Berry <karl@freefriends.org>2016-03-08 22:33:02 +0000
commitedc6f5528c756c35762db362bc713fd19d9285f9 (patch)
tree1f2032669313edec501d7ccda53a1f89553d5c06 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex
parent2198545a4a503b96c2d806d85c71439b6ac7fe3f (diff)
chemmacros (8mar16)
git-svn-id: svn://tug.org/texlive/trunk@39973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex
index 500efe139b9..d6a89e4eb6d 100644
--- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex
+++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.errorcheck.code.tex
@@ -25,7 +25,7 @@
%
% The Current Maintainer of this work is Clemens Niederberger.
% --------------------------------------------------------------------------
-\ChemModule{errorcheck}{2015/10/14 error checking for unloaded modules}[5.2]
+\ChemModule{errorcheck}{2016/03/08 error checking for unloaded modules}[5.2]
\msg_new:nnn {chemmacros} {undefined}
{ The~ #1~ `#2'~ is~ undefined.~ You~ need~ to~ load~ the~ `#3'~ module. }
@@ -76,6 +76,9 @@
% orbital module
\chemmacros_command_requires_module:Nn \orbital {orbital}
+% polymers module
+\chemmacros_command_requires_module:Nn \makepolymerdelims {polymers}
+
% reactions module
\chemmacros_environment_requires_module:nn {reaction} {reactions}
\chemmacros_environment_requires_module:nn {reaction*} {reactions}
@@ -113,4 +116,5 @@
\tex_endinput:D
2015/10/14 - first version
+2016/03/08 - add `polymers' module