The following is a list of document control number registers. For the
sake of consistency, set registers related to margins at the beginning
of your document, or just after the RP macro. You can set other
registers later in your document, but you should keep them together at
the beginning to make them easy to find and edit as necessary.
Defines the page offset (i.e., the left margin). There is no explicit right margin setting; the combination of the
POandLLregisters implicitly define the right margin width.Effective: next page.
Default value: 1i.
Defines the line length (i.e., the width of the body text).
Effective: next paragraph.
Default: 6i.
Defines the title length (i.e., the header and footer width). This is usually the same as
LL, but not necessarily.Effective: next paragraph.
Default: 6i.
Defines the header margin height at the top of the page.
Effective: next page.
Default: 1i.
Defines the footer margin height at the bottom of the page.
Effective: next page.
Default: 1i.
Defines the point size of the body text. If the value is larger than or equal to 1000, divide it by 1000 to get a fractional point size. For example, ‘.nr PS 10250’ sets the document's point size to 10.25p.
Effective: next paragraph.
Default: 10p.
Defines the space between lines (line height plus leading). If the value is larger than or equal to 1000, divide it by 1000 to get a fractional point size. Due to backwards compatibility,
VSmust be smaller than 40000 (this is 40.0p).Effective: next paragraph.
Default: 12p.
Defines an increment in point size, which is applied to section headings at nesting levels below the value specified in
GROWPS. The value ofPSINCRshould be specified in points, with the p scaling factor, and may include a fractional component; for example, ‘.nr PSINCR 1.5p’ sets a point size increment of 1.5p.Effective: next section heading.
Default: 1p.
Defines the heading level below which the point size increment set by
PSINCRbecomes effective. Section headings at and above the level specified byGROWPSare printed at the point size set byPS; for each level below the value ofGROWPS, the point size is increased in steps equal to the value ofPSINCR. SettingGROWPSto any value less than 2 disables the incremental heading size feature.Effective: next section heading.
Default: 0.
Defines the hyphenation level.
HYsets safely the value of the low-levelhyregister. Setting the value ofHYto 0 is equivalent to using thenhrequest.Effective: next paragraph.
Default: 14.
Defines the font family used to typeset the document.
Effective: next paragraph.
Default: as defined in the output device.
Defines the initial indentation of a (
PPmacro) paragraph.Effective: next paragraph.
Default: 5n.
Defines the indentation on both sides of a quoted (
QPmacro) paragraph.Effective: next paragraph.
Default: 5n.
Defines the minimum number of initial lines of any paragraph which should be kept together, to avoid orphan lines at the bottom of a page. If a new paragraph is started close to the bottom of a page, and there is insufficient space to accommodate
PORPHANSlines before an automatic page break, then the page break is forced, before the start of the paragraph.Effective: next paragraph.
Default: 1.
Defines the minimum number of lines of the following paragraph which should be kept together with any section heading introduced by the
NHorSHmacros. If a section heading is placed close to the bottom of a page, and there is insufficient space to accommodate both the heading and at leastHORPHANSlines of the following paragraph, before an automatic page break, then the page break is forced before the heading.Effective: next paragraph.
Default: 1.
Defines the length of a footnote.
Effective: next footnote.
Default:
\n[LL]* 5 / 6.
0- Print the footnote number as a superscript; indent the footnote (default).
1- Print the number followed by a period (like 1.) and indent the footnote.
2- Like 1, without an indentation.
3- Like 1, but print the footnote number as a hanging paragraph.
Effective: next footnote.
Default: 0.
Defines the footnote point size. If the value is larger than or equal to 1000, divide it by 1000 to get a fractional point size.
Effective: next footnote.
Default:
\n[PS]- 2.
Defines the footnote vertical spacing. If the value is larger than or equal to 1000, divide it by 1000 to get a fractional point size.
Effective: next footnote.
Default:
\n[FPS]+ 2.
Defines the footnote paragraph spacing.
Effective: next footnote.
Default:
\n[PD]/ 2.