[latex3-commits] [git/LaTeX3-latex3-latex2e] cmd: Add path stack entry for latexrelease (178c8f17)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Jan 21 22:02:15 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : cmd
Link       : https://github.com/latex3/latex2e/commit/178c8f1793f4bab0be9de29795effc5e77dcc1f2

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

commit 178c8f1793f4bab0be9de29795effc5e77dcc1f2
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Jan 21 18:02:15 2021 -0300

    Add path stack entry for latexrelease
    
    Needed to test xparse loading.  This stack is temporary and will be
    removed when addressing #439.


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

178c8f1793f4bab0be9de29795effc5e77dcc1f2
 base/ltclass.dtx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 01f8eba3..6e5d3916 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltclass.dtx}
-             [2021/01/15 v1.3v LaTeX Kernel (Class & Package Interface)]
+             [2021/01/21 v1.3w LaTeX Kernel (Class & Package Interface)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltclass.dtx}
@@ -712,6 +712,7 @@
 %   Path to the current file if explicitly given.  The auxiliary is
 %   needed here to insert a \cs{@empty} to prevent the loss of braces.
 %   \changes{v1.3u}{2020/11/20}{Macro added}
+%   \changes{v1.3w}{2021/01/21}{Add empty entry for latexrelease}
 %    \begin{macrocode}
 %</2ekernel>
 %<*2ekernel|latexrelease>
@@ -719,6 +720,7 @@
 %<latexrelease>\IncludeInRelease{2020/10/01}{\@kernel at currpathstack}%
 %<latexrelease>  {Add \@kernel at currpathstack}%
 \gdef\@kernel at currpathstack{}
+%<latexrelease>\g at addto@macro\@kernel at currpathstack{{hey}}
 \def\@p at pfilepath#1{%
   \gdef\@currpath{#1}\@p at pfilepath@aux\@empty}
 \def\@p at pfilepath@aux#1\@nil{%





More information about the latex3-commits mailing list.