12.3.1. Requests and Macros
Formatting is specified by embedding brief codes
(called requests)
into the text source file.
These codes act as directives to nroff and troff
when they run. For example, to center a line
of text, type the following code in a file:
.ce
This text should be centered.
When formatted, the output appears centered:
This text should be centered.
There are two types of formatting codes:
Requests, which provide the most elementary instructions
Macros, which are predefined combinations of requests
Requests, also known as primitives, allow direct control of
almost any feature of page layout and formatting.
Macros combine requests to create a total effect.
In a sense, requests are like atoms, and macros are like molecules.
All nroff/troff requests are two-letter
lowercase names. Macros are usually upper- or mixed-case names.