The me
package of macro definitions for the roff language
provides a convenient facility for preparing technical
papers in various formats. This manual page describes the
GNU version of the me macros, which is part of the
groff document formatting system. This version can be
used with both GNU troff and Unix troff.
Many roff
requests are unsafe in conjunction with this package;
however, the following requests may be used with impunity
after the first .pp:
Output of the
pic, eqn, refer, and tbl
preprocessors is acceptable as input.
Macro Reference
Numeric
arguments to macros are denoted with lowercase letters and
string arguments with uppercase. An optional macro argument
such as x appears in brackets,
[x]. Note that arguments to macros
generally must be quoted if they contain whitespace. An
exception is the argument to header and footer macros, which
require some explanation. They take the form “c
left c middle c right c”, with spaces added here
for clarity. The strings left, middle, and
right correspond to their page placement and can
contain unprotected whitespace, but must not contain the
(non-space) character c, which delimits them. For
brevity, the table presents header and footer arguments as
clcmcrc. Popular choices for c are the ASCII
apostrophe “'” and the ASCII double quote
“"”.
This list is
incomplete; some requests are too complex to summarize in a
table, and some that are listed below accept additional
arguments not shown. See the -me Reference Manual for
interesting details.
FILES
/usr/share/groff/1.22.4.rc2/tmac/me.tmac
(a wrapper file for e.tmac)
/usr/share/groff/1.22.4.rc2/tmac/e.tmac
NOTES
Early
roff macro packages limited themselves to a
single-letter namespace (mm, ms, mv,
mn, etc.). It is not known for certain what the
“e” in “me” stands for, but one can
infer a derivation from the first initial of Eric P. Allman
(then of the University of California), who wrote the
original technical papers documenting the package.
SEE ALSO
groff(1),
troff(1)
-me Reference Manual, Eric P. Allman and James Clark
may be available at
/usr/share/doc/groff-base/meref.ps.gz (on
Debian-based systems).
Writing Papers with Groff
Using -me, Eric P. Allman and James Clark
may be available at
/usr/share/doc/groff-base/meintro.ps.gz (on
Debian-based systems).
For
preprocessors supported by me, see eqn(1),
grn(1), pic(1), refer(1), and
tbl(1).