From 5efd08ab4c08f1e14e12bad27514297386c231c7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Sep 2021 22:35:07 +0000 Subject: vertical lines support in \multicolumn, tex4ht r978 git-svn-id: svn://tug.org/texlive/trunk@60489 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 ++++++ Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/generic/tex4ht') diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index ad9f28c11f1..f7833b37b72 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2021-09-12 Michal Hoftich + + * 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 * tex4ht-ooffice.tex (ooffice.4ht): fixed issues with double slashes in diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 8b651b17179..0108f2d289d 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 974 2021-08-22 16:06:00Z michal_h21 $ +% $Id: tex4ht-html4.tex 978 2021-09-12 21:26:18Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -7465,10 +7465,10 @@ consecutive \verb+
+ tags. \<<< \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;}% }{}{}% -- cgit v1.2.3