RE: rtf backend and hyphenation?

Subject: RE: rtf backend and hyphenation?
From: "Kendall Shaw" <kshaw@xxxxxxxx>
Date: Mon, 13 Mar 2000 15:08:12 -0800
> I added this to the style language body, but nothing changed. I also tried
> adding (declare-initial-value country 'US). Still no change.
> Hyphenation is
> disabled.

Okay, I guess creating a paragraph flow object implies creating character
flow objects, right? So, I was not specifying hyphenate for character flow
objects. The solution was:

(declare-initial-value country 'EN)
(declare-initial-value hyphenate? #t)

Thanks,

Kendall


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


Current Thread