From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28775 Path: news.gmane.org!not-for-mail From: wwl@musensturm.de Newsgroups: gmane.comp.tex.context Subject: Re: frontmatter Date: Fri, 23 Jun 2006 00:35:43 +0200 Message-ID: <449B375F.31685.63447D9@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 1151017044 6176 80.91.229.2 (22 Jun 2006 22:57:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 22:57:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 23 00:57:21 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 1FtY6q-0004LI-4O for gctc-ntg-context-518@m.gmane.org; Fri, 23 Jun 2006 00:57:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1DE37127FB; Fri, 23 Jun 2006 00:57:11 +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 24069-01; Fri, 23 Jun 2006 00:57:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76EDA12824; Fri, 23 Jun 2006 00:32:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD2C512805 for ; Fri, 23 Jun 2006 00:32:41 +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 10884-06 for ; Fri, 23 Jun 2006 00:32:38 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ronja.ntg.nl (Postfix) with SMTP id 9AADB127FB for ; Fri, 23 Jun 2006 00:32:37 +0200 (CEST) Original-Received: from [217.185.66.151] (helo=[217.185.66.151]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1FtXj20hJN-0001Qg; Fri, 23 Jun 2006 00:32:36 +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:28775 Archived-At: > >>> I tried your code. Indeed there is no blank page after the > "Schmutztitel". > >>> So you need to add to the \startstandardmakeup[page=yes]. - > Something > >>> > >> Moreover: > >> > >> page=yes|right|... makes the same page break setting to both > place: > >> start...matter and stop...matter. I ussually need a different > setting. > >> For now I am solving it by > >> > >> \setupsectionblock > >> [frontpart] > >> [page=right, > >> after={\setvalue{\??sb\@@sectionblock\c!page}{}}] > >> > > the problem has to do with an overflow of makeup in grid mode (due > to already present mark reset nodes); i uploaded a beta that > (hopefully) corrects the problem (thanks to taco for analyzing that > it was textheight related) > > > > Hans > > Good news the bug was fixed. > > What I proposed was not related to mentioned error. It just recalled > me > this problem of coupled 'page' option and the need to be split. > > Vit Can you make a little example where a split 'page' option is from use? Wolfgang