From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20958 Path: news.gmane.org!not-for-mail From: Mikael Persson Newsgroups: gmane.comp.tex.context Subject: Re: setuphead Date: Wed, 22 Jun 2005 11:19:26 +0200 Message-ID: References: <42B91D1F.70902@student.kuleuven.be> Reply-To: Mikael Persson , 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 1119431743 8971 80.91.229.2 (22 Jun 2005 09:15:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 09:15:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 22 11:15:41 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 1Dl1K2-0006YN-JN for gctc-ntg-context-518@m.gmane.org; Wed, 22 Jun 2005 11:15:02 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A8078127CC; Wed, 22 Jun 2005 11:21:14 +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 07007-02; Wed, 22 Jun 2005 11:21:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DED6F127C4; Wed, 22 Jun 2005 11:19:29 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 88241127C4 for ; Wed, 22 Jun 2005 11:19:28 +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 06984-02 for ; Wed, 22 Jun 2005 11:19:27 +0200 (CEST) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by ronja.ntg.nl (Postfix) with ESMTP id 84D8B127A8 for ; Wed, 22 Jun 2005 11:19:27 +0200 (CEST) Original-Received: by wproxy.gmail.com with SMTP id 50so195205wri for ; Wed, 22 Jun 2005 02:19:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jPu8Hj8z+UVPZKL0MuntSLriSD96f6Hh7YTl6BfbtryHDOqAKs7u8V1/0n4Sg+SF6a3D3XCS1cxJY21fqITRa6ZysJn4cK6hIRXzZYVB/jAG6u1/v/55j8YDUQcsqV9czhCeYBpzvAp7fz10qUcECx8tdcrkEZodxNcWbvuO7ag= Original-Received: by 10.54.101.10 with SMTP id y10mr337031wrb; Wed, 22 Jun 2005 02:19:26 -0700 (PDT) Original-Received: by 10.54.40.67 with HTTP; Wed, 22 Jun 2005 02:19:26 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <42B91D1F.70902@student.kuleuven.be> Content-Disposition: inline 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:20958 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20958 On 6/22/05, Wolfgang Zillig wrote: > Hello all, >=20 > 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: >=20 > \setuphead[section][style=3D\bfb,tolerance=3Dverytolerant,page=3Dyes] >=20 > but this does not work. What is is page=3Dyes for? >=20 > Thanks >=20 > 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=3D\bfb,tolerance=3Dverytolerant,page=3Dyes] \starttext \section{The World} Hello world! \section{The confirm} OK \stoptext %%%