Re: How do I ADD Spaces?

Subject: Re: How do I ADD Spaces?
From: Daniel Speck <dspeck@xxxxxxx>
Date: Tue, 19 Jan 1999 16:10:01 -0500
The solution below is accurate but the RTF backend only will act on
line-fields when they occur as the very first thing in a paragraph. An
alternate approach would be to output non-breaking spaces, e.g.,

(element TAB
    (literal "\no-break-space;\no-break-space;\no-break-space;"))

-dan

STE MARIE, PAUL wrote:

> Chuck Darney [SMTP:cdarney@xxxxxxxxxxxxxxxx]
> <mailto:[SMTP:cdarney@xxxxxxxxxxxxxxxx]>
> > How can I keep the spaces, or bvetter still, perform a TAB operation?
>
> Create a line-field flow object, ala
>
> (make line-field
>       field-width:      9pica
>         field-align:    'end
>       (process-children))
>
> Paul J. Ste. Marie                      (937)865-6800 x4384
> Professional Data Resources             Paul_SteMarie@xxxxxxxxxx
> <mailto:Paul_SteMarie@xxxxxxxxxx>
>
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist



--
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