summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/xfrac.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-02 03:04:23 +0000
committerNorbert Preining <norbert@preining.info>2021-06-02 03:04:23 +0000
commit138d0a6cfd5f2187973fb6b83ad2fb0dcf5a8348 (patch)
treea95fba7d01d57bba550f5114c936ec76d57a49ac /macros/latex/contrib/l3packages/xfrac.dtx
parent0f69e2fd4a9928663f0cc64b8cac1f0d8baee9d6 (diff)
CTAN sync 202106020304
Diffstat (limited to 'macros/latex/contrib/l3packages/xfrac.dtx')
-rw-r--r--macros/latex/contrib/l3packages/xfrac.dtx11
1 files changed, 7 insertions, 4 deletions
diff --git a/macros/latex/contrib/l3packages/xfrac.dtx b/macros/latex/contrib/l3packages/xfrac.dtx
index d6efa64a93..51cd687575 100644
--- a/macros/latex/contrib/l3packages/xfrac.dtx
+++ b/macros/latex/contrib/l3packages/xfrac.dtx
@@ -65,7 +65,7 @@
% }^^A
% }
%
-% \date{Released 2021-05-27}
+% \date{Released 2021-06-01}
%
% \maketitle
%
@@ -535,7 +535,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xfrac}{2021-05-27}{}
+\ProvidesExplPackage{xfrac}{2021-06-01}{}
{L3 Experimental split-level fractions}
% \end{macrocode}
%
@@ -995,9 +995,12 @@
\DeclareInstance { xfrac } { default } { text } { }
% \end{macrocode}
%
-% The default \enquote{math(s)} instance.
+% The default \enquote{math(s)} instance. We annot set the
+% |numerator-top-sep| in the restricted template above as it clashes
+% with the requirements of the |plainmath| collection which comes next.
% \begin{macrocode}
-\DeclareInstance { xfrac } { mathdefault } { math } { }
+\DeclareInstance { xfrac } { mathdefault } { math }
+ { numerator-top-sep = 0pt }
% \end{macrocode}
%
% \begin{macrocode}