diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-13 00:05:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-13 00:05:21 +0000 |
commit | 2ccf30608537380af271494a3a12b9d184cb30eb (patch) | |
tree | b7a63dab8d4dd33d82819098eaa9963a8df57e2e /Master/texmf-dist/tex/latex/mh/xfrac.sty | |
parent | 4e7f0753dd878483f8e0f2552629358d987cdfbc (diff) |
mh (12jan11)
git-svn-id: svn://tug.org/texlive/trunk@21048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mh/xfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mh/xfrac.sty | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/mh/xfrac.sty b/Master/texmf-dist/tex/latex/mh/xfrac.sty index 1a6d0ff7d60..aeaeef9e238 100644 --- a/Master/texmf-dist/tex/latex/mh/xfrac.sty +++ b/Master/texmf-dist/tex/latex/mh/xfrac.sty @@ -116,11 +116,10 @@ false = \cs_set_nopar:Npn \xfrac_relscale: { - \dim_eval:n - { + \etex_dimexpr:D \box_ht:N \l_xfrac_tmp_box + \box_dp:N \l_xfrac_tmp_box - } + \scan_stop: }, true = \cs_set_nopar:Npn \xfrac_relscale: |