From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39990 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: page numbering question Date: Wed, 9 Apr 2008 16:14:17 +0200 Message-ID: <115224fb0804090714r76bcc37v882ef0fa6576e759@mail.gmail.com> References: <5.1.0.14.2.20080409092420.0203d118@pop.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207750549 9775 80.91.229.12 (9 Apr 2008 14:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 14:15:49 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 09 16:16:18 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1Jjb5w-0007Os-AJ for gctc-ntg-context-518@m.gmane.org; Wed, 09 Apr 2008 16:16:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 119401FC20; Wed, 9 Apr 2008 16:15:33 +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 30466-04-3; Wed, 9 Apr 2008 16:14:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF04A1FB6B; Wed, 9 Apr 2008 16:14:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B93D1FC78 for ; Wed, 9 Apr 2008 16:14:52 +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 30574-02-11 for ; Wed, 9 Apr 2008 16:14:19 +0200 (CEST) Original-Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.179]) by ronja.ntg.nl (Postfix) with ESMTP id BC3881FB8F for ; Wed, 9 Apr 2008 16:14:18 +0200 (CEST) Original-Received: by ik-out-1112.google.com with SMTP id c29so199450ika.2 for ; Wed, 09 Apr 2008 07:14:18 -0700 (PDT) Original-Received: by 10.151.6.2 with SMTP id j2mr325722ybi.233.1207750457749; Wed, 09 Apr 2008 07:14:17 -0700 (PDT) Original-Received: by 10.150.49.21 with HTTP; Wed, 9 Apr 2008 07:14:17 -0700 (PDT) In-Reply-To: <5.1.0.14.2.20080409092420.0203d118@pop.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:39990 Archived-At: On Wed, Apr 9, 2008 at 4:29 PM, David C. Walden wrote: > Hi, > > I have been searching contextgarden.net and the > manuals at the Pragma website for more than an hour > now, and I have yet to find a way to have ConTeXt > decide in two-sided mode that the last page > of a book chapter is a even numbered page without > anything on it and therefore will also not have > a page number. I probably can manually effect > this by carefully inserting \setuppagenumber > commands which start and stop the state, but > that's not a very general solution. Will > someone please point me to appropriate documentation > or an example. You could insert a empty page with \page[empty] or \startstandardmakeup ... \stopsatndardmakeup. Yould integrate this in the normal document structure. \startcomponent test \setuppagenumbering[alternative=doublesided] \startfrontmatter \startstandardmakeup Title Page \stopstandardmakeup \stopfrontmatter \startbodymatter .. document ... \stopbodymatter \startbackmatter \startstandardmakeup \stopstandardmakeup \stopbackmatter \stopcomponent Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________