diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-30 22:39:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-30 22:39:09 +0000 |
commit | a28e1bfccd6fe522fcd296426e4d89c7fb4f19b6 (patch) | |
tree | b72347e08575b56fcfed87c4d837b48dcfd1e02a /Master/texmf-dist/source/latex/l3packages/xfrac | |
parent | b40c37a9e22b8235ff9c0bc256d00f7af94304c3 (diff) |
l3 (30apr18)
git-svn-id: svn://tug.org/texlive/trunk@47516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xfrac')
-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 |