From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27160 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Re: chapter with letters rather than numbers? Date: Fri, 14 Apr 2006 09:02:40 +0200 Message-ID: <443F4910.4060509@nibua-r.org> 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: quoted-printable X-Trace: sea.gmane.org 1144998184 23669 80.91.229.2 (14 Apr 2006 07:03:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2006 07:03:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 14 09:03:03 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FUIKW-0005iq-SK for gctc-ntg-context-518@m.gmane.org; Fri, 14 Apr 2006 09:02:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E66C12796; Fri, 14 Apr 2006 09:02:56 +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 21406-03-5; Fri, 14 Apr 2006 09:02:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1442D1279A; Fri, 14 Apr 2006 09:02:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0663E1279A for ; Fri, 14 Apr 2006 09:02: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 21406-03-4 for ; Fri, 14 Apr 2006 09:02:48 +0200 (CEST) Original-Received: from 26.mail-out.ovh.net (26.mail-out.ovh.net [213.186.42.179]) by ronja.ntg.nl (Postfix) with SMTP id AE51B12796 for ; Fri, 14 Apr 2006 09:02:48 +0200 (CEST) Original-Received: (qmail 11198 invoked by uid 503); 14 Apr 2006 07:02:58 -0000 Original-Received: (QMFILT: 1.0); 14 Apr 2006 07:02:58 -0000 Original-Received: from b6.ovh.net (HELO mail55.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with SMTP; 14 Apr 2006 07:02:58 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 14 Apr 2006 07:02:22 -0000 Original-Received: from mail55.ha.ovh.net (10.0.50.55) by mail55.ha.ovh.net with SMTP; 14 Apr 2006 07:02:20 -0000 Original-Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 14 Apr 2006 07:02:20 -0000 Original-Received: from d213-103-243-187.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@213.103.243.187) by ns0.ovh.net with SMTP; 14 Apr 2006 07:02:20 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Ovh-Remote: 213.103.243.187 (d213-103-243-187.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|0.0|H 0.500001 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:27160 Archived-At: Hi Johannes, Use the following structure: \starttext \startfrontmatter \chapter{Introduction} % unnumbered chapter \input thuan \stoptfrontmatter \startbodymatter \chapter{How to obtain numbered chapters} \input knuth \chapter{Just like this} \input davis \stopbodymatter \startappendices % Within this one, you'll get "lettered" chapters \chapter{This is my first appendix} % work with \appendix{...} but dunno the difference since results look similar \input ward \chapter{See you soon on context IRC} \input zapf \stopappendices \startbackmatter \chapter{Unnumbered} % Yet Another Unnumbered chapter \stopbackmatter \stoptext Johannes Graumann a =E9crit : >Hi, > >How would I use \setuphead[chapter] to have consecutive letters rather than >numbers assigned to chapters (in my appendix)? > >Thanks for any hint, > >Joh > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > > > = >