Fountain Mode can export to PostScript or PDF using the Troff format as an
intermediary. This requires only a troff
program on your
system, such as
GNU roff.
One advantage of this is that the internal pagination will match the
output exactly.
Alternatively you can export using an external command-line program, which is covered further below.
This command, bound to C-c C-e t, will export using the internal
exporter and typeset using a troff
program.
This command, bound to C-c C-v, attempts to open the last exported file. This works by finding the other most recently modified file in the current directory matching the current file base-name.
This is the target format for internal Troff export. Valid options are
Postscript (ps
) or PDF (pdf
).
The name of the troff
program on your system.
Extra option flags passed to the troff
program. The default
tells troff
to use UTF-8.
Whether to include a title page in export. This option only affects the internal Troff export.
Whether to include a page number on the first page in export. This option only affects the internal Troff export.
A list specifying the export scene heading format. Available options
are zero or more of bold
, double-space
, and
underline
. This option only affects the internal Troff export.