diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-19 17:11:37 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-19 17:11:37 +0000 |
| commit | ffe07303bb73a06eaa11b8194e90f8f3f71dd44e (patch) | |
| tree | dbcaac833c8f217d4498cef7962de6dc8e3bb6f4 /doc | |
| parent | d54440be970569f644958a4473c2bb6c913d2887 (diff) | |
| download | halibut-ffe07303bb73a06eaa11b8194e90f8f3f71dd44e.zip halibut-ffe07303bb73a06eaa11b8194e90f8f3f71dd44e.tar.gz halibut-ffe07303bb73a06eaa11b8194e90f8f3f71dd44e.tar.bz2 halibut-ffe07303bb73a06eaa11b8194e90f8f3f71dd44e.tar.xz | |
In the text backend, multiple characters can now be used for underlining.
[originally from svn r4300]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/output.but | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/output.but b/doc/output.but index 5706f7d..296c958 100644 --- a/doc/output.but +++ b/doc/output.but @@ -119,7 +119,7 @@ the ASCII minus sign otherwise. \dd Specifies the alignment of the overall document title: \c{left}, \c{leftplus} or \c{centre}. -\dt \I{\cw{\\cfg\{text-title-underline\}}}\cw{\\cfg\{text-title-underline\}\{}\e{underline-character}\cw{\}} +\dt \I{\cw{\\cfg\{text-title-underline\}}}\cw{\\cfg\{text-title-underline\}\{}\e{underline-text}\cw{\}} \dd Specifies how the overall document title should be underlined. @@ -127,7 +127,7 @@ the ASCII minus sign otherwise. \dd Specifies the alignment of chapter and appendix headings. -\dt \I{\cw{\\cfg\{text-chapter-underline\}}}\cw{\\cfg\{text-chapter-underline\}\{}\e{underline-character}\cw{\}} +\dt \I{\cw{\\cfg\{text-chapter-underline\}}}\cw{\\cfg\{text-chapter-underline\}\{}\e{underline-text}\cw{\}} \dd Specifies how chapter and appendix headings should be underlined. @@ -156,7 +156,7 @@ headings you want to affect: 0 means first-level headings (\c{\\H}), that (\c{\\S2}), and so on. The \e{alignment} parameter is treated just like the other alignment directives listed above. -\dt \I{\cw{\\cfg\{text-section-underline\}}}\cw{\\cfg\{text-section-underline\}\{}\e{level}\cw{\}\{}\e{underline-character}\cw{\}} +\dt \I{\cw{\\cfg\{text-section-underline\}}}\cw{\\cfg\{text-section-underline\}\{}\e{level}\cw{\}\{}\e{underline-text}\cw{\}} \dd Specifies how to underline section headings at a particular level. |