summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-06-04 19:55:34 +0000
committerKarl Berry <karl@freefriends.org>2024-06-04 19:55:34 +0000
commit4cd05ba224093f51dbda194d99314fc87bd11c60 (patch)
tree773a9405681b58c72641c0f6b51389b6dd929aaa /Master/texmf-dist/source
parent09ae75f4f135effa8685666830d4619e578aa9fc (diff)
xfrac (4jun24)
git-svn-id: svn://tug.org/texlive/trunk@71430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/xfrac/xfrac.dtx12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/xfrac/xfrac.dtx b/Master/texmf-dist/source/latex/xfrac/xfrac.dtx
index 55c26ca76fa..1d2a109cd12 100644
--- a/Master/texmf-dist/source/latex/xfrac/xfrac.dtx
+++ b/Master/texmf-dist/source/latex/xfrac/xfrac.dtx
@@ -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@family }
+ \IfInstanceExistsTF { xfrac } { \f@family }
{ \UseInstance { xfrac } { \f@family } }
{ \UseInstance { xfrac } { default } }
}