texlive[74136] Master/texmf-dist: \OOstyle global, tex4ht r1646

commits+karl at tug.org commits+karl at tug.org
Wed Feb 19 16:35:42 CET 2025


Revision: 74136
          https://tug.org/svn/texlive?view=revision&revision=74136
Author:   karl
Date:     2025-02-19 16:35:42 +0100 (Wed, 19 Feb 2025)
Log Message:
-----------
\OOstyle global, tex4ht r1646

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1646

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-02-19 15:05:04 UTC (rev 74135)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-02-19 15:35:42 UTC (rev 74136)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex	2025-02-19 15:05:04 UTC (rev 74135)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex	2025-02-19 15:35:42 UTC (rev 74136)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1645 2025-02-18 18:43:19Z karl $
+% $Id: tex4ht-ooffice.tex 1646 2025-02-19 14:56:35Z michal_h21 $
 % compile 3 times: latex tex4ht-ooffice
 %      htlatex tex4ht-ooffice "xhtml,4,sections+"
 %
@@ -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|>}
 >>>
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht	2025-02-19 15:05:04 UTC (rev 74135)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/ooffice.4ht	2025-02-19 15:35:42 UTC (rev 74136)
@@ -1,4 +1,4 @@
-% ooffice.4ht (2025-02-18-10:43), generated from tex4ht-ooffice.tex
+% ooffice.4ht (2025-02-19-07:35), generated from tex4ht-ooffice.tex
 % Copyright 2009-2025 TeX Users Group
 % Copyright 2001-2009 Maarten Wisse, James Naughton, Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2025-02-18-10:43}
+\immediate\write-1{version 2025-02-19-07:35}
 
   \exit:ifnot{Preamble,% 
 algorithmicx,% 
@@ -133,7 +133,7 @@
 \newif\ifHCond
 \def\:gobbleM#1->{}
 \let\:OOstyles=\empty
-\def\OOstyles#1{\edef\:OOstyles{\:OOstyles #1}}
+\def\OOstyles#1{\xdef\:OOstyles{\:OOstyles #1}}
 \OOstyles{<?xml version="1.0" encoding="UTF-8"?>\Hnewline
 %
 <office:document-styles \Hnewline



More information about the tex-live-commits mailing list.