From ddb6fc6a6df326be9539233018f96b9532d6d43f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 30 Mar 2004 20:22:00 +0000 Subject: \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] --- inputs/test.but | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'inputs') 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 -- cgit v1.1