texlive[71430] Master/texmf-dist: xfrac (4jun24)
commits+karl at tug.org
commits+karl at tug.org
Tue Jun 4 21:55:34 CEST 2024
Revision: 71430
https://tug.org/svn/texlive?view=revision&revision=71430
Author: karl
Date: 2024-06-04 21:55:34 +0200 (Tue, 04 Jun 2024)
Log Message:
-----------
xfrac (4jun24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/xfrac/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/xfrac/README.md
trunk/Master/texmf-dist/doc/latex/xfrac/xfrac.pdf
trunk/Master/texmf-dist/source/latex/xfrac/xfrac.dtx
trunk/Master/texmf-dist/tex/latex/xfrac/xfrac.sty
Modified: trunk/Master/texmf-dist/doc/latex/xfrac/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xfrac/CHANGELOG.md 2024-06-04 19:55:14 UTC (rev 71429)
+++ trunk/Master/texmf-dist/doc/latex/xfrac/CHANGELOG.md 2024-06-04 19:55:34 UTC (rev 71430)
@@ -8,6 +8,13 @@
## [Unreleased]
+## [2024-06-04]
+
+### Changed
+
+- Update for kernel change from `\IfInstanceExistTF`
+ to `\IfInstanceExistsTF`
+
## [2024-02-13]
### Changed
@@ -15,5 +22,6 @@
- Updated package dependencies (track kernel improvements)
- Preparation for move of `xtemplate` concepts to the kernel
-[Unreleased]: https://github.com/latex3/latex3/compare/2024-02-13...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2024-06-04...HEAD
+[2024-06-04]: https://github.com/latex3/xfrac/compare/2024-02-13...2024-06-04
[2024-02-13]: https://github.com/latex3/xfrac/compare/2023-10-10...2024-02-13
Modified: trunk/Master/texmf-dist/doc/latex/xfrac/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xfrac/README.md 2024-06-04 19:55:14 UTC (rev 71429)
+++ trunk/Master/texmf-dist/doc/latex/xfrac/README.md 2024-06-04 19:55:34 UTC (rev 71430)
@@ -1,6 +1,6 @@
# `xfrac`: Split level fractions
-Release 2024-02-13
+Release 2024-06-04
## Overview
Modified: trunk/Master/texmf-dist/doc/latex/xfrac/xfrac.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/xfrac/xfrac.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/xfrac/xfrac.dtx 2024-06-04 19:55:14 UTC (rev 71429)
+++ trunk/Master/texmf-dist/source/latex/xfrac/xfrac.dtx 2024-06-04 19:55:34 UTC (rev 71430)
@@ -50,7 +50,7 @@
% }^^A
% }
%
-% \date{Released 2024-02-13}
+% \date{Released 2024-06-04}
%
% \maketitle
%
@@ -512,7 +512,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xfrac}{2024-02-13}{}
+\ProvidesExplPackage{xfrac}{2024-06-04}{}
{Split-level fractions}
% \end{macrocode}
%
@@ -567,6 +567,8 @@
\IfFormatAtLeastTF { 2024-06-01 }
{ }
{ \RequirePackage { xtemplate } }
+\cs_if_exist:NF \IfInstanceExistsTF
+ { \cs_new_eq:NN \IfInstanceExistsTF \IfInstanceExistTF }
% \end{macrocode}
%
% \begin{variable}{\l_@@_slash_box}
@@ -1109,16 +1111,16 @@
{
\mode_if_math:TF
{
- \IfInstanceExistTF { xfrac } { mathfam \number \fam }
+ \IfInstanceExistsTF { xfrac } { mathfam \number \fam }
{ \UseInstance { xfrac } { mathfam \number \fam } }
{ \UseInstance { xfrac } { mathdefault } }
{#2} {#3} {#4}
}
{
- \IfInstanceExistTF { xfrac } {#1}
+ \IfInstanceExistsTF { xfrac } {#1}
{ \UseInstance { xfrac } {#1} }
{
- \IfInstanceExistTF { xfrac } { \f at family }
+ \IfInstanceExistsTF { xfrac } { \f at family }
{ \UseInstance { xfrac } { \f at family } }
{ \UseInstance { xfrac } { default } }
}
Modified: trunk/Master/texmf-dist/tex/latex/xfrac/xfrac.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xfrac/xfrac.sty 2024-06-04 19:55:14 UTC (rev 71429)
+++ trunk/Master/texmf-dist/tex/latex/xfrac/xfrac.sty 2024-06-04 19:55:34 UTC (rev 71430)
@@ -34,7 +34,7 @@
}%
\endinput
}%
-\ProvidesExplPackage{xfrac}{2024-02-13}{}
+\ProvidesExplPackage{xfrac}{2024-06-04}{}
{Split-level fractions}
\providecommand \IfFormatAtLeastTF { \@ifl at t@r \fmtversion }
\IfFormatAtLeastTF { 2020-02-02 }
@@ -64,6 +64,8 @@
\IfFormatAtLeastTF { 2024-06-01 }
{ }
{ \RequirePackage { xtemplate } }
+\cs_if_exist:NF \IfInstanceExistsTF
+ { \cs_new_eq:NN \IfInstanceExistsTF \IfInstanceExistTF }
\box_new:N \l__xfrac_slash_box
\box_new:N \l__xfrac_tmp_box
\cs_new:Npn \__xfrac_tmp:w { }
@@ -413,16 +415,16 @@
{
\mode_if_math:TF
{
- \IfInstanceExistTF { xfrac } { mathfam \number \fam }
+ \IfInstanceExistsTF { xfrac } { mathfam \number \fam }
{ \UseInstance { xfrac } { mathfam \number \fam } }
{ \UseInstance { xfrac } { mathdefault } }
{#2} {#3} {#4}
}
{
- \IfInstanceExistTF { xfrac } {#1}
+ \IfInstanceExistsTF { xfrac } {#1}
{ \UseInstance { xfrac } {#1} }
{
- \IfInstanceExistTF { xfrac } { \f at family }
+ \IfInstanceExistsTF { xfrac } { \f at family }
{ \UseInstance { xfrac } { \f at family } }
{ \UseInstance { xfrac } { default } }
}
More information about the tex-live-commits
mailing list.