From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27162 Path: news.gmane.org!not-for-mail From: Johannes Graumann Newsgroups: gmane.comp.tex.context Subject: Re: chapter with letters rather than numbers? Date: Fri, 14 Apr 2006 00:10:26 -0700 Organization: Die Guten Message-ID: References: <443F4910.4060509@nibua-r.org> 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 1144999031 25739 80.91.229.2 (14 Apr 2006 07:17:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2006 07:17:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 14 09:17:07 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 1FUIY8-0007id-1q for gctc-ntg-context-518@m.gmane.org; Fri, 14 Apr 2006 09:17:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8FF83127A8; Fri, 14 Apr 2006 09:16:59 +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 31293-02; Fri, 14 Apr 2006 09:16:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0776F1279B; Fri, 14 Apr 2006 09:15:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C46ED1279B for ; Fri, 14 Apr 2006 09:15:12 +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 29550-08 for ; Fri, 14 Apr 2006 09:15:10 +0200 (CEST) Original-Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by ronja.ntg.nl (Postfix) with SMTP id 57C2D1279A for ; Fri, 14 Apr 2006 09:15:10 +0200 (CEST) Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id EC19C1F63AFB for ; Fri, 14 Apr 2006 09:15:09 +0200 (CEST) Original-Received: from [131.215.35.27] (helo=iluvatar.caltech.edu) by smtp07.web.de with asmtp (TLSv1:EXP1024-RC4-SHA:128) (WEB.DE 4.106 #94) id 1FUIWL-0001rs-00 for ntg-context@ntg.nl; Fri, 14 Apr 2006 09:15:09 +0200 Original-To: mailing list for ConTeXt users Original-Lines: 62 User-Agent: KNode/0.10.2 X-Sender: johannes_graumann@web.de 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:27162 Archived-At: Thanks Renaud ... put me on the right path - this should be automatically the way I want it to and "he who seeks shall find" see: I had a typo in my XML mappings: '\defineXMLenvironment[apendices]' will NEVER match '' ;0) Joh Renaud AUBIN wrote: > = > 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 >> >> >> = >>