From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17667 Path: main.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: \setuphead for chapter Date: Tue, 28 Dec 2004 21:27:25 +0100 Message-ID: References: Reply-To: VnPenguin , mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104265762 15590 80.91.229.6 (28 Dec 2004 20:29:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Dec 2004 20:29:22 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 28 21:29:16 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CjNy0-00061W-00 for ; Tue, 28 Dec 2004 21:29:16 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B0031279C; Tue, 28 Dec 2004 21:29:16 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20285-02; Tue, 28 Dec 2004 21:29:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2296C1277E; Tue, 28 Dec 2004 21:27:28 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0EA7A1277E for ; Tue, 28 Dec 2004 21:27:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20285-01 for ; Tue, 28 Dec 2004 21:27:26 +0100 (CET) Original-Received: from rproxy.gmail.com (unknown [64.233.170.198]) by ronja.ntg.nl (Postfix) with ESMTP id 26C871276B for ; Tue, 28 Dec 2004 21:27:26 +0100 (CET) Original-Received: by rproxy.gmail.com with SMTP id f1so340755rne for ; Tue, 28 Dec 2004 12:27:25 -0800 (PST) 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:references; b=YwqIZaoPig3XdSrfVCZAtIc40iqNfHg/39ipjlrtX0MVf+dl54fi/cxC+sd7hKBgv6wCxJr9CkunsHXVaY6d4thb01cBiD6fHRWNe0JtPf+gxc8HfS2FHsv2yX/YagWAtOSLg/SPCJ/VAhzKjWJt6vTy/gBvPahlsRTQFvLtOac= Original-Received: by 10.38.207.12 with SMTP id e12mr108490rng; Tue, 28 Dec 2004 12:27:25 -0800 (PST) Original-Received: by 10.38.67.14 with HTTP; Tue, 28 Dec 2004 12:27:25 -0800 (PST) Original-To: ConTeXt users In-Reply-To: X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17667 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17667 On Tue, 28 Dec 2004 21:11:20 +0100, VnPenguin wrote: > Hi all, > I'm trying to define chapter style like the following: > ------------------------------------------------------------------ > > Chapter 1 > > This is the name of chapter > > ------------------------------------------------------------------ > But I can't found the option of \setuphead which allows me insert a > "new line" (and a vertical space) between chapter number and chapter > name yet. > Oops, just found it myself with style={\blank....} Sorry, Q.