Re: line-field usage

Subject: Re: line-field usage
From: "Roger Holberton" <roger.holberton@xxxxxxxx>
Date: Fri, 03 Dec 1999 10:39:02 +0100
> Some other solution?

I use first-sibling?

(element (progress para)
 (make sequence
	(if (first-sibling?)
		(make paragraph
		   start-indent: 1.5in   
		    first-line-start-indent: -1.5in
		    (process-children))
		(make paragraph
		   start-indent: 1.5in   
		    first-line-start-indent: 0in
		    (process-children))
)))

or something similar (I haven't tested this exact code)





Roger Holberton
Senior Analyst Programmer
International Registrations Department
World Intellectual Property Organization
++ 41 22 338 96 38
Roger.Holberton@xxxxxxxx


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


Current Thread