From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32433 Path: news.gmane.org!not-for-mail From: "Elliot Clifton" Newsgroups: gmane.comp.tex.context Subject: A couple of questions on heads. Date: Tue, 2 Jan 2007 23:18:57 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167779958 20045 80.91.229.12 (2 Jan 2007 23:19:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Jan 2007 23:19:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 03 00:19:16 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H1suX-0001Ia-3z for gctc-ntg-context-518@m.gmane.org; Wed, 03 Jan 2007 00:19:13 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EBA111FD59; Wed, 3 Jan 2007 00:16:35 +0100 (CET) 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 07548-02; Wed, 3 Jan 2007 00:16:31 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 286E21FE4D; Wed, 3 Jan 2007 00:16:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9748A1FE54 for ; Wed, 3 Jan 2007 00:16:28 +0100 (CET) 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 07566-01 for ; Wed, 3 Jan 2007 00:16:23 +0100 (CET) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by ronja.ntg.nl (Postfix) with SMTP id 0C83F1FD59 for ; Wed, 3 Jan 2007 00:16:21 +0100 (CET) Original-Received: by wx-out-0506.google.com with SMTP id h29so5935875wxd for ; Tue, 02 Jan 2007 15:18:57 -0800 (PST) Original-Received: by 10.90.89.5 with SMTP id m5mr14652536agb.1167779937391; Tue, 02 Jan 2007 15:18:57 -0800 (PST) Original-Received: by 10.90.36.8 with HTTP; Tue, 2 Jan 2007 15:18:57 -0800 (PST) Original-To: ntg-context Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32433 Archived-At: Hi, I'm still a relative newbie. I enjoy using ConTeXt and have achieved some great results with it, but some issues still trip me up. I'm typesetting a journal. I use \chapter to divide it into articles. I've defined my own heads, and I need to redefine \appendix, however despite reading the manual I cant get them behave as I want. Problems: 1. Each article may have appendices. I've tried defining my own 'appendix' head to replace the default one, but I can't decide which to use, should I derive from chapter or section? The problem with using section as the base, is that the count from my previous sections is inherited. I don't want numbers of the form 1.1, 1.2, etc, either. I want to number my appendices independently, starting from 1 without the chapter number. Also, I would like to use roman numerals. 2. I derived \Author from \section with expectation that \setupheadertexts[Papertitle][Author] would yield a header containing the author's name and the paper's title, however I get the title of the most recent section instead of the author. What can I do about this? thanks, Elliot