texlive[69032] Master/texmf-dist: ltxcmds (4dec23)
commits+karl at tug.org
commits+karl at tug.org
Mon Dec 4 23:07:32 CET 2023
Revision: 69032
https://tug.org/svn/texlive?view=revision&revision=69032
Author: karl
Date: 2023-12-04 23:07:31 +0100 (Mon, 04 Dec 2023)
Log Message:
-----------
ltxcmds (4dec23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/ltxcmds/README.md
trunk/Master/texmf-dist/doc/generic/ltxcmds/ltxcmds.pdf
trunk/Master/texmf-dist/source/generic/ltxcmds/ltxcmds.dtx
trunk/Master/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Modified: trunk/Master/texmf-dist/doc/generic/ltxcmds/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/ltxcmds/README.md 2023-12-04 14:04:44 UTC (rev 69031)
+++ trunk/Master/texmf-dist/doc/generic/ltxcmds/README.md 2023-12-04 22:07:31 UTC (rev 69032)
@@ -1,6 +1,6 @@
# ltxcmds package for latex
-Version: 2020-05-10 v1.25
+Version: 2023-12-04 v1.26
The package ltxcmds exports some utility macros
from the LaTeX kernel into a separate namespace and
@@ -8,7 +8,7 @@
## Copyright (C)
* 2007, 2009-2011 Heiko Oberdiek
-* 2016-2020 Oberdiek Package Support Group
+* 2016-2023 Oberdiek Package Support Group
## License
LATEX Project Public License, version 1.3c or later.
Modified: trunk/Master/texmf-dist/doc/generic/ltxcmds/ltxcmds.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/generic/ltxcmds/ltxcmds.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/ltxcmds/ltxcmds.dtx 2023-12-04 14:04:44 UTC (rev 69031)
+++ trunk/Master/texmf-dist/source/generic/ltxcmds/ltxcmds.dtx 2023-12-04 22:07:31 UTC (rev 69032)
@@ -1,12 +1,12 @@
% \iffalse meta-comment
%
% File: ltxcmds.dtx
-% Version: 2020-05-10 v1.25
+% Version: 2023-12-04 v1.26
% Info: LaTeX kernel commands for general use
%
% Copyright (C)
% 2009-2011 Heiko Oberdiek
-% 2016-2020 Oberdiek Package Support Group
+% 2016-2023 Oberdiek Package Support Group
% https://github.com/ho-tex/ltxcmds/issues
%
% This work may be distributed and/or modified under the
@@ -86,7 +86,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)}
+\Msg{* Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -98,11 +98,11 @@
This is a generated file.
Project: ltxcmds
-Version: 2020-05-10 v1.25
+Version: 2023-12-04 v1.26
Copyright (C)
2009-2011 Heiko Oberdiek
- 2016-2020 Oberdiek Package Support Group
+ 2016-2023 Oberdiek Package Support Group
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
@@ -166,7 +166,7 @@
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{ltxcmds.drv}%
- [2020-05-10 v1.25 LaTeX kernel commands for general use (HO)]%
+ [2023-12-04 v1.26 LaTeX kernel commands for general use (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\usepackage{zref-savepos}
@@ -183,7 +183,7 @@
% \GetFileInfo{ltxcmds.drv}
%
% \title{The \xpackage{ltxcmds} package}
-% \date{2020-05-10 v1.25}
+% \date{2023-12-04 v1.26}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at \url{https://github.com/ho-tex/ltxcmds/issues}}}
%
@@ -334,7 +334,7 @@
% \end{declcs}
%
% Macros with uppercase letters are expandable in two expansion steps.
-% Changes in version 2020-05-10 v1.25:
+% Changes in version 2023-12-04 v1.26:
% \begin{itemize}
% \item
% Macros \cs{ltx at carsecond}, \cs{ltx at carthird}, \cs{ltx at carfourth},
@@ -701,7 +701,7 @@
\fi
\expandafter\x\csname ver at ltxcmds.sty\endcsname
\ProvidesPackage{ltxcmds}%
- [2020-05-10 v1.25 LaTeX kernel commands for general use (HO)]%
+ [2023-12-04 v1.26 LaTeX kernel commands for general use (HO)]%
% \end{macrocode}
%
% \begin{macrocode}
@@ -1497,9 +1497,9 @@
\def\ltx at ifl@t at r#1#2{%
\ifnum\expandafter\ltx at parse@version@#1//00\@nil<%
\expandafter\ltx at parse@version@#2//00\@nil
- \expandafter\@secondoftwo
+ \expandafter\ltx at secondoftwo
\else
- \expandafter\@firstoftwo
+ \expandafter\ltx at firstoftwo
\fi}
\def\ltx at parse@version@#1{\ltx at parse@version0#1}
\def\ltx at parse@version#1/#2/#3#4#5\@nil{%
@@ -2348,6 +2348,9 @@
% LaTeX kernel. \cs{pdfmatch} is no longer used with pdftex, and the tests for dates before
% 1994 have been removed
% \end{Version}
+% \begin{Version}{2023-12-04 v1.26}
+% \item corrected \cs{ltx at ifl@t at r} for plain.
+% \end{Version}
% \end{History}
%
% \PrintIndex
Modified: trunk/Master/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty 2023-12-04 14:04:44 UTC (rev 69031)
+++ trunk/Master/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty 2023-12-04 22:07:31 UTC (rev 69032)
@@ -9,11 +9,11 @@
%% This is a generated file.
%%
%% Project: ltxcmds
-%% Version: 2020-05-10 v1.25
+%% Version: 2023-12-04 v1.26
%%
%% Copyright (C)
%% 2009-2011 Heiko Oberdiek
-%% 2016-2020 Oberdiek Package Support Group
+%% 2016-2023 Oberdiek Package Support Group
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -108,7 +108,7 @@
\fi
\expandafter\x\csname ver at ltxcmds.sty\endcsname
\ProvidesPackage{ltxcmds}%
- [2020-05-10 v1.25 LaTeX kernel commands for general use (HO)]%
+ [2023-12-04 v1.26 LaTeX kernel commands for general use (HO)]%
\begingroup\catcode61\catcode48\catcode32=10\relax%
\catcode13=5 % ^^M
\endlinechar=13 %
@@ -421,9 +421,9 @@
\def\ltx at ifl@t at r#1#2{%
\ifnum\expandafter\ltx at parse@version@#1//00\@nil<%
\expandafter\ltx at parse@version@#2//00\@nil
- \expandafter\@secondoftwo
+ \expandafter\ltx at secondoftwo
\else
- \expandafter\@firstoftwo
+ \expandafter\ltx at firstoftwo
\fi}
\def\ltx at parse@version@#1{\ltx at parse@version0#1}
\def\ltx at parse@version#1/#2/#3#4#5\@nil{%
More information about the tex-live-commits
mailing list.