From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30705 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: \setuppapersize[XY] not working properly with landscape orientation Date: Thu, 07 Sep 2006 21:22:56 +0200 Message-ID: <45007190.7030105@boede.nl> References: <6faad9f00609070545o70585fa1ra8358834924510f2@mail.gmail.com> 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 1157657026 6298 80.91.229.2 (7 Sep 2006 19:23:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 19:23:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 07 21:23:43 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 1GLPT4-0004vf-LY for gctc-ntg-context-518@m.gmane.org; Thu, 07 Sep 2006 21:23:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3EAF1FE76; Thu, 7 Sep 2006 21:23: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 03194-03; Thu, 7 Sep 2006 21:23:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC5541FD81; Thu, 7 Sep 2006 21:23:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1A70D1FD81 for ; Thu, 7 Sep 2006 21:23:04 +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 03743-01 for ; Thu, 7 Sep 2006 21:22:58 +0200 (CEST) Original-Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by ronja.ntg.nl (Postfix) with SMTP id 9D19E1FD26 for ; Thu, 7 Sep 2006 21:22:57 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr2.xs4all.nl (8.13.6/8.13.6) with ESMTP id k87JMuIU017958 for ; Thu, 7 Sep 2006 21:22:56 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f00609070545o70585fa1ra8358834924510f2@mail.gmail.com> X-Virus-Scanned: by XS4ALL Virus Scanner 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:30705 Archived-At: Hi, Indeed there is a calculation problem. Even if you define your papersize as a landscape paper with \definepapersize[Mylandscape][height=210mm, width=297mm] the calculation is incorrect. Apparently the problem is not related to the option "landscape" or "rotated". Willi Mojca Miklavec wrote: > Hello, > > \setuppapersize[XY] is not working properly when paper orientation is > landscape. The following code results in pages of dimensions 29.5 x > 29.5 cm: > > \setuppapersize > [XY][A4,landscape] > \setuppaper > [nx=3,ny=1] > \setuparranging > [XY] > > \showframe > > \starttext > > second page > \page > last page > \page > first page > \page > content in > \page > the middle > \page > three pages > > \stoptext > > I also have an additional question: I can use > \setupbackgrounds > [page] > [background=...] > for single pages which works perfectly. But how can I place a > background figure on the "whole page" (i.e. spanning across the > "middle three 'conceptual' pages", which is the "second page" when > printed on paper) > > Thank you, > Mojca > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >