[tex4ht-commits] [SCM] tex4ht updated: r1646 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Feb 19 15:56:35 CET 2025
Author: michal_h21
Date: 2025-02-19 14:56:35 +0000 (Wed, 19 Feb 2025)
New Revision: 1646
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-ooffice.tex
Log:
make \OOstyles global
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2025-02-18 18:43:19 UTC (rev 1645)
+++ trunk/lit/ChangeLog 2025-02-19 14:56:35 UTC (rev 1646)
@@ -1,3 +1,9 @@
+2025-02-19 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-ooffice.tex (ooffice.4ht): make \OOstyle declarations
+ global, so we are able to save styles inside groups.
+ https://github.com/michal-h21/make4ht/issues/165
+
2025-02-18 Karl Berry <karl at freefriends.org>
* tex4ht-ooffice.tex: copyright 2025.
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2025-02-18 18:43:19 UTC (rev 1645)
+++ trunk/lit/tex4ht-ooffice.tex 2025-02-19 14:56:35 UTC (rev 1646)
@@ -333,7 +333,7 @@
\<utilities\><<<
\let\:OOstyles=\empty
-\def\OOstyles#1{\edef\:OOstyles{\:OOstyles #1}}
+\def\OOstyles#1{\xdef\:OOstyles{\:OOstyles #1}}
\OOstyles{|<oo2 styles.xml|>}
>>>
More information about the tex4ht-commits
mailing list.