From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14076 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: \combinepages with negative distance Date: Tue, 18 Nov 2003 22:38:54 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20031118213853.GA22894@physik.fu-berlin.de> References: <20031118151821.GA27792@physik.fu-berlin.de> <6.0.0.22.1.20031118211154.01b91ab0@digitpaint.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069192033 19097 80.91.224.253 (18 Nov 2003 21:47:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 21:47:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 18 22:47:11 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMDgl-0000HG-00 for ; Tue, 18 Nov 2003 22:47:11 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9B55210B28; Tue, 18 Nov 2003 22:47:06 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 752F310B27 for ; Tue, 18 Nov 2003 22:39:17 +0100 (MET) Original-Received: from warp9.physik.fu-berlin.de (warp9.physik.fu-berlin.de [160.45.32.243]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id hAILcu8761164; Tue, 18 Nov 2003 22:38:56 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by warp9.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AMDYk-00066W-00; Tue, 18 Nov 2003 22:38:54 +0100 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <6.0.0.22.1.20031118211154.01b91ab0@digitpaint.nl> User-Agent: Mutt/1.3.28i Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14076 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14076 Hello, On Tue, Nov 18, 2003 at 09:15:07PM +0100, Willi Egger wrote: > At 16:18 18.11.2003, Tobias wrote: > > \setuppapersize[a5,landscape][a4,landscape] > > \combinepages[main.pdf][nx=2,ny=1,frame=on,distance=-4cm] > After some puzzeling I can come up with the following solution: > \setuplayout > [header=0pt, > footer=1cm, > backspace=6cm, > topspace=3cm] > \starttext > \combinepages[main.pdf][nx=2,ny=1,frame=on,distance=2cm] > \stoptext Hmm, this shrinks the size of the included image, but I want to have two full A5 pages with overlap a bit ("negative" distance between the two included pages) thus I get more whitespace on one side (and loose some whitespace in the middle where the two included pages meet). Or in otherwords: I want to have this, but with distance=-1cm: \setupoutput[pdftex] \setuppapersize[a4,landscape][a4,landscape] \setuplayout [topspace=0.3cm, backspace=1cm, header=0pt, footer=0cm, leftedge=0pt, width=297mm, height=210mm] \setuppagenumbering[alternative=doublesided] \starttext \combinepages[main.pdf][nx=2,ny=1,frame=off,distance=0pt]\page \combinepages[out.pdf][nx=2,ny=1,frame=off,distance=0pt] \stoptext Tobias