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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Apr 28 17:04:04 CEST 2022


Author: michal_h21
Date: 2022-04-28 15:04:04 +0000 (Thu, 28 Apr 2022)
New Revision: 1122

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
fixed compilation error with longtable

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-04-28 13:36:29 UTC (rev 1121)
+++ trunk/lit/ChangeLog	2022-04-28 15:04:04 UTC (rev 1122)
@@ -1,5 +1,7 @@
 2022-04-28  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-ooffice.tex (ooffice.4ht): added dummy definition of
+	\cell:style:name to prevent compilation error with longtable.
 	* tex4ht-4ht.tex (longtable.4ht),
 	* tex4ht-html4.tex (html4.4ht): fixed support for longtable
 	captions.

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2022-04-28 13:36:29 UTC (rev 1121)
+++ trunk/lit/tex4ht-ooffice.tex	2022-04-28 15:04:04 UTC (rev 1122)
@@ -11976,7 +11976,8 @@
    {\HCode{<table:table-row \Hnewline}\halignTR\HCode{ 
                               table:style-name="TBL-\TableNo-\HRow-">}}
    {\HCode{</table:table-row>}}
-   {\HCode{<table:table-cell 
+   {\edef\cell:style:name{}% suppress compilation error
+     \HCode{<table:table-cell 
              \ifnum \HMultispan>1 table:number-columns-spanned="\HMultispan"\fi
            \space  table:style-name="TBL-\TableNo-\HRow-\HCol" ><text:p>}|<td save EndP|>%
     |<start array par box|>\PushStack\Table:Stck\TableNo}



More information about the tex4ht-commits mailing list.