[latex3-commits] [git/LaTeX3-latex3-latex2e] fixdpc8: resolve issue https://github.com/davidcarlisle/dpctex/issues/8 (4f63aa97)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Jan 7 21:48:02 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : fixdpc8
Link : https://github.com/latex3/latex2e/commit/4f63aa97b5c8cec3b1803504c5d0ffcb764c1a8a
>---------------------------------------------------------------
commit 4f63aa97b5c8cec3b1803504c5d0ffcb764c1a8a
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Jan 7 21:48:02 2020 +0100
resolve issue https://github.com/davidcarlisle/dpctex/issues/8
>---------------------------------------------------------------
4f63aa97b5c8cec3b1803504c5d0ffcb764c1a8a
required/tools/longtable.dtx | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index 9a3b5c03..c5a75029 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 1993-2019
+% Copyright (C) 1993-2020
%
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
@@ -31,7 +31,7 @@
%<driver> \ProvidesFile{longtable.drv}
% \fi
% \ProvidesFile{longtable.dtx}
- [2019/02/06 v4.12 Multi-page Table package (DPC)]
+ [2020/01/07 v4.13 Multi-page Table package (DPC)]
%
% \iffalse
%<*driver>
@@ -1212,6 +1212,8 @@
% \end{macro}
%
% \begin{macro}{\LT at start}
+% % \changes{v4.13}{2020/01/07}
+% {fix issue https://github.com/davidcarlisle/dpctex/issues/8 }
% This macro starts the process of putting the table on the current
% page. It is not called until either a "\\" or "\endlongtable" command
% ends a chunk, as we do not know until that point which of the four
@@ -1223,7 +1225,7 @@
% \begin{macrocode}
\def\LT at start{%
\let\LT at start\endgraf
- \endgraf\penalty\z@\vskip\LTpre
+ \endgraf\penalty\z@\vskip\LTpre\endgraf
% \end{macrocode}
% Start a new page if there is not enough room for the table head, foot,
% and one extra line.
@@ -2151,4 +2153,3 @@
%
% \Finale
\endinput
-
More information about the latex3-commits
mailing list