summaryrefslogtreecommitdiff
path: root/macros/plain/contrib/misc/multihead.tex
blob: 93697be5b8f2490b1a7bf8d9fdd5d4040083f210 (plain)
1
2
3
4
5
6
7
8
9
10
11
%%%--------------Cut along perforation--------------------------------
% Macro for multiple line header.
% By Don Hosek <DHOSEK@HMCVAX.BITNET>
% To use:
% \multihead{...}
% If the header has more than one line, separate the lines with \\
\newtoks\multihead
\headline{\vtop{\let\\=\cr\halign{\line{#}\cr
  \the\multihead\crcr}}}
\multihead{\hss}
%%%--------------Tear neatly------------------------------------------