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

Karl Berry INVALID.NOREPLY at gnu.org.ua
Tue Jul 5 23:29:32 CEST 2022


Author: karl
Date: 2022-07-05 21:29:31 +0000 (Tue, 05 Jul 2022)
New Revision: 1171

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-sty.tex
Log:
one "Verify length" msg without exclamations

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-07-05 09:42:00 UTC (rev 1170)
+++ trunk/lit/ChangeLog	2022-07-05 21:29:31 UTC (rev 1171)
@@ -1,3 +1,13 @@
+2022-07-05  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (tex4ht_4ht_derived): add texpower.
+	(all): rm texput.log, no need to check it.
+	* tex4ht-4ht.tex (\writesixteen),
+	* tex4ht-sty.tex (\writesixteen): just one "Verify length"
+	is enough, without exclamation points (irritating match when
+	searching for TeX error messages), especially we don't do any such
+	verification.
+
 2022-07-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (latex.4ht): don't redefine \MakeUppercase,

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2022-07-05 09:42:00 UTC (rev 1170)
+++ trunk/lit/Makefile	2022-07-05 21:29:31 UTC (rev 1171)
@@ -115,7 +115,7 @@
   reading.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht scrjura.4ht sectionbreak.4ht \
     skak.4ht spanish.4ht subscript.4ht svg.4ht \
-  tabu.4ht tcolorbox.4ht titlesec.4ht tocloft.4ht \
+  tabu.4ht tcolorbox.4ht texpower.4ht titlesec.4ht tocloft.4ht \
     tuenc-luatex.4ht tuenc-xetex.4ht \
     tugboat.4ht \
   usepackage.4ht usepackage-fontspec.4ht \
@@ -381,6 +381,7 @@
 
 # 

 all: $(derived)
+	rm -f texput.log
 	texlua checklog.lua *.log
 
 $(tex4ht_4ht_derived): tex4ht-4ht.tex cond4ht.4ht $(common)

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-07-05 09:42:00 UTC (rev 1170)
+++ trunk/lit/tex4ht-4ht.tex	2022-07-05 21:29:31 UTC (rev 1171)
@@ -13,10 +13,7 @@
 \DrawOff
 
 \def\writesixteen#1{\immediate\write1616{#1}}
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
+\writesixteen{----------Verify length of lines (4ht)------------}
 
 \newif\ifalprotex \alprotexfalse
 

Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex	2022-07-05 09:42:00 UTC (rev 1170)
+++ trunk/lit/tex4ht-sty.tex	2022-07-05 21:29:31 UTC (rev 1171)
@@ -1,7 +1,7 @@
 % $Id$
 % tex tex4ht-sty   or   ht tex tex4ht-sty
 %
-% Copyright 2009-2020 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
 % Copyright 1996-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
@@ -12,12 +12,8 @@
 
 \DrawOff
 
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
-\writesixteen{----------Verify length of lines!!!!------------}
+\writesixteen{----------Verify length of lines (sty)------------}
 
-
 \newif\ifalprotex \alprotexfalse
 
 \hbadness=10000     \vbadness=10000  \hfuzz=99in \vfuzz=99in



More information about the tex4ht-commits mailing list.