From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4648 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: fix pages Date: Fri, 11 May 2001 17:54:26 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20010511175426.00b79100@server-1> References: <3AFBF51C.3F524F9B@elektron.its.tudelft.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035395295 27440 80.91.224.250 (23 Oct 2002 17:48:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:48:15 +0000 (UTC) Cc: Context Mailinglist Original-To: "P. van Kranenburg" In-Reply-To: <3AFBF51C.3F524F9B@elektron.its.tudelft.nl> Xref: main.gmane.org gmane.comp.tex.context:4648 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4648 At 04:20 PM 5/11/01 +0200, P. van Kranenburg wrote: >Hello, > >Is it possible to fix a couple of pages (that are numbered >separately) at a certain point, but in such a way that the >original numbering and text continues after the inserted >pages. Something like: > >14 15 16 I II III IV V VI VII VIII 17 18 19 >or >30 31 32 I II III IV V VI VII VIII 33 34 35 > >I'm typesetting a book with one gathering (8 pages) with >colored illustrations. All the illustrations in the book >are numbered consecutively (outside the color-gathering are >black-and-white illustrations). So when I insert text and >illustrations before the color-gathering the numbers of >the color-illustrations should be different, but not the >(real) pagenumbers! > >Hope I'm clear enough (the english language is not my greatest skill) There are many ways to handle it, like this one: % output=pdftex \starttext \setupheadertexts[pagenumber] test \page test \page test \page \start \setuppagenumber[state=stop] \setupheadertexts[I] \startstandardmakeup[headerstate=start] color \stopstandardmakeup \setupheadertexts[II] \startstandardmakeup[headerstate=start] color \stopstandardmakeup \setupheadertexts[III] \startstandardmakeup[headerstate=start] color \stopstandardmakeup \setupheadertexts[IV] \startstandardmakeup[headerstate=start] color \stopstandardmakeup \setupheadertexts[V] \startstandardmakeup[headerstate=start] color \stopstandardmakeup \setuppagenumber[state=start] \stop test \page test \page test \stoptext alternatively one can do things like: \setuppagenumber[number=-8], use subpage numbers for counting the roman range, but this is probably overkill for what you want. you may need to add doublesided=no to the settings of standard makeup. Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------