From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28741 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: frontmatter Date: Wed, 21 Jun 2006 22:49:04 +0200 Message-ID: <4499B0C0.3030800@boede.nl> References: <4499A5E6.16019.13C8C4@wwl.musensturm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1150922977 16494 80.91.229.2 (21 Jun 2006 20:49:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jun 2006 20:49:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 21 22:49:35 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1Ft9de-0002Fw-Ma for gctc-ntg-context-518@m.gmane.org; Wed, 21 Jun 2006 22:49:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93BEC1281C; Wed, 21 Jun 2006 22:49:26 +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 30539-05-2; Wed, 21 Jun 2006 22:49:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C833F12815; Wed, 21 Jun 2006 22:49:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0EDF812815 for ; Wed, 21 Jun 2006 22:49:10 +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 32602-02 for ; Wed, 21 Jun 2006 22:49:08 +0200 (CEST) Original-Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by ronja.ntg.nl (Postfix) with SMTP id EDF141280F for ; Wed, 21 Jun 2006 22:49:07 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr10.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5LKn60l095693 for ; Wed, 21 Jun 2006 22:49:06 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: mailing list for ConTeXt users In-Reply-To: <4499A5E6.16019.13C8C4@wwl.musensturm.de> X-Virus-Scanned: by XS4ALL Virus Scanner X-MIME-Autoconverted: from 8bit to quoted-printable by smtp-vbr10.xs4all.nl id k5LKn60l095693 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:28741 Archived-At: Hi Wolfgang, I tried your code. Indeed there is no blank page after the "Schmutztitel". So you need to add to the \startstandardmakeup[page=3Dyes]. - Something = fuzzy is at hand with grid=3Dyes. If you comment this line then the output is as expected. Willi wwl@musensturm.de wrote: > Hallo! > > I am trying to use 'standardmakeup' to produce 'Schmutztitel'-page > with a following blank page. I think this is what = > \start\stopstandardmakeup is for (in doublesided environments). > > But the example bellow has first a blank page and then = > 'Schmutztitel'. > > There is a fourth blank page too. > > ------------------------- > \setuppagenumbering [alternative=3Ddoublesided] > \setuplayout [ > footer=3D.04\paperheight, %1 > grid=3Dyes, %2 > marking=3Don, > location=3Dmiddle, > width=3Dmiddle, > height=3Dmiddle] > \starttext > \startfrontmatter %3 > \startstandardmakeup > Schmutztitel > \stopstandardmakeup > \stopfrontmatter %3 > bla > \stoptext > ------------------------- > > My experiments: > > - a space-char between 'doublesided' and ']' removes the last blank = > page (strange). > > - uncommenting the lines in position 1,2,3 exclusivly results in the = > correct behaviour. > > I would like to understand what the problem is and why, for example, = > uncommenting frontmatter solves the problem. > > I thought frontmatter is the place to do title-things and so. > > Gr=FC=DFe, Wolfgang > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > =