From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20961 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: Re: setuphead Date: Wed, 22 Jun 2005 13:23:49 +0200 Message-ID: <42B94A45.2030901@student.kuleuven.be> References: <42B91D1F.70902@student.kuleuven.be> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119439192 32045 80.91.229.2 (22 Jun 2005 11:19:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 11:19:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 22 13:19:50 2005 Return-path: 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 1Dl3GR-0002Hj-DD for gctc-ntg-context-518@m.gmane.org; Wed, 22 Jun 2005 13:19:27 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D0FE127CD; Wed, 22 Jun 2005 13:25:40 +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 07882-02; Wed, 22 Jun 2005 13:25:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95F20127CC; Wed, 22 Jun 2005 13:23:40 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63421127CC for ; Wed, 22 Jun 2005 13:23:39 +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 07882-01 for ; Wed, 22 Jun 2005 13:23:38 +0200 (CEST) Original-Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45]) by ronja.ntg.nl (Postfix) with ESMTP id 89B75127CA for ; Wed, 22 Jun 2005 13:23:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 4B6E7137A90; Wed, 22 Jun 2005 13:23:38 +0200 (CEST) Original-Received: from octavianus.kulnet.kuleuven.ac.be (octavianus.kulnet.kuleuven.ac.be [134.58.240.71]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id A1D25137A2D; Wed, 22 Jun 2005 13:23:37 +0200 (CEST) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by octavianus.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 91E59AED83; Wed, 22 Jun 2005 13:23:37 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Mikael Persson , mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by KULeuven Antivirus Cluster X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20961 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20961 Thanks, I found my problem: I use somthing like: \chapter{text} some introduction \section{bla} some more text and then the section starts not at a new page. I think I should no use chapter with some text afterwards. Cheers Wolfgang Mikael Persson wrote: >On 6/22/05, Wolfgang Zillig wrote: > > >>Hello all, >> >>I think the solution is quite simple but I don't know how to do it. >>I want to start a new page with each section, so I tried: >> >> \setuphead[section][style=\bfb,tolerance=verytolerant,page=yes] >> >>but this does not work. What is is page=yes for? >> >>Thanks >> >>Wolfgang >> >> > >Hello Wolfgang, > >Your setup works on live.contextgarden.net, so there might be a >problem at your side. What it could be, I have no clue... >%%% file that works >\setuphead[section][style=\bfb,tolerance=verytolerant,page=yes] >\starttext >\section{The World} >Hello world! >\section{The confirm} >OK >\stoptext >%%% >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > > >