From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26344 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: figure placement Date: Wed, 15 Mar 2006 10:29:54 +0100 Message-ID: <4417DE92.7070204@elvenkind.com> References: <37682.194.105.120.70.1142334577.squirrel@webmail.solcon.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142415014 23565 80.91.229.2 (15 Mar 2006 09:30:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2006 09:30:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 15 10:30:13 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FJSKS-0001P0-06 for gctc-ntg-context-518@m.gmane.org; Wed, 15 Mar 2006 10:30:04 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B752012799; Wed, 15 Mar 2006 10:30:03 +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 21601-01; Wed, 15 Mar 2006 10:29:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1B41812780; Wed, 15 Mar 2006 10:29:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4284E12780 for ; Wed, 15 Mar 2006 10:29:57 +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 21522-03-3 for ; Wed, 15 Mar 2006 10:29:56 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id 2665C1277F for ; Wed, 15 Mar 2006 10:29:55 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id C8FAF1837D; Wed, 15 Mar 2006 10:29:55 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14283-02; Wed, 15 Mar 2006 10:29:55 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 8892C81F9; Wed, 15 Mar 2006 10:29:55 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: m.guravage@pragma-cts.com, mailing list for ConTeXt users In-Reply-To: <37682.194.105.120.70.1142334577.squirrel@webmail.solcon.nl> X-Virus-Scanned: by amavisd-new at elvenkind.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:26344 Archived-At: M.guravage wrote: > This scheme works when the previous section ends on an odd page, but when > the section ends on an even page, \page[left] correctly inserts two blank I often have a set of macros that does a soemthing like this: \def\leftpage {\page \ifodd\pagenumber \noheaderandfooter~\page \fi} \def\rightpage {\page \ifodd\pagenumber \else \noheaderandfooter~\page \fi} does that help? > The second place figures appear is within sections. I use the same set of > commands, which places the figures where I wish, but each figure must be > placed precisely at the bottom of an odd page. This looks OK if the bottom > of the page coincides with the end of a paragraph, but otherwise the last > line is not flush right. I am looking for a solution that says, 'place > this figure on the next blank even page disturbing the text flow as little > as possible.' I have tried postponing, but without success. Have you tried putting the figure in a footnote yet? Cheers, Taco