diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
| commit | d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa (patch) | |
| tree | d43471f1fc6360cf5d0949f3653484483d78d4f7 /doc/output.but | |
| parent | 9b2bfc5e6619e459a1ce195dab703cf787a2b5e7 (diff) | |
| download | halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.zip halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.gz halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.bz2 halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.xz | |
... oh, except that minimal documentation might be helpful.
[originally from svn r4075]
Diffstat (limited to 'doc/output.but')
| -rw-r--r-- | doc/output.but | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/output.but b/doc/output.but index 74f4c2c..dde85af 100644 --- a/doc/output.but +++ b/doc/output.but @@ -841,3 +841,43 @@ if the output file were called \c{mygames.info} and the keyword \c{chess} had been used to define Chapter 3 of the document. } + +\H{output-ps} \i{PostScript} + +This output format generates a printable manual in PostScript format. + +This format is currently very new and is not yet configurable. There +is only one available configuration option: + +\dt \I{\cw{\\cfg\{ps-filename\}}}\cw{\\cfg\{ps-filename\}\{}\e{filename}\cw{\}} + +\dd Sets the \i{output file name} in which to store the PostScript +file. This directive is implicitly generated if you provide a file +name parameter after the command-line option \i\c{--ps} (see +\k{running-options}). + +The \i{default settings} for the PostScript output format are: + +\c \cfg{ps-filename}{output.ps} + +\H{output-pdf} \i{PDF} + +This output format generates a printable manual in PDF format. This +should look exactly identical to the PostScript output (see +\k{output-ps}), but also uses some PDF interactive features to +provide an outline of all the document's sections and clickable +cross-references between sections. + +This format is currently very new and is not yet configurable. There +is only one available configuration option: + +\dt \I{\cw{\\cfg\{pdf-filename\}}}\cw{\\cfg\{pdf-filename\}\{}\e{filename}\cw{\}} + +\dd Sets the \i{output file name} in which to store the PDF file. +This directive is implicitly generated if you provide a file name +parameter after the command-line option \i\c{--pdf} (see +\k{running-options}). + +The \i{default settings} for the PDF output format are: + +\c \cfg{pdf-filename}{output.pdf} |