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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Jan 7 21:24:00 CET 2021


Author: michal_h21
Date: 2021-01-07 22:24:00 +0200 (Thu, 07 Jan 2021)
New Revision: 864

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Define page dimensions for plain tex

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-01-07 20:08:16 UTC (rev 863)
+++ trunk/lit/ChangeLog	2021-01-07 20:24:00 UTC (rev 864)
@@ -5,6 +5,7 @@
 	* tex4ht-html4.tex (html4.4ht): configure Plain accents for long umlaut
 	\H.
 	* tex4ht-ooffice.tex (ooffice.4ht): configure accents for Plain TeX.
+	* tex4ht-ooffice.tex (ooffice.4ht): define page dimensions 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:08:16 UTC (rev 863)
+++ trunk/lit/tex4ht-ooffice.tex	2021-01-07 20:24:00 UTC (rev 864)
@@ -51,6 +51,7 @@
 |<Hinclude plain lib|>
 |<Hinclude plain + latex lib|>
 |<plain accents|>
+|<plain page dimensions|>
 >>>
 
 \<configure ooffice latex\><<<
@@ -8537,6 +8538,15 @@
 \subsection{Page Layout}
 %%%%%%%%%%%%%
 
+We need to define the following dimensions for Plain TeX
+
+\<plain page dimensions\><<<
+\newdimen\paperwidth
+\newdimen\paperheight
+\paperwidth=11truein
+\paperheight=8.5truein
+>>>
+
 The following doesn't catch because the style name is not in use.  Is
 there a way to get styles to be specifies as a default without
 referring to names.



More information about the tex4ht-commits mailing list.