[latex3-commits] [git/LaTeX3-latex3-latex2e] lt4.15: make footnotes long for issue #464 (dafe02c3)
David Carlisle
d.p.carlisle at gmail.com
Sun Mar 28 18:25:46 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : lt4.15
Link : https://github.com/latex3/latex2e/commit/dafe02c3b17f58a619e6c128c7fdad36359ba75a
>---------------------------------------------------------------
commit dafe02c3b17f58a619e6c128c7fdad36359ba75a
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Mar 28 17:25:46 2021 +0100
make footnotes long for issue #464
>---------------------------------------------------------------
dafe02c3b17f58a619e6c128c7fdad36359ba75a
required/tools/changes.txt | 4 ++++
required/tools/longtable.dtx | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index f4eaeb46..e0c2e28a 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -5,6 +5,10 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2021-03-28 David Carlisle <David.Carlisle at latex-project.org>
+
+ * longtable.dtx: Allow paragraphs in footnotes gh/364
+
2021-03-10 Johannes Braams <Johannes.Braams at latex-project.org>
* layout.dtx: (subsection{Options}):
diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index c236aabb..4f34466e 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -37,7 +37,7 @@
%<driver> \ProvidesFile{longtable.drv}
% \fi
% \ProvidesFile{longtable.dtx}
- [2020-02-07 v4.14 Multi-page Table package (DPC)]
+ [2021-03-28 v4.15 Multi-page Table package (DPC)]
%
% \iffalse
%<*driver>
@@ -2219,10 +2219,12 @@
% \end{macro}
%
% \begin{macro}{\LT at p@ftntext}
+% \changes{v4.15}{2021/03/28}
+% {make long for gh/364}
% Inside the `p' column, just save up the footnote text in a token
% register.
% \begin{macrocode}
-\def\LT at p@ftntext#1{%
+\long\def\LT at p@ftntext#1{%
\edef\@tempa{\the\LT at p@ftn\noexpand\footnotetext[\the\c at footnote]}%
\global\LT at p@ftn\expandafter{\@tempa{#1}}}%
% \end{macrocode}
More information about the latex3-commits
mailing list.