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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Sun Sep 12 23:26:18 CEST 2021


Author: michal_h21
Date: 2021-09-12 21:26:18 +0000 (Sun, 12 Sep 2021)
New Revision: 978

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
fixed vertical lines support in \multicolumn

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-09-09 13:53:34 UTC (rev 977)
+++ trunk/lit/ChangeLog	2021-09-12 21:26:18 UTC (rev 978)
@@ -1,3 +1,9 @@
+2021-09-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): use global definitions for passing
+	information about vertical lines in the \multicolumn command.
+	https://github.com/michal-h21/make4ht/issues/48
+
 2021-09-09  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice.4ht): fixed issues with double slashes in

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2021-09-09 13:53:34 UTC (rev 977)
+++ trunk/lit/tex4ht-html4.tex	2021-09-12 21:26:18 UTC (rev 978)
@@ -7465,10 +7465,10 @@
 
 \<html latex array/tabular Config 4.0t\><<<
 \Configure{multicolumn}
-   {\let\col:Css\empty
+   {\global\let\col:Css\empty
     \Configure{VBorder} 
        {}
-       {\edef\col:Css{\col:Css
+       {\xdef\col:Css{\col:Css
                      border-\ifnum \ar:cnt=0 left\else right\fi
                      :solid black 0.4pt;}%
        }{}{}%



More information about the tex4ht-commits mailing list.