From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13669 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: extra page in pdf Date: Wed, 1 Oct 2003 10:42:43 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20031001084243.GA10208@physik.fu-berlin.de> References: <20031001063348.9857.qmail@smtp-int.net.ipl.pt> <007801c387e9$ad29e6c0$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1064998944 4848 80.91.224.253 (1 Oct 2003 09:02:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2003 09:02:24 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Oct 01 11:02:22 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 1A4csI-0006UX-00 for ; Wed, 01 Oct 2003 11:02:22 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0106B10AF1; Wed, 1 Oct 2003 11:02:17 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id 7ECE910ACC for ; Wed, 1 Oct 2003 10:42:45 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by down.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id h918ghs1487951; Wed, 1 Oct 2003 10:42:43 +0200 (CEST) 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 1A4cZH-0002go-00; Wed, 01 Oct 2003 10:42:43 +0200 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <007801c387e9$ad29e6c0$0100a8c0@vademecum> 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:13669 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13669 Hello, On Wed, Oct 01, 2003 at 08:51:26AM +0200, Willi Egger wrote: > Gonçalo Morais wrote > > usually I will have an extra empty page as the last page of the document. > > How can I cut it out or avoid it? > Could you be more specific? - Normally you will get an empty page when in > doublesided mode i.e. when saying > \setuppagenumbering[alternative=doublesided] or things like > \setuplayout[location=doublesided] Another possibility is if you use frontmatter, bodymatter, appendices etc. -- if you combine this with doublesided you can even get a odd number of pages. In this case the solution is: \setupsectionblock[frontpart] [page=] \setupsectionblock[bodypart] [page=] \setupsectionblock[backpart] [page=] \setupsectionblock[appendixpart][page=] Tobias