summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-13 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2021-09-13 03:01:31 +0000
commite403b5892f209477e44b123a10b5b35cc425d8e9 (patch)
treed591f7d54ea3dda044ed78c3a95b96589149f411 /support
parentcac1f99f7d65e4d3c8bc7575c30f6b1bc605a683 (diff)
CTAN sync 202109130301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index ad9f28c11f..f7833b37b7 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-12 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): fixed issues with double slashes in
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 8b651b1717..0108f2d289 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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+<br />+ tags.
\<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;}%
}{}{}%