From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15997 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: The last line Date: Tue, 10 Aug 2004 09:34:14 +0200 Organization: Elvenkind Sender: ntg-context-bounces@ntg.nl Message-ID: <20040810093414.42d58cf8@glenlivet.elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092123546 17652 80.91.224.253 (10 Aug 2004 07:39:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2004 07:39:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 10 09:38:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BuRDl-0001pI-00 for ; Tue, 10 Aug 2004 09:38:57 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 273EB12784; Tue, 10 Aug 2004 09:38:57 +0200 (CEST) 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 01699-01; Tue, 10 Aug 2004 09:38:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4FA6812780; Tue, 10 Aug 2004 09:34:17 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ED73812780 for ; Tue, 10 Aug 2004 09:34:15 +0200 (CEST) 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 01476-03-2 for ; Tue, 10 Aug 2004 09:34:15 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com (unknown [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 9E2AB1277C for ; Tue, 10 Aug 2004 09:34:15 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 5DB1918305 for ; Tue, 10 Aug 2004 09:34:15 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13412-02 for ; Tue, 10 Aug 2004 09:34:14 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id 9F8ED178A7 for ; Tue, 10 Aug 2004 09:34:14 +0200 (CEST) Original-To: mailing list for ConTeXt users In-Reply-To: X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i586-mandrake-linux-gnu) X-Virus-Scanned: by amavisd-new at elvenkind.net 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15997 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15997 On Mon, 9 Aug 2004 16:23:12 +0200, Steffen wrote: > Hi, > > > xxxx xx xxxxx xxxx > xx xxx xxxxxxx xx- > xxx. > > > Is there a way to make a kind of global definition for this for the entire document? There are a few TeX primitive commands that govern the final line of a paragraph: \finalhyphendemerits=\maxdimen % disables hyphenation of final line \parfillskip= 0pt plus .8\hsize % disallow final lines shorter than 20% of \hsize ConTeXT might alter the values of these primitives occasionally (unlikely but I am not certain) so maybe you have to repeat these settings a few times. -- groeten, Taco