> On 8 Aug 2018, at 15:33, Robert Zydenbos <cont...@zydenbos.net> wrote:
> 
> A simple footnote question this time. I would like to print endnotes at the 
> end of every chapter in my book, and then reset the footnote counter so that 
> in the next chapter the first note will be ‘1’ again. I suppose this should 
> be done by means of \setupfootnotes – but with which parameter?

Like this (and I also agree that footnote/endnote setup is a bit complicated, 
but of course the concept is already quite complicated itself):

\setupnotation[endnote][way=bychapter]

\starttext

\chapter{One}

\dorecurse{20}{\input knuth\endnote{Endnote}}

\placenotes[endnote]

\chapter{Two}

\dorecurse{20}{\input knuth\endnote{Endnote}}

\placenotes[endnote]

\stoptext


Best wishes,

Taco


___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to