From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22262 Path: news.gmane.org!not-for-mail From: Elliot Clifton Newsgroups: gmane.comp.tex.context Subject: Using newly defined sections Date: Fri, 2 Sep 2005 18:36:14 +0100 Message-ID: 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: quoted-printable X-Trace: sea.gmane.org 1125682832 7819 80.91.229.2 (2 Sep 2005 17:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2005 17:40:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 02 19:40:24 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 1EBFUY-0007ql-Lh for gctc-ntg-context-518@m.gmane.org; Fri, 02 Sep 2005 19:38:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6EEF6127FF; Fri, 2 Sep 2005 19:38:18 +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 25126-01; Fri, 2 Sep 2005 19:38:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E9BE6127A9; Fri, 2 Sep 2005 19:36:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA949127A9 for ; Fri, 2 Sep 2005 19:36:16 +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 25046-01-2 for ; Fri, 2 Sep 2005 19:36:15 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by ronja.ntg.nl (Postfix) with ESMTP id C4B48127A2 for ; Fri, 2 Sep 2005 19:36:14 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id n15so226934nfc for ; Fri, 02 Sep 2005 10:36:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C6mZaCcypepknhUHUb6VKkCnD91Vnax5JmxEo7rBh2zOnk8k9kBjOyoL4sKwPaJJ7Uc5KaBE9+KO2hhsMjHREoK+yWXyZf0kG4XA1PJepZUPwG+DyqUubmcC9pYpz2DvS+fgvFFsUwoR4vq02wNfo06PhkaxOmuoGIn4q76XqsU= Original-Received: by 10.49.2.10 with SMTP id e10mr173682nfi; Fri, 02 Sep 2005 10:36:14 -0700 (PDT) Original-Received: by 10.48.157.13 with HTTP; Fri, 2 Sep 2005 10:36:14 -0700 (PDT) Original-To: ntg-context@ntg.nl 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:22262 Archived-At: Hi, I'm a ConTeXt newbie. I've read the read the chapter of the manual on 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.. The reason I want to define and use a new section is so that I may use it as a substitute for LaTeX's \author. I'm publishing an academic journal for which I need to be able to include author's' names in the header and in the TOC. Defining a new section seemed to be the obvious solution, but I don't know how to put it into practice. If create a new section how do I put it to use in my documents? Any suggestions? Elliot