From an MWE like this:
\documentclass{report}
\usepackage[backref,totoc=chapter,counter-format=Roman,split=chapter]{enotez}
\setenotez{split-title={\chaptername\ <ref>}}
\begin{document}
\chapter{Introduction}
Some text with an endnote.\endnote{Once upon a time\dots}
\printendnotes
\end{document}
I get the following:
Is there a way to get the chapter name also? Ie: Chapter 1 -- Introduction. I found this answer, but it only works within the current chapter or section... The enotez manual has also not been of much help...
Thank you in advance.


– wmnorth Oct 14 '19 at 01:11\makeatletter \apptocmd{\@chapter}{% \expanded{\noexpand\label{ch:\arabic{chapter}}}% }{}{} \makeatother