summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-21 22:17:01 +0000
committerKarl Berry <karl@freefriends.org>2021-01-21 22:17:01 +0000
commit3f702dd72656cea7f94813dbd44586a28dfb7e76 (patch)
treeec9aeea082a631ef9466c36660fac718530272c6
parent37a405376e25df41e33859412e8777a6dc888748 (diff)
chemnum (21jan21)
git-svn-id: svn://tug.org/texlive/trunk@57490 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/chemnum/README4
-rw-r--r--Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdfbin592366 -> 592375 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex2
-rw-r--r--Master/texmf-dist/tex/latex/chemnum/chemnum.sty10
4 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/chemnum/README b/Master/texmf-dist/doc/latex/chemnum/README
index 645b13c5dd1..ff5a15a2b36 100644
--- a/Master/texmf-dist/doc/latex/chemnum/README
+++ b/Master/texmf-dist/doc/latex/chemnum/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-chemnum v1.3 2020/12/06
+chemnum v1.3a 2021/01/21
a comprehensive approach for the numbering of chemical compounds
@@ -8,7 +8,7 @@ Clemens Niederberger
Web: https://github.com/cgnieder/chemnum
E-Mail: contact@mychemistry.eu
--------------------------------------------------------------------------
-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
diff --git a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf
index 5194431882c..1049dd97a2b 100644
--- a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf
+++ b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex
index 7ff89e4b1d2..19123e1b5cb 100644
--- a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex
+++ b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex
@@ -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
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