[tex4ht-commits] [SCM] tex4ht updated: r1482 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Fri Mar 1 12:41:02 CET 2024
Author: michal_h21
Date: 2024-03-01 11:41:02 +0000 (Fri, 01 Mar 2024)
New Revision: 1482
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
Added basic xltabular support
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-02-29 16:25:52 UTC (rev 1481)
+++ trunk/lit/ChangeLog 2024-03-01 11:41:02 UTC (rev 1482)
@@ -1,3 +1,8 @@
+2024-01-01 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (xltabular.4ht): fixed longtable errors caused by
+ Xltabular.
+
2024-02-29 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): use \HCode to print <div> for
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2024-02-29 16:25:52 UTC (rev 1481)
+++ trunk/lit/mktex4ht-cnf.tex 2024-03-01 11:41:02 UTC (rev 1482)
@@ -48,6 +48,7 @@
\AddFile{8}{tabulary}
\AddFile{8}{tabulary-a}
\AddFile{7}{tabularx}
+\AddFile{7}{xltabular}
\AddFile{9}{tabu}
\AddFile{7}{arydshln}
\AddFile{9}{threeparttable}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-02-29 16:25:52 UTC (rev 1481)
+++ trunk/lit/tex4ht-4ht.tex 2024-03-01 11:41:02 UTC (rev 1482)
@@ -11084,7 +11084,31 @@
\endinput
>>> \AddFile{7}{tabularx}
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{xltabular}
+%%%%%%%%%%%%%%%%%%%%%%%%
+\<xltabular.4ht\><<<
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% xltabular.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+|<xltabular restore longtable|>
+\Hinput{xltabular}
+\endinput
+>>> \AddFile{7}{xltabular}
+
+
+\<xltabular restore longtable\><<<
+% xltabular redefines \LT at array, which breaks all TeX4ht patches for this command
+% we must restore TeX4ht's version
+\let\xlt:array\LT at array
+\AtBeginDocument{
+ \let\LT at array\xlt:array
+}
+>>>
+
+
%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Arydshln}
%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.