From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28747 Path: news.gmane.org!not-for-mail From: wwl@musensturm.de Newsgroups: gmane.comp.tex.context Subject: Re: frontmatter Date: Thu, 22 Jun 2006 08:52:44 +0200 Message-ID: <449A5A5C.2945.2D4D2AB@wwl.musensturm.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150961171 5706 80.91.229.2 (22 Jun 2006 07:26:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 07:26:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 22 09:26:09 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 1FtJZc-0007bB-KJ for gctc-ntg-context-518@m.gmane.org; Thu, 22 Jun 2006 09:25:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 984CA12803; Thu, 22 Jun 2006 09:25:56 +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 17860-06; Thu, 22 Jun 2006 09:25:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A62C11281E; Thu, 22 Jun 2006 08:50:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A807712803 for ; Thu, 22 Jun 2006 08:49:51 +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 17513-02 for ; Thu, 22 Jun 2006 08:49:50 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ronja.ntg.nl (Postfix) with SMTP id 2212E127D7 for ; Thu, 22 Jun 2006 08:49:49 +0200 (CEST) Original-Received: from [217.185.96.123] (helo=[217.185.96.123]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1FtJ0e2zax-0007iY; Thu, 22 Jun 2006 08:49:49 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:28747 Archived-At: > Hi Wolfgang, > > I tried your code. Indeed there is no blank page after the > "Schmutztitel". But a blank page before! > So you need to add to the \startstandardmakeup[page=yes]. - No that doesn't help. And it shouldn't be necessary. Right? > Something > fuzzy is at hand with grid=yes. > If you comment this line then the output is as expected. I know. I wrote that. I found 3 positions which, commenting this lines, correct the problem. But I don't understand WHY this helps and why the example doesn't works. > > > 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=doublesided] > > \setuplayout [ > > footer=.04\paperheight, %1 > > grid=yes, %2 > > marking=on, > > location=middle, > > width=middle, > > height=middle] > > \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??e, Wolfgang