Re: Trouble with paragraph duplication
Jeff Kingston <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
OK, there is also a problem further down: @Text @Begin @Lorem @Lorem @End @Text The writer of this has treated @Lorem as though it is a macro which returns a sequence of tokens rather than a definition which returns an object. This will produce two copies of @Lorem side by side within a paragraph, in the same way that @Text @Begin lorikeet lorikeet @End @Text would produce two copies of lorikeet side by side within a paragraph. See the User's Guide, Section 1.3. Jeff On Tue, Feb 21, 2012 at 08:31:10PM +0100, Martin Senft wrote: > 2012/2/20 Jeff Kingston <[email protected]>: > > Forgetting the // is a well-known Lout gotcha. > > > > Good point, I haven't noticed that. However, fixing this does not > remove the paragraph breaking issue in "def @Lorem { @PP ... }" for > me. > > Martin