From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23968 Path: news.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: Re: The whole (sub)section on a single page Date: Thu, 01 Dec 2005 09:35:42 +0100 Message-ID: <438EB5DE.8010609@creutzig.de> References: <6faad9f00511121555x5ff6084dn26e714128030392e@mail.gmail.com> <4377468E.4010802@elvenkind.com> <6faad9f00511141011g40a31af8nac87df252a3d6f5e@mail.gmail.com> <4378E7F8.4000505@wxs.nl> 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: 7bit X-Trace: sea.gmane.org 1133426574 6972 80.91.229.2 (1 Dec 2005 08:42:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 08:42:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 01 09:42:52 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 1EhjzI-0001Az-42 for gctc-ntg-context-518@m.gmane.org; Thu, 01 Dec 2005 09:40:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8E169127A8; Thu, 1 Dec 2005 09:40:19 +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 14982-01; Thu, 1 Dec 2005 09:40:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD599127B8; Thu, 1 Dec 2005 09:35:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0F9D127B8 for ; Thu, 1 Dec 2005 09:35:43 +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 14582-04 for ; Thu, 1 Dec 2005 09:35:42 +0100 (CET) Original-Received: from bayes.math.uni-paderborn.de (bayes.math.uni-paderborn.de [131.234.116.40]) by ronja.ntg.nl (Postfix) with ESMTP id D1479127B4 for ; Thu, 1 Dec 2005 09:35:42 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by bayes.math.uni-paderborn.de (Postfix) with ESMTP id EF037E022FD9 for ; Thu, 1 Dec 2005 09:35:41 +0100 (CET) Original-Received: from bayes.math.uni-paderborn.de ([127.0.0.1]) by localhost (bayes [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09327-06 for ; Thu, 1 Dec 2005 09:35:40 +0100 (CET) Original-Received: from [131.234.103.131] (mlt131.math.uni-paderborn.de [131.234.103.131]) by bayes.math.uni-paderborn.de (Postfix) with ESMTP id 1B846E0000BD for ; Thu, 1 Dec 2005 09:35:40 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7.2.0 X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4378E7F8.4000505@wxs.nl> X-Enigmail-Version: 0.92.0.0 X-Virus-Scanned: by mailscan-system at math.uni-paderborn.de X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23968 Archived-At: Hans Hagen wrote: >>How/where can I get \theremainingpageheight? I saw some strange >>"keywords" like \pagegoal, \pagetotal spread through the source, ... >>but I have no clue what they are for and if they have anyting to do >>with what I'm looking for. >> >> > > that's always tricky, because it's not really possible to determine the > rest of the available space without entering the output routing, which The standard trick would be not to explicitly check some numbers but to do what in low-level looks like \!!dimena=\ht0\advance\!!dimena\dp0% \penalty10000\vskip\!!dimena\penalty10\vskip-\!!dimena Is there any nice ConTeXt way of doing the above? regards, Christopher