From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15987 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: The last line Date: Mon, 9 Aug 2004 16:23:12 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1092061434 20573 80.91.224.253 (9 Aug 2004 14:23:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2004 14:23:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 09 16:23:40 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 1BuB3r-0003gS-00 for ; Mon, 09 Aug 2004 16:23:39 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2D6B1277F; Mon, 9 Aug 2004 16:23:38 +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 29125-06-3; Mon, 9 Aug 2004 16:23:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 753BE1277C; Mon, 9 Aug 2004 16:23:35 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF1311277A for ; Mon, 9 Aug 2004 16:23:33 +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 29125-06 for ; Mon, 9 Aug 2004 16:23:33 +0200 (CEST) Original-Received: from smtprelay04.ispgateway.de (unknown [62.67.200.165]) by ronja.ntg.nl (Postfix) with ESMTP id 8870912778 for ; Mon, 9 Aug 2004 16:23:33 +0200 (CEST) Original-Received: (qmail 29559 invoked from network); 9 Aug 2004 14:23:32 -0000 Original-Received: from unknown (HELO [213.6.13.118]) (698580@[213.6.13.118]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 9 Aug 2004 14:23:32 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl 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:15987 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15987 Hi, as far as I know TeX has some internal rules (and penalties) for judging where to hyphenate words or not in order to keep a paragraph not too densed and not too loose. Some rules can be modified by commands like tolerance, spaceskip, emergencystretch et al. Now, I want to have control over the last line. I would like to avoid syllables smaller than (for example) 4 letters being the only element in a paragraphs last line. Like this: 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? Thanks for any hints, Steffen