Skip to main content
Participant
January 27, 2025
Answered

Placing endnotes from many chapters at the end of a book

  • January 27, 2025
  • 1 reply
  • 414 views

I am preparing a book (InDesign Book) with multiple chapters (InDesign Documents) using endnotes.  At present the endnotes within each chapter are on a separate page at the end of the chapter.  The Endnote Positioning Options selected are - Scope: Document, Endnote Frame: On a New Page.  I would like the endnote numbering to be a single sequence throughout the book and all the endnotes from the whole book to be moved to a page after the last chapter of the book.  Can this be done?  If so, how?

Correct answer Peter Kahrel

Correct: InDesign doesn't do end-of-book notes if the chapters are in separate documents. Here's script to handle that:

https://creativepro.com/files/kahrel/indesign/endnotes-to-end-of-book-notes.html

 

There's another script to handle end-of-book notes:

https://github.com/AdobeInDesignScripts/adobe-community-scripts/tree/master/endnotes-to-end-of-book-notes

 

See which one fits your workflow better.

1 reply

Peter Kahrel
Community Expert
Peter KahrelCommunity ExpertCorrect answer
Community Expert
January 27, 2025

Correct: InDesign doesn't do end-of-book notes if the chapters are in separate documents. Here's script to handle that:

https://creativepro.com/files/kahrel/indesign/endnotes-to-end-of-book-notes.html

 

There's another script to handle end-of-book notes:

https://github.com/AdobeInDesignScripts/adobe-community-scripts/tree/master/endnotes-to-end-of-book-notes

 

See which one fits your workflow better.

PhilogosAuthor
Participant
January 28, 2025
Many thanks.
David