diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-25 19:16:28 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-25 19:16:28 +0000 |
| commit | 10f4d6055c80f45b538cfc6657994b31e4abf525 (patch) | |
| tree | 250c50a337c5ccd18f6bc0d516c123086d479f73 /inputs/test.but | |
| parent | 187d4791fd0873b4058b381aa3d3a591b846463e (diff) | |
| download | halibut-10f4d6055c80f45b538cfc6657994b31e4abf525.zip halibut-10f4d6055c80f45b538cfc6657994b31e4abf525.tar.gz halibut-10f4d6055c80f45b538cfc6657994b31e4abf525.tar.bz2 halibut-10f4d6055c80f45b538cfc6657994b31e4abf525.tar.xz | |
Obsoleted the `\preamble' command. Preamble text is now taken to be
any ordinary displayable paragraph(s) appearing before the first
chapter heading, meaning in particular that you can put lists, code
paragraphs etc in preambles. Of course, `\preamble' is still
supported for backwards compatibility, but it's now a zero-effect
paragraph marker.
[originally from svn r3981]
Diffstat (limited to 'inputs/test.but')
| -rw-r--r-- | inputs/test.but | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/inputs/test.but b/inputs/test.but index cfefbdb..683d19b 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -6,10 +6,16 @@ Lines, Not Just Two. How's That For Ludicrous? \cfg{xhtml-leaf-contains-contents}{true} \cfg{man-headnumbers}{true} +This paragraph is not labelled \q{preamble}, but should still appear +as it. + \preamble This manual is a small joke effort, designed to use every feature \#{ comment } that Halibut's input format supports. Creation date \date{%Y.%m.%d} (default format is \date). +\c Here is a code paragraph in the preamble, just to stress that all +\c things are possible. Ooh! + \copyright Copyright 1999 Simon \#{second comment}Tatham. All rights reserved. @@ -19,7 +25,7 @@ a bit] \define{coopt} co\u00F6{-o}pt -\versionid $Id: test.but,v 1.21 2004/03/24 19:23:21 simon Exp $ +\versionid $Id: test.but,v 1.22 2004/03/25 19:16:28 simon Exp $ \C{ch\\ap} First chapter title; for similar wrapping reasons this chapter title will be ludicrously long. I wonder how much more |