From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17841 Path: main.gmane.org!not-for-mail From: Duncan Hothersall Newsgroups: gmane.comp.tex.context Subject: Re: \godown to an absolute position Date: Wed, 12 Jan 2005 11:42:31 +0000 Message-ID: <41E50D27.8080504@capdm.com> References: <20050111230903.69804127A9@ronja.ntg.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105530367 31479 80.91.229.6 (12 Jan 2005 11:46:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2005 11:46:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 12 12:46:02 2005 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 1Cogws-0003kB-00 for ; Wed, 12 Jan 2005 12:46:02 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E404412792; Wed, 12 Jan 2005 12:46:01 +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 21324-02; Wed, 12 Jan 2005 12:46:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A6EB12783; Wed, 12 Jan 2005 12:42:37 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9126E12783 for ; Wed, 12 Jan 2005 12:42:35 +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 21114-05 for ; Wed, 12 Jan 2005 12:42:35 +0100 (CET) Original-Received: from liszt-02.ednet.co.uk (unknown [212.20.226.19]) by ronja.ntg.nl (Postfix) with ESMTP id F02CE1276F for ; Wed, 12 Jan 2005 12:42:34 +0100 (CET) Original-Received: from [192.168.254.41] (unknown [212.20.255.162]) by liszt-02.ednet.co.uk (Postfix) with ESMTP id CFBEC95A48 for ; Wed, 12 Jan 2005 11:42:34 +0000 (GMT) User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20050111230903.69804127A9@ronja.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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17841 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17841 Hans wrote: > quick and dirty: > > \setuphead[chapter][before=\vbox to 10cm\bgroup,after=\vss\egroup] > > \starttext > > \chapter{test} \input tufte > \chapter{test\endgraf test} \input tufte > > \stoptext > > there are other solutions (synchronizing stuff) but that's more complex Great! This solution worked for me. I have added it to Sample Macros in the Wiki. Thanks, Duncan