From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22382 Path: news.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: Re: Using newly defined sections Date: Fri, 09 Sep 2005 19:55:43 +0200 Message-ID: <4321CC9F.2050208@creutzig.de> References: 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 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126288741 1452 80.91.229.2 (9 Sep 2005 17:59:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2005 17:59:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 09 19:58: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 1EDn85-0003wA-KZ for gctc-ntg-context-518@m.gmane.org; Fri, 09 Sep 2005 19:57:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59B1B1280C; Fri, 9 Sep 2005 19:57:37 +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 31323-04; Fri, 9 Sep 2005 19:57:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4C63412812; Fri, 9 Sep 2005 19:55:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D40FD12812 for ; Fri, 9 Sep 2005 19:55:50 +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 31323-02-3 for ; Fri, 9 Sep 2005 19:55:49 +0200 (CEST) Original-Received: from mailgate.uni-paderborn.de (mailgate.uni-paderborn.de [131.234.22.32]) by ronja.ntg.nl (Postfix) with ESMTP id E71D11280C for ; Fri, 9 Sep 2005 19:55:49 +0200 (CEST) Original-Received: from p548b1581.dip0.t-ipconnect.de ([84.139.21.129] helo=[192.168.1.2]) by mailgate.uni-paderborn.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1EDn7B-0006u7-AO for ntg-context@ntg.nl; Fri, 09 Sep 2005 19:56:41 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.92.0.0 X-UNI-PB_FAK-EIM-MailScanner-Information: Please see http://imap.uni-paderborn.de for details X-UNI-PB_FAK-EIM-MailScanner: Found to be clean X-UNI-PB_FAK-EIM-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.208, required 4, AUTH_EIM_USER -5.00, RCVD_IN_NJABL_DUL 1.66, RCVD_IN_SORBS_DUL 0.14) X-MailScanner-From: christopher@creutzig.de 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:22382 Archived-At: Elliot Clifton wrote: > sectioning. I understand that it is possible to create a new type of > section using \definesection and setup section but how do I insert an > instance of my new section into my documents? With predefined sections > I can use commands such as \section, \chapter, etc.. You do exactly the same thing with your new section types: \definesection[Abschnitt][section] \Abschnitt{whatever the title is supposed to be} http://wiki.contextgarden.net/Titles contains some examples; also see http://archive.contextgarden.net/message/20030115.202301.b3898ec2.en.html and note that you can define a command for both the actual title and the toc entry formatting, so you can get the authors' names to there, too. Christopher