summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/tex/hiltxpage.tex
blob: 04573fbdad1501d66a9f772dd1d766f801ea98af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
% Copyright 2017-2022 Martin Ruckert, Hochschule Muenchen, Lothstrasse 64, 80336 Muenchen
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% The above copyright notice and this permission notice shall be
% included in all copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
% WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
% OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.
%
% Except as contained in this notice, the name of the copyright holders shall
% not be used in advertising or otherwise to promote the sale, use or other
% dealings in this Software without prior written authorization from the
% copyright holders.

\ifhint
\textwidth=\hsize
\textheight=\vsize
\newinsert\topins
\skip\topins=0pt % no space added when a topinsert is present
\count\topins=1000 % magnification factor (1 to 1)
\dimen\topins=\maxdimen % no limit per page
\def\topinsert{\bgroup\setbox0\vbox\bgroup}
\def\endinsert{\egroup
  \insert\topins{%
  \penalty100\splittopskip0pt\floatingpenalty0\box0\nobreak\bigskip\egroup}}
\dimen0=1.25\hsize
\advance\dimen0 by -9pt
\dimen1=1.25\vsize
\advance\dimen1 by -9pt
\HINTsetpage1 = basic 
  priority 10
  width  \dimen0
  height \dimen1 
{%
    \maxdepth=4pt
    \topskip=10pt
    \HINTstream\topins %topinsert
    \HINTstream0 %main text
    \HINTstream\footins   
  \HINTsetstream\topins = %topinsert 
    prefered 0
  {% 
    \HINTafter = {}
  }
  \HINTsetstream\footins =%footnotes
    prefered 255
    ratio 0
  {%
    \hsize=300pt
    \count\footins=1000 % the magnification factor
    \skip\footins=\bigskipamount % the extra space needed
    \dimen\footins=\vsize % maximum height on the page
    \HINTbefore = 
     {\vskip\skip\footins
     \footnoterule}
    \HINTafter = {}
  }
}% 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}
%  }