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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Oct 20 09:25:51 CEST 2021


Author: michal_h21
Date: 2021-10-20 07:25:51 +0000 (Wed, 20 Oct 2021)
New Revision: 999

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Use Subtitle style

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-10-19 15:53:25 UTC (rev 998)
+++ trunk/lit/ChangeLog	2021-10-20 07:25:51 UTC (rev 999)
@@ -1,3 +1,8 @@
+2021-10-20  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): use Subtitle style for subtitles.
+	https://puszcza.gnu.org.ua/bugs/?507
+
 2021-10-19  Michal Hoftich  <michal.h21 at gmail.com>
 	
 	* tex4ht-4ht.tex (caption.4ht): fixed number of parameters for

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2021-10-19 15:53:25 UTC (rev 998)
+++ trunk/lit/tex4ht-ooffice.tex	2021-10-20 07:25:51 UTC (rev 999)
@@ -1563,11 +1563,11 @@
 Koma classes have subtitle command and option.
 
 \<scr subtitle\><<<
-\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="subtitle|<cond rtl class|>">}}{\HCode{</text:p>}}
+\Configure{subtitle}{\ifvmode\IgnorePar\fi\EndP\HCode{<text:p text:style-name="Subtitle|<cond rtl class|>">}}{\HCode{</text:p>}}
 
 \NewConfigureOO{subtitle}
 \ConfigureOO{subtitle}{%
-<style:style style:name="subtitle"
+<style:style style:name="Subtitle"
              style:family="paragraph"
              style:parent-style-name="Heading"
              style:next-style-name="author"
@@ -1582,7 +1582,7 @@
                   style:font-weight-complex="bold"
                   fo:text-align="center"
                   style:justify-single-word="false"/>
-</style:style> \Hnewline <style:style style:name="subtitle-rtl"
+</style:style> \Hnewline <style:style style:name="Subtitle-rtl"
              style:family="paragraph"
              style:parent-style-name="Heading-rtl"
              style:next-style-name="author-rtl"



More information about the tex4ht-commits mailing list.