Header
Syntax
Header
text line 1
...
.End of Header
Parameters
- text line...: Lines of text to be included in the header. Can include variables like
<PAGENO>. Control codes like.ce(center) can be used.
Description
Defines a block of text that will be printed at the top of each page of a listing.
Remarks
The block starts with the Header command and must end with .End of Header. Lines within the block can be centered using the .ce command, based on the current LINE LENGTH.
Examples
To create a centered multi-line header:
Header
.ce VERNON XX
.ce TWENTY KILOMETER ROAD RACE
.ce Vernon, New York June 15, 1991
.ce Weather: Sunny, 65 deg
.End of Header