From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14802 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Two questions about \subject vs \section Date: Mon, 23 Feb 2004 00:33:16 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040223003240.01c71ec0@localhost> References: <20040210110009.14896.56870.Mailman@ref.ntg.nl> <4028C87C.4040704@capdm.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1077525489 11438 80.91.224.253 (23 Feb 2004 08:38:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 08:38:09 +0000 (UTC) Cc: Duncan Hothersall Original-X-From: ntg-context-admin@ntg.nl Mon Feb 23 09:38:02 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvBbF-0006D6-00 for ; Mon, 23 Feb 2004 09:38:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E6DAA10B43; Mon, 23 Feb 2004 09:36:05 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 8EE7110B0D for ; Mon, 23 Feb 2004 09:28:55 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.nl (8.12.10/SQL-8.12.10-1/8.12.5) with ESMTP id i1N8UdOO007321; Mon, 23 Feb 2004 09:30:40 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 8A82C17D39; Mon, 23 Feb 2004 09:30:28 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id AA56717D44; Mon, 23 Feb 2004 08:30:18 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <4028C87C.4040704@capdm.com> Original-References: <20040210110009.14896.56870.Mailman@ref.ntg.nl> <4028C87C.4040704@capdm.com> X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.24.0.4; VDF 6.24.0.14 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14802 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14802 At 13:03 10/02/2004, you wrote: >Hello all. > >I have a series of documents which use \section to create a numbered >heading and \subject to create an unnumbered one. I would like the >unnumbered headings (the \subjects) to do put the titles in the running >heads and in the tables of contents, like the \sections do. I have >experimented with \setuphead but can't see how this can be done? \definehead [whatever] [subject] \setuphead [whatever] [incrementnumber=list] \starttext \placelist[section,whatever][criterium=all] \section{test} \subject{subject} \whatever{whatever} \section{test} \subject{subject} \whatever{whatever} \stoptext >A related question which might help me answer the first - where would I >find the default settings for things like \chapter and \subject, so that I >can see how they are originally set up and therefore how to make them >behave differently? The tex/context/base/*.tex files don't seem to contain >\definehead commands for these, so I assume they must be done in a >different way internally? \definesection cum suis Hans