ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* endnotes grouped by chapter in a separate chapter
@ 2009-01-12  0:20 Jesse Alama
  2009-01-25 21:53 ` Jesse Alama
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Alama @ 2009-01-12  0:20 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: endnotes grouped by chapter in a separate chapter
  2009-01-12  0:20 endnotes grouped by chapter in a separate chapter Jesse Alama
@ 2009-01-25 21:53 ` Jesse Alama
  2009-01-26  8:32   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Alama @ 2009-01-25 21:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Just a re-ask (I've not been able to figure this out yet) for the
ConTeXt experts.

Jesse Alama <alama@stanford.edu> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: endnotes grouped by chapter in a separate chapter
  2009-01-25 21:53 ` Jesse Alama
@ 2009-01-26  8:32   ` Hans Hagen
  2009-01-26 20:39     ` Jesse Alama
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2009-01-26  8:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jesse Alama wrote:
> Just a re-ask (I've not been able to figure this out yet) for the
> ConTeXt experts.

in mkii there ar elimitations with respect to endnotes as they are 
collected in boxes like any note

in mkiv they can also be collected in lists and then can be filtered and 
reformatted (this is present in the experimental fotmat but not that 
tested)

> Jesse Alama <alama@stanford.edu> 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
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: endnotes grouped by chapter in a separate chapter
  2009-01-26  8:32   ` Hans Hagen
@ 2009-01-26 20:39     ` Jesse Alama
  0 siblings, 0 replies; 4+ messages in thread
From: Jesse Alama @ 2009-01-26 20:39 UTC (permalink / raw)
  To: ntg-context

Hans Hagen <pragma@wxs.nl> writes:

> Jesse Alama wrote:
>> Just a re-ask (I've not been able to figure this out yet) for the
>> ConTeXt experts.
>
> in mkii there ar elimitations with respect to endnotes as they are
> collected in boxes like any note
>
> in mkiv they can also be collected in lists and then can be filtered
> and reformatted (this is present in the experimental fotmat but not
> that tested)

That sounds promising.  How would I get started playing with the
experimental branch, and with this feature in particular?

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-26 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-12  0:20 endnotes grouped by chapter in a separate chapter Jesse Alama
2009-01-25 21:53 ` Jesse Alama
2009-01-26  8:32   ` Hans Hagen
2009-01-26 20:39     ` Jesse Alama

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).