X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/97079f675c8899177e44a5ff6a7a7710b8cc72c8..a4b5d0c7e6621c5ccbf07e574c9efdabd08be2a5:/doc/output.but diff --git a/doc/output.but b/doc/output.but index f109d94..9a9d535 100644 --- a/doc/output.but +++ b/doc/output.but @@ -1357,14 +1357,27 @@ before displaying the section title. For example, if you set this to \cq{:\_}, then a typical section title might look something like \q{Section 3.1: Something Like This}. -\dt \I{\cw{\\cfg\{info-underline\}}}\cw{\\cfg\{info-underline\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...] +\dt \I{\cw{\\cfg\{info-title-underline\}}}\cw{\\cfg\{info-title-underline\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...] -\dd Specifies the text to be used to underline section titles. Works -very much like the \cw{\\cfg\{text-chapter-underline\}} directive +\dd Specifies the text to be used to \I{underlining}underline +the overall document title. Works +very much like the \cw{\\cfg\{text-title-underline\}} directive (see \k{output-text-headings}). You can specify more than one option, and Halibut will choose the first one supported by the character set. +\dt \I{\cw{\\cfg\{info-chapter-underline\}}}\cw{\\cfg\{info-chapter-underline\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...] + +\dd Specifies how chapter and appendix headings should be underlined. + +\dt \I{\cw{\\cfg\{info-section-underline\}}}\cw{\\cfg\{info-section-underline\}\{}\e{level}\cw{\}\{}\e{text}\cw{\}}[\cw{\{}\e{text}\cw{\}}...] + +\dd Specifies how to underline section headings at a particular level. +The \e{level} parameter specifies which level of section +headings you want to affect: 0 means first-level headings (\c{\\H}), +1 means second-level headings (\c{\\S}), 2 means the level below +that (\c{\\S2}), and so on. + \S{output-info-characters} Controlling the characters used \dt \I{\cw{\\cfg\{info-charset\}}}\cw{\\cfg\{info-charset\}\{}\e{character set}\cw{\}} @@ -1479,7 +1492,13 @@ The \i{default settings} for the Info output format are: \c \cfg{info-listitem-indent}{3} \c \c \cfg{info-section-suffix}{: } -\c \cfg{info-underline}{\u203e}{-} +\c \cfg{info-title-underline}{*} +\c \cfg{info-chapter-underline}{=} +\c \cfg{info-section-underline}{0}{-} +\c \cfg{info-section-underline}{1}{.} +\c \cfg{info-section-underline}{2}{.} +\c ... and so on for all section levels below this ... +\e iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii \c \c \cfg{info-charset}{ASCII} \c \cfg{info-bullet}{\u2022}{-} @@ -1735,7 +1754,7 @@ specified. \dt \I{\cw{\\cfg\{paper-code-fonts\}}}\cw{\\cfg\{paper-code-fonts\}\{}\e{bold-font}\cw{\}}[\cw{\{}\e{italic-font}\cw{\}}[\cw{\{}\e{normal-font}\cw{\}}]] -\dd Specifies the fonts to use for text in code paragraps. The +\dd Specifies the fonts to use for text in code paragraphs. The \e{bold-font} is used for bold text, the \e{italic-font} for emphasised text, and the \e{normal-font} for normal code.