summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/xparse.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3packages/xparse.dtx')
-rw-r--r--macros/latex/contrib/l3packages/xparse.dtx19
1 files changed, 17 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3packages/xparse.dtx b/macros/latex/contrib/l3packages/xparse.dtx
index 6dba694d39..4b731d1e0f 100644
--- a/macros/latex/contrib/l3packages/xparse.dtx
+++ b/macros/latex/contrib/l3packages/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}
%