[latex3-commits] [latex3/latex2e] develop: update version, add change entries (5f7c96de)
github at latex-project.org
github at latex-project.org
Thu May 25 20:36:56 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/5f7c96de16d6e3da8ae3337dcec43ca8c924bb42
>---------------------------------------------------------------
commit 5f7c96de16d6e3da8ae3337dcec43ca8c924bb42
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri May 26 00:50:30 2023 +0800
update version, add change entries
>---------------------------------------------------------------
5f7c96de16d6e3da8ae3337dcec43ca8c924bb42
base/changes.txt | 6 ++++++
base/ltcmd.dtx | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 790f9a5a..db9c0e3e 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,12 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2023-05-26 Yukai Chou <muzimuzhi at gmail.com>
+
+ * ltcmd.dtx (subsection{Structure of \pkg{xparse} commands}):
+ Use simpler 'NNno' variant instead of 'NNVo' for
+ \cs_generate_from_arg_count:NNnn
+
2023-05-22 Joseph Wright <Joseph.Wright at latex-project.org>
* usrguide.tex
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index c2e9cbf5..d6322ff3 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -34,8 +34,8 @@
%%% From File: ltcmd.dtx
%
% \begin{macrocode}
-\def\ltcmdversion{v1.1d}
-\def\ltcmddate{2023-05-25}
+\def\ltcmdversion{v1.1e}
+\def\ltcmddate{2023-05-26}
% \end{macrocode}
%
%<*driver>
@@ -725,6 +725,9 @@
{ \@@_environment_or_command: }
}
% \end{macrocode}
+%
+% \changes{v1.1e}{2023/05/26}
+% {Use simpler variant \cs{cs_generate_from_arg_count:NNno}}
% To construct \cs{@@_tmp:w}, first go through the arguments
% found and the corresponding defaults, building a token list with
% |{#|\meta{arg number}|}| for arguments found in the input (whose
More information about the latex3-commits
mailing list.