From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32613 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bad page break Date: Mon, 08 Jan 2007 20:02:41 +0100 Message-ID: <45A29551.1070608@elvenkind.com> References: <5194769B-0F7A-4C04-A103-8858D276C643@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 1168282985 13014 80.91.229.12 (8 Jan 2007 19:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2007 19:03:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 08 20:03:03 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 1H3zlp-00024e-6r for gctc-ntg-context-518@m.gmane.org; Mon, 08 Jan 2007 20:02:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6329D1FEFE; Mon, 8 Jan 2007 19:59:38 +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 24052-01-5; Mon, 8 Jan 2007 19:59:31 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2F171FCC6; Mon, 8 Jan 2007 19:59:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 587281FCC6 for ; Mon, 8 Jan 2007 19:59:29 +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 24052-01-4 for ; Mon, 8 Jan 2007 19:59:24 +0100 (CET) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with ESMTP id 79D131FBE7 for ; Mon, 8 Jan 2007 19:59:24 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:50865 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1H3zlZ-000Hsm-Gy for ntg-context@ntg.nl; Mon, 08 Jan 2007 19:02:41 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <5194769B-0F7A-4C04-A103-8858D276C643@cox.net> 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:32613 Archived-At: David Arnold wrote: > All, > > We have a situation where we want to put in a page break to move some > text at the bottom of the page to the next page. However, there is a > float that hasn't been typeset yet, so the result of \page[yes] is to > put the float at the top of a blank page, then page again to continue > the running text. > > Anyway around this? I've used \blank with large values for situations like this. Taco