Go to the previous, next section.

Setting margins at top and bottom of pages

To set a margin for the top of a page, include the following in your file:

.nr HM topmargin

Replace topmargin with the size you want the margin to be. For example, to set the top margin to 1.5 inches, include the following command in your file:

.nr HM 1.5i

To set a margin for the bottom of a page, use the same command, but replace `HM' (header margin) with `FM' (footer margin).

Go to the previous, next section.