[latex3-commits] [git/LaTeX3-latex3-latex2e] gh561: files intended for issue #561 (5fd51d03)
David Carlisle
d.p.carlisle at gmail.com
Sat May 8 01:04:44 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh561
Link : https://github.com/latex3/latex2e/commit/5fd51d03ce63b35cd6dbb1be421df961d6c6cb4f
>---------------------------------------------------------------
commit 5fd51d03ce63b35cd6dbb1be421df961d6c6cb4f
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sat May 8 00:04:44 2021 +0100
files intended for issue #561
>---------------------------------------------------------------
5fd51d03ce63b35cd6dbb1be421df961d6c6cb4f
base/doc/ltnews33.tex | 2 +-
required/tools/changes.txt | 5 +++++
required/tools/longtable.dtx | 6 ++++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/base/doc/ltnews33.tex b/base/doc/ltnews33.tex
index 7f23e9d8..820623ff 100644
--- a/base/doc/ltnews33.tex
+++ b/base/doc/ltnews33.tex
@@ -673,7 +673,7 @@ existing documents, a rollback to \pkg{longtable 4.13}
(\file{longtable-2020-01-07.sty}) is supported.
%
\gnatsissue{tools}{2914 3396 3512}
-\githubissue{133 183 464}
+\githubissue{133 183 464 561}
\subsection[\pkg{trace}: Add \cs{tracingstacklevels}
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index 005a3ed4..3b160e68 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2021-05-07 David Carlisle <David.Carlisle at latex-project.org>
+
+ * longtable.dtx: write lits of tables entry to the file with
+ extension \ext at table, not force .lot github/561
+
2021-04-25 David Carlisle <David.Carlisle at latex-project.org>
* bm.dtx: guard \kernel at ifnextchar (gh/554)
diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index 5569ae3d..457891da 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -37,7 +37,7 @@
%<driver> \ProvidesFile{longtable.drv}
% \fi
% \ProvidesFile{longtable.dtx}
- [2021-04-21 v4.15 Multi-page Table package (DPC)]
+ [2021-05-07 v4.16 Multi-page Table package (DPC)]
%
% \iffalse
%<*driver>
@@ -1970,13 +1970,15 @@
% {Call \cs{LT at makecaption} not \cs{LT at mkcaption}}
% \changes{v3.14}{1995/05/24}
% {Add new control argument}
+% \changes{v4.16}{2021/05/07}
+% {use \cs{ext at table} gh/561}
% \begin{macrocode}
\def\LT at c@ption#1[#2]#3{%
\LT at makecaption#1\fnum at table{#3}%
\def\@tempa{#2}%
\ifx\@tempa\@empty\else
{\let\\\space
- \addcontentsline{lot}{table}{\protect\numberline{\thetable}{#2}}}%
+ \addcontentsline{\ext at table}{table}{\protect\numberline{\thetable}{#2}}}%
\fi}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.