0

I want to put my footnotes at the end, so I use endnoes (as here: https://tex.stackexchange.com/a/56146/89786). But I would also like to be able to put several endnotes at the same point, just like with the footnotes (see here: https://tex.stackexchange.com/a/28467/89786)

My Naive attempt is to try:

\documentclass{article}
\usepackage[multiple]{footmisc}
\usepackage{endnotes}

\let\footnote=\endnote

\begin{document}

Some text.\footnote{A footnote}\footnote{And another one.}

\newpage

\theendnotes

\end{document}

But this not not produces the 'comma' separation i desire.

Any suggestions?

0 Answers0