diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-30 20:22:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-30 20:22:00 +0000 |
| commit | ddb6fc6a6df326be9539233018f96b9532d6d43f (patch) | |
| tree | a778e45a64f4a9075e9ff10b7b99ca78cf30150f /inputs/test.but | |
| parent | 0c0dc7a2b51354e35c9f5185aee1c000a52b5e72 (diff) | |
| download | halibut-ddb6fc6a6df326be9539233018f96b9532d6d43f.zip halibut-ddb6fc6a6df326be9539233018f96b9532d6d43f.tar.gz halibut-ddb6fc6a6df326be9539233018f96b9532d6d43f.tar.bz2 halibut-ddb6fc6a6df326be9539233018f96b9532d6d43f.tar.xz | |
\lcont and \quote were being confused by whitespace (in particular,
a single newline) immediately after their opening brace; this was
causing a normal paragraph to be started, thus making it fiddly and
annoying to arrange the first paragraph of a \lcont to be a code
para or anything else special. Now fixed.
[originally from svn r4005]
Diffstat (limited to 'inputs/test.but')
| -rw-r--r-- | inputs/test.but | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/inputs/test.but b/inputs/test.but index 1fc007e..0331535 100644 --- a/inputs/test.but +++ b/inputs/test.but @@ -29,7 +29,7 @@ a bit] \define{eur} \u20AC{EUR } -\versionid $Id: test.but,v 1.24 2004/03/30 19:40:56 simon Exp $ +\versionid $Id: test.but,v 1.25 2004/03/30 20:22:00 simon Exp $ \C{ch\\ap} First chapter title; for similar wrapping reasons this chapter title will be ludicrously long. I wonder how much more @@ -97,6 +97,11 @@ And here's a sublist. Numbered, just for variety. \n 1b. +\lcont{ +\c Code +\c Paragraph +} + \n 1c. \lcont{This is an even sillier one: a continuation of a list item in |