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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Oct 9 11:56:24 CEST 2024


Author: michal_h21
Date: 2024-10-09 09:56:24 +0000 (Wed, 09 Oct 2024)
New Revision: 1577

Modified:
   trunk/lit/ChangeLog
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
added support for the makecell package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-10-08 13:19:30 UTC (rev 1576)
+++ trunk/lit/ChangeLog	2024-10-09 09:56:24 UTC (rev 1577)
@@ -1,3 +1,9 @@
+2024-10-09  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (makecell.4ht): added support for the Makecell
+	package.
+	https://tug.org/pipermail/tex4ht/2024q4/003596.html
+
 2024-10-08  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): don't override \hline:color in

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2024-10-08 13:19:30 UTC (rev 1576)
+++ trunk/lit/mktex4ht-cnf.tex	2024-10-09 09:56:24 UTC (rev 1577)
@@ -47,6 +47,7 @@
 \AddFile{7}{supertabular}
 \AddFile{7}{array}
 \AddFile{9}{dcolumn}
+\AddFile{9}{makecell}
 \AddFile{7}{longtable}
 \AddFile{7}{pctable}
 \AddFile{8}{tabulary}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2024-10-08 13:19:30 UTC (rev 1576)
+++ trunk/lit/tex4ht-4ht.tex	2024-10-09 09:56:24 UTC (rev 1577)
@@ -10523,6 +10523,36 @@
 \NewConfigure{dcolumn}{2}
 >>>
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{makecell}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<makecell.4ht\><<<
+% makecell.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|> 
+
+|<makecell makegapedcells|>
+
+\Hinput{makecell} 
+\endinput
+>>>  \AddFile{9}{makecell}
+
+These commands redefine internall tabular macros, which can lead 
+to errors. We need to disable them. User can provide an alternative 
+configurations for them, but it is most likely unnecessary.
+
+\<makecell makegapedcells\><<<
+\NewConfigure{makegapedcells}{1}
+\def\:tempa{\a:makegapedcells}
+\HLet\makegapedcells\:tempa
+
+\NewConfigure{nomakegapedcells}{1}
+\def\:tempa{\a:nomakegapedcells}
+\HLet\nomakegapedcells\:tempa
+>>>
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{longtable.sty}
 %%%%%%%%%%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.