diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx b/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx index 1952e2687b8..cc811e56983 100644 --- a/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % %% File: xfrac.dtx Copyright (C) 2004, 2008-2010 Morten Hoegholm -%% (C) 2011,2012,2014-2017 The LaTeX3 Project +%% (C) 2011,2012,2014-2018 The LaTeX3 Project % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -63,7 +63,7 @@ % }^^A % } % -% \date{Released 2018/02/21} +% \date{Released 2018-04-30} % % \maketitle % @@ -533,7 +533,7 @@ % \end{macrocode} % % \begin{macrocode} -\ProvidesExplPackage{xfrac}{2018/02/21}{} +\ProvidesExplPackage{xfrac}{2018-04-30}{} {L3 Experimental split-level fractions} % \end{macrocode} % @@ -745,12 +745,12 @@ false = \cs_set:Npn \@@_relscale: { - \__dim_eval:n + \dim_eval:n { \box_ht:N \l_@@_tmp_box + \box_dp:N \l_@@_tmp_box } }, true = \cs_set:Npn \@@_relscale: - { \box_ht:N \l_@@_slash_box } + { \dim_eval:n { \box_ht:N \l_@@_slash_box } } }, scaling = { @@ -759,7 +759,7 @@ \cs_set:Npn \@@_fontscale: { \fontsize - { \fp_use:N \l_@@_scale_factor_fp \@@_relscale: } + { \fp_to_dim:n { \l_@@_scale_factor_fp * \@@_relscale: } } { \c_zero_dim } \selectfont } @@ -842,7 +842,7 @@ { \raisebox { - \__dim_eval:n + \dim_eval:n { \box_ht:N \l_@@_slash_box - \box_dp:N \l_@@_slash_box @@ -871,7 +871,7 @@ { \raisebox { - \__dim_eval:n + \dim_eval:n { \box_ht:N \l_@@_slash_box - \dim_use:N \l_@@_numerator_top_sep_dim |