From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19173 Path: news.gmane.org!not-for-mail From: Paul Tremblay Newsgroups: gmane.comp.tex.context Subject: Re: hyphenation not working Date: Sat, 19 Mar 2005 11:20:10 -0500 Message-ID: <20050319162010.GA12890@localhost.localdomain> References: <20050319155810.GA12784@localhost.localdomain> <20050319160538.377@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111249273 12997 80.91.229.2 (19 Mar 2005 16:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2005 16:21:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 19 17:21:13 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCggf-00054j-N5 for gctc-ntg-context-518@m.gmane.org; Sat, 19 Mar 2005 17:20:29 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 74C7412875; Sat, 19 Mar 2005 17:22:19 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03216-04; Sat, 19 Mar 2005 17:22:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D7B6A1286C; Sat, 19 Mar 2005 17:18:07 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE12F1286C for ; Sat, 19 Mar 2005 17:18:05 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03216-03 for ; Sat, 19 Mar 2005 17:18:04 +0100 (CET) Original-Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by ronja.ntg.nl (Postfix) with ESMTP id 6D79F1285B for ; Sat, 19 Mar 2005 17:18:04 +0100 (CET) Original-Received: from [192.107.41.8] (helo=iglou2.iglou.com) by rdsmtp.iglou.com with esmtp (8.12.5/8.12.5) id 1DCgeJ-0001Co-Uy for ntg-context@ntg.nl; Sat, 19 Mar 2005 11:18:03 -0500 Original-Received: from [64.253.97.143] (helo=localhost.localdomain) by iglou2.iglou.com with esmtp (8.12.5/8.12.5) id 1DCgeJ-0005I4-Qk for ntg-context@ntg.nl; Sat, 19 Mar 2005 11:18:03 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 501) id 654271B7C2; Sat, 19 Mar 2005 11:20:10 -0500 (EST) Original-To: mailing list for ConTeXt users Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <20050319160538.377@mail.comp.lancs.ac.uk> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19173 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19173 > So if I understand what you're saying, that suggests you do have the > capability for hyphenation somewhere in your system. What is your test > file? Can you strip it to its barest form? Here is the entire file. Luckily, it is very small. Thanks Paul % enable utf \enableregime[utf] % turn off automatic page numbering \setuppagenumbering[state=stop, way=bytext, alternative=doublesided] %\setupbodyfont[rm,12pt] %\setuplanguage[en][ state=start] %\language[en] %\setuptolerance[verytolerant] \starttext \setuppapersize[A4] % show frames so we can debug \showframe \definelayout[test][ backspace=50mm, cutspace=70mm, width=fit, ] % so it is always a good idea to use width=fit \setuplayout[test] \setupheadertexts[odd][][][even] Test\par % input text from another document \dorecurse{6}{\input tufte \par \input knuth \par} \stoptext -- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************