From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17670 Path: main.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: \setuphead for chapter Date: Wed, 29 Dec 2004 13:03:13 +0100 Message-ID: References: <41D2764F.3040001@wxs.nl> 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 1104321913 21487 80.91.229.6 (29 Dec 2004 12:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Dec 2004 12:05:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 29 13:05:08 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 1CjcZg-0004xl-00 for ; Wed, 29 Dec 2004 13:05:08 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0CF6127A1; Wed, 29 Dec 2004 13:05:07 +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 24955-01; Wed, 29 Dec 2004 13:05:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 149781277C; Wed, 29 Dec 2004 13:03:17 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 625241277C for ; Wed, 29 Dec 2004 13:03:15 +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 24814-01 for ; Wed, 29 Dec 2004 13:03:14 +0100 (CET) Original-Received: from rproxy.gmail.com (unknown [64.233.170.206]) by ronja.ntg.nl (Postfix) with ESMTP id 710091277B for ; Wed, 29 Dec 2004 13:03:14 +0100 (CET) Original-Received: by rproxy.gmail.com with SMTP id f1so396407rne for ; Wed, 29 Dec 2004 04:03:13 -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=qd4L2pQj8O8a/JHrWGoOxNqYEGdCCidJ23MJWTOabyK/LGCZsBeQGVsm/N9z6JXy388GCxSyNWedzC72d4FizCA+15n/1PjLrAO2JvHIOr/ftwbMl/hRW456NHUGJR9ZcQBPDqWOq7Ii7y3+RAmWIk17+P/kmvYCygAfFKcQmnA= Original-Received: by 10.38.9.30 with SMTP id 30mr115364rni; Wed, 29 Dec 2004 04:03:13 -0800 (PST) Original-Received: by 10.38.67.14 with HTTP; Wed, 29 Dec 2004 04:03:13 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: <41D2764F.3040001@wxs.nl> 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:17670 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17670 On Wed, 29 Dec 2004 10:18:07 +0100, Hans Hagen wrote: > 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. > > > > Any help will be appreciated, > > \def\MyChapterCommand#1#2{#1\blank#2} > > \setuphead[chapter][command=\MyChapterCommand] Oh, I should learn that now :) Thank you for your help, Q.