[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move \prg_generate_conditional_variant:Nnn to stable (db7712f)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 16 14:14:31 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/db7712fe4b8d167b118a7e66f1ce436d193ed526

>---------------------------------------------------------------

commit db7712fe4b8d167b118a7e66f1ce436d193ed526
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 2 09:42:03 2018 +0000

    Move \prg_generate_conditional_variant:Nnn to stable


>---------------------------------------------------------------

db7712fe4b8d167b118a7e66f1ce436d193ed526
 l3kernel/CHANGELOG.md     |    1 +
 l3kernel/l3candidates.dtx |   13 -------------
 l3kernel/l3prg.dtx        |   13 +++++++++++++
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index a0d6799..ea0adf7 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -85,6 +85,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 - Apply `\par` only at the end of vertical boxes
 - Move `\int_rand:n` to stable
+- Move `\prg_generate_conditional_variant:Nnn` to stable
 - Move `\<var>_rand_item:N` to stable
 
 ### Fixed
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 73d80e5..295af6e 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -226,19 +226,6 @@
 %
 % \section{Additions to \pkg{l3expan}}
 %
-% \begin{function}[added = 2017-12-12]{\prg_generate_conditional_variant:Nnn}
-%   \begin{syntax}
-%     \cs{prg_generate_conditional_variant:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{variant argument specifiers} \Arg{condition specifiers}
-%   \end{syntax}
-%   Defines argument-specifier variants of conditionals.  This is
-%   equivalent to running \cs{cs_generate_variant:Nn} \meta{conditional}
-%   \Arg{variant argument specifiers} on each \meta{conditional}
-%   described by the \meta{condition specifiers}.  These base-form
-%   \meta{conditionals} are obtained from the \meta{name} and \meta{arg
-%   spec} as described for \cs{prg_new_conditional:Npnn}, and they
-%   should be defined.
-% \end{function}
-%
 % \begin{function}[added = 2018-04-04]{\exp_args_generate:n}
 %   \begin{syntax}
 %     \cs{exp_args_generate:n} \Arg{variant argument specifiers}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 683e747..28b7f40 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -202,6 +202,19 @@
 %   the expansion of the conditional code. This includes other instances of either of these functions.
 % \end{function}
 %
+% \begin{function}[added = 2017-12-12]{\prg_generate_conditional_variant:Nnn}
+%   \begin{syntax}
+%     \cs{prg_generate_conditional_variant:Nnn} \cs[no-index]{\meta{name}:\meta{arg spec}} \Arg{variant argument specifiers} \Arg{condition specifiers}
+%   \end{syntax}
+%   Defines argument-specifier variants of conditionals.  This is
+%   equivalent to running \cs{cs_generate_variant:Nn} \meta{conditional}
+%   \Arg{variant argument specifiers} on each \meta{conditional}
+%   described by the \meta{condition specifiers}.  These base-form
+%   \meta{conditionals} are obtained from the \meta{name} and \meta{arg
+%   spec} as described for \cs{prg_new_conditional:Npnn}, and they
+%   should be defined.
+% \end{function}
+%
 % \section{The boolean data type}
 %
 % This section describes a boolean data type which is closely





More information about the latex3-commits mailing list