RE: Getting a NewLine

Subject: RE: Getting a NewLine
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Wed, 22 Apr 1998 11:24:21 -0400 (EDT)
At 22 Apr 1998 08:22 +0100, Pawson, David wrote:
 > 
 > And the nice, clear example Tony?
 > Is that to follow?

Better late than never.

For the markup:

<chapter>
<title>Watch me<lb>split</title>

the following element construction rules will format the chapter title
as:

    Watch me
      split

------------------------------------------------------------
;; Chapter title
(element (CHAPTER TITLE)
	 (make display-group
               quadding: 'center
	       keep-with-next?: #t
	       min-leading: 16pt
	       space-before: 0pt
	       space-after: 12pt
	       (make paragraph)))

;; Line break
(element LB
	 (make paragraph-break))
------------------------------------------------------------

Regards,


Tony Graham
=======================================================================
Tony Graham
Mulberry Technologies, Inc.                         Phone: 301-315-9632
17 West Jefferson Street, Suite 207                 Fax:   301-315-8285
Rockville, MD USA 20850                 email: tgraham@xxxxxxxxxxxxxxxx
=======================================================================


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • Re: Getting a NewLine, (continued)
    • Tony Graham - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id OAA23607Tue, 21 Apr 1998 14:18:59 -0400 (EDT)
    • Pawson, David - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA07242Wed, 22 Apr 1998 03:32:01 -0400 (EDT)
      • Tom Boudreau - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id KAA11076Wed, 22 Apr 1998 10:38:36 -0400 (EDT)
        • Tom Boudreau - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id KAA11300Wed, 22 Apr 1998 10:52:28 -0400 (EDT)
      • Tony Graham - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA11923Wed, 22 Apr 1998 11:27:48 -0400 (EDT) <=
        • Chuck Darney - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id PAA14754Wed, 22 Apr 1998 15:47:26 -0400 (EDT)
        • Tony Graham - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id SAA16645Wed, 22 Apr 1998 18:13:05 -0400 (EDT)