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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Jan 7 21:32:48 CET 2021


Author: michal_h21
Date: 2021-01-07 22:32:48 +0200 (Thu, 07 Jan 2021)
New Revision: 865

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Added configuration for leftline and rightline

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-01-07 20:24:00 UTC (rev 864)
+++ trunk/lit/ChangeLog	2021-01-07 20:32:48 UTC (rev 865)
@@ -6,6 +6,8 @@
 	\H.
 	* tex4ht-ooffice.tex (ooffice.4ht): configure accents for Plain TeX.
 	* tex4ht-ooffice.tex (ooffice.4ht): define page dimensions for Plain TeX.
+	* tex4ht-ooffice.tex (ooffice.4ht): added configuration for leftline and
+	rightline. Even for Plain TeX.
 
 2021-01-03  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2021-01-07 20:24:00 UTC (rev 864)
+++ trunk/lit/tex4ht-ooffice.tex	2021-01-07 20:32:48 UTC (rev 865)
@@ -52,6 +52,7 @@
 |<Hinclude plain + latex lib|>
 |<plain accents|>
 |<plain page dimensions|>
+|<plain aligned lines|>
 >>>
 
 \<configure ooffice latex\><<<
@@ -3564,10 +3565,29 @@
 
 
 \<ooffice begin-end env\><<<
+|<aligned lines|>
+>>>
+
+\<plain aligned lines\><<<
+|<aligned lines|>
+>>>
+
+
+\<aligned lines\><<<
 \Configure{centerline}
    {\EndP \ifvmode \IgnorePar \fi
     \HCode{<text:p text:style-name="FirstCenterPar"  >}}
    {\HCode{</text:p>}|<try inline par|>}
+
+\Configure{leftline}
+   {\EndP \ifvmode \IgnorePar \fi
+    \HCode{<text:p text:style-name="FirstLeftPar"  >}}
+   {\HCode{</text:p>}|<try inline par|>}
+
+\Configure{rightline}
+   {\EndP \ifvmode \IgnorePar \fi
+    \HCode{<text:p text:style-name="FirstRightPar"  >}}
+   {\HCode{</text:p>}|<try inline par|>}
 >>>
 
 



More information about the tex4ht-commits mailing list.