[tex4ht-commits] [SCM] tex4ht updated: r987 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Sun Sep 26 22:24:16 CEST 2021


Author: michal_h21
Date: 2021-09-26 20:24:16 +0000 (Sun, 26 Sep 2021)
New Revision: 987

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
ommit dimension checking from \LT at start

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-09-26 18:06:30 UTC (rev 986)
+++ trunk/lit/ChangeLog	2021-09-26 20:24:16 UTC (rev 987)
@@ -2,6 +2,9 @@
 
 	* tex4ht-html4.tex (html4.4ht): draw table lines in \hline using CSS.
 	https://puszcza.gnu.org.ua/bugs/?528
+	* tex4ht-4ht.tex (longtable.4ht): redefine \LT at start to ommit box dimension
+	checking, as it can lead to compilation errors when table is too tall.
+	https://puszcza.gnu.org.ua/bugs/?527
 
 2021-09-23  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-09-26 18:06:30 UTC (rev 986)
+++ trunk/lit/tex4ht-4ht.tex	2021-09-26 20:24:16 UTC (rev 987)
@@ -9667,15 +9667,17 @@
 \<longtable code\><<<
 \csname newbox\endcsname\LT:box
 \csname newbox\endcsname\LT:ebox
-\let\:tempc\LT at start
-\pend:def\:tempc{%
+\def\:tempc{%
   \ifvoid\LT at head\else
      \ifvoid\LT at firsthead
         \global\setbox\LT at firsthead=\hbox{\box\LT at head}%
      \else
         \global\setbox\tmp:bx=\hbox{\box\LT at head}%
-  \fi\fi
-  \box\LT:box}   
+  \fi\fi%
+  \box\LT:box%
+  \ifvoid\LT at firsthead\copy\LT at head\else\box\LT at firsthead\fi\nobreak
+  \output{\LT at output}
+}   
 \HLet\LT at start\:tempc
 \let\:tempc\endlongtable
 \append:def\:tempc{\box\LT:ebox}



More information about the tex4ht-commits mailing list.