line-field

Subject: line-field
From: "Kendall Shaw" <kshaw@xxxxxxxx>
Date: Fri, 10 Mar 2000 13:40:17 -0800
I'm trying to style a bibliographic citation:

(element CITATION
  (make paragraph
	start-indent: 20pt
	first-line-start-indent: -20pt
	(make line-field
	  field-width: 18pt
	  field-align: 'end
	  (process-matching-children 'NO))
	(make line-field
	 field-width: 2pt
	 (empty-sosofo))
	(process-node-list (node-list-rest (children (current-node))))))

I expect the second line-field to act as a 2pt inline gap, so that I get
something like:


 1. Blah blah blah...
    blah blah blah

Instead I get a huge gap, e.g.:

 1.         Blah blah blah...
    blah blah blah

What is the problem?

Kendall


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


Current Thread