diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-12 20:07:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-12 20:07:20 +0000 |
commit | 9b9af3f98ce453fa388221fbb39b765facc75146 (patch) | |
tree | cebe1c408539246f5725ed276b182bc2cbeb70a9 /Master/texmf-dist/tex/latex/l3kernel | |
parent | d13d9685115e059e52709bb5583d7a6e9031942d (diff) |
l3 (12oct21)
git-svn-id: svn://tug.org/texlive/trunk@60743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel')
4 files changed, 11 insertions, 10 deletions
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 { diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex index f534d2671ec..8a048e4cfad 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2021-08-27}% +\def\ExplFileDate{2021-10-12}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \catcode`\_=11 diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx index 2da98e415b6..fefcf804b74 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2021-08-27}% +\def\ExplFileDate{2021-10-12}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \catcode`\_=11 diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty index dc9e3d70287..0d435382326 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2021-08-27}% +\def\ExplFileDate{2021-10-12}% \let\ExplLoaderFileDate\ExplFileDate \ProvidesPackage{expl3} [% |