texlive[57490] Master/texmf-dist: chemnum (21jan21)

commits+karl at tug.org commits+karl at tug.org
Thu Jan 21 23:17:01 CET 2021


Revision: 57490
          http://tug.org/svn/texlive?view=revision&revision=57490
Author:   karl
Date:     2021-01-21 23:17:01 +0100 (Thu, 21 Jan 2021)
Log Message:
-----------
chemnum (21jan21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/chemnum/README
    trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf
    trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex
    trunk/Master/texmf-dist/tex/latex/chemnum/chemnum.sty

Modified: trunk/Master/texmf-dist/doc/latex/chemnum/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemnum/README	2021-01-21 22:16:46 UTC (rev 57489)
+++ trunk/Master/texmf-dist/doc/latex/chemnum/README	2021-01-21 22:17:01 UTC (rev 57490)
@@ -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 @@
 Web:    https://github.com/cgnieder/chemnum
 E-Mail: contact at 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

Modified: trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex	2021-01-21 22:16:46 UTC (rev 57489)
+++ trunk/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex	2021-01-21 22:17:01 UTC (rev 57490)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/chemnum/chemnum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemnum/chemnum.sty	2021-01-21 22:16:46 UTC (rev 57489)
+++ trunk/Master/texmf-dist/tex/latex/chemnum/chemnum.sty	2021-01-21 22:17:01 UTC (rev 57490)
@@ -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 @@
                  - \chemnum_if_subcompounds:nTF
                  - \chemnum_count_subcompounds:n
                  - \chemnum_get_subcompound:nn
+2021/01/21 v1.3a - fix issue #17



More information about the tex-live-commits mailing list.