[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Update l3kernel and xparse to 2023-02-01 (36e9e49f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Feb 1 08:58:18 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : main
Link : https://github.com/latex3/latex2e/commit/36e9e49f35f5cf6c473aaa7fcc17d717371a97d3
>---------------------------------------------------------------
commit 36e9e49f35f5cf6c473aaa7fcc17d717371a97d3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Feb 1 07:58:18 2023 +0000
Update l3kernel and xparse to 2023-02-01
>---------------------------------------------------------------
36e9e49f35f5cf6c473aaa7fcc17d717371a97d3
texmf/tex/latex/l3kernel/expl3-code.tex | 17 ++++++++---------
texmf/tex/latex/l3kernel/expl3-generic.tex | 2 +-
texmf/tex/latex/l3kernel/expl3.ltx | 2 +-
texmf/tex/latex/l3kernel/expl3.sty | 2 +-
texmf/tex/latex/l3packages/xparse/xparse.sty | 2 +-
5 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/texmf/tex/latex/l3kernel/expl3-code.tex b/texmf/tex/latex/l3kernel/expl3-code.tex
index c4a1925d..6419c220 100644
--- a/texmf/tex/latex/l3kernel/expl3-code.tex
+++ b/texmf/tex/latex/l3kernel/expl3-code.tex
@@ -71,7 +71,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
-\def\ExplFileDate{2023-01-24}%
+\def\ExplFileDate{2023-02-01}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
@@ -28780,7 +28780,7 @@ Type H <return> for immediate help}\def~{\errmessage{%
{ rgb }
{
\exp_args:Ne \__color_parse_model_hsb_aux:nnn
- { \fp_eval:n { 6 * #1 } } {#2} {#3}
+ { \fp_eval:n { 6 * (#1) } } {#2} {#3}
}
}
\cs_new:Npn \__color_parse_model_hsb_aux:nnn #1#2#3
@@ -28813,9 +28813,9 @@ Type H <return> for immediate help}\def~{\errmessage{%
\cs_new:Npn \__color_parse_model_HSB:w #1 , #2 , #3 , #4 \s__color_stop
{
\exp_args:Neee \__color_parse_model_hsb:nnn
- { \fp_eval:n {#1 / 240} }
- { \fp_eval:n {#2 / 240} }
- { \fp_eval:n {#3 / 240} }
+ { \fp_eval:n { round((#1) / 240,5) } }
+ { \fp_eval:n { round((#2) / 240,5) } }
+ { \fp_eval:n { round((#3) / 240,5) } }
}
\cs_new:Npn \__color_parse_model_HTML:w #1 , #2 \s__color_stop
{ \__color_parse_model_HTML_aux:w #1 0 0 0 0 0 0 \s__color_stop }
@@ -28832,9 +28832,9 @@ Type H <return> for immediate help}\def~{\errmessage{%
{
{ rgb }
{
- \fp_eval:n { round(#1 / 255,5) } ~
- \fp_eval:n { round(#2 / 255,5) } ~
- \fp_eval:n { round(#3 / 255,5) }
+ \fp_eval:n { round((#1) / 255,5) } ~
+ \fp_eval:n { round((#2) / 255,5) } ~
+ \fp_eval:n { round((#3) / 255,5) }
}
}
\cs_new:Npn \__color_parse_model_wave:w #1 , #2 \s__color_stop
@@ -33886,7 +33886,6 @@ Type H <return> for immediate help}\def~{\errmessage{%
}
\cs_new:Npn \__text_change_case_boundary_upper_el:nnnN #1#2#3#4
{
- \MARJ
\bool_lazy_or:nnTF
{ \token_if_letter_p:N #4 }
{
diff --git a/texmf/tex/latex/l3kernel/expl3-generic.tex b/texmf/tex/latex/l3kernel/expl3-generic.tex
index acb6b83f..41bcbbe3 100644
--- a/texmf/tex/latex/l3kernel/expl3-generic.tex
+++ b/texmf/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{2023-01-24}%
+\def\ExplFileDate{2023-02-01}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
diff --git a/texmf/tex/latex/l3kernel/expl3.ltx b/texmf/tex/latex/l3kernel/expl3.ltx
index fb926fb4..a1adcd5f 100644
--- a/texmf/tex/latex/l3kernel/expl3.ltx
+++ b/texmf/tex/latex/l3kernel/expl3.ltx
@@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
-\def\ExplFileDate{2023-01-24}%
+\def\ExplFileDate{2023-02-01}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
diff --git a/texmf/tex/latex/l3kernel/expl3.sty b/texmf/tex/latex/l3kernel/expl3.sty
index 3c5e2c64..193c8bca 100644
--- a/texmf/tex/latex/l3kernel/expl3.sty
+++ b/texmf/tex/latex/l3kernel/expl3.sty
@@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
-\def\ExplFileDate{2023-01-24}%
+\def\ExplFileDate{2023-02-01}%
\let\ExplLoaderFileDate\ExplFileDate
\ProvidesPackage{expl3}
[%
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.sty b/texmf/tex/latex/l3packages/xparse/xparse.sty
index ab903b31..b80b57fa 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.sty
+++ b/texmf/tex/latex/l3packages/xparse/xparse.sty
@@ -60,7 +60,7 @@
}
}
\ExplSyntaxOff
-\ProvidesExplPackage{xparse}{2023-01-16}{}
+\ProvidesExplPackage{xparse}{2023-02-01}{}
{L3 Experimental document command parser}
\clist_new:N \l__cmd_options_clist
\DeclareOption* { \clist_put_right:NV \l__cmd_options_clist \CurrentOption }
More information about the latex3-commits
mailing list.