Go to the first, previous, next, last section, table of contents.


PAGE01

This macro defines a text body that is to be written at the start of the first page of the output file. The macro optionally takes one or two numeric arguments which define the number of records or number of lines to be placed on the first page. The default without this argument is infinite (ie. there will be no page breaks). The program fragment below gives an example.

%%PAGE01 3
\vspace*{1ex}
\centerline{{\bf DEPARTMENT OF ARTIFICIAL INTELLIGENCE}}
\centerline{{\bf %%TITLE as at \today}}

Page breaks will only be generated if one or both of PAGE01 and PAGENN are defined.

Note that the GPPPAGE01 and TEXPAGE01 predefined macro which the above replaces are deprecated and should not be used.


Go to the first, previous, next, last section, table of contents.