texlive[54404] Master/texmf-dist: xsim (19mar20)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 19 22:57:12 CET 2020


Revision: 54404
          http://tug.org/svn/texlive?view=revision&revision=54404
Author:   karl
Date:     2020-03-19 22:57:12 +0100 (Thu, 19 Mar 2020)
Log Message:
-----------
xsim (19mar20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/xsim/README
    trunk/Master/texmf-dist/doc/latex/xsim/xsim.history
    trunk/Master/texmf-dist/doc/latex/xsim/xsim_manual.pdf
    trunk/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls
    trunk/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex
    trunk/Master/texmf-dist/tex/latex/xsim/xsim.sty

Modified: trunk/Master/texmf-dist/doc/latex/xsim/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsim/README	2020-03-19 21:56:51 UTC (rev 54403)
+++ trunk/Master/texmf-dist/doc/latex/xsim/README	2020-03-19 21:57:12 UTC (rev 54404)
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------
-XSIM     2020/03/16 v0.19
+XSIM     2020/03/19 v0.19a
 XSIMVERB 2019/12/29 v0.1a
 
   eXercise Sheets IMproved

Modified: trunk/Master/texmf-dist/doc/latex/xsim/xsim.history
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xsim/xsim.history	2020-03-19 21:56:51 UTC (rev 54403)
+++ trunk/Master/texmf-dist/doc/latex/xsim/xsim.history	2020-03-19 21:57:12 UTC (rev 54404)
@@ -153,3 +153,4 @@
                      correct values when exercises (of different types) are
                      nested
                    - new load-time option `debug' - only for development
+ v0.19a 2020/03/18 - fix missing-variant-bug introduced with the last update

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

Modified: trunk/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls	2020-03-19 21:56:51 UTC (rev 54403)
+++ trunk/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls	2020-03-19 21:57:12 UTC (rev 54404)
@@ -970,6 +970,7 @@
 \xsim at add@version{0.17}  {2020-02-21}
 \xsim at add@version{0.18}  {2020-02-23}
 \xsim at add@version{0.19}  {2020-03-16}
+\xsim at add@version{0.19a} {2020-03-19}
 
 % ----------------------------------------------------------------------------
 \newrobustcmd*\xsimauxfileinfo{%

Modified: trunk/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex	2020-03-19 21:56:51 UTC (rev 54403)
+++ trunk/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex	2020-03-19 21:57:12 UTC (rev 54404)
@@ -54,6 +54,8 @@
 
 % ----------------------------------------------------------------------------
 
+\cs_generate_variant:Nn \str_if_eq:nnF {xx}
+
 \tl_const:Nn \c__xsim_module_extension_tl {code.tex}
 \tl_const:Nn \c__xsim_module_prefix_tl    {xsim}
 

Modified: trunk/Master/texmf-dist/tex/latex/xsim/xsim.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xsim/xsim.sty	2020-03-19 21:56:51 UTC (rev 54403)
+++ trunk/Master/texmf-dist/tex/latex/xsim/xsim.sty	2020-03-19 21:57:12 UTC (rev 54404)
@@ -29,10 +29,10 @@
 
 \ExplSyntaxOn
 
-\tl_const:Nn \c_xsim_date_tl                 {2020/03/16}
+\tl_const:Nn \c_xsim_date_tl                 {2020/03/19}
 \tl_const:Nn \c_xsim_version_major_number_tl {0}
 \tl_const:Nn \c_xsim_version_minor_number_tl {19}
-\tl_const:Nn \c_xsim_version_subrelease_tl   {}
+\tl_const:Nn \c_xsim_version_subrelease_tl   {a}
 \tl_const:Nx \c_xsim_version_number_tl
   {
     \c_xsim_version_major_number_tl .



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