[latex3-commits] [git/LaTeX3-latex3-latex3] main: Fix incorrect use of restricted template in xfrac (5245f89e1)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri May 7 11:48:28 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/5245f89e19609dbf6363349eef1cfa33cb0c2e53

>---------------------------------------------------------------

commit 5245f89e19609dbf6363349eef1cfa33cb0c2e53
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri May 7 10:48:28 2021 +0100

    Fix incorrect use of restricted template in xfrac


>---------------------------------------------------------------

5245f89e19609dbf6363349eef1cfa33cb0c2e53
 l3packages/CHANGELOG.md    | 1 +
 l3packages/xfrac/xfrac.dtx | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3packages/CHANGELOG.md b/l3packages/CHANGELOG.md
index dbd3bb54a..64128e61f 100644
--- a/l3packages/CHANGELOG.md
+++ b/l3packages/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Fixed
 - Implmentation of `\DeclareRestrictedTemplate`
+- Incorrect use of restricted template in `xfrac`
 
 ## [2021-03-12]
 
diff --git a/l3packages/xfrac/xfrac.dtx b/l3packages/xfrac/xfrac.dtx
index dbbdeaf65..36f5c665b 100644
--- a/l3packages/xfrac/xfrac.dtx
+++ b/l3packages/xfrac/xfrac.dtx
@@ -979,7 +979,6 @@
     scale-factor        = 0.7          ,
     scale-relative      = false        ,
     scaling             = true         ,
-    numerator-top-sep   = 0 pt         ,
     denominator-bot-sep = 0 pt         ,
     math-mode           = true         ,
     phantom             = ( % )
@@ -1004,7 +1003,6 @@
 %    \begin{macrocode}
 \DeclareCollectionInstance { plainmath } { xfrac } { mathdefault } { math }
   {
-    denominator-bot-sep = 0 pt       ,
     numerator-bot-sep   = 0 pt       ,
     numerator-top-sep   = \c_max_dim ,
     scale-factor        = 1          ,





More information about the latex3-commits mailing list.