From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32914 Path: news.gmane.org!not-for-mail From: "=?ISO-2022-JP?B?VGltIEV5cmUgGyRCJUYlIyVgGyhC?=" Newsgroups: gmane.comp.tex.context Subject: Figures protruding into the margin in double-sided document Date: Tue, 23 Jan 2007 01:44:03 +0000 Message-ID: <4c2443260701221744h4cdef611rcb8ba8b98eeb9c1f@mail.gmail.com> Reply-To: mail@nihilist.org.uk, 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 1169539477 13600 80.91.229.12 (23 Jan 2007 08:04:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 08:04:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 23 09:04:30 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 1H9Gdp-0002bJ-Mc for gctc-ntg-context-518@m.gmane.org; Tue, 23 Jan 2007 09:04:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A7F4E200CF; Tue, 23 Jan 2007 08:59:27 +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 15016-02-4; Tue, 23 Jan 2007 08:59:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E6D5320079; Tue, 23 Jan 2007 08:59:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 531902009B for ; Tue, 23 Jan 2007 02:39:09 +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 27524-03-5 for ; Tue, 23 Jan 2007 02:39:06 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by ronja.ntg.nl (Postfix) with ESMTP id F259F20079 for ; Tue, 23 Jan 2007 02:39:05 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so1461119uge for ; Mon, 22 Jan 2007 17:44:04 -0800 (PST) Original-Received: by 10.82.152.16 with SMTP id z16mr21603bud.1169516643821; Mon, 22 Jan 2007 17:44:03 -0800 (PST) Original-Received: by 10.82.159.3 with HTTP; Mon, 22 Jan 2007 17:44:03 -0800 (PST) Original-To: ntg-context@ntg.nl Content-Disposition: inline X-Google-Sender-Auth: 13a9c96400f51cee X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Tue, 23 Jan 2007 08:59:19 +0100 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:32914 Archived-At: I am composing a double-sided document with wide outer margins to allow space for figures. One type of figure is in-line with the text and protrudes into the wide margin. This is easy to do on left-hand pages by saying \setupfloats[location=right] and on right-hand pages by saying \setupfloats[location=left]. Is there any way to automate this so that inserting a new page does not mean I have to fix all the figures? I tried using a macro along the lines of \ifoff\pageno\\setupfloats[location=right]\else\\setupfloats[location=left]\fi but the asynchronousness of output routines means that the page number is usually wrong. Any help much appreciated. Tim