From 924dfac8358e4caeec54b5bce18848ee52f36eac Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 27 Jan 2023 03:01:16 +0000 Subject: CTAN sync 202301270301 --- support/TeX4ht/source/ChangeLog | 12 +++++++++ support/TeX4ht/source/tex4ht-ooffice.tex | 44 ++++++++++++++++---------------- 2 files changed, 34 insertions(+), 22 deletions(-) (limited to 'support/TeX4ht/source') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 5374eab377..25af05a5ac 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,15 @@ +2023-01-24 Michal Hoftich + + * tex4ht-ooffice.tex (ooffice.4ht): added missing space in the style + declaration. + +2023-01-20 Michal Hoftich + + * tex4ht-ooffice.tex (ooffice.4ht): previous commit introduced bugs + to the code, which are now being fixed. I forgot to remove some + percent characters, which led to unclosed attribute values and + invalid XML. + 2023-01-19 Michal Hoftich * tex4ht-ooffice.tex (ooffice.4ht, ooffice-mml.4ht): use \prcnt:ch diff --git a/support/TeX4ht/source/tex4ht-ooffice.tex b/support/TeX4ht/source/tex4ht-ooffice.tex index 00a281d278..c1d1372d49 100644 --- a/support/TeX4ht/source/tex4ht-ooffice.tex +++ b/support/TeX4ht/source/tex4ht-ooffice.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-ooffice.tex 1288 2023-01-19 21:31:12Z karl $ +% $Id: tex4ht-ooffice.tex 1290 2023-01-24 11:53:35Z michal_h21 $ % compile 3 times: latex tex4ht-ooffice % htlatex tex4ht-ooffice "xhtml,4,sections+" % @@ -4091,9 +4091,9 @@ a more desirable for translations into MS Word. style:class="text">\Hnewline @@ -4192,7 +4192,7 @@ a more desirable for translations into MS Word. fo:font-size="12pt" fo:font-style="italic" fo:font-weight="normal" - style:font-size-complex="85\prcnt:ch%" + style:font-size-complex="85\prcnt:ch" style:font-weight-complex="bold" fo:text-indent="0cm" style:auto-text-indent="false"/> @@ -4211,11 +4211,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4231,11 +4231,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4251,11 +4251,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4272,11 +4272,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -4293,11 +4293,11 @@ a more desirable for translations into MS Word. style:parent-style-name="Heading" style:next-style-name="Text-body" style:class="text">\Hnewline - \Hnewline |} @@ -5530,7 +5530,7 @@ section \<<< \Hnewline -\Hnewline @@ -7514,7 +7514,7 @@ The section style can't be in style.xml? fo:font-style="normal" fo:font-weight="normal" % fo:font-size="75\%" - style:text-position="0\prcnt:ch 100\prcnt:ch" + style:text-position="0\prcnt:ch\space 100\prcnt:ch" />\Hnewline \Hnewline >>> -- cgit v1.2.3