Right; I'm finally sick of typing \q{\cw{foo}}, so I've invented a
[sgt/halibut] / doc / output.but
CommitLineData
16ea3abe 1\C{output} Halibut output formats
2
339cbe09 3This chapter describes each of Halibut's current \i{output formats}.
4It gives some general information about the format, and also
5describes all the \i{configuration directives} which are specific to
6that format.
16ea3abe 7
8\H{output-text} Plain text
9
339cbe09 10This output format generates the document as a single \i{plain text}
9ec43d08 11file. No table of contents or index is generated.
16ea3abe 12
16ea3abe 13The precise formatting of the text file can be controlled by a
14variety of configuration directives. They are listed in the
15following subsections.
16
0a6347b4 17\S{output-text-file} Output file name
18
19\dt \I{\cw{\\cfg\{text-filename\}}}\cw{\\cfg\{text-filename\}\{}\e{filename}\cw{\}}
20
21\dd Sets the \i{output file name} in which to store the text file.
22This directive is implicitly generated if you provide a file name
23parameter after the command-line option \i\c{--text} (see
24\k{running-options}).
25
16ea3abe 26\S{output-text-dimensions} Indentation and line width
27
28This section describes the configuration directives which control
339cbe09 29the \i{horizontal dimensions} of the output text file: how much
16ea3abe 30paragraphs are indented by and how long the lines are.
31
339cbe09 32\dt \I{\cw{\\cfg\{text-width\}}}\cw{\\cfg\{text-width\}\{}\e{width}\cw{\}}
16ea3abe 33
339cbe09 34\dd Sets the \I{text width}width of the main part of the document,
35in characters. This width will be used for wrapping paragraphs and
36for centring titles (if you have asked for titles to be centred -
37see \k{output-text-headings}). This width does \e{not} include the
38left indentation set by \cw{\\cfg\{text-indent\}}; if you specify an
16ea3abe 39indent of 8 and a width of 64, your maximum output line length will
40be 72.
41
339cbe09 42\dt \I{\cw{\\cfg\{text-indent\}}}\cw{\\cfg\{text-indent\}\{}\e{indent}\cw{\}}
16ea3abe 43
339cbe09 44\dd Sets the left \i{indentation} for the document. If you set this
45to zero, your document will look like an ordinary text file as
46someone with a text editor might have written it; if you set it
47above zero, the text file will have a \i{margin} down the left in
48the style of some printed manuals, and you can then configure the
49section numbers to appear in this margin (see
50\k{output-text-headings}).
16ea3abe 51
339cbe09 52\dt \I{\cw{\\cfg\{text-indent-code\}}}\cw{\\cfg\{text-indent-code\}\{}\e{indent}\cw{\}}
16ea3abe 53
54\dd Specifies how many extra characters of indentation (on top of
339cbe09 55the normal left indent) should be given to \I{code paragraphs,
56indentation} code paragraphs.
16ea3abe 57
339cbe09 58\dt \I{\cw{\\cfg\{text-list-indent\}}}\cw{\\cfg\{text-list-indent\}\{}\e{indent}\cw{\}}
16ea3abe 59
60\dd Specifies how many extra spaces should be used to indent the
339cbe09 61bullet or number in a \I{bulletted list, indentation}bulletted or
62\I{numbered list, indentation}numbered \I{list, indentation}list.
63The actual body of the list item will be indented by this much
64\e{plus} the value configured by \cw{\\cfg\{text-listitem-indent\}}.
16ea3abe 65
339cbe09 66\dt \I{\cw{\\cfg\{text-listitem-indent\}}}\cw{\\cfg\{text-listitem-indent\}\{}\e{indent}\cw{\}}
16ea3abe 67
68\dd Specifies how many extra spaces should be used to indent the
69body of a list item, over and above the number configured in
70\cw{\\cfg\{text-list-indent\}}.
71
339cbe09 72\dt \I{\cw{\\cfg\{text-indent-preamble\}}}\cw{\\cfg\{text-indent-preamble\}\{}\e{boolean}\cw{\}}
16ea3abe 73
339cbe09 74\dd When this is set to \c{true}, the document \i{preamble} (i.e. any
16ea3abe 75paragraphs appearing before the first chapter heading) will be
76indented to the level specified by \cw{\\cfg\{text-indent\}}. If
77this setting is \c{false}, the document preamble will not be
78indented at all from the left margin.
79
339cbe09 80\S{output-text-headings} \ii{Configuring heading display}
16ea3abe 81
82The directives in this section allow you to configure the appearance
83of the title, chapter and section headings in your text file.
84
339cbe09 85Several of the directives listed below specify the \i{alignment} of
86a heading. These alignment options have three possible values:
16ea3abe 87
339cbe09 88\dt \i\c{left}
16ea3abe 89
90\dd Align the heading to the very left of the text file (column zero).
91
339cbe09 92\dt \i\c{leftplus}
16ea3abe 93
94\dd Align the section title to the left of the main display region
95(in other words, indented to the level specified by
96\cw{\\cfg\{text-indent\}}). The section \e{number} is placed to the
97left of that (so that it goes in the margin if there is room).
98
339cbe09 99\dt \i\c{centre}
16ea3abe 100
101\dd Centre the heading.
102
103Also, several of the directives below specify how a title should be
339cbe09 104\I{underlining}underlined. The parameter to one of these directives
db662ca1 105should be either blank (\cw{\{\}}) or a piece of text which will be
106repeated to produce the underline. So you might want to specify, for
107example, \cw{\\text-title-underline\{=\}} but
108\cw{\\text-chapter-underline\{\-\}}.
109
110You can also specify more than one underline setting, and Halibut
111will choose the first one that the output character set supports.
112So, for example, you could write
65f95f6c 113\cw{\\text-chapter-underline\{\\u203e\}\{\-\}}, and Halibut would use
db662ca1 114the Unicode \q{OVERLINE} character where possible and fall back to
115the ASCII minus sign otherwise.
16ea3abe 116
339cbe09 117\dt \I{\cw{\\cfg\{text-title-align\}}}\cw{\\cfg\{text-title-align\}\{}\e{alignment}\cw{\}}
16ea3abe 118
119\dd Specifies the alignment of the overall document title: \c{left},
120\c{leftplus} or \c{centre}.
121
bdc961c7 122\dt \I{\cw{\\cfg\{text-title-underline\}}}\cw{\\cfg\{text-title-underline\}\{}\e{underline-text}\cw{\}}
16ea3abe 123
124\dd Specifies how the overall document title should be underlined.
125
339cbe09 126\dt \I{\cw{\\cfg\{text-chapter-align\}}}\cw{\\cfg\{text-chapter-align\}\{}\e{alignment}\cw{\}}
16ea3abe 127
128\dd Specifies the alignment of chapter and appendix headings.
129
bdc961c7 130\dt \I{\cw{\\cfg\{text-chapter-underline\}}}\cw{\\cfg\{text-chapter-underline\}\{}\e{underline-text}\cw{\}}
16ea3abe 131
132\dd Specifies how chapter and appendix headings should be underlined.
133
339cbe09 134\dt \I{\cw{\\cfg\{text-chapter-numeric\}}}\cw{\\cfg\{text-chapter-numeric\}\{}\e{boolean}\cw{\}}
16ea3abe 135
136\dd If this is set to \c{true}, then chapter headings will not
137contain the word \q{Chapter} (or whatever other word you have
138defined in its place - see \k{input-sections} and \k{input-config});
139they will just contain the chapter \e{number}, followed by the
140chapter title. If you set this to \c{false}, chapter headings will
141be prefixed by \q{Chapter} or equivalent.
142
339cbe09 143\dt \I{\cw{\\cfg\{text-chapter-suffix\}}}\cw{\\cfg\{text-chapter-suffix\}\{}\e{text}\cw{\}}
16ea3abe 144
145\dd This specifies the suffix text to be appended to the chapter
146number, before displaying the chapter title. For example, if you set
b7747050 147this to \cq{:\_}, then the chapter title might look something
16ea3abe 148like \q{Chapter 2: Doing Things}.
149
339cbe09 150\dt \I{\cw{\\cfg\{text-section-align\}}}\cw{\\cfg\{text-section-align\}\{}\e{level}\cw{\}\{}\e{alignment}\cw{\}}
16ea3abe 151
152\dd Specifies the alignment of section headings at a particular
153level. The \e{level} parameter specifies which level of section
154headings you want to affect: 0 means first-level headings (\c{\\H}),
1551 means second-level headings (\c{\\S}), 2 means the level below
156that (\c{\\S2}), and so on. The \e{alignment} parameter is treated
157just like the other alignment directives listed above.
158
bdc961c7 159\dt \I{\cw{\\cfg\{text-section-underline\}}}\cw{\\cfg\{text-section-underline\}\{}\e{level}\cw{\}\{}\e{underline-text}\cw{\}}
16ea3abe 160
161\dd Specifies how to underline section headings at a particular level.
162
339cbe09 163\dt \I{\cw{\\cfg\{text-section-numeric\}}}\cw{\\cfg\{text-section-numeric\}\{}\e{level}\cw{\}\{}\e{boolean}\cw{\}}
16ea3abe 164
165\dd Specifies whether section headings at a particular level should
166contain the word \q{Section} or equivalent (if \c{false}), or should
167be numeric only (if \c{true}).
168
339cbe09 169\dt \I{\cw{\\cfg\{text-section-suffix\}}}\cw{\\cfg\{text-section-suffix\}\{}\e{level}\cw{\}\{}\e{text}\cw{\}}
16ea3abe 170
339cbe09 171\dd Specifies the \I{suffix text, in section titles}suffix text to
172be appended to section numbers at a particular level, before
173displaying the section title.
16ea3abe 174
db662ca1 175\S{output-text-characters} Configuring the characters used
176
6b4dfd74 177\dt \I\cw{\\cfg\{text-charset\}}\cw{\\cfg\{text-charset\}\{}\e{character set name}\cw{\}}
178
179\dd This tells Halibut what \i{character set} the output should be
180in. Any Unicode characters representable in this set will be output
181verbatim; any other characters will not be output and their
182\i{fallback text} (if any) will be used instead.
183
184\lcont{
185
186The character set names are the same as for
187\cw{\\cfg\{input-charset\}} (see \k{input-config}). However, unlike
188\cw{\\cfg\{input-charset\}}, this directive affects the \e{entire}
189output; it's not possible to switch encodings halfway through.
190
191}
192
db662ca1 193\dt \I{\cw{\\cfg\{text-bullet\}}}\cw{\\cfg\{text-bullet\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}...\cw{\}}]
194
195\dd This specifies the text which should be used as the \i{bullet}
196in bulletted lists. It can be one character
197(\cw{\\cfg\{text-bullet\}\{-\}}), or more than one
198(\cw{\\cfg\{text-bullet\}\{(*)\}}).
199
200\lcont{
201
6069815a 202Like \cw{\\cfg\{quotes\}} (see \k{input-config}), you can specify multiple
203possible options after this command, and Halibut will choose the first one
204which the output character set supports. For example, you might write
db662ca1 205\cw{\\cfg\{text-bullet\}\{\\u2022\}\{\\u00b7\}\{*\}}, in which case
206Halibut would use the Unicode \q{BULLET} character where possible,
207fall back to the ISO-8859-1 \q{MIDDLE DOT} if that wasn't available,
208and resort to the ASCII asterisk if all else failed.
209
210}
211
212\dt \I{\cw{\\cfg\{text-rule\}}}\cw{\\cfg\{text-rule\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}...\cw{\}}]
213
214\dd This specifies the text which should be used for drawing
215\i{horizontal rules} (generated by \i\c{\\rule}; see
216\k{input-rule}). It can be one character, or more than one. The
217string you specify will be repeated to reach the required width, so
b7747050 218you can specify something like \cq{-=} to get a rule that looks
db662ca1 219like \cw{-=-=-=}.
220
221\lcont{
222
223Like \cw{\\cfg\{text-bullet\}}, you can specify multiple fallback
224options in this command.
225
226}
227
228\dt \I{\cw{\\cfg\{text-quotes\}}}\cw{\\cfg\{text-quotes\}\{}\e{open-quote}\cw{\}\{}\e{close-quote}\cw{\}}[\cw{\{}\e{open-quote}\cw{\}\{}\e{close-quote}...\cw{\}}]
229
6069815a 230\dd This specifies a set of quote characters for the text backend,
231overriding any defined by \cw{\\cfg\{quotes\}}. It has the same syntax
232(see \k{input-config}).
db662ca1 233
234\lcont{
235
6069815a 236In this backend, these quotes will also be used to mark text enclosed
237in the \c{\\c} command (see \k{input-code}).
db662ca1 238
239}
240
241\dt \I{\cw{\\cfg\{text-emphasis\}}}\cw{\\cfg\{text-emphasis\}\{}\e{start-emph}\cw{\}\{}\e{end-emph}\cw{\}}[\cw{\{}\e{start-emph}\cw{\}\{}\e{end-emph}...\cw{\}}]
242
5b1d0032 243\dd This specifies the characters which should be used to surround
db662ca1 244emphasised text (written using the \c{\\e} command; see
245\k{input-emph}).
246
247\lcont{
248
249You should separately specify the start-emphasis and end-emphasis
250text, each of which can be more than one character if you want.
251Also, like \cw{\\cfg\{text-quotes\}}, you can specify multiple pairs
252of fallback options in this command, and Halibut will always use a
253matching pair.
254
255}
256
16ea3abe 257\S{output-text-misc} Miscellaneous configuration options
258
db662ca1 259\dt \I{\cw{\\cfg\{text-list-suffix\}}}\cw{\\cfg\{text-list-suffix\}\{}\e{text}\cw{\}}
260
261\dd This text is appended to the number on a \i{numbered list} item
262(see \k{input-list-number}). So if you want to label your lists as
263\q{1)}, \q{2)} and so on, then you would write
264\cw{\\cfg\{text-list-suffix\}\{)\}}.
265
339cbe09 266\dt \I{\cw{\\cfg\{text-versionid\}}}\cw{\\cfg\{text-versionid\}\{}\e{boolean}\cw{\}}
16ea3abe 267
339cbe09 268\dd If this is set to \c{true}, \i{version ID paragraphs} (defined
269using the \i\c{\\versionid} command - see \k{input-blurb}) will be
270included at the bottom of the text file. If it is set to \c{false},
271they will be omitted completely.
16ea3abe 272
16ea3abe 273\# FIXME: code indentation is configurable, therefore \quote
274\# indentation probably ought to be as well.
275
276\# FIXME: text-indent-* should be consistently named.
277
278\S{output-text-defaults} Default settings
279
339cbe09 280The \i{default settings} for Halibut's plain text output format are:
16ea3abe 281
0a6347b4 282\c \cfg{text-filename}{output.txt}
283\c
16ea3abe 284\c \cfg{text-width}{68}
285\c \cfg{text-indent}{7}
286\c \cfg{text-indent-code}{2}
287\c \cfg{text-list-indent}{1}
288\c \cfg{text-listitem-indent}{3}
289\c \cfg{text-indent-preamble}{false}
290\c
291\c \cfg{text-title-align}{centre}
db662ca1 292\c \cfg{text-title-underline}{\u2550}{=}
16ea3abe 293\c
294\c \cfg{text-chapter-align}{left}
db662ca1 295\c \cfg{text-chapter-underline}{\u203e}{-}
16ea3abe 296\c \cfg{text-chapter-numeric}{false}
297\c \cfg{text-chapter-suffix}{: }
298\c
299\c \cfg{text-section-align}{0}{leftplus}
300\c \cfg{text-section-underline}{0}{}
301\c \cfg{text-section-numeric}{0}{true}
302\c \cfg{text-section-suffix}{0}{ }
303\c
304\c \cfg{text-section-align}{1}{leftplus}
305\c \cfg{text-section-underline}{1}{}
306\c \cfg{text-section-numeric}{1}{true}
307\c \cfg{text-section-suffix}{1}{ }
308\c
309\c ... and so on for all section levels below this ...
310\e iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
db662ca1 311\c
6b4dfd74 312\c \cfg{text-charset}{ASCII}
db662ca1 313\c \cfg{text-bullet}{\u2022}{-}
314\c \cfg{text-rule}{\u2500}{-}
315\c \cfg{text-quotes}{\u2018}{\u2019}{`}{'}
316\c \cfg{text-emphasis}{_}{_}
317\c
318\c \cfg{text-list-suffix}{.}
319\c \cfg{text-versionid}{true}
16ea3abe 320
321\H{output-html} HTML
322
9ec43d08 323\# FIXME: this probably needs major revision due to the new HTML
324backend
325
339cbe09 326This output format generates an \i{HTML} version of the document. By
16ea3abe 327default, this will be in multiple files, starting with
328\c{Contents.html} and splitting the document into files by chapter
329and/or subsection. You can configure precisely how the text is split
330between HTML files using the configuration commands described in
331this section. In particular, you can configure Halibut to output one
0a6347b4 332single HTML file instead of multiple ones.
16ea3abe 333
339cbe09 334Strictly speaking, the output format is \i{XHTML} 1.0 Transitional,
16ea3abe 335which is why all of the configuration directives start with the word
336\c{xhtml} rather than \c{html}.
337
0a6347b4 338\S{output-html-file} Controlling the output file names
339
340\dt \I{\cw{\\cfg\{xhtml-contents-filename\}}}\cw{\\cfg\{xhtml-contents-filename\}\{}\e{filename}\cw{\}}
341
342\dd Sets the \i{output file name} in which to store the top-level
343contents page. Since this is the first page a user ought to see when
344beginning to read the document, a good choice in many cases might be
fc8e7adb 345\c{index.html} (although this is not the default, for historical
0a6347b4 346reasons).
347
348\dt \I{\cw{\\cfg\{xhtml-index-filename\}}}\cw{\\cfg\{xhtml-index-filename\}\{}\e{filename}\cw{\}}
349
350\dd Sets the file name in which to store the document's index.
351
352\dt \I{\cw{\\cfg\{xhtml-template-filename\}}}\cw{\\cfg\{xhtml-template-filename\}\{}\e{template}\cw{\}}
353
354\dd Provides a \i{template} to be used when constructing the file
355names of each chapter or section of the document. This template
356should contain at least one \i\e{formatting command}, in the form of
357a per cent sign followed by a letter. (If you need a literal per
358cent sign, you can write \c{%%}.)
359
360\lcont{
361
362The formatting commands used in this template are:
363
da090173 364\dt \I{%N-upper}\c{%N}
0a6347b4 365
366\dd Expands to the visible title of the section, with white space
b7747050 367removed. So in a chapter declared as \cq{\\C\{fish\} Catching
368Fish}, this formatting command would expand to
369\cq{CatchingFish}.
0a6347b4 370
371\dt \i\c{%n}
372
373\dd Expands to the type and number of the section, without white
b7747050 374space. So in chapter 1 this would expand to \cq{Chapter1}; in
375section A.4.3 it would expand to \cq{SectionA.4.3}, and so on.
0a6347b4 376If the section has no number (an unnumbered chapter created using
377\c{\\U}), this directive falls back to doing the same thing as
378\c{%N}.
379
380\dt \i\c{%b}
381
382\dd Expands to the bare number of the section. So in chapter 1 this
b7747050 383would expand to \cq{1}; in section A.4.3 it would expand to
384\cq{A.4.3}, and so on. If the section has no number (an
0a6347b4 385unnumbered chapter created using \c{\\U}), this directive falls back
386to doing the same thing as \c{%N}.
387
388\dt \i\c{%k}
389
390\dd Expands to the internal keyword specified in the section title.
b7747050 391So in a chapter declared as \cq{\\C\{fish\} Catching Fish}, this
392formatting command would expand to \cq{fish}. If the section has
0a6347b4 393no keyword (an unnumbered chapter created using \c{\\U}), this
394directive falls back to doing the same thing as \c{%N}.
395
396These formatting directives can also be used in the
397\cw{\\cfg\{xhtml-template-fragment\}} configuration directive (see
398\k{output-html-misc}).
399
400}
401
402\dt \I{\cw{\\cfg\{xhtml-single-filename\}}}\cw{\\cfg\{xhtml-single-filename\}\{}\e{filename}\cw{\}}
403
404\dd Sets the file name in which to store the entire document, if
405Halibut is configured (using \c{\\cfg\{xhtml-leaf-level\}\{0\}} to
406produce a single self-contained file. Both this directive \e{and}
407\c{\\cfg\{xhtml-leaf-level\}\{0\}} are implicitly generated if you
408provide a file name parameter after the command-line option
409\i\c{--html} (see \k{running-options}).
410
16ea3abe 411\S{output-html-split} Controlling the splitting into HTML files
412
413By default, the HTML output from Halibut is split into multiple
414files. Each file typically contains a single chapter or section and
415everything below it, unless subsections of that chapter are
416themselves split off into further files.
417
418Most files also contain a contents section, giving hyperlinks to the
419sections in the file and/or the sections below it.
420
421The configuration directives listed below allow you to configure the
422splitting into files, and the details of the contents sections.
423
339cbe09 424\dt \I{\cw{\\cfg\{xhtml-leaf-level\}}}\cw{\\cfg\{xhtml-leaf-level\}\{}\e{depth}\cw{\}}
16ea3abe 425
426\dd This setting indicates the depth of section which should be
339cbe09 427given a \I{leaf file}\q{leaf} file (a file with no sub-files). So if
428you set it to 1, for example, then every chapter will be given its
429own HTML file, plus a top-level \i{contents file}. If you set this
430to 2, then each chapter \e{and} each \c{\\H} section will have a
431file, and the chapter files will mostly just contain links to their
432\i{sub-file}s.
16ea3abe 433
434\lcont{
435
436If you set this option to zero, then the whole document will appear
437in a single file. If you do this, Halibut will call that file
339cbe09 438\i\c{Manual.html} instead of \i\c{Contents.html}.
16ea3abe 439
0a6347b4 440This option is automatically set to zero if you provide a file name
441parameter after the command-line option \i\c{--html} (see
442\k{running-options}), because you have specified a single file name
443and so Halibut assumes you want the whole document to be placed in
444that file.
445
16ea3abe 446}
447
339cbe09 448\dt \I{\cw{\\cfg\{xhtml-contents-depth\}}}\cw{\\cfg\{xhtml-contents-depth-}\e{level}\cw{\}\{}\e{depth}\cw{\}}
16ea3abe 449
339cbe09 450\dd This directive allows you to specify how \I{depth of
451contents}deep the contents section in a particular file should go.
16ea3abe 452
453\lcont{
454
455The \e{level} parameter indicates which level of contents section
456you are dealing with. 0 denotes the main contents section in the
457topmost file \c{Contents.html}; 1 denotes a contents section in a
458chapter file; 2 is a contents section in a file containing a \c{\\H}
459heading, and so on. Currently you can't go below level 5 (which
460corresponds to a \c{\\S3} heading).
461
462The \e{depth} parameter indicates the maximum depth of heading which
463will be shown in this contents section. Again, 1 denotes a chapter,
4642 is a \c{\\H} heading, 3 is a \c{\\S} heading, and so on.
465
466So, for example: \cw{\\cfg\{xhtml-contents-depth-1\}\{3\}} instructs
467Halibut to put contents links in chapter files for all sections down
468to \c{\\S} level, but not to go into any more detail than that.
469
470}
471
472\# FIXME: this is utterly ghastly. For a start, it should include
473\# the level as a separate argument, like the text section config
474\# directives. Secondly, it shouldn't be limited in depth!
475
339cbe09 476\dt \I{\cw{\\cfg\{xhtml-leaf-contains-contents\}}}\cw{\\cfg\{xhtml-leaf-contains-contents\}\{}\e{boolean}\cw{\}}
16ea3abe 477
478\dd If you set this to \c{true}, then each leaf file will contain
479its own contents section which summarises the text within it.
480
339cbe09 481\dt \I{\cw{\\cfg\{xhtml-leaf-smallest-contents\}}}\cw{\\cfg\{xhtml-leaf-smallest-contents\}\{}\e{number}\cw{\}}
16ea3abe 482
483\dd Contents sections in leaf files are not output at all if they
484contain very few entries (on the assumption that it just isn't worth
485bothering). This directive configures the minimum number of entries
486required in a leaf contents section to make Halibut bother
487generating it at all.
488
489\S{output-html-html} Including pieces of your own HTML
490
491The directives in this section allow you to supply pieces of
339cbe09 492\I{HTML}\i{verbatim HTML} code, which will be included in various
493parts of the output files.
16ea3abe 494
339cbe09 495\dt \I{\cw{\\cfg\{xhtml-head-end\}}}\cw{\\cfg\{xhtml-head-end\}\{}\e{HTML text}\cw{\}}
16ea3abe 496
497\dd The text you provide in this directive is placed at the end of
339cbe09 498the \i\cw{<HEAD>} section of each output HTML file. So this is a
499good place to put, for example, a link to a \i{CSS} \i{stylesheet}.
16ea3abe 500
339cbe09 501\dt \I{\cw{\\cfg\{xhtml-body-tag\}}}\cw{\\cfg\{xhtml-body-tag\}\{}\e{HTML text}\cw{\}}
16ea3abe 502
503\dd The text you provide in this directive is used in place of the
339cbe09 504\i\cw{<BODY>} tag in each output file. So if you wanted to define a
505\i{background colour}, for example, you could write
16ea3abe 506\cw{\\cfg\{xhtml-body-tag\}\{<body bg="#123456">\}}.
507
339cbe09 508\dt \I{\cw{\\cfg\{xhtml-body-start\}}}\cw{\\cfg\{xhtml-body-start\}\{}\e{HTML text}\cw{\}}
16ea3abe 509
510\dd The text you provide in this directive is placed at the
339cbe09 511beginning of the \i\cw{<BODY>} section of each output HTML file. So
512if you intend your HTML files to be part of a web site with a
513standard \i{house style}, and the style needs a \i{header} at the
514top of every page, this is where you can add that header.
16ea3abe 515
339cbe09 516\dt \I{\cw{\\cfg\{xhtml-body-end\}}}\cw{\\cfg\{xhtml-body-end\}\{}\e{HTML text}\cw{\}}
16ea3abe 517
339cbe09 518\dd The text you provide in this directive is placed at the end of
519the \i\cw{<BODY>} section of each output HTML file. So if you intend
520your HTML files to be part of a web site with a standard \i{house
521style}, and the style needs a \i{footer} at the bottom of every
522page, this is where you can add that footer.
16ea3abe 523
339cbe09 524\dt \I{\cw{\\cfg\{xhtml-address-start\}}}\cw{\\cfg\{xhtml-address-start\}\{}\e{HTML text}\cw{\}}
16ea3abe 525
526\dd The text you provide in this directive is placed at the
339cbe09 527beginning of the \i\cw{<ADDRESS>} section at the bottom of each
528output HTML file. This might be a good place to put authors'
529\i{contact details}, for example.
16ea3abe 530
339cbe09 531\dt \I{\cw{\\cfg\{xhtml-address-end\}}}\cw{\\cfg\{xhtml-address-end\}\{}\e{HTML text}\cw{\}}
16ea3abe 532
339cbe09 533\dd The text you provide in this directive is placed at the end of
534the \i\cw{<ADDRESS>} section at the bottom of each output HTML file,
535after the version IDs (if present).
16ea3abe 536
339cbe09 537\dt \I{\cw{\\cfg\{xhtml-navigation-attributes\}}}\cw{\\cfg\{xhtml-navigation-attributes\}\{}\e{HTML attributes}\cw{\}}
16ea3abe 538
539\dd The text you provide in this directive is included inside the
339cbe09 540\cw{<P>} tag containing the \i{navigation links} at the top of each
541page (\i{\q{Previous}} / \i{\q{Contents}} / \i{\q{Next}}). So if you
542wanted the navigation links to have a particular CSS style, you
543could write
16ea3abe 544\cw{\\cfg\{xhtml-navigation-attributes\}\{class="foo"\}}, and the
545navigation-links paragraph would then begin with the tag \cw{<p
546class="foo">}.
547
339cbe09 548\S{output-html-headings} \ii{Configuring heading display}
16ea3abe 549
339cbe09 550\dt \I{\cw{\\cfg\{xhtml-chapter-numeric\}}}\cw{\\cfg\{xhtml-chapter-numeric\}\{}\e{boolean}\cw{\}}
16ea3abe 551
552\dd If this is set to \c{true}, then chapter headings will not
553contain the word \q{Chapter} (or whatever other word you have
554defined in its place - see \k{input-sections} and \k{input-config});
555they will just contain the chapter \e{number}, followed by the
556chapter title. If you set this to \c{false}, chapter headings will
557be prefixed by \q{Chapter} or equivalent.
558
339cbe09 559\dt \I{\cw{\\cfg\{xhtml-chapter-suffix\}}}\cw{\\cfg\{xhtml-chapter-suffix\}\{}\e{text}\cw{\}}
16ea3abe 560
561\dd This specifies the suffix text to be appended to the chapter
562number, before displaying the chapter title. For example, if you set
b7747050 563this to \cq{:\_}, then the chapter title might look something
16ea3abe 564like \q{Chapter 2: Doing Things}.
565
78c73085 566\dt \I{\cw{\\cfg\{xhtml-section-numeric\}}}\cw{\\cfg\{xhtml-section-numeric\}\{}\e{level}\cw{\}\{}\e{boolean}\cw{\}}
16ea3abe 567
568\dd Specifies whether section headings at a particular level should
569contain the word \q{Section} or equivalent (if \c{false}), or should
570be numeric only (if \c{true}). The \e{level} parameter specifies
571which level of section headings you want to affect: 0 means
572first-level headings (\c{\\H}), 1 means second-level headings
573(\c{\\S}), 2 means the level below that (\c{\\S2}), and so on.
574
78c73085 575\dt \I{\cw{\\cfg\{xhtml-section-suffix\}}}\cw{\\cfg\{xhtml-section-suffix\}\{}\e{level}\cw{\}\{}\e{text}\cw{\}}
16ea3abe 576
577\dd Specifies the suffix text to be appended to section numbers at a
578particular level, before displaying the section title.
579
580\S{output-html-misc} Miscellaneous options
581
0a6347b4 582\dt \I{\cw{\\cfg\{xhtml-template-fragment\}}}\cw{\\cfg\{xhtml-template-fragment\}\{}\e{template}\cw{\}}
583
584\dd This directive lets you specify a \i{template}, with exactly the
585same syntax used in \cw{\\cfg\{xhtml-template-filename\}} (see
fc8e7adb 586\k{output-html-file}), to be used for the anchor names (\i\cw{<A
587NAME="...">}) used to allow URLs to refer to specific sections
b7747050 588within a particular HTML file. So if you set this to \cq{%k},
fc8e7adb 589for example, then each individual section in your document will be
0a6347b4 590addressable by means of a URL ending in a \c{#} followed by your
591internal section keyword.
592
339cbe09 593\dt \I{\cw{\\cfg\{xhtml-versionid\}}}\cw{\\cfg\{xhtml-versionid\}\{}\e{boolean}\cw{\}}
16ea3abe 594
339cbe09 595\dd If this is set to \c{true}, \i{version ID paragraphs} (defined using
596the \i\c{\\versionid} command - see \k{input-blurb}) will be included
597visibly in the \i\cw{<ADDRESS>} section at the bottom of each HTML
16ea3abe 598file. If it is set to \c{false}, they will be omitted completely.
599
600\# FIXME: surely it would be better to include them in HTML
601\# comments? The only question is whether they should be _visible_.
602
339cbe09 603\dt \I{\cw{\\cfg\{xhtml-suppress-address\}}}\cw{\\cfg\{xhtml-suppress-address\}\{}\e{boolean}\cw{\}}
16ea3abe 604
339cbe09 605\dd If this is set to \c{true}, the \i\cw{<ADDRESS>} section at the
16ea3abe 606bottom of each HTML file will be omitted completely. (This will
339cbe09 607therefore also cause \i{version IDs} not to be included.)
16ea3abe 608
339cbe09 609\dt \I{\cw{\\cfg\{xhtml-author\}}}\cw{\\cfg\{xhtml-author\}\{}\e{text}\cw{\}}
16ea3abe 610
339cbe09 611\dd The text supplied here goes in a \I{\cw{<META>} tags}\cw{<META
612name="author">} tag in the output HTML files, so that browsers which
613support this can automatically identify the \i{author} of the document.
16ea3abe 614
339cbe09 615\dt \I{\cw{\\cfg\{xhtml-description\}}}\cw{\\cfg\{xhtml-description\}\{}\e{text}\cw{\}}
16ea3abe 616
339cbe09 617\dd The text supplied here goes in a \I{\cw{<META>} tags}\cw{<META
618name="description">} tag in the output HTML files, so that browsers
619which support this can easily pick out a brief \I{description, of
620document}description of the document.
16ea3abe 621
622\S{output-html-defaults} Default settings
623
339cbe09 624The \i{default settings} for Halibut's HTML output format are:
16ea3abe 625
0a6347b4 626\c \cfg{xhtml-contents-filename}{Contents.html}
627\c \cfg{xhtml-index-filename}{IndexPage.html}
628\c \cfg{xhtml-template-filename}{%n.html}
629\c \cfg{xhtml-single-filename}{Manual.html}
630\c \cfg{xhtml-template-fragment}{%b}
631\c
16ea3abe 632\c \cfg{xhtml-leaf-level}{2}
633\c \cfg{xhtml-leaf-contains-contents}{false}
634\c \cfg{xhtml-leaf-smallest-contents}{4}
635\c \cfg{xhtml-contents-depth-0}{2}
636\c \cfg{xhtml-contents-depth-1}{3}
637\c \cfg{xhtml-contents-depth-2}{4}
638\c \cfg{xhtml-contents-depth-3}{5}
639\c \cfg{xhtml-contents-depth-4}{6}
640\c \cfg{xhtml-contents-depth-5}{7}
641\c
642\c \cfg{xhtml-head-end}{}
643\c \cfg{xhtml-body-tag}{<body>}
644\c \cfg{xhtml-body-start}{}
645\c \cfg{xhtml-body-end}{}
646\c \cfg{xhtml-address-start}{}
647\c \cfg{xhtml-address-end}{}
648\c \cfg{xhtml-navigation-attributes}{}
649\c
650\c \cfg{xhtml-versionid}{true}
651\c \cfg{xhtml-suppress-address}{false}
652\c \cfg{xhtml-author}{}
653\c \cfg{xhtml-description}{}
654\c
655\c \cfg{xhtml-chapter-numeric}{false}
656\c \cfg{xhtml-chapter-suffix}{: }
657\c
658\c \cfg{xhtml-section-numeric}{0}{true}
659\c \cfg{xhtml-section-suffix}{0}{ }
660\c
661\c \cfg{xhtml-section-numeric}{1}{true}
662\c \cfg{xhtml-section-suffix}{1}{ }
663\c
664\c ... and so on for all section levels below this ...
665\e iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
666
667\H{output-whlp} Windows Help
668
339cbe09 669This output format generates data that can be used by the \i{Windows
0a6347b4 670Help} program \cw{WINHELP.EXE}. There are two actual files
671generated, one ending in \c{.hlp} and the other ending in \c{.cnt}.
672
6b4dfd74 673Currently, the output is harcoded to be in the \q{\i{Win1252}}
674character set.
6069815a 675
0a6347b4 676The Windows Help output format supports the following configuration
677directives:
678
6b4dfd74 679\S{output-whlp-file} Output file name
680
0a6347b4 681\dt \I{\cw{\\cfg\{winhelp-filename\}}}\cw{\\cfg\{winhelp-filename\}\{}\e{filename}\cw{\}}
682
683\dd Sets the \i{output file name} in which to store the man page.
684This directive is implicitly generated if you provide a file name
685parameter after the command-line option \i\c{--winhelp} (see
686\k{running-options}).
687
688\lcont{
689
690Your output file name should end with \c{.hlp}; if it doesn't,
691Halibut will append it. Halibut will also generate a contents file
692(ending in \c{.cnt}) alongside the file name you specify.
693
694}
16ea3abe 695
6b4dfd74 696\S{output-whlp-characters} Configuring the characters used
697
698\dt \I{\cw{\\cfg\{winhelp-bullet\}}}\cw{\\cfg\{winhelp-bullet\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
699
700\dd Specifies the text to use as the \i{bullet} in bulletted lists.
701You can specify multiple fallback options. Works exactly like the
702\cw{\\cfg\{text-bullet\}} directive (see
703\k{output-text-characters}).
704
705\dt \I{\cw{\\cfg\{winhelp-quotes\}}}\cw{\\cfg\{winhelp-quotes\}\{}\e{open-quote}\cw{\}\{}\e{close-quote}\cw{\}}[\cw{\{}\e{open-quote}\cw{\}\{}\e{close-quote}...\cw{\}}]
706
707\dd Specifies the quotation marks to use, overriding any
708\cw{\\cfg\{quotes\}} directive. You can specify multiple
709fallback options. Works exactly like the \cw{\\cfg\{text-quotes\}}
710directive (see \k{output-text-characters}).
711
712\S{output-whlp-misc} Miscellaneous configuration options
713
6069815a 714\dt \I{\cw{\\cfg\{winhelp-contents-titlepage\}}}\cw{\\cfg\{winhelp-contents-titlepage\}\{}\e{title}\cw{\}}
715
716\dd Sets the text used to describe the help page containing the blurb
717(see \k{input-blurb}) and table of contents.
718
719\dt
720\I{\cw{\\cfg\{winhelp-section-suffix\}}}\cw{\\cfg\{winhelp-section-suffix\}\{}\e{text}\cw{\}}
721
722\dd Specifies the \I{suffix text, in section titles}suffix text to
723be appended to section numbers, before displaying the section title.
724(Applies to all levels.)
725
726\dt \I{\cw{\\cfg\{winhelp-list-suffix\}}}\cw{\\cfg\{winhelp-list-suffix\}\{}\e{text}\cw{\}}
727
728\dd This text is appended to the number on a \i{numbered list} item,
729in exactly the same way as \cw{\\cfg\{text-list-suffix\}} (see
6069815a 730\k{output-text-characters}).
731
339cbe09 732\dt \I{\cw{\\cfg\{winhelp-topic\}}}\cw{\\cfg\{winhelp-topic\}\{}\e{topic-name}\cw{\}}
16ea3abe 733
339cbe09 734\dd This directive defines a Windows \i{Help topic} name in the current
16ea3abe 735section. Topic names can be used by the program invoking
736\cw{WINHELP.EXE} to jump straight to a particular section. So you
339cbe09 737can use this for \i{context-sensitive help}.
16ea3abe 738
739\lcont{
740
741For example, if you used this directive in a particular section:
742
743\c \cfg{winhelp-topic}{savingfiles}
744
745then a Windows application could invoke Windows Help to jump to that
746particular section in the help file like this:
747
748\c WinHelp(hwnd, "mydoc.hlp", HELP_COMMAND,
749\c (DWORD)"JI(`',`savingfiles')");
750
751You can use this configuration directive many times, in many
752different subsections of your document, in order to define a lot of
753different help contexts which you can use in this way.
754
755}
756
6b4dfd74 757\S{output-whlp-defaults} Default settings
758
0a6347b4 759The \i{default settings} for the Windows Help output format are:
760
761\c \cfg{winhelp-filename}{output.hlp}
6b4dfd74 762\c
763\c \cfg{winhelp-bullet}{\u2022}{-}
764\c \cfg{winhelp-quotes}{\u2018}{\u2019}{"}{"}
765\c
6069815a 766\c \cfg{winhelp-contents-titlepage}{Title page}
767\c \cfg{winhelp-section-suffix}{: }
768\c \cfg{winhelp-list-suffix}{.}
0a6347b4 769
770and no \c{\\cfg\{winhelp-topic\}} directives anywhere.
771
16ea3abe 772\H{output-man} Unix \cw{man} pages
773
339cbe09 774This output format generates a Unix \i{\cw{man} page}. That is to say,
775it generates \i\c{nroff} input designed to work with the \c{-mandoc}
16ea3abe 776macro package.
777
778The available configuration options for this format are as follows:
779
6b4dfd74 780\S{output-man-file} Output file name
781
0a6347b4 782\dt \I{\cw{\\cfg\{man-filename\}}}\cw{\\cfg\{man-filename\}\{}\e{filename}\cw{\}}
783
784\dd Sets the \i{output file name} in which to store the man page.
785This directive is implicitly generated if you provide a file name
786parameter after the command-line option \i\c{--man} (see
787\k{running-options}).
788
6b4dfd74 789\S{output-man-identity} Configuring headers and footers
790
339cbe09 791\dt \I{\cw{\\cfg\{man-identity\}}}\cw{\\cfg\{man-identity\}\{}\e{text}\cw{\}\{}\e{text...}\cw{\}}
16ea3abe 792
339cbe09 793\dd This directive is used to generate the initial \i{\c{.TH}
794directive} that appears at the top of a \cw{man} page. It expects to
795be followed by some number of brace pairs containing text, which will
796be used in the \i{headers} and \i{footers} of the formatted output.
16ea3abe 797
798\lcont{
799
800A traditional order for the arguments appears to be:
801
802\n The name of the program.
803
804\n The (numeric) manual section.
805
806\n The date that the \cw{man} page was written.
807
808\n The name of any containing suite of which the program is a part.
809
339cbe09 810\n The name of the \i{author} of the \cw{man} page.
16ea3abe 811
812For example, a typical \cw{man} page might contain
813
fc8e7adb 814\c \cfg{man-identity}{make-foo}{1}{June 2003}{foo-utils}{Fred
815\c Bloggs}
16ea3abe 816
817}
818
6b4dfd74 819\S{output-man-headings} Configuring heading display
820
339cbe09 821\dt \I{\cw{\\cfg\{man-headnumbers\}}}\cw{\\cfg\{man-headnumbers\}\{}\e{boolean}\cw{\}}
16ea3abe 822
339cbe09 823\dd If this is set to \c{true}, then \i{section headings} in the
824\cw{man} page will have their \i{section numbers} displayed as usual. If
16ea3abe 825set to \c{false}, the section numbers will be omitted. (\cw{man}
826pages traditionally have section names such as \q{SYNOPSIS},
827\q{OPTIONS} and \q{BUGS}, and do not typically number them, so
828\c{false} is the setting which conforms most closely to normal
829\cw{man} style.)
830
339cbe09 831\dt \I{\cw{\\cfg\{man-mindepth\}}}\cw{\\cfg\{man-mindepth\}\{}\e{depth}\cw{\}}
16ea3abe 832
833\dd If this is set to a number greater than 0, then section headings
834\e{higher} than the given depth will not be displayed. If it is set
835to zero, all section headings will be displayed as normal.
836
837\lcont{
838
839The point of this is so that you can use the same Halibut input file
840to generate a quick-reference \cw{man} page for a program, \e{and} to
841include that \cw{man} page as an appendix in your program's full manual.
842If you are to include the \cw{man} page as an appendix, then the internal
843headings within the page will probably need to be at \c{\\H} or
844\c{\\S} level; therefore, when you format that input file on its own
845to create the \cw{man} page itself, you will need to have defined a
846\c{\\C} and possibly a \c{\\H} heading beforehand, which you don't
847want to see displayed.
848
849Here's an example. You might have a file \c{appendix.but}, which
850simply says
851
852\c \A{manpages} \cw{man} pages for the Foo tool suite
853\c
854\c \cfg{man-mindepth}{2}
855
856Then you have a file \c{make-foo.but}, and probably others like it
857as well, each of which looks something like this:
858
fc8e7adb 859\c \cfg{man-identity}{make-foo}{1}{June 2003}{foo-utils}{Fred
860\c Bloggs}
16ea3abe 861\c
862\c \H{man-foo} \cw{man} page for \c{make-foo}
863\c
864\c \S{man-foo-name} NAME
865\c
866\c \c{make-foo} - create Foo files for the Foo tool suite
867\c
868\c \S{man-foo-synopsis} SYNOPSIS
869\c
870\c ... and so on ...
871\e iiiiiiiiiiiiiiiii
872
873So when you're generating your main manual, you can include
874\c{appendix.but} followed by \c{make-foo.but} and any other \cw{man}
875pages you have, and your \cw{man} pages will be formatted neatly as
876part of an appendix. Then, in a separate run of Halibut, you can
877just do
878
879\c halibut appendix.but make-foo.but
880
881and this will generate a \cw{man} page \c{output.1}, in which the
882headings \q{\cw{man} pages for the Foo tool suite} and \q{\cw{man}
883page for \c{make-foo}} will not be displayed because of the
884\c{man-mindepth} directive. So the first visible heading in the
885output \cw{man} page will be \q{NAME}, exactly as a user would
886expect.
887
888}
889
6b4dfd74 890\S{output-man-characters} Configuring the characters used
891
6069815a 892\dt \I{\cw{\\cfg\{man-charset\}}}\cw{\\cfg\{man-charset\}\{}\e{character set}\cw{\}}
893
894\dd Specifies what character set the output should be in, similarly to
6b4dfd74 895\cw{\\cfg\{text-charset\}} (see \k{output-text-characters}).
6069815a 896
897\# FIXME: you're probably on your own in making sure that it's
898sensible to output man pages in that charset.
899
900\dt \I{\cw{\\cfg\{man-bullet\}}}\cw{\\cfg\{man-bullet\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
901
902\dd Specifies the text to use as the \i{bullet} in bulletted lists.
903You can specify multiple fallback options. Works exactly like the
904\cw{\\cfg\{text-bullet\}} directive (see \k{output-text-characters}).
905
906\dt \I{\cw{\\cfg\{man-quotes\}}}\cw{\\cfg\{man-quotes\}\{}\e{open-quote}\cw{\}\{}\e{close-quote}\cw{\}}[\cw{\{}\e{open-quote}\cw{\}\{}\e{close-quote}...\cw{\}}]
907
908\dd Specifies the quotation marks to use, overriding any
909\cw{\\cfg\{quotes\}} directive. You can specify multiple
910fallback options. Works exactly like the \cw{\\cfg\{text-quotes\}}
911directive (see \k{output-text-characters}).
912
6b4dfd74 913\S{output-man-defaults} Default settings
914
339cbe09 915The \i{default settings} for the \cw{man} page output format are:
16ea3abe 916
0a6347b4 917\c \cfg{man-filename}{output.1}
6b4dfd74 918\c
16ea3abe 919\c \cfg{man-identity}{}
6b4dfd74 920\c
16ea3abe 921\c \cfg{man-headnumbers}{false}
922\c \cfg{man-mindepth}{0}
6b4dfd74 923\c
6069815a 924\c \cfg{man-charset}{ASCII}
925\c \cfg{man-bullet}{\u2022}{o}
926\c \cfg{man-quotes}{\u2018}{\u2019}{"}{"}
43f61c25 927
928\H{output-info} GNU \c{info}
929
930This output format generates files which can be used with the \i{GNU
931\c{info}} program.
932
933There are typically multiple output files: a primary file whose name
934usually ends in \c{.info}, and one or more subsidiary files whose
935names have numbers on the end, so that they end in \c{.info-1},
936\c{.info-2} and so on. Alternatively, this output format can be
937configured to output a single large file containing the whole
938document.
939
940The \c{info} output format supports the following configuration
941directives:
942
6b4dfd74 943\S{output-info-file} Controlling the output filenames
944
43f61c25 945\dt \I{\cw{\\cfg\{info-filename\}}}\cw{\\cfg\{info-filename\}\{}\e{filename}\cw{\}}
946
947\dd Sets the output file name in which to store the \c{info} file.
948This directive is implicitly generated if you provide a file name
949parameter after the command-line option \i\c{--info} (see
950\k{running-options}).
951
952\lcont{
953
954The suffixes \c{-1}, \c{-2}, \c{-3} and so on will be appended to
955your output file name to produce any subsidiary files required.
956
957Note that \c{info} files refer to their own names internally, so
958these files cannot be \I{renaming \c{info} files}renamed after
959creation and remain useful.
960
961}
962
6b4dfd74 963\dt \I{\cw{\\cfg\{info-max-file-size\}}}\cw{\\cfg\{info-max-file-size\}\{}\e{bytes}\cw{\}}
964
965\dd Sets the preferred \i{maximum file size} for each subsidiary
966file. As a special case, if you set this to zero, there will be no
967subsidiary files and the whole document will be placed in a single
968self-contained output file. (However, note that this file can still
969not be renamed usefully.)
970
971\lcont{
972
973The preferred maximum file size is only a guideline. Halibut may be
974forced to exceed it if a single section of the document is larger
975than the maximum size (since individual \c{info} nodes may not be
976split between files).
977
978}
979
980\S{output-info-dimensions} Indentation and line width
981
5b1d0032 982\dt \I{\cw{\\cfg\{info-width\}}}\cw{\\cfg\{info-width\}\{}\e{width}\cw{\}}
983
984\dd Sets the \I{text width}width of the main part of the document,
985in characters. Works exactly like the \cw{\\cfg\{text-width\}}
986directive (see \k{output-text-dimensions}).
987
988\dt \I{\cw{\\cfg\{info-indent-code\}}}\cw{\\cfg\{info-indent-code\}\{}\e{indent}\cw{\}}
989
990\dd Specifies the extra indentation for \I{code paragraphs,
991indentation} code paragraphs. Works exactly like the
992\cw{\\cfg\{text-indent-code\}} directive (see
993\k{output-text-dimensions}).
994
995\dt \I{\cw{\\cfg\{info-index-width\}}}\cw{\\cfg\{info-index-width\}\{}\e{width}\cw{\}}
996
997\dd Specifies how much horizontal space to leave in the index node
998for the text of \i{index terms}, before displaying the sections the
999terms occur in.
1000
1001\dt \I{\cw{\\cfg\{info-list-indent\}}}\cw{\\cfg\{info-list-indent\}\{}\e{indent}\cw{\}}
1002
1003\dd Specifies the extra indentation before the bullet or number in a
1004\I{bulletted list, indentation}\I{numbered list, indentation}list
1005item. Works exactly like the \cw{\\cfg\{text-list-indent\}}
1006directive (see \k{output-text-dimensions}).
1007
1008\dt \I{\cw{\\cfg\{info-listitem-indent\}}}\cw{\\cfg\{info-listitem-indent\}\{}\e{indent}\cw{\}}
1009
1010\dd Specifies the additional indentation before the body of a list
1011item. Works exactly like the \cw{\\cfg\{text-listitem-indent\}}
1012directive (see \k{output-text-dimensions}).
1013
6b4dfd74 1014\S{output-info-headings} Configuring heading display
6069815a 1015
5b1d0032 1016\dt \I{\cw{\\cfg\{info-section-suffix\}}}\cw{\\cfg\{info-section-suffix\}\{}\e{text}\cw{\}}
1017
1018\dd Specifies the suffix text to be appended to each section number
1019before displaying the section title. For example, if you set this to
b7747050 1020\cq{:\_}, then a typical section title might look something like
5b1d0032 1021\q{Section 3.1: Something Like This}.
1022
1023\dt \I{\cw{\\cfg\{info-underline\}}}\cw{\\cfg\{info-underline\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
1024
1025\dd Specifies the text to be used to underline section titles. Works
1026very much like the \cw{\\cfg\{text-chapter-underline\}} directive
1027(see \k{output-text-headings}). You can specify more than one
1028option, and Halibut will choose the first one supported by the
1029character set.
1030
6b4dfd74 1031\S{output-info-characters} Controlling the characters used
1032
1033\dt \I{\cw{\\cfg\{info-charset\}}}\cw{\\cfg\{info-charset\}\{}\e{character set}\cw{\}}
1034
1035\dd Specifies what character set the output should be in, similarly to
1036\cw{\\cfg\{text-charset\}} (see \k{output-text-characters}).
1037
1038\# FIXME: if you try sufficiently hard, you can probably find an
1039output encoding that will break the info format by trampling on its
1040special characters. So either don't do that, or tell us what we should
1041do about it.
1042
5b1d0032 1043\dt \I{\cw{\\cfg\{info-bullet\}}}\cw{\\cfg\{info-bullet\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
1044
1045\dd Specifies the text to use as the \i{bullet} in bulletted lists.
1046You can specify multiple fallback options. Works exactly like the
1047\cw{\\cfg\{text-bullet\}} directive (see
1048\k{output-text-characters}).
1049
1050\dt \I{\cw{\\cfg\{info-rule\}}}\cw{\\cfg\{info-rule\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
1051
1052\dd Specifies the text used to draw \i{horizontal rules}. You can
1053specify multiple fallback options. Works exactly like the
1054\cw{\\cfg\{text-rule\}} directive (see \k{output-text-characters}).
1055
1056\dt \I{\cw{\\cfg\{info-quotes\}}}\cw{\\cfg\{info-quotes\}\{}\e{open-quote}\cw{\}\{}\e{close-quote}\cw{\}}[\cw{\{}\e{open-quote}\cw{\}\{}\e{close-quote}...\cw{\}}]
1057
6069815a 1058\dd Specifies the quotation marks to use, overriding any
1059\cw{\\cfg\{quotes\}} directive. You can specify multiple
5b1d0032 1060fallback options. Works exactly like the \cw{\\cfg\{text-quotes\}}
1061directive (see \k{output-text-characters}).
1062
1063\dt \I{\cw{\\cfg\{info-emphasis\}}}\cw{\\cfg\{info-emphasis\}\{}\e{start-emph}\cw{\}\{}\e{end-emph}\cw{\}}[\cw{\{}\e{start-emph}\cw{\}\{}\e{end-emph}...\cw{\}}]
1064
1065\dd Specifies how to display emphasised text. You can specify
1066multiple fallback options. Works exactly like the
1067\cw{\\cfg\{text-emphasis\}} directive (see
1068\k{output-text-characters}).
1069
6b4dfd74 1070\S{output-info-misc} Miscellaneous configuration options
1071
5b1d0032 1072\dt \I{\cw{\\cfg\{info-list-suffix\}}}\cw{\\cfg\{info-list-suffix\}\{}\e{text}\cw{\}}
1073
1074\dd Specifies the text to append to the item numbers in a
1075\i{numbered list}. Works exactly like the
1076\cw{\\cfg\{text-list-suffix\}} directive (see
1077\k{output-text-misc}).
1078
43f61c25 1079\dt \I{\cw{\\cfg\{info-dir-entry\}}}\cw{\\cfg\{info-dir-entry\}\{}\e{section}\cw{\}\{}\e{short
1080name}\cw{\}\{}\e{long name}\cw{\}}[\cw{\{}\e{keyword}\cw{\}}]
1081
1082\dd Constructs an \i\cw{INFO-DIR-ENTRY} section and places it in the
1083header of the Info file. This mechanism is used to automatically
1084generate the \i{\c{dir} file} at the root of a Unix system's
1085\c{info} collection.
1086
1087\lcont{
1088
1089The parameters to this directive are:
1090
1091\dt \e{section}
1092
1093\dd Specifies the section of the \c{dir} file in which you want your
1094document referenced. For example, \q{Development}, or \q{Games}, or
1095\q{Miscellaneous}.
1096
1097\dt \e{short name}
1098
1099\dd Specifies a short name for the directory entry, which will
1100appear at the start of the menu line.
1101
1102\dt \e{long name}
1103
1104\dd Specifies a long name for the directory entry, which will appear
1105at the end of the menu line.
1106
1107\dt \e{keyword}
1108
1109\dd This parameter is optional. If it is present, then the directory
1110entry will cause a jump to a particular subsection of your document,
1111rather than starting at the top. The subsection will be the one
1112referred to by the given keyword (see \k{input-sections} for details
1113about assigning keywords to document sections).
1114
1115For example, in a document describing many game programs, the
1116configuration directive
1117
fc8e7adb 1118\c \cfg{info-dir-entry}{Games}{Chess}{Electronic chess
1119\c game}{chess}
43f61c25 1120
1121might produce text in the \c{dir} file looking something like this:
1122
1123\c Games
1124\c * Chess: (mygames)Chapter 3. Electronic chess game
1125
1126if the output file were called \c{mygames.info} and the keyword
1127\c{chess} had been used to define Chapter 3 of the document.
1128
1129}
0287083a 1130
6b4dfd74 1131\S{output-info-defaults} Default settings
1132
5b1d0032 1133The \i{default settings} for the \c{info} output format are:
1134
1135\c \cfg{info-filename}{output.info}
6b4dfd74 1136\c \cfg{info-max-file-size}{65536}
5b1d0032 1137\c
1138\c \cfg{info-width}{70}
1139\c \cfg{info-indent-code}{2}
1140\c \cfg{info-index-width}{40}
1141\c \cfg{info-list-indent}{1}
1142\c \cfg{info-listitem-indent}{3}
9ec43d08 1143\c
5b1d0032 1144\c \cfg{info-section-suffix}{: }
5b1d0032 1145\c \cfg{info-underline}{\u203e}{-}
6b4dfd74 1146\c
1147\c \cfg{info-charset}{ASCII}
5b1d0032 1148\c \cfg{info-bullet}{\u2022}{-}
1149\c \cfg{info-rule}{\u2500}{-}
1150\c \cfg{info-quotes}{\u2018}{\u2019}{`}{'}
1151\c \cfg{info-emphasis}{_}{_}
1152\c
1153\c \cfg{info-list-suffix}{.}
5b1d0032 1154
1155and no \cw{\\cfg\{info-dir-entry\}} directives.
1156
9ec43d08 1157\H{output-paper} Paper formats
1158
1159These output formats (currently PostScript and PDF) generate printable
1160manuals. As such, they share a number of configuration directives.
1161
1162\S{output-ps} \i{PostScript}
0287083a 1163
1164This output format generates a printable manual in PostScript format.
1165
9ec43d08 1166There is one configuration option specific to PostScript:
0287083a 1167
1168\dt \I{\cw{\\cfg\{ps-filename\}}}\cw{\\cfg\{ps-filename\}\{}\e{filename}\cw{\}}
1169
1170\dd Sets the \i{output file name} in which to store the PostScript
1171file. This directive is implicitly generated if you provide a file
1172name parameter after the command-line option \i\c{--ps} (see
1173\k{running-options}).
1174
1175The \i{default settings} for the PostScript output format are:
1176
1177\c \cfg{ps-filename}{output.ps}
1178
9ec43d08 1179\S{output-pdf} \i{PDF}
0287083a 1180
1181This output format generates a printable manual in PDF format. This
1182should look exactly identical to the PostScript output (see
1183\k{output-ps}), but also uses some PDF interactive features to
1184provide an outline of all the document's sections and clickable
1185cross-references between sections.
1186
9ec43d08 1187There is one configuration option specific to PDF:
0287083a 1188
1189\dt \I{\cw{\\cfg\{pdf-filename\}}}\cw{\\cfg\{pdf-filename\}\{}\e{filename}\cw{\}}
1190
1191\dd Sets the \i{output file name} in which to store the PDF file.
1192This directive is implicitly generated if you provide a file name
1193parameter after the command-line option \i\c{--pdf} (see
1194\k{running-options}).
1195
1196The \i{default settings} for the PDF output format are:
1197
1198\c \cfg{pdf-filename}{output.pdf}
9ec43d08 1199
1200\S{output-paper-dimensions} Configuring layout and \i{measurements}
1201
1202All measurements are in PostScript \i{points} (72 points to the inch).
1203
1204\S2{output-paper-pagesize} Page properties
1205
1206\dt \I{\cw{\\cfg\{paper-page-width\}}}\cw{\\cfg\{paper-page-width\}\{}\e{points}\cw{\}}
1207
1208\dt \I{\cw{\\cfg\{paper-page-height\}}}\cw{\\cfg\{paper-page-height\}\{}\e{points}\cw{\}}
1209
1210\dd Specify the absolute limits of the paper.
1211
1212\dt \I{\cw{\\cfg\{paper-left-margin\}}}\cw{\\cfg\{paper-left-margin\}\{}\e{points}\cw{\}}
1213
1214\dt \I{\cw{\\cfg\{paper-top-margin\}}}\cw{\\cfg\{paper-top-margin\}\{}\e{points}\cw{\}}
1215
1216\dt \I{\cw{\\cfg\{paper-right-margin\}}}\cw{\\cfg\{paper-right-margin\}\{}\e{points}\cw{\}}
1217
1218\dt \I{\cw{\\cfg\{paper-bottom-margin\}}}\cw{\\cfg\{paper-bottom-margin\}\{}\e{points}\cw{\}}
1219
1220\dd Specify the margins. Most text appears within these margins,
1221except:
1222
1223\lcont{
1224
1225\b Section numbers, which appear in the left margin.
1226
1227\b The footer (containing page numbers), which appears in the bottom
1228margin.
1229
1230}
1231
1232\S2{output-paper-line} Vertical spacing
1233
1234\dt \I{\cw{\\cfg\{paper-base-leading\}}}\cw{\\cfg\{paper-base-leading\}\{}\e{points}\cw{\}}
1235
1236\dd Specifies the amount of space between lines of text within a
1237paragraph. (So, if the font size is 12pt and there is 2pt of leading,
1238there will be 14pt between successive baselines.)
1239
1240\dt \I{\cw{\\cfg\{paper-base-para-spacing\}}}\cw{\\cfg\{paper-base-para-spacing\}\{}\e{points}\cw{\}}
1241
1242\dd Specifies the amount of vertical space between paragraphs. (The
1243vertical space between paragraphs does \e{not} include
1244\c{paper-base-leading}.)
1245
1246\S2{output-paper-indentation} Indentation
1247
1248\dt \I{\cw{\\cfg\{paper-list-indent\}}}\cw{\\cfg\{paper-list-indent\}\{}\e{points}\cw{\}}
1249
1250\dd Specifies the indentation of the bullet or number in a
1251\I{bulletted list, indentation}bulletted or \I{numbered list,
1252indentation}numbers \I{list, indentation}list, similarly to
1253\cw{\\cfg\{text-list-indent\}} (see \k{output-text-dimensions}).
1254
1255\dt \I{\cw{\\cfg\{paper-listitem-indent\}}}\cw{\\cfg\{paper-listitem-indent\}\{}\e{points}\cw{\}}
1256
1257\dd Specifies the \e{extra} indentation for the body of a list item,
1258over and above the amount configured in \cw{\\cfg\{paper-list-indent\}}.
1259
1260\# FIXME: doesn't actually work, AFAICT.
1261
1262\dt \I{\cw{\\cfg\{paper-quote-indent\}}}\cw{\\cfg\{paper-quote-indent\}\{}\e{points}\cw{\}}
1263
1264\dd Specifies the amount of indentation for a level of quoting. Used
1265for \cw{\\quote} (see \k{input-quote}) and code quotes with \cw{\\c}
1266(see \k{input-code}).
1267
1268\S2{output-paper-headings} Headings
1269
1270\dt \I{\cw{\\cfg\{paper-chapter-top-space\}}}\cw{\\cfg\{paper-chapter-top-space\}\{}\e{points}\cw{\}}
1271
1272\dd Specifies the space between the top margin \#{XXX check} and the
1273top of the chapter heading. (Each chapter begins on a new page.)
1274
1275\# FIXME: the first page of the Index gets mangled if this is
1276set to zero.
1277
1278\# FIXME: exact relationship to top-margin?
1279
1280\dt \I{\cw{\\cfg\{paper-chapter-underline-thickness\}}}\cw{\\cfg\{paper-chapter-underline-thickness\}\{}\e{points}\cw{\}}
1281
1282\dd Specifies the vertical thickness of the black rule under chapter
1283headings.
1284
1285\dt \I{\cw{\\cfg\{paper-chapter-underline-depth\}}}\cw{\\cfg\{paper-chapter-underline-depth\}\{}\e{points}\cw{\}}
1286
1287\dd Specifies the distance between the base of the chapter heading and
1288the \e{base} of the underlying rule.
1289
1290\dt \I{\cw{\\cfg\{paper-sect-num-left-space\}}}\cw{\\cfg\{paper-sect-num-left-space\}\{}\e{points}\cw{\}}
1291
1292\dd Specifies the distance between the left margin and the \e{right}
1293of section numbers (which are in the left margin).
1294
1295\S2{output-paper-index} Contents and index
1296
1297\dt \I{\cw{\\cfg\{paper-contents-index-step\}}}\cw{\\cfg\{paper-contents-index-step\}\{}\e{points}\cw{\}}
1298
1299\dt \I{\cw{\\cfg\{paper-contents-margin\}}}\cw{\\cfg\{paper-contents-margin\}\{}\e{points}\cw{\}}
1300
1301\# FIXME: I do not know what dees one does. (I couldn't get either of
1302them to do anything obvious, although the source indicates they should
1303do something.)
1304
1305\dt \I{\cw{\\cfg\{paper-leader-separation\}}}\cw{\\cfg\{paper-leader-separation\}\{}\e{points}\cw{\}}
1306
1307\dd Specifies the horizontal spacing between dots in \i\e{leaders}
1308(the dotted lines that appear between section headings and page
1309numbers in the table of contents).
1310
1311\dt \I{\cw{\\cfg\{paper-footer-distance\}}}\cw{\\cfg\{paper-footer-distance\}\{}\e{points}\cw{\}}
1312
1313\dd Specifies the distance between the bottom margin and the \e{base}
1314of the footer (which contains page numbers).
1315
1316\dt \I{\cw{\\cfg\{paper-index-columns\}}}\cw{\\cfg\{paper-index-columns\}\{}\e{columns}\cw{\}}
1317
1318\dd Specifies the number of columns the index should be divided into.
1319
1320\# FIXME: with this set to 1, the right-alignment of some index entry
1321page numbers in the Halibut manual is decidedly wonky.
1322
1323\dt \I{\cw{\\cfg\{paper-index-gutter\}}}\cw{\\cfg\{paper-index-gutter\}\{}\e{points}\cw{\}}
1324
1325\dd Specifies the amount of \I{gutter} horizontal space between index
1326columns.
1327
1328\dt \I{\cw{\\cfg\{paper-index-minsep\}}}\cw{\\cfg\{paper-index-minsep\}\{}\e{points}\cw{\}}
1329
1330\dd Specifies the minimum allowable horizontal space between an index
1331entry and its page number. If the gap is smaller, the page number is
1332moved to the next line.
1333
1334\S2{output-paper-fonts} Fonts
1335
1336\dt \I{\cw{\\cfg\{paper-base-font-size\}}}\cw{\\cfg\{paper-base-font-size\}\{}\e{points}\cw{\}}
1337
1338\dd Specifies the font size of body text.
1339
1340\# FIXME: actually, this doesn't appear to do anything at all - most
1341font sizes are still hardcoded.
1342
1343\dt \I{\cw{\\cfg\{paper-pagenum-font-size\}}}\cw{\\cfg\{paper-pagenum-font-size\}\{}\e{points}\cw{\}}
1344
1345\dd Specifies the font size to use for page numbers.
1346
1347\S2{output-paper-misc} Miscellaneous
1348
1349\dt \I{\cw{\\cfg\{paper-rule-thickness\}}}\cw{\\cfg\{paper-rule-thickness\}\{}\e{points}\cw{\}}
1350
1351\dd Specifies the vertical thickness of the rule produced by the
1352\cw{\\rule} command (see \k{input-rule}). (Note that no extra space is
1353reserved for thicker rules.)
1354
1355\S{output-paper-characters} Configuring the characters used
1356
1357\dt \I{\cw{\\cfg\{paper-bullet\}}}\cw{\\cfg\{paper-bullet\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...]
1358
1359\dd Specifies the text to use as the \i{bullet} in bulletted lists.
1360You can specify multiple fallback options. Works exactly like the
1361\cw{\\cfg\{text-bullet\}} directive (see
1362\k{output-text-characters}).
1363
1364\dt \I{\cw{\\cfg\{paper-quotes\}}}\cw{\\cfg\{paper-quotes\}\{}\e{open-quote}\cw{\}\{}\e{close-quote}\cw{\}}[\cw{\{}\e{open-quote}\cw{\}\{}\e{close-quote}...\cw{\}}]
1365
1366\dd Specifies the quotation marks to use, overriding any
1367\cw{\\cfg\{quotes\}} directive. You can specify multiple
1368fallback options. Works exactly like the \cw{\\cfg\{text-quotes\}}
1369directive (see \k{output-text-characters}).
1370
1371\S{output-paper-defaults} Default settings for paper formats
1372
1373The default page size corresponds to 210\_\u00D7{x}\_297\_mm, i.e.,
1374\i{A4 paper}.
1375
1376\c \cfg{paper-page-width}{595}
1377\c \cfg{paper-page-height}{841}
1378\c
1379\c \cfg{paper-left-margin}{72}
1380\c \cfg{paper-top-margin}{72}
1381\c \cfg{paper-right-margin}{72}
1382\c \cfg{paper-bottom-margin}{108}
1383\c
1384\c \cfg{paper-base-leading}{1}
1385\c \cfg{paper-base-para-spacing}{10}
1386\c
1387\c \cfg{paper-list-indent}{6}
1388\c \cfg{paper-listitem-indent}{18}
1389\c \cfg{paper-quote-indent}{18}
1390\c
1391\c \cfg{paper-chapter-top-space}{72}
1392\c \cfg{paper-chapter-underline-thickness}{3}
1393\c \cfg{paper-chapter-underline-depth}{14}
1394\c \cfg{paper-sect-num-left-space}{12}
1395\c
1396\c \cfg{paper-contents-index-step}{24}
1397\c \cfg{paper-contents-margin}{84}
1398\c \cfg{paper-leader-separation}{12}
1399\c \cfg{paper-footer-distance}{32}
1400\c \cfg{paper-index-columns}{2}
1401\c \cfg{paper-index-gutter}{36}
1402\c \cfg{paper-index-minsep}{18}
1403\c
1404\c \cfg{paper-base-font-size}{12}
1405\c \cfg{paper-pagenum-font-size}{12}
1406\c
1407\c \cfg{paper-rule-thickness}{1}
1408\c
1409\c \cfg{paper-bullet}{\u2022}{-}
1410\c \cfg{paper-quotes}{\u2018}{\u2019}{'}{'}