diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-07 20:16:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-07 20:16:16 +0000 |
commit | b95d7e12e4b85cb577f3efc950cf50413dfea72b (patch) | |
tree | 8f662c3a06c148b16917d9fe40bad41f7321dcfc /Master/texmf-dist/tex/latex/l3packages/xfrac | |
parent | 3f20818aebef6486b55ca328825b002d7f87e396 (diff) |
l3 (7may21)
git-svn-id: svn://tug.org/texlive/trunk@59118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xfrac')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty index cbbfab098b1..c6d85d1c73c 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty @@ -34,7 +34,7 @@ \endinput } \RequirePackage{amstext,graphicx,l3keys2e,textcomp,xparse,xtemplate} -\ProvidesExplPackage{xfrac}{2021-03-12}{} +\ProvidesExplPackage{xfrac}{2021-05-07}{} {L3 Experimental split-level fractions} \keys_define:nn { xfrac } { @@ -329,7 +329,6 @@ scale-factor = 0.7 , scale-relative = false , scaling = true , - numerator-top-sep = 0 pt , denominator-bot-sep = 0 pt , math-mode = true , phantom = ( % ) @@ -338,7 +337,6 @@ \DeclareInstance { xfrac } { mathdefault } { math } { } \DeclareCollectionInstance { plainmath } { xfrac } { mathdefault } { math } { - denominator-bot-sep = 0 pt , numerator-bot-sep = 0 pt , numerator-top-sep = \c_max_dim , scale-factor = 1 , @@ -419,8 +417,8 @@ } } \msg_new:nnnn { xfrac } { over-specified-numerator-sep } - { You have specified both numerator-top-sep and numerator-bot-sep} - {I will pretend that you didn't specify either of them} + { You~have~specified~both~"numerator-top-sep"~and~"numerator-bot-sep". } + { I~will~pretend~that~you~didn't~specify~either~of~them. } %% %% %% End of file `xfrac.sty'. |