diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-19 17:05:40 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-19 17:05:40 +0000 |
| commit | c648a1864a7a6c3067c49e8dba1d9339f807357f (patch) | |
| tree | d7dbdf889c29f70c5bfa73f2f30f0d4f276d4a94 /doc/input.but | |
| parent | dbf4dd8a3cdb616d3d37bf5b16a1b73933db5398 (diff) | |
| download | halibut-c648a1864a7a6c3067c49e8dba1d9339f807357f.zip halibut-c648a1864a7a6c3067c49e8dba1d9339f807357f.tar.gz halibut-c648a1864a7a6c3067c49e8dba1d9339f807357f.tar.bz2 halibut-c648a1864a7a6c3067c49e8dba1d9339f807357f.tar.xz | |
Note that \cfg{quotes} and friends apply to the output in its entirety and
can't be changed partway through. Also, add a cross-reference from \q{}.
[originally from svn r4298]
Diffstat (limited to 'doc/input.but')
| -rw-r--r-- | doc/input.but | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/input.but b/doc/input.but index d696fc4..d99f5ce 100644 --- a/doc/input.but +++ b/doc/input.but @@ -192,7 +192,8 @@ Here is some \q{text in quotes}. } and in every output format Halibut generates, it will choose the -best quote characters available to it in that format. +best quote characters available to it in that format. (The quote +characters to use can be configured with the \c{\\cfg} command.) You can still use the ordinary quote characters of your choice if you prefer; or you could even use the \c{\\u} command (see @@ -1368,6 +1369,10 @@ Halibut would fall back to using the ASCII double quote character as \e{both} open and close quotes. (No known character set is that silly; I mention it only as an example.) +\cw{\\cfg\{quotes\}} (and the backend-specific versions) apply to the +\e{entire} output; it's not possible to change quote characters +partway through the output. + } In addition to these configuration commands, there are also |