Temporarily turning off hyphenation?
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) G
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 Cheers, Peter -- http://pmrb.free.fr/contact/
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 Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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
participants (3)
-
Gerben Wierda
-
h h extern
-
Peter Münster