From 9b9af3f98ce453fa388221fbb39b765facc75146 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 12 Oct 2021 20:07:20 +0000 Subject: l3 (12oct21) git-svn-id: svn://tug.org/texlive/trunk@60743 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex') diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex index 2af1e909340..f3d22616748 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex @@ -70,7 +70,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2021-08-27}% +\def\ExplFileDate{2021-10-12}% \begingroup \def\next{\endgroup}% \expandafter\ifx\csname PackageError\endcsname\relax @@ -27786,7 +27786,7 @@ \cs_generate_variant:Nn \box_gresize_to_ht_plus_dp:Nn { c } \cs_new_protected:Npn \__box_resize_to_ht_plus_dp:NnN #1#2#3 { - \hbox_set:Nn #1 + #3 #1 { \__box_resize_set_corners:N #1 \fp_set:Nn \l__box_scale_y_fp @@ -29043,8 +29043,9 @@ { \prg_replicate:nn {#1} { neg ~ 1.0 ~ add ~ #1 ~ -1 ~ roll ~ } - \int_eval:n { #2 + 4 } ~ 4 ~ roll - \prg_replicate:nn {#2} { ~ pop } + \int_eval:n { #2 + #1 } ~ #1 ~ roll + \prg_replicate:nn {#2} { ~ pop } ~ + #1 ~ 1 ~ roll } \use:x { @@ -29061,7 +29062,7 @@ { rgb } { /DeviceRGB } } } - { \exp_not:V \l__color_internal_tl } + { { \exp_not:V \l__color_internal_tl } } } } \cs_new_protected:Npn \__color_model_devicen_transform:w @@ -29089,7 +29090,7 @@ \fp_compare:nNnF {#3} = \c_zero_fp { \int_eval:n { #1 - \l__color_internal_int + #2 } ~ index ~ - #3 ~ neg ~ mul ~ 1.0 ~ add ~ mul ~ + -#3 ~ mul ~ 1.0 ~ add ~ mul ~ } #2 ~ -1 ~ roll ~ } @@ -30362,7 +30363,7 @@ \__coffin_offset_poles:Nnn #4 { \l__coffin_offset_x_dim } { \l__coffin_offset_y_dim } \__coffin_update_vertical_poles:NNN #1 #4 \l__coffin_aligned_coffin - \coffin_set_eq:NN #1 \l__coffin_aligned_coffin + #9 #1 \l__coffin_aligned_coffin } \cs_new_protected:Npn \__coffin_attach_mark:NnnNnnnn #1#2#3#4#5#6#7#8 { -- cgit v1.2.3