Hi,

 

I have two questions regarding endnotes:

 

1. Is there a way to add a heading automatically to the endnotes placed with \placenotes[endnote]?

 

2. I reset the endnote number at each part. Is there a way to insert the title of the corresponding part heading to the endnotes?

 

I have searched the wiki and the mailing list, and I’ve found two relevant questions, but no answers.

https://www.mail-archive.com/ntg-context@ntg.nl/msg68490.html

https://www.mail-archive.com/ntg-context@ntg.nl/msg34163.html

 

Best,

Denis

 

===================================

\setuphead[part][placehead=yes]

\setupnotation

  [endnote]

  [way=bypart]

 

\starttext

 

\part{First Part}

asdf\endnote{asdf}

 

jklö\endnote{jklö}

 

 

\part{Second Part}

 

asdf\endnote{asdf}

 

jklö\endnote{jklö}

 

 

\placenotes[endnote]

 

\stoptext

=============================