When used together, as in the MWE, the text might be plagued of identical numbered marks, that is rather confusing.
I want to have marks in this MWE ordered from 1 to 9 instead of three indistinguishable series from 1 to 3.
More clever solutions (using marks of different colors, mixing arabic and roman numbers with alphabetic marks, other that you can imagine ...) are also welcome.
\documentclass{article}
\usepackage{sidenotes}
\usepackage{endnotes}
\begin{document}
See the sidenote\sidenote{A side note} and the footnote \footnote{A foot note}.
See the sidenote\sidenote{A side note} and the footnote \footnote{A foot note}.
See the endnote\endnote{An end note}. See the endnote\endnote{An end note}.
See the note\sidenote{A side note} (of what type?) and the
note\footnote{A foot note}(what type?) and the note\endnote{An end note}
(where?).
\theendnotes
\end{document}
