[tex4ht-commits] [SCM] tex4ht updated: r480 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Jan 16 21:15:01 CET 2019
Author: michal_h21
Date: 2019-01-16 22:15:01 +0200 (Wed, 16 Jan 2019)
New Revision: 480
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-ooffice.tex
Log:
Fixed the rtl support for the quote environment
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-01-16 13:29:46 UTC (rev 479)
+++ trunk/lit/ChangeLog 2019-01-16 20:15:01 UTC (rev 480)
@@ -2,6 +2,9 @@
* tex4ht-4ht.tex (memoir.4ht): fixed chapter TOC creation
https://tex.stackexchange.com/q/470352/2891
+ * tex4ht-ooffice.tex (ooffice.4ht): renamed quote-trl to quote-rtl, in order
+ to fix the direction support.
+ https://tex.stackexchange.com/a/470434/2891
2019-01-12 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2019-01-16 13:29:46 UTC (rev 479)
+++ trunk/lit/tex4ht-ooffice.tex 2019-01-16 20:15:01 UTC (rev 480)
@@ -3072,7 +3072,7 @@
fo:text-indent="0cm"
style:auto-text-indent="false"/>\Hnewline
</style:style>
-\Hnewline |<quote trl|>}
+\Hnewline |<quote rtl|>}
>>>
@@ -11044,11 +11044,11 @@
-\<quote trl\><<<
-<style:style style:name="quote-trl"
+\<quote rtl\><<<
+<style:style style:name="quote-rtl"
style:family="paragraph"
- style:parent-style-name="Text-body-trl"
- style:next-style-name="Text-body-trl">\Hnewline
+ style:parent-style-name="Text-body-rtl"
+ style:next-style-name="Text-body-rtl">\Hnewline
<style:paragraph-properties fo:margin-left="1cm"
fo:margin-right="1cm"
fo:margin-top="0.199cm"
More information about the tex4ht-commits
mailing list