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

karl at gnu.org.ua karl at gnu.org.ua
Wed May 25 01:12:54 CEST 2016


Author: karl
Date: 2016-05-25 02:12:54 +0300 (Wed, 25 May 2016)
New Revision: 167

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
Log:
geometry.4ht: new config, turn off frame-drawing, from michal per http://puszcza.gnu.org.ua/bugs/?303

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-05-22 16:56:07 UTC (rev 166)
+++ trunk/lit/ChangeLog	2016-05-24 23:12:54 UTC (rev 167)
@@ -1,3 +1,9 @@
+2016-05-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (geometry.4ht): new file to turn off frame-drawing.
+	<http://puszcza.gnu.org.ua/bugs/?303>
+	* Makefile (tex4ht_4ht_derived): add it.
+
 2016-05-22  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-c.tex (search_file): return NULL rather than FALSE

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-05-22 16:56:07 UTC (rev 166)
+++ trunk/lit/Makefile	2016-05-24 23:12:54 UTC (rev 167)
@@ -15,7 +15,8 @@
 
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  biblatex.4ht book.4ht frenchb.4ht graphicx.4ht hyperref.4ht listings.4ht \
+  biblatex.4ht book.4ht frenchb.4ht \
+  geometry.4ht graphicx.4ht hyperref.4ht listings.4ht \
   memoir.4ht multicol.4ht quoting.4ht reading.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
   titlesec.4ht tocloft.4ht wrapfig.4ht 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2016-05-22 16:56:07 UTC (rev 166)
+++ trunk/lit/tex4ht-4ht.tex	2016-05-24 23:12:54 UTC (rev 167)
@@ -3253,6 +3253,26 @@
 >>>
 
 %%%%%%%%%%%%%%%%%%
+\Section{geometry}
+
+Geometry with {\tt showframe} option writes spurious lines before 
+every DVI page in the XML output.
+\Link[https://puszcza.gnu.org.ua/bugs/?303]{}{}Bug report.\EndLink
+
+\<geometry.4ht\><<<
+% geometry.4ht (|version), generated from |jobname.tex
+% Copyright 2016 TeX Users Group
+|<TeX4ht license text|>
+|<geometry configurations|>
+\Hinput{geometry}
+\endinput
+>>>    \AddFile{8}{geometry}
+
+\<geometry configurations\><<<
+\renewcommand*{\Gm at pageframes}{}
+>>>
+
+%%%%%%%%%%%%%%%%%%
 \Section{by name}
 %%%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list