[Top] | [Contents] | [Index] | [ ? ] |
What You See Is What You Get
The same is true for the other main macro
packages that come with groff
: `man', `mdoc',
`ms', `mm', and `mandoc'. This won't work in general;
for example, to load `tmac.safer', either `-msafer' or
`-m safer' must be used.
This section is derived from Writing Papers with nroff using -me by Eric P. Allman.
those that specify vertical or horizontal motion or a type size
The last solution, i.e., using escaped spaces,
is "classical" in the sense that it can be found in most troff
documents. Nevertheless, it is not optimal in all situations, since
`\ ' inserts a fixed-width, non-breaking space character which
can't stretch. gtroff
provides a different command \~
to
insert a stretchable, non-breaking space.
Unfortunately, this is a lie. But
hopefully future gtroff
hackers will believe it :-)