begin page

begin page


b Index Level box
Syntax .begin page
.bp
Category Runoff
Type Command
Description forces a page break.

".bp", terminates the current page, prints the optional  footing, ejects a page, increments the page counter, and prints the optional heading.

The text immediately following the ".begin page" command is printed on the next page. (see "nofill")

".begin page" must begin in position one of the attribute.  If it is in the middle of an attribute, it is ignored and printed as text.
Options
See Also fill bp
Example .nf
This is page one.
.begin page
This is page two attribute 1.
This is page two attribute 2.
.bp
This is page three.
Warnings
Compatibility D3 7.0 AP R83
b Index Level box