From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/76503 Path: news.gmane.org!not-for-mail From: Henning Hraban Ramm Newsgroups: gmane.comp.tex.context Subject: Re: multi-page floats Date: Mon, 28 May 2012 21:47:44 +0200 Message-ID: References: <4FC3B571.3090109@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset="windows-1252"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338234475 11329 80.91.229.3 (28 May 2012 19:47:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 May 2012 19:47:55 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon May 28 21:47:52 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SZ5uy-0000G3-DP for gctc-ntg-context-518@m.gmane.org; Mon, 28 May 2012 21:47:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DB80C101E3; Mon, 28 May 2012 21:47:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dz+b7sAiPpEy; Mon, 28 May 2012 21:47:50 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 52835101DF; Mon, 28 May 2012 21:47:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BA545101DF for ; Mon, 28 May 2012 21:47:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jVq51RyfEaMd for ; Mon, 28 May 2012 21:47:48 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id E62A0101DD for ; Mon, 28 May 2012 21:47:48 +0200 (CEST) Original-Received: from thesan.fiee.net (thesan.fiee.net [178.77.74.245]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q4SJlkDq012318 for ; Mon, 28 May 2012 21:47:48 +0200 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=fiee.net; b=WiWu95+016WP5DN+4Fjx3ESyf+q4jBsKNNRWsiZz9Cffvgmxbbq9wYe0EOwnei/WAGEak5cSwgxN1mpQ9P/TJx4KAL0M0EbUz0xXAb5veT3O4tuJgo4pxrjgYLynm019; h=Received:Received:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; Original-Received: (qmail 8042 invoked from network); 28 May 2012 21:47:45 +0200 Original-Received: from hsi-kbw-149-172-53-184.hsi13.kabel-badenwuerttemberg.de (HELO Ixchel.fritz.box) (149.172.53.184) by thesan.fiee.net with ESMTPSA (AES128-SHA encrypted, authenticated); 28 May 2012 21:47:45 +0200 In-Reply-To: <4FC3B571.3090109@wxs.nl> X-Mailer: Apple Mail (2.936) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=178.77.74.245; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NHfvLK6l - 09b4605bd4bc - 20120528 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.13 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 Xref: news.gmane.org gmane.comp.tex.context:76503 Archived-At: Am 2012-05-28 um 19:27 schrieb Hans Hagen: > \startpostponing > > might help (you can add [pagenumber] or [+pagenumber] if needed) Oh, of course, Philipp Gesang recently reminded me. I would like to use \startpostponing[right], but fixed pages are ok. This works: \starttext \startpostponing[3] \section{Tufte} \input tufte \strut = \page \strut = \page = \section{More Tufte} \input tufte = \page \stoppostponing \dorecurse{30}{ \section{Knuth \recurselevel} \input knuth } \stoptext But if I try to put graphics in layers within the postponing, I get = empty pages. Further, if I put that postponing stuff into a macro (see below), I = get errors about \par ending the buffer. I guess I=92d need some = unexpanding, but where? Without \def, I get 2 (instead of 3) empty pages, but with page = numbers. I need to switch off the pagenumbering for the first two = pages (because it=92s a transparent page that doesn=92t count); it=92s = probably also a problem fixed-page postponing... \def\DoublePicAt#1#2{ \startpostponing[#2] \setuppagenumbering[state=3Dstop]\setuppagenumber[state=3Dstop] = \resetlayer[bg] \setlayer[bg]{\externalfigure[#1][height=3D\dimexpr(\paperheight+6mm)]} \setupbackgrounds[page][background=3Dbg] \strut = \page %[right] doesn=92t work \strut = \page = \setuppagenumber[state=3Dstart] = \resetlayer[bg] \setlayer[bg]{\externalfigure[#1-hg][height=3D\dimexpr(\paperheight = +6mm)]} \setupbackgrounds[page][background=3Dbg] \strut = \page \setuppagenumbering[state=3Dstart] \stoppostponing } Thanks in advance! Greetlings, Hraban ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________