diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-19 21:57:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-19 21:57:12 +0000 |
commit | fdd64e46f7731e97f8dd25d5c738169d351a0242 (patch) | |
tree | 268d3fcf215283bad320e1facc4637406d49243d /Master/texmf-dist/tex/latex/xsim | |
parent | c5b42a17e83867ca0acd96dfd2e61ecf334919ed (diff) |
xsim (19mar20)
git-svn-id: svn://tug.org/texlive/trunk@54404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xsim')
-rw-r--r-- | Master/texmf-dist/tex/latex/xsim/xsim-manual.cls | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/xsim/xsim.sty | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls b/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls index e40029df10b..c3353f6c4eb 100644 --- a/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls +++ b/Master/texmf-dist/tex/latex/xsim/xsim-manual.cls @@ -970,6 +970,7 @@ \xsim@add@version{0.17} {2020-02-21} \xsim@add@version{0.18} {2020-02-23} \xsim@add@version{0.19} {2020-03-16} +\xsim@add@version{0.19a} {2020-03-19} % ---------------------------------------------------------------------------- \newrobustcmd*\xsimauxfileinfo{% diff --git a/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex b/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex index 51b595fdd37..c487c730366 100644 --- a/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex +++ b/Master/texmf-dist/tex/latex/xsim/xsim.modules.code.tex @@ -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} diff --git a/Master/texmf-dist/tex/latex/xsim/xsim.sty b/Master/texmf-dist/tex/latex/xsim/xsim.sty index 79ab9b4b801..9ab9d386802 100644 --- a/Master/texmf-dist/tex/latex/xsim/xsim.sty +++ b/Master/texmf-dist/tex/latex/xsim/xsim.sty @@ -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 . |