diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-20 22:47:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-20 22:47:16 +0000 |
commit | dd7ec4a0105ddb2454aad7ead5e8b729781e59b6 (patch) | |
tree | 599203344a18eadf822d4faead235e0d359318a4 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex | |
parent | 7b6d4874cb6cb5848e113ca5a95ee9f0c0e209a3 (diff) |
chemmacros (20jan16)
git-svn-id: svn://tug.org/texlive/trunk@39439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex index d4dd3ae7691..30fb015dc64 100644 --- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex +++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.scheme.code.tex @@ -11,7 +11,7 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -% Copyright 2011-2015 Clemens Niederberger +% Copyright 2011-2016 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -25,7 +25,7 @@ % % The Current Maintainer of this work is Clemens Niederberger. % -------------------------------------------------------------------------- -\ChemModule{scheme}{2015/09/19 a scheme floating environment} +\ChemModule{scheme}{2015/10/23 a scheme floating environment} \RequirePackage {chemnum} @@ -35,6 +35,9 @@ \prop_new:N \l__chemmacros_float_methods_prop \prop_new:N \l__chemmacros_float_definitions_prop +\msg_new:nnn {chemmacros} {float-method} + { Detected~ float~ defining~ method~ `#1'. } + % -------------------------------------------------------------------------- % #1: name % #2: check @@ -138,6 +141,7 @@ { \bool_set_true:N \l__chemmacros_float_def_bool \tl_set:Nn \l__chemmacros_float_method_tl {#1} + \msg_info:nnn {chemmacros} {float-method} {#1} } } @@ -227,4 +231,4 @@ \tex_endinput:D % -------------------------------------------------------------------------- 2015/09/19 - make the module compatible with floatrow - +2015/10/23 - add info message to float method detection |