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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Sep 18 21:29:55 CEST 2019


Author: michal_h21
Date: 2019-09-18 22:29:55 +0300 (Wed, 18 Sep 2019)
New Revision: 605

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
Log:
Fix for the \* command in longtable

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-09-13 12:02:48 UTC (rev 604)
+++ trunk/lit/ChangeLog	2019-09-18 19:29:55 UTC (rev 605)
@@ -1,3 +1,8 @@
+2019-09-18 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (longtable.4ht): fix for the \\* commands inside longtable.
+	https://puszcza.gnu.org.ua/bugs/?437
+
 2019-09-13 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (hyperref.4ht, exerquiz.4ht): moved contents of the second

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2019-09-13 12:02:48 UTC (rev 604)
+++ trunk/lit/Makefile	2019-09-18 19:29:55 UTC (rev 605)
@@ -51,7 +51,7 @@
   hyperref.4ht \
 	imakeidx.4ht \
 	jurabib.4ht \
-  latex.4ht lettrine.4ht listings.4ht \
+  latex.4ht lettrine.4ht listings.4ht longtable.4ht \
   magyar.4ht mdframed.4ht memoir.4ht multicol.4ht multirow.4ht \
   nameref.4ht natbib.4ht \
   proof.4ht pstricks.4ht \

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-09-13 12:02:48 UTC (rev 604)
+++ trunk/lit/tex4ht-4ht.tex	2019-09-18 19:29:55 UTC (rev 605)
@@ -9234,6 +9234,16 @@
 \HLet\endlastfoot\:tempc
 >>>
 
+Fix for the \Link[https://puszcza.gnu.org.ua/bugs/?437]{}{}starred linebreak issue\EndLink
+
+\<longtable code\><<<
+\def\LT at tabularcr{%
+  \relax\iffalse{\fi\ifnum0=`}\fi
+  \@ifstar
+    {\LT at t@bularcr}%
+    {\LT at t@bularcr}}
+>>>
+
 \<longtable hline\><<<
 \def\:tempc{%
   \o:noalign:{\ifnum0=`}\fi



More information about the tex4ht-commits mailing list