On 20 Mar 2005, at 23:57, h h extern wrote:
Peter Münster wrote:
On Sat, 19 Mar 2005, Gerben Wierda wrote:
I haven't been able to find information about temporarily turning off hyphenation. Can it be done? (This is for a non-justified quote at the start of a chapter) \starttext {\hyphenpenalty 10000 \input tufte } {\hyphenpenalty 1000 \input tufte } \input tufte \stoptext
\setupalign[nothyphenated]
or
\nohyphens
I tried the latter and it doesn't work in \def\ClearChapterQuote{\def\ChapterQuote{}} \ClearChapterQuote \def\ChQuoteFormat#1{\starttext% \startalignment[left]% \startnarrower[4*left] \noindent{\nohyphens\em #1}% \stopnarrower\stopalignment\stoptext\blank} \setuphead[chapter] [page=left, before={\ChQuoteFormat{\ChapterQuote}\noheaderandfooterlines% \page[right]\blank[2*big]}, after={\ClearChapterQuote\blank[3*big]}% \noheaderandfooterlines] G