Re: line-field

Subject: Re: line-field
From: Daniel Speck <dspeck@xxxxxxx>
Date: Fri, 10 Mar 2000 16:54:09 -0500
Kendall,

If you are using the RTF backend the problem is that paragraphs may only
contain a single line field that must be at the beginning of the paragraph.
This limitation is documented in the Jade documentation for the RTF backend.
Try using a fixed-width space after the line-field to get the separation you
desire.

-dan

Kendall Shaw wrote:

> 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))))))
>
> What is the problem?

--
Daniel Speck
Bureau of National Affairs, Inc.               Voice: +1 202.452.6596
1231 25th Street, NW                             Fax: +1 202.331.5178
Washington, DC 20037                          e-mail:  dspeck@xxxxxxx



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


Current Thread