From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29918 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: fullpage graphic Date: Wed, 2 Aug 2006 20:06:47 -0400 (EDT) Message-ID: References: <44D13694.11765.15DBACD@wwl.musensturm.de> 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 1154563640 28709 80.91.229.2 (3 Aug 2006 00:07:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 00:07:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 03 02:07:18 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 1G8Qk9-0004KX-Ep for gctc-ntg-context-518@m.gmane.org; Thu, 03 Aug 2006 02:07:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1CE491FF10; Thu, 3 Aug 2006 02:07:17 +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 24617-01; Thu, 3 Aug 2006 02:07:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 83F971FF08; Thu, 3 Aug 2006 02:07:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6AD8A1FF08 for ; Thu, 3 Aug 2006 02:07:06 +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 24565-02 for ; Thu, 3 Aug 2006 02:06:52 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id BE7951FF07 for ; Thu, 3 Aug 2006 02:06:51 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 44D13E18.34F2C.31965 ; 2 Aug 2006 20:06:49 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <44D13694.11765.15DBACD@wwl.musensturm.de> 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:29918 Archived-At: On Wed, 2 Aug 2006, wwl@musensturm.de wrote: > Hallo! > >> Can you try to create a minimal file to play with? >> >> Inventing test documents from scratch takes a lot of time, time >> that is often not available (like today). Having a small but >> full document will greatly improve your chances of getting a >> quick response. >> >> Cheers, >> Taco >> > > Sorry Taco, here comes a small testfile which hopefully resamples the > situation: > --------------------------------------------------------------------- > \setuppapersize[a4][a4] > \setupfloat[figure][none,fit,here,always,top,bottom,force,page] > \setupcaption[figure][number=no] > \setuplayout[grid=yes]% Problem doesn't exist with grid=no > \starttext > \input tufte > \placefigure{}{\framed[offset=none]{% > \externalfigure[float.png][width=\makeupwidth,height=\textheight]}} > > \dorecurse{10}{\par\input tufte} > \stoptext > --------------------------------------------------------------------- > > I can not find a solution for the following problem: > > I would like to place a floating, framed graphic at the next page > following the \placefigure[]{}{\framed[]{...}} command. > > Problem: The graphicdimensions are (\makeupwidth,\textheight). > > Neither the options page, here, force or always help. Maybe I am missing something here. But \placefigure[page].... seems to work fine for me. Even larger dimensions do not seem to be a problem. \input tufte \placefigure[page,none]{}{\blackrule[width=\textwidth,height=0.9\textheight,color=green]} \input tufte \placefigure[page,none]{}{\blackrule[width=\textwidth,height=1.0\textheight,color=green]} \input tufte \placefigure[page,none]{}{\blackrule[width=\textwidth,height=1.1\textheight,color=green]} \dorecurse{10}{\input tufte} > If the graphic is a little smaller, so that at least one line of text > > fit on the page, than the graphic gets placed at the right page, else > > the graphic is placed behind the end of the chapter. > Second question: > > How can I place a fullpage graphic > (\paperheight+epsilon,\paperwidth+epsilon) as above > at the next page, and how can I count, but don't display pagenumbers > for such graphic pages? If you are willing to manually break the page, you can use \pagefigure. See http://archive.contextgarden.net/thread/20060524.191616.215b52a8.en.html#20060524.191616.215b52a8 on how to make pagefigure increment page numbers. Aditya