From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32701 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: How to squeeze one more line onto a page Date: Sat, 13 Jan 2007 00:25:47 -0500 (EST) Message-ID: References: <9877D364-90D2-4CFA-B703-372C820D720F@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168665965 28793 80.91.229.12 (13 Jan 2007 05:26:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Jan 2007 05:26:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 13 06:26:01 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H5bOy-0000uf-KS for gctc-ntg-context-518@m.gmane.org; Sat, 13 Jan 2007 06:26:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6DD8B20102; Sat, 13 Jan 2007 06:22:11 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19553-03-3; Sat, 13 Jan 2007 06:22:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DFDEE200EC; Sat, 13 Jan 2007 06:22:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0D5F200EC for ; Sat, 13 Jan 2007 06:22:04 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19553-03-2 for ; Sat, 13 Jan 2007 06:22:00 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with ESMTP id BF608200E0 for ; Sat, 13 Jan 2007 06:21:59 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 45A86D5B.A1261.905 ; 13 Jan 2007 00:25:47 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32701 Archived-At: On Sat, 13 Jan 2007, Aditya Mahajan wrote: > On Fri, 12 Jan 2007, David Arnold wrote: > > > Aditya, > > > > Tried: > > > > \adaptlayout[lines+=2] > > > > Where should I put this command? > > hmm... I copy pasted from an old project so this code used to work. > But I get the same error right now. Hmm.... I do not know why this used to work earlier. The correct syntax is \adaptlayout[lines=+2] For example \showframe \setuppapersize[A6][A6] \starttext \dorecurse{30} {\recurselevel \endgraf} \page \adaptlayout[lines=+2] \dorecurse{30} {\recurselevel \endgraf} \stoptext Aditya