diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-21 22:17:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-21 22:17:01 +0000 |
commit | 3f702dd72656cea7f94813dbd44586a28dfb7e76 (patch) | |
tree | ec9aeea082a631ef9466c36660fac718530272c6 /Master/texmf-dist/tex/latex/chemnum | |
parent | 37a405376e25df41e33859412e8777a6dc888748 (diff) |
chemnum (21jan21)
git-svn-id: svn://tug.org/texlive/trunk@57490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemnum')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemnum/chemnum.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/chemnum/chemnum.sty b/Master/texmf-dist/tex/latex/chemnum/chemnum.sty index 26ba6b5c0f0..40323d0da42 100644 --- a/Master/texmf-dist/tex/latex/chemnum/chemnum.sty +++ b/Master/texmf-dist/tex/latex/chemnum/chemnum.sty @@ -12,7 +12,7 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -% Copyright 2011--2020 Clemens Niederberger +% Copyright 2011--2021 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -29,9 +29,9 @@ \RequirePackage{expl3,xparse,l3keys2e} \ExplSyntaxOn -\tl_const:Nn \c_chemnum_date_tl {2020/12/06} +\tl_const:Nn \c_chemnum_date_tl {2021/01/21} \tl_const:Nn \c_chemnum_version_number_tl {1.3} -\tl_const:Nn \c_chemnum_version_suffix_tl {} +\tl_const:Nn \c_chemnum_version_suffix_tl {a} \tl_const:Nx \c_chemnum_version_tl { \c_chemnum_version_number_tl \c_chemnum_version_suffix_tl } \tl_const:Nn \c_chemnum_info_tl @@ -1908,6 +1908,9 @@ \bool_if:nF {#1} { \chemnum_cmpd:nnnn { \c_true_bool } { \c_false_bool } {#2} {#3} } + \tl_set_eq:NN + \l__chemnum_compound_replace_local_format_tl + \l__chemnum_compound_replace_format_tl % set specific replacement options \keys_set_groups:nnn {chemnum} {replace} { replace=false, #2 } \bool_lazy_and:nnTF @@ -2098,3 +2101,4 @@ HISTORY: - \chemnum_if_subcompounds:nTF - \chemnum_count_subcompounds:n - \chemnum_get_subcompound:nn +2021/01/21 v1.3a - fix issue #17 |