texlive[62468] Build/source/texk/web2c/hitexdir/tex: HiTeX: adding

commits+mruckert at tug.org commits+mruckert at tug.org
Sun Mar 6 12:39:03 CET 2022


Revision: 62468
          http://tug.org/svn/texlive?view=revision&revision=62468
Author:   mruckert
Date:     2022-03-06 12:39:02 +0100 (Sun, 06 Mar 2022)
Log Message:
-----------
HiTeX: adding extra flexibility for line breaking when generating HINT files

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex
    trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex

Modified: trunk/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex	2022-03-06 02:28:40 UTC (rev 62467)
+++ trunk/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex	2022-03-06 11:39:02 UTC (rev 62468)
@@ -24,8 +24,14 @@
 % copyright holders.
 
 \ifhint
+% Usefull settings for HINT files
+\pretolerance=1000
+\tolerance=2000
+\emergencystretch=16pt
+\overfullrule=0pt
 \textwidth=\hsize
 \textheight=\vsize
+% HINT page template for footnotes and topinserts
 \newinsert\topins
 \skip\topins=0pt % no space added when a topinsert is present
 \count\topins=1000 % magnification factor (1 to 1)
@@ -68,11 +74,3 @@
   }
 }% end page template
 \fi
-
-% the footins had this:
-%    \before = 
-%     {\vskip 0pt plus 1filll\vskip 9pt plus 4pt minus 2pt
-%      \kern -3pt
-%      \hrule width 5em
-%      \kern 2.6pt}
-%  }

Modified: trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex	2022-03-06 02:28:40 UTC (rev 62467)
+++ trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex	2022-03-06 11:39:02 UTC (rev 62468)
@@ -24,6 +24,12 @@
 % copyright holders.
 
 \ifhint
+% Usefull settings for HINT files
+  \pretolerance=1000
+  \tolerance=2000
+  \emergencystretch=16pt
+  \overfullrule=0pt
+% HINT page template for footnotes and topinserts
   \dimen0=1.25\hsize
   \advance\dimen0 by -9pt
   \dimen1=1.25\vsize



More information about the tex-live-commits mailing list.