From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14072 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: \combinepages with negative distance Date: Tue, 18 Nov 2003 16:18:22 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20031118151821.GA27792@physik.fu-berlin.de> 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 1069169162 31465 80.91.224.253 (18 Nov 2003 15:26:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 15:26:02 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 18 16:26:00 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 1AM7js-0004wX-00 for ; Tue, 18 Nov 2003 16:26:00 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 42AD910B24; Tue, 18 Nov 2003 16:25:56 +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 6A32B10ACD for ; Tue, 18 Nov 2003 16:18:28 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id hAIFIM8689460; Tue, 18 Nov 2003 16:18:28 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AM7cU-0007JB-00; Tue, 18 Nov 2003 16:18:22 +0100 Original-To: ntg-context@ntg.nl Content-Disposition: inline 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:14072 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14072 Hi, I have a A5 document (as PDF file) which should be nx=2,ny=1 placed on a landscape A4 paper. The problem is that I want to have more whitespace on the left side for stapleing/punching which can easiest be done by letting the included pages overlap. I tried distance=-4cm but it didn't work as expected. Desired result: +---+-------------+------------+ | | first a5 . | second a5 | | | . | | | | . | | | | . | | +---+-------------+------------+ | ^^^ - included pages overlap | extra wide margin I tried: \setuppapersize[a5,landscape][a4,landscape] \combinepages[main.pdf][nx=2,ny=1,frame=on,distance=-4cm] Tobias