From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20381 Path: news.gmane.org!not-for-mail From: Richard Gabriel Newsgroups: gmane.comp.tex.context Subject: Problems placing figures II Date: Mon, 16 May 2005 12:43:21 +0200 Message-ID: <42887949.5060505@kerio.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116240225 14896 80.91.229.2 (16 May 2005 10:43:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 May 2005 10:43:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 16 12:43:41 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 1DXd41-00033M-Mi for gctc-ntg-context-518@m.gmane.org; Mon, 16 May 2005 12:43:09 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD86B127E6; Mon, 16 May 2005 12:43:32 +0200 (CEST) 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 31684-03; Mon, 16 May 2005 12:43:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4C6E1127DA; Mon, 16 May 2005 12:43:28 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13DD4127DA for ; Mon, 16 May 2005 12:43:27 +0200 (CEST) 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 31682-04-3 for ; Mon, 16 May 2005 12:43:26 +0200 (CEST) Original-Received: from mx1.kerio.com (mx1.kerio.com [195.39.55.2]) by ronja.ntg.nl (Postfix) with ESMTP id 300A112788 for ; Mon, 16 May 2005 12:43:26 +0200 (CEST) Original-Received: from [192.168.44.160] ([192.168.44.160]) (authenticated user rgabriel@kerio.com) by mx1.kerio.com (Kerio MailServer 6.1.0 beta 4) (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for ntg-context@ntg.nl; Mon, 16 May 2005 12:43:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050220 Original-To: ntg-context@ntg.nl 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20381 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20381 Hi all, regarding my problems with figure placing (posted on 2005-05-05), I've found out that problems occur only if there are too many unplaced figures (pending floats). After a lot of googling, I've only found out that in LaTeX, there's a command \clearpage which places all unprocessed floats and starts a new page. In addition, the commands \totalnumber, \topnumber and \bottomnumber are available to set the maximum float count on one page. (for details, see http://www.tug.org.in/tutorial/chap09-scr.pdf) Is there any similar mechanism in ConTeXt? Which command(s) can I use to place all unprocessed figures immediately? Thanks in advance. Richard