texlive[52224] Master/texmf-dist: chemmacros (30sep19)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 30 23:49:40 CEST 2019


Revision: 52224
          http://tug.org/svn/texlive?view=revision&revision=52224
Author:   karl
Date:     2019-09-30 23:49:40 +0200 (Mon, 30 Sep 2019)
Log Message:
-----------
chemmacros (30sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/chemmacros/README
    trunk/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf
    trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
    trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.reactions.code.tex
    trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex
    trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty

Modified: trunk/Master/texmf-dist/doc/latex/chemmacros/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemmacros/README	2019-09-30 21:49:15 UTC (rev 52223)
+++ trunk/Master/texmf-dist/doc/latex/chemmacros/README	2019-09-30 21:49:40 UTC (rev 52224)
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------
-the CHEMMACROS package v5.8d 2019/09/23
+the CHEMMACROS package v5.8e 2019/09/27
 
   comprehensive support for typesetting chemistry documents
 

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

Modified: trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex	2019-09-30 21:49:15 UTC (rev 52223)
+++ trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.base.code.tex	2019-09-30 21:49:40 UTC (rev 52224)
@@ -179,8 +179,8 @@
 \cs_new_eq:NN \chemmacros_ignore_spaces: \tex_ignorespaces:D
 
 \cs_new_protected:Npn \chemmacros_leave_vmode: { \hbox_unpack:N \c_empty_box }
-\cs_new_protected:Npn \chemmacros_nobreak:     { \tex_penalty:D \c_ten_thousand }
-\cs_new_protected:Npn \chemmacros_allow_break: { \tex_penalty:D \c_zero }
+\cs_new_protected:Npn \chemmacros_nobreak:     { \tex_penalty:D 10000 \scan_stop: }
+\cs_new_protected:Npn \chemmacros_allow_break: { \tex_penalty:D \c_zero_int }
 \cs_new_protected:Npn \chemmacros_skip_nobreak:N #1
   {
     \chemmacros_nobreak:

Modified: trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.reactions.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.reactions.code.tex	2019-09-30 21:49:15 UTC (rev 52223)
+++ trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.reactions.code.tex	2019-09-30 21:49:40 UTC (rev 52224)
@@ -278,7 +278,8 @@
 % #4: argument list ({#2}{#3}...)
 \cs_new_protected:Npn \chemmacros_declare_reaction_env:nnnn #1#2#3#4
   {
-    \exp_args:Nnx \DeclareDocumentEnvironment {#1} { !O{} \prg_replicate:nn {#3+0} {m} }
+    \exp_args:Nnx \DeclareDocumentEnvironment {#1}
+      { \int_compare:nT { #3+0 = 0 } {!} O{} \prg_replicate:nn {#3+0} {m} }
       {
         \chemmacros_add_reaction_description:n {##1}
         \__chemmacros_begin_reaction:

Modified: trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex	2019-09-30 21:49:15 UTC (rev 52223)
+++ trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.spectroscopy.code.tex	2019-09-30 21:49:40 UTC (rev 52224)
@@ -41,6 +41,7 @@
 \tl_set:Nn \l__chemmacros_nmr_coupling_nuclei_post_tl { ) }
 \tl_new:N  \l__chemmacros_nmr_coupling_bonds_tl
 \tl_new:N  \l__chemmacros_nmr_coupling_bonds_pre_tl
+\tl_new:N  \l__chemmacros_nmr_coupling_bonds_post_tl
 \tl_set:Nn \l__chemmacros_nmr_coupling_bonds_pre_tl { }
 \tl_set:Nn \l__chemmacros_nmr_coupling_bonds_post_tl { \! }
 \tl_new:N  \l__chemmacros_nmr_coupling_symbol_tl

Modified: trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty	2019-09-30 21:49:15 UTC (rev 52223)
+++ trunk/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty	2019-09-30 21:49:40 UTC (rev 52224)
@@ -31,10 +31,10 @@
 
 % --------------------------------------------------------------------------
 % package information:
-\tl_const:Nn \c_chemmacros_date_tl {2019/09/27}
+\tl_const:Nn \c_chemmacros_date_tl {2019/09/30}
 \tl_const:Nn \c_chemmacros_version_major_number_tl {5}
 \tl_const:Nn \c_chemmacros_version_minor_number_tl {8}
-\tl_const:Nn \c_chemmacros_version_subrelease_tl   {e}
+\tl_const:Nn \c_chemmacros_version_subrelease_tl   {f}
 \tl_const:Nx \c_chemmacros_version_number_tl
   {
     \c_chemmacros_version_major_number_tl .



More information about the tex-live-commits mailing list