troff - GNU roff typesetter and document formatter
troff [-abcCEiRSUz] [-d ctext] [-d string=text] [-f font-family] [-F font-directory] [-I inclusion-directory] [-m macro-package] [-M macro-directory] [-n page-number] [-o page-list] [-r cnumeric-expression] [-r register=numeric-expression] [-T output-device] [-w warning-category] [-W warning-category] [file ...]
troff --help
troff -v
troff --version
GNU troff transforms groff(7) language input into the device-independent page description language detailed in groff_out(5); troff is thus the heart of the GNU roff document formatting system. If no file operands are present, or if file is “-”, troff reads the standard input stream.
GNU troff is largely compatible with the AT&T troff typesetter and features numerous extensions; see groff_diff(7). Many people prefer to use the groff(1) command, a front end which also runs preprocessors and output drivers in the appropriate order and with appropriate options.
Device-independent roff systems such as GNU roff require descriptions of output devices and the font selections available to them; groff_font(5) describes these. groff_char(7) enumerates the many special characters available to GNU troff documents, where the output device’s glyph repertoire supports them. Authors of roff documents frequently compose them with the aid of macro packages; groff_tmac(5) surveys those supplied with groff.
roff(7) orients the reader to typesetting with GNU and other roffs.
-h and --help display a usage message, while -v and --version show version information; all exit afterward.
|
-a |
Generate a plain text approximation of the typeset output. The read-only register .A is set to 1. This option produces a sort of abstract preview of the formatted output. |
•
|
Page breaks are marked by a phrase in angle brackets; for example, “<beginning of page>”. | |||
|
• |
Lines are broken where they would be in formatted output. | ||
|
• |
Vertical motion, apart from that implied by a break, is not represented. | ||
|
• |
A horizontal motion of any size is represented as one space. Adjacent horizontal motions are not combined. Supplemental inter-sentence space (configured by the second argument to the ss request) is not represented. | ||
|
• |
A special character is rendered as its identifier between angle brackets; for example, a hyphen appears as “<hy>”. |
The above description should not be considered a specification; the details of -a output are subject to change.
|
-b |
Write a backtrace reporting the state of troff’s input parser to the standard error stream with each diagnostic message. The line numbers given in the backtrace might not always be correct, because troff’s idea of line numbers can be confused by requests that append to macros. | ||
|
-c |
Disable multi-color output and “color” request’s ability to enable it. | ||
|
-C |
Enable AT&T troff compatibility mode; implies -c. See groff_diff(7). |
-d ctext
-d string=text
Define roff string c or string as text. c must be a one-character identifier; string can be of arbitrary length. Such assignments happen before any macro file is loaded, including the startup file. Due to getopt_long(3) limitations, c cannot be, and string cannot contain, an equals sign, even though that is a valid character in a roff identifier.
|
-E |
Inhibit troff error messages; implies -Ww. This option does not suppress messages sent to the standard error stream by documents or macro packages using tm or related requests. | ||
|
-f fam |
Use fam as the default font family. | ||
|
-F dir |
Search in directory dir for the selected output device’s directory of device and font description files. See the description of GROFF_FONT_PATH in section “Environment” below for the default search locations and ordering. | ||
|
-i |
Read the standard input stream after all named input files have been processed. | ||
|
-I dir |
Search the directory dir for files (those named on the command line; in psbb, so, and soquiet requests; and in “\X'ps: import'”, “\X'ps: file'”, and “\X'pdf: pdfpic'” device extension escape sequences). -I may be specified more than once; each dir is searched in the given order. To search the current working directory before others, add “-I .” at the desired place; it is otherwise searched last. -I works similarly to, and is named for, the “include” option of Unix C compilers. | ||
|
-m mac |
Search for the macro package mac.tmac and read it prior to any input. If not found, tmac.mac is attempted. See the description of GROFF_TMAC_PATH in section “Environment” below for the default search locations and ordering. | ||
|
-M dir |
Search directory dir for macro files. See the description of GROFF_TMAC_PATH in section “Environment” below for the default search locations and ordering. | ||
|
-n num |
Begin numbering pages at num. The default is 1. | ||
|
-o list |
Output only pages in list, which is a comma-separated list of inclusive page ranges; n means page n, m-n means every page between m and n, -n means every page up to n, and n- means every page from n on. troff stops processing and exits after formatting the last page enumerated in list. |
-r cnumeric-expression
-r register=numeric-expression
Define roff register c or register as numeric-expression. c must be a one-character identifier; register can be of arbitrary length. Such assignments happen before any macro file is loaded, including the startup file. Due to getopt_long(3) limitations, c cannot be, and register cannot contain, an equals sign, even though that is a valid character in a roff identifier.
|
-R |
Prevent loading of troffrc and troffrc-end; this option can be useful for troubleshooting. | ||
|
-S |
Enable safer mode and ignore any subsequent -U option. | ||
|
-T dev |
Prepare output for device dev. The default is ps; see groff(1). | ||
|
-U |
Operate in unsafe mode, enabling the cf, open, opena, pi, pso, and sy requests, which are disabled by default because they allow an untrusted input document to run arbitrary commands, put arbitrary content into troff output, or write to arbitrary file names. (GNU troff does not, however, accept newlines (line feeds) in file names supplied as arguments to requests.) This option also adds the current directory to the macro package search path; see the -m and -M options above. | ||
|
-w cat |
|||
|
-W cat |
Enable and inhibit, respectively, warnings in category cat. See section “Warnings” below. | ||
|
-z |
Suppress formatted output. |
GNU troff divides its warning diagnostics into named, numbered categories. The -w and -W options use the associated names. A power of two characterizes each category; the warn request and the .warn register respectively set and report the sum of enabled category codes. Warnings of each category are produced under the following circumstances.
Two warning names group other warning categories for convenience.
|
all |
All warning categories except di, mac, reg, and style. This shorthand is intended to produce all warnings that are useful with macro packages and documents written for AT&T troff and its descendants, which have less fastidious diagnostics than GNU troff. | ||
|
w |
All warning categories. Authors of documents and macro packages targeting groff are encouraged to use this setting. |
troff exits with status 0 on successful operation, status 2 if the program cannot interpret its command-line arguments, and status 1 if it encounters a fatal error during operation, or is directed to abort by the input.
GROFF_FONT_PATH
and GROFF_TMAC_PATH each accept a search path of
directories; that is, a list of directory names separated by
the system’s path component separator character. On
Unix systems, this character is a colon (:); on Windows
systems, it is a semicolon (;).
GROFF_FONT_PATH
A list of directories in which to seek the selected output device’s directory of device and font description files. troff will scan directories given as arguments to any specified -F options before these, then in a site-specific directory (/usr/local/share/groff/ site-font), a standard location (/usr/local/share/groff/1.25.0/ font), and a compatibility directory (/usr/lib/font) after them.
GROFF_TMAC_PATH
A list of directories in which to search for macro files. troff will scan directories given as arguments to any specified -M options before these, then the current directory (only if in unsafe mode), the user’s home directory, a site-specific directory (/usr/local/ share/groff/site-tmac), and a standard location (/usr/local/share/ groff/1.25.0/tmac) after them.
GROFF_TYPESETTER
Set the default output device. If empty or not set, ps is used. The -T option overrides GROFF_TYPESETTER.
SOURCE_DATE_EPOCH
A timestamp (expressed as seconds since the Unix epoch) to use as the output creation timestamp in place of the current time. The time is converted to human-readable form using gmtime(3) and asctime(3) when the formatter starts up and stored in registers usable by documents and macro packages.
|
TZ |
The time zone to use when converting the current time to human-readable form; see tzset(3). If SOURCE_DATE_EPOCH is used, it is always converted to human-readable form using UTC. |
/usr/local/share/groff/1.25.0/tmac/troffrc
is an initialization macro file loaded before any macro packages specified with -m options.
/usr/local/share/groff/1.25.0/tmac/troffrc-end
is an initialization macro file loaded after all macro packages specified with -m options.
/usr/local/share/groff/1.25.0/tmac/name.tmac
are macro files distributed with groff.
/usr/local/share/groff/1.25.0/font/devname/DESC
describes the output device name.
/usr/local/share/groff/1.25.0/font/devname/F
describes the font F of device name.
troffrc and troffrc-end are sought neither in the current nor the home directory by default for security reasons, even if the -U option is specified. Use the -M command-line option or the GROFF_TMAC_PATH environment variable to add these directories to the search path if necessary.
The GNU version of troff was originally written by James Clark; he also wrote the original version of this document, which was updated by Werner Lemberg, Bernd Warken, and G. Branden Robinson.
Groff: The
GNU Implementation of troff, by Trent A. Fisher and
Werner Lemberg, is the primary groff manual. You can
browse it interactively with “info groff”.
groff(1)
offers an overview of the GNU roff system and describes its front end executable.
details the groff language, including a short but complete reference of all predefined requests, registers, and escape sequences.
explains the syntax of groff special character escape sequences, and lists all special characters predefined by the language.
enumerates the differences between AT&T device-independent troff and groff.
covers the format of groff device and font description files.
describes the format of troff’s output.
includes information about macro files that ship with groff.
supplies background on roff systems in general, including pointers to further related documentation.