summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx4
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx4
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx19
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx16
4 files changed, 29 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
index a65b0239dda..817d37a46c1 100644
--- a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
@@ -62,7 +62,7 @@
% }^^A
% }
%
-% \date{Released 2024-02-18}
+% \date{Released 2024-03-14}
%
% \maketitle
%
@@ -154,7 +154,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{l3keys2e}{2024-02-18}{}
+\ProvidesExplPackage{l3keys2e}{2024-03-14}{}
{LaTeX2e option processing using LaTeX3 keys}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
index 3a97e469031..8baebbfc190 100644
--- a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
@@ -63,7 +63,7 @@
% }^^A
% }
%
-% \date{Released 2024-02-18}
+% \date{Released 2024-03-14}
%
% \maketitle
%
@@ -171,7 +171,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xfp}{2024-02-18}{}
+\ProvidesExplPackage{xfp}{2024-03-14}{}
{L3 Floating point unit}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index 6dba694d397..4b731d1e0f6 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -67,12 +67,27 @@
% }^^A
% }
%
-% \date{Released 2024-02-18}
+% \date{Released 2024-03-14}
%
% \maketitle
%
% \begin{documentation}
%
+% \section{Introduction}
+%
+% \begin{center}
+% \bfseries This package is obsolete with the October 2020 \LaTeX{} release.
+% \end{center}
+%
+% With new formats, \cs{NewDocumentCommand}, etc., are available in
+% the format. Other than for a small number of now-deprecated
+% argument types and support functions, package authors should transition
+% their code to avoid loading \pkg{xparse}. An updated version of the
+% documentation covering the full set of functionality available in
+% the kernel is available in \texttt{usrguide}.
+%
+% \section{Old introduction}
+%
% The \pkg{xparse} package provides a high-level interface for
% producing document-level commands. In that way, it is intended as
% a replacement for the \LaTeXe{} \cs{newcommand} macro. However,
@@ -1064,7 +1079,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xparse}{2024-02-18}{}
+\ProvidesExplPackage{xparse}{2024-03-14}{}
{L3 Experimental document command parser}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
index 7a956d82bf8..4aac33434a4 100644
--- a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
@@ -5,7 +5,7 @@
% Copyright (C) 1999 Frank Mittelbach, Chris Rowley, David Carlisle
% (C) 2004-2010 Frank Mittelbach, The LaTeX Project
% (C) 2011-2024 The LaTeX Project
-%\
+%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
% license or (at your option) any later version. The latest version
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Released 2024-02-18}
+% \date{Released 2024-03-14}
%
% \maketitle
%
@@ -695,8 +695,8 @@
%
% \begin{macro}{\DeclareRestrictedTemplate}
% \begin{macro}{\DeclareObjectType}
-% If the new kernel code is not loaded, make a couple of compatibility
-% additions. Otherwise, hand over to the frozen version.
+% If the new kernel code is not loaded, hand over to the frozen version.
+% Otherwise, make a couple of compatibility additions.
% \begin{macrocode}
\@ifundefined{NewTemplateType}
{%
@@ -704,12 +704,12 @@
\endinput
}
{%
- \ProvidesExplPackage{xtemplate}{2023-10-10}{}
+ \ProvidesExplPackage{xtemplate}{2024-03-14}{}
{L3 Experimental prototype document functions}
\long\protected\def\DeclareRestrictedTemplate#1#2#3#4{%
- \DeclareTemplateCopy{#1}{#3}{#2}%
- \EditTemplateDefaults{#1}{#3}{#4}%
- }%
+ \DeclareTemplateCopy{#1}{#3}{#2}%
+ \EditTemplateDefaults{#1}{#3}{#4}%
+ }%
}
\ExplSyntaxOn
\cs_new_protected:Npn \DeclareObjectType #1#2