From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28771 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: frontmatter Date: Thu, 22 Jun 2006 21:10:45 +0200 Message-ID: <449AEB35.10907@seznam.cz> References: <4499A5E6.16019.13C8C4@wwl.musensturm.de> <4499B0C0.3030800@boede.nl> <449A5FC0.9060500@seznam.cz> <449A99C9.9060105@wxs.nl> 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 1151003585 27360 80.91.229.2 (22 Jun 2006 19:13:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 19:13:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 22 21:13:04 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 1FtUbg-0007Ek-VD for gctc-ntg-context-518@m.gmane.org; Thu, 22 Jun 2006 21:12:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2B59612823; Thu, 22 Jun 2006 21:12:49 +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 15254-01; Thu, 22 Jun 2006 21:12:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3B961281A; Thu, 22 Jun 2006 21:10:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D5A811281A for ; Thu, 22 Jun 2006 21:10:45 +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 06640-04 for ; Thu, 22 Jun 2006 21:10:44 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 876FB12812 for ; Thu, 22 Jun 2006 21:10:44 +0200 (CEST) Original-Received: (qmail 31479 invoked from network); 22 Jun 2006 19:10:43 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@62.240.166.134) by tic.go.seznam.cz with ESMTPA; 22 Jun 2006 19:10:43 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: mailing list for ConTeXt users In-Reply-To: <449A99C9.9060105@wxs.nl> X-Antivirus: avast! (VPS 0624-0, 11.06.2006), Outbound message X-Antivirus-Status: Clean 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:28771 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: >> Willi Egger wrote: >> >>> Hi Wolfgang, >>> >>> 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