texlive[52171] Master/texmf-dist: chemformula (24sep19)

commits+karl at tug.org commits+karl at tug.org
Tue Sep 24 22:06:14 CEST 2019


Revision: 52171
          http://tug.org/svn/texlive?view=revision&revision=52171
Author:   karl
Date:     2019-09-24 22:06:14 +0200 (Tue, 24 Sep 2019)
Log Message:
-----------
chemformula (24sep19)

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

Modified: trunk/Master/texmf-dist/doc/latex/chemformula/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemformula/README	2019-09-24 20:06:00 UTC (rev 52170)
+++ trunk/Master/texmf-dist/doc/latex/chemformula/README	2019-09-24 20:06:14 UTC (rev 52171)
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------
-the CHEMFORMULA package v4.15e 2017/03/23
+the CHEMFORMULA package v4.15f 2019/09/23
 
   typeset chemical compounds and reactions
 
@@ -8,7 +8,7 @@
 Web:    http://www.mychemistry.eu/forums/forum/chemformula/
 E-Mail: contact at mychemistry.eu
 --------------------------------------------------------------------------
-Copyright 2011-2017 Clemens Niederberger
+Copyright 2011-2019 Clemens Niederberger
 
 This work may be distributed and/or modified under the
 conditions of the LaTeX Project Public License, either version 1.3

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

Modified: trunk/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex	2019-09-24 20:06:00 UTC (rev 52170)
+++ trunk/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex	2019-09-24 20:06:14 UTC (rev 52171)
@@ -16,7 +16,7 @@
 % If you have any ideas, questions, suggestions or bugs to report, please
 % feel free to contact me.
 % --------------------------------------------------------------------------
-% Copyright 2011-2017 Clemens Niederberger
+% Copyright 2011-2019 Clemens Niederberger
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3
@@ -65,7 +65,7 @@
     addplot,
     chemfig,
     DeclareInstance, draw,
-    sample, setatomsep, sfrac,
+    sample, setchemfig, sfrac,
     usetikzlibrary
   } ,
   index-setup = { othercode=\footnotesize, level=\section , noclearpage } ,
@@ -89,6 +89,7 @@
 \usepackage[biblatex]{embrac}
 \ChangeEmph{[}[,.02em]{]}[.055em,-.08em]
 \ChangeEmph{(}[-.01em,.04em]{)}[.04em,-.05em]
+\usepackage{csquotes}
 
 \usepackage[accsupp]{acro}
 \acsetup{
@@ -1128,7 +1129,7 @@
   \ch{A ->[abc] B} \par
   \ch{A ->[abc~abc] B} \par
   % needs the `chemfig' package:
-  \setatomsep{15pt}
+  \setchemfig{atom sep =15pt}
   \ch{A ->[ "\chemfig{-[:30]-[:-30]OH}" ] B} \par
 \end{example}
 

Modified: trunk/Master/texmf-dist/tex/latex/chemformula/chemformula.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chemformula/chemformula.sty	2019-09-24 20:06:00 UTC (rev 52170)
+++ trunk/Master/texmf-dist/tex/latex/chemformula/chemformula.sty	2019-09-24 20:06:14 UTC (rev 52171)
@@ -12,7 +12,7 @@
 % If you have any ideas, questions, suggestions or bugs to report, please
 % feel free to contact me.
 % --------------------------------------------------------------------------
-% Copyright 2011-2017 Clemens Niederberger
+% Copyright 2011-2019 Clemens Niederberger
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3
@@ -30,9 +30,9 @@
 \usetikzlibrary{arrows.meta}
 
 \ExplSyntaxOn
-\tl_const:Nn \c_chemformula_date_tl {2017/03/23}
+\tl_const:Nn \c_chemformula_date_tl {2019/09/23}
 \tl_const:Nn \c_chemformula_version_number_tl {4.15}
-\tl_const:Nn \c_chemformula_version_suffix_tl {e}
+\tl_const:Nn \c_chemformula_version_suffix_tl {f}
 \tl_const:Nx \c_chemformula_version_tl
   { \c_chemformula_version_number_tl \c_chemformula_version_suffix_tl }
 \tl_const:Nn \c_chemformula_info_tl
@@ -181,6 +181,8 @@
 
 \seq_new:N \l__chemformula_tmpa_seq
 
+\bool_new:N \l__chemformula_tmpa_bool
+
 % booleans:
 % these are official:
 \bool_new:N      \l_chemformula_inside_ch_bool



More information about the tex-live-commits mailing list