[latex3-commits] [git/LaTeX3-latex3-latex2e] cmd: Add IncludeInRelease for ltcmd (b7bf2e26)
PhelypeOleinik
phelype.oleinik at latex-project.org
Thu Jan 21 03:50:21 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : cmd
Link : https://github.com/latex3/latex2e/commit/b7bf2e269a54e7ecd898af3ad3617de59da2ab3a
>---------------------------------------------------------------
commit b7bf2e269a54e7ecd898af3ad3617de59da2ab3a
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Wed Jan 20 23:50:21 2021 -0300
Add IncludeInRelease for ltcmd
>---------------------------------------------------------------
b7bf2e269a54e7ecd898af3ad3617de59da2ab3a
base/ltcmd.dtx | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index c278602d..44d136a5 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -68,11 +68,16 @@
% \end{macrocode}
%
% \begin{macrocode}
-%<*2ekernel>
\message{document commands,}
% \end{macrocode}
%
% \begin{macrocode}
+%<*2ekernel|latexrelease>
+%<latexrelease>\IncludeInRelease{2021/05/01}%
+%<latexrelease> {\NewDocumentCommand}{Document commands}%
+% \end{macrocode}
+%
+% \begin{macrocode}
\ExplSyntaxOn
% \end{macrocode}
%
@@ -3978,13 +3983,18 @@
\ExplSyntaxOff
% \end{macrocode}
%
-% We need to stop DocStrip treating |@@| in a special way at this point.
% \begin{macrocode}
-%<@@=>
+%</2ekernel|latexrelease>
+%<latexrelease>\EndIncludeInRelease
+%<latexrelease>\IncludeInRelease{0000/00/00}%
+%<latexrelease> {\NewDocumentCommand}{Document commands}%
+%<latexrelease>
+%<latexrelease>\EndIncludeInRelease
% \end{macrocode}
%
+% We need to stop DocStrip treating |@@| in a special way at this point.
% \begin{macrocode}
-%</2ekernel>
+%<@@=>
% \end{macrocode}
%
% \Finale
More information about the latex3-commits
mailing list.