[tex4ht-commits] [SCM] tex4ht updated: r1644 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Feb 18 15:21:35 CET 2025
Author: michal_h21
Date: 2025-02-18 14:21:35 +0000 (Tue, 18 Feb 2025)
New Revision: 1644
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-ooffice.tex
Log:
discard color specification for \rowtable from the document
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2025-02-18 12:03:37 UTC (rev 1643)
+++ trunk/lit/ChangeLog 2025-02-18 14:21:35 UTC (rev 1644)
@@ -1,5 +1,9 @@
2025-02-18 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-ooffice.tex (ooffice.4ht): discard color specification for
+ \rowtable from the document text.
+ https://github.com/michal-h21/make4ht/issues/165
+
* tex4ht-4ht.tex (colortbl.4ht): fixed handling of \rowcolor in
first row of the table.
https://github.com/michal-h21/make4ht/issues/165
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2025-02-18 12:03:37 UTC (rev 1643)
+++ trunk/lit/tex4ht-ooffice.tex 2025-02-18 14:21:35 UTC (rev 1644)
@@ -6783,8 +6783,18 @@
}
>>>
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{Colortbl}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+For this moment, we just ignore row color, but we still need to
+provide a configuration, to discard the color value from the document.
+
+\<configure ooffice colortbl\><<<
+\Configure{rowcolor}{\@gobble}
+>>>
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{tabbing}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.