Skip to content

Commit

Permalink
update errorcheck module
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Mar 8, 2016
1 parent c39c254 commit 1a3636d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chemmacros.module.errorcheck.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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. }
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -113,4 +116,5 @@
\tex_endinput:D

2015/10/14 - first version
2016/03/08 - add `polymers' module

0 comments on commit 1a3636d

Please sign in to comment.