From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5517 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: 'page' placement key for floats Date: Wed, 05 Sep 2001 12:30:09 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.0.20010905123005.00a85238@public.uni-hamburg.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396106 2364 80.91.224.250 (23 Oct 2002 18:01:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:01:46 +0000 (UTC) Original-To: ConTeXt mailing list Xref: main.gmane.org gmane.comp.tex.context:5517 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5517 I have some large floats which I want to place on pages of their own. \placefloat[page][xyz]{bla}{\externalfigure[somefig]} leads to an immediate page-break and the figure (alone) on the next page. I expected the figure alone on the next page, but not the immediate page break, since like that, the figure is not really a float. Shouldn't the page be completed using material following \placefigure? \startpostponing \placefloat[page][xyz]{bla}{\externalfigure[somefig]} \stoppostponing gives the desired result. Eckhart