From 42c23e7c273fdfbdd8cb2c8d13f07460aec139b9 Mon Sep 17 00:00:00 2001 From: Martin Ruckert Date: Sun, 6 Mar 2022 11:39:02 +0000 Subject: HiTeX: adding extra flexibility for line breaking when generating HINT files git-svn-id: svn://tug.org/texlive/trunk@62468 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex | 14 ++++++-------- Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex | 6 ++++++ 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex b/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex index 04573fbdad1..17f2b2828c7 100644 --- a/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex +++ b/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex @@ -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} -% } diff --git a/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex b/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex index 98255e913c9..b552595fcd9 100644 --- a/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex +++ b/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex @@ -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 -- cgit v1.2.3