summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/xfrac.dtx
diff options
context:
space:
mode:
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}