From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/47019 Path: news.gmane.org!not-for-mail From: Jesse Alama Newsgroups: gmane.comp.tex.context Subject: Re: endnotes grouped by chapter in a separate chapter Date: Sun, 25 Jan 2009 13:53:24 -0800 Message-ID: References: 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: ger.gmane.org 1232920519 8508 80.91.229.12 (25 Jan 2009 21:55:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2009 21:55:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 25 22:56:31 2009 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 1LRCxz-00044w-Nj for gctc-ntg-context-518@m.gmane.org; Sun, 25 Jan 2009 22:56:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 055C21FDDB; Sun, 25 Jan 2009 22:55:12 +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 29334-01; Sun, 25 Jan 2009 22:54:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 410951FD91; Sun, 25 Jan 2009 22:54:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E66B21FD91 for ; Sun, 25 Jan 2009 22:54:05 +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 23619-04 for ; Sun, 25 Jan 2009 22:53:28 +0100 (CET) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by ronja.ntg.nl (Postfix) with ESMTP id 8BC571FC43 for ; Sun, 25 Jan 2009 22:53:28 +0100 (CET) Original-Received: from smtp-roam.stanford.edu (smtp-roam2.Stanford.EDU [171.67.22.72]) by filter4-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n0PLrQFi007288 for ; Sun, 25 Jan 2009 22:53:27 +0100 Original-Received: from smtp-roam.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id C61B138C132; Sun, 25 Jan 2009 13:53:25 -0800 (PST) Original-Received: from localhost (c-24-130-18-107.hsd1.ca.comcast.net [24.130.18.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: alama) by smtp-roam.stanford.edu (Postfix) with ESMTP id F1B1438C122; Sun, 25 Jan 2009 13:53:24 -0800 (PST) In-Reply-To: (Jesse Alama's message of "Sun, 11 Jan 2009 16:20:02 -0800") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.3 (darwin) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=171.67.22.72; country=US; region=CA; city=Stanford; postalcode=94305; latitude=37.4178; longitude=-122.1720; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4178,-122.1720&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 170255691 - bfcf0e1bf678 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:47019 Archived-At: Just a re-ask (I've not been able to figure this out yet) for the ConTeXt experts. Jesse Alama writes: > I'd like to have endnotes placed in an appendix. I would like that > appendix not to be one large list of notes; instead, I would like the > notes to be grouped into sections within the appendix. Currently, I'm > aware of > > \setupnotes[endnote][way=bychapter] > > and > > \placenotes[endnote] > > This setup produces a list of notes labeled in ascending numerical > order, with numbering reset by chapters. > > Appendix A: Notes > > 1 Note from chapter 1. > 2 Second note from chapter 1. > 3 Third note from chaper 1. > 1 First note from chapter 2. > 2 Second note from chapter 2. > 1 First note from chapter 3 > ... > > I'd like to have the endnotes grouped by chapter and displayed something > like this > > Appendix A: Notes > > Notes from Chapter 1: My Great Chapter > > 1 Note from chapter 1. > 2 Second note from chapter 1. > 3 Third note from chaper 1. > > Notes from Chapter 2: My Second Great Chapter > > 1 First note from chapter 2. > 2 Second note from chapter 2. > > Notes from Chapter 3: ... > > ... > > I've looked through the mailing list and the wiki, but I've not been > able to find out how to accomplish what I'm after. Any ideas? > > Thanks, > > Jesse -- Jesse Alama (alama@stanford.edu) ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________