The endnotes in my document are not linked.
- How can I link
endnotesand back to the original page? - How can I set the title of
theendnotesto zero without a vertical space?
MWE:
\documentclass[]{scrartcl}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{2}
\usepackage[english]{babel}
\usepackage{endnotes}
\let\endnote=\endnote{}
\def\enotesize{\footnotesize}
\counterwithin*{endnote}{section}
\renewcommand{\notesname}{}
\usepackage{blindtext}
\usepackage[]{hyperref}
\begin{document}
\tableofcontents
\section{This is the first Article 1}
\textbf{Hello all!} In this collection of different articles I need to put the footnotes to the end of each article. But these footnotes are not linked, and I would like to have also the backreference to the page of origine. Is this possible? Supplemental question: How to avoid the ``Title'' of endnotes and the resulting space, setting it to none with
\verb!\renewcommand{\notesname}{}! \endnote{comp. \url{https://tex.stackexchange.com/questions/238403/change-the-heading-for-endnotes}}
While editing this posting, I discovered the package \verb!endnotes-hy! Perhaps the solution? \endnote{comp. /usr/local/texlive/2022/texmf-dist/tex/latex/endnotes-hy/endnotes-hy.sty}
\blindtext\endnote{third footnote}
\subsection{First Subsection 1.1}
\blindtext\endnote{fourth footnote}
\blindtext\endnote{fifth footnote}
\subsection{Second Subsection 1.2}
\blindtext\endnote{sixth footnote}
\blindtext\endnote{seventh footnote}
\subsubsection{Here a Subsubsection 1.2.1}
\blindtext\endnote{eighth footnote}
\blindtext\endnote{ninth footnote}
\subsection{Annotations}
\begingroup
\parindent 0pt
\parskip 0pt
\theendnotes
\endgroup
\section{This is the second Article 2}
\blindtext\endnote{first footnote}
\blindtext\endnote{second footnote}
\subsection{Annotations}
\begingroup
\parindent 0pt
\parskip 0pt
\theendnotes
\endgroup
\end{document}
komafonts, comments etc and minimize it down to just the issue please? – JamesT Feb 12 '23 at 17:45endnotesyou can get hyperlinks for labeled notes withendnotes-hy. But if you want backlinks too, then you need eitherenotezorpostnotes. This summary is perhaps useful: https://tex.stackexchange.com/a/669532/105447. – gusbrs Feb 12 '23 at 19:23postnotesand perhapsenotez. – Marek Stepanek Feb 12 '23 at 21:01