From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19478 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.comp.tex.context Subject: Re: widow and orphan control Date: Wed, 30 Mar 2005 00:45:14 +0000 Message-ID: <200503300045.j2U0jEi9021935@rastaban.dandy.net> References: <20050329232437.GA30038@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1112252665 18037 80.91.229.2 (31 Mar 2005 07:04:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 07:04:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 31 09:04:23 2005 Return-path: 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 1DGtiy-0001sD-Kf for gctc-ntg-context-518@m.gmane.org; Thu, 31 Mar 2005 09:04:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 54AE41279A; Thu, 31 Mar 2005 09:05:25 +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 28786-02; Thu, 31 Mar 2005 09:05:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 835A4127DD; Thu, 31 Mar 2005 09:01:19 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 365311280C for ; Wed, 30 Mar 2005 02:45:17 +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 10790-06 for ; Wed, 30 Mar 2005 02:45:15 +0200 (CEST) Original-Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by ronja.ntg.nl (Postfix) with ESMTP id 9247D127F6 for ; Wed, 30 Mar 2005 02:45:15 +0200 (CEST) Original-Received: from www.dandy.net (rigel.dandy.net [209.128.224.25]) by rastaban.dandy.net (8.12.10/8.12.6) with SMTP id j2U0jEi9021935 for ; Tue, 29 Mar 2005 19:45:14 -0500 Original-Received: from 70.21.207.4 (auth. user speter@mail.dandy.net) by www.dandy.net with HTTP; Wed, 30 Mar 2005 00:45:14 +0000 Original-To: "mailing list for ConTeXt users" X-Mailer: IlohaMail/0.8.10 (On: www.dandy.net) In-Reply-To: <20050329232437.GA30038@localhost.localdomain> Bounce-To: X-Virus-Scanned: by amavisd-new at ntg.nl X-Mailman-Approved-At: Thu, 31 Mar 2005 09:01:15 +0200 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 Xref: news.gmane.org gmane.comp.tex.context:19478 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19478 On 3/29/2005, "Paul Tremblay" wrote: >I've hunted around the web quite a bit, and there doesn't seem to be an >easy way to do this. I tried: > >clubpenalty=3D-600 >widowpenalty=3D-600 > >But this had no effect. You just told TeX that it's a good idea to have widows and orphans. Negative numbers mean there's less of a penalty for widows and orphans. Try assigning a high positive number (up to 10000). (150 is the default in Plain TeX.) Steve