diff options
author | Martin Ruckert <martin.ruckert@hm.edu> | 2022-03-06 11:39:02 +0000 |
---|---|---|
committer | Martin Ruckert <martin.ruckert@hm.edu> | 2022-03-06 11:39:02 +0000 |
commit | 42c23e7c273fdfbdd8cb2c8d13f07460aec139b9 (patch) | |
tree | 20d1d142eed44983e4c70a642a149e9c6af45154 | |
parent | 107459d42f15bb48599b4ca7ca247614191868c7 (diff) |
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
-rw-r--r-- | Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex | 14 | ||||
-rw-r--r-- | Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex | 6 |
2 files changed, 12 insertions, 8 deletions
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 |