summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog8
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex12
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex3
3 files changed, 17 insertions, 6 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 926216fe58..45b3c47aef 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,11 @@
+2021-09-26 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): draw table lines in \hline using CSS.
+ https://puszcza.gnu.org.ua/bugs/?528
+ * tex4ht-4ht.tex (longtable.4ht): redefine \LT@start to ommit box dimension
+ checking, as it can lead to compilation errors when table is too tall.
+ https://puszcza.gnu.org.ua/bugs/?527
+
2021-09-23 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): removed invalid CSS declaration.
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index ed4649929d..4df4f93e6c 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 984 2021-09-22 10:29:30Z michal_h21 $
+% $Id: tex4ht-4ht.tex 987 2021-09-26 20:24:16Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -9667,15 +9667,17 @@ longtable.sty\EndLink{ \tt|}
\<longtable code\><<<
\csname newbox\endcsname\LT:box
\csname newbox\endcsname\LT:ebox
-\let\:tempc\LT@start
-\pend:def\:tempc{%
+\def\:tempc{%
\ifvoid\LT@head\else
\ifvoid\LT@firsthead
\global\setbox\LT@firsthead=\hbox{\box\LT@head}%
\else
\global\setbox\tmp:bx=\hbox{\box\LT@head}%
- \fi\fi
- \box\LT:box}
+ \fi\fi%
+ \box\LT:box%
+ \ifvoid\LT@firsthead\copy\LT@head\else\box\LT@firsthead\fi\nobreak
+ \output{\LT@output}
+}
\HLet\LT@start\:tempc
\let\:tempc\endlongtable
\append:def\:tempc{\box\LT:ebox}
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 75351d079e..859ee361c5 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 985 2021-09-23 09:09:24Z michal_h21 $
+% $Id: tex4ht-html4.tex 986 2021-09-26 18:06:30Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -7643,6 +7643,7 @@ Currently, we either have empty \verb'\VBorder', or one defined to
\Css{.hline hr, .cline hr{ height : 0px; margin:0px; }}
\Css{.hline td, .cline td{ padding: 0; }}
\Css{.hline hr, .cline hr{border:none;border-top:1px solid black;}}
+\Css{.hline {border-top: 1px solid black;}}
>>>
When \verb'\putVBorder' is call in \verb'\VBorder'