diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-11 00:57:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-11 00:57:44 +0000 |
commit | 7d9db8166e583e36ac70386c1c3bb352e4b543d0 (patch) | |
tree | 0db061e6c8f6f22622c09cd12f1096a327f01d6f /Master/texmf-dist/tex/latex/l3packages/xfrac | |
parent | 74211cc9a2b9b059dfc2802a474a5edbb41f8e0b (diff) |
l3packages 3341 (8feb12)
git-svn-id: svn://tug.org/texlive/trunk@25358 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 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty index bb6844bc538..000fe4fa209 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty @@ -48,7 +48,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{amstext,graphicx,l3keys2e,textcomp,xparse,xtemplate} -\GetIdInfo$Id: xfrac.dtx 2896 2011-10-09 20:36:50Z joseph $ +\GetIdInfo$Id: xfrac.dtx 3341 2012-02-08 19:30:37Z joseph $ {L3 Experimental split-level fractions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -226,9 +226,11 @@ { \raisebox { - \box_ht:N \l_xfrac_slash_box - - \box_dp:N \l_xfrac_slash_box - - \height + \dim_eval:w + \box_ht:N \l_xfrac_slash_box + - \box_dp:N \l_xfrac_slash_box + - \height + \dim_eval_end: } } \dim_compare:nNnTF @@ -252,9 +254,11 @@ { \raisebox { - \box_ht:N \l_xfrac_slash_box - - \dim_use:N \l_xfrac_numerator_top_sep_dim - - \height + \dim_eval:w + \box_ht:N \l_xfrac_slash_box + - \dim_use:N \l_xfrac_numerator_top_sep_dim + - \height + \dim_eval_end: } } } |