There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked footnotes are not separated by commas, although the footmisc package with option multiple is used. Minimal not-working example:
\documentclass{article}
\usepackage[multiple]{footmisc}
\usepackage{hyperref}
\begin{document}
Text\footnote{Here is a footnote.}\footnote{Here is another footnote.}.
\end{document}
While \textsuperscript{,\,} between the footnote(mark)s would be possible, I am looking for some automatic solution. (The better, if it would also work for nested footnotes.)


footmiscmanual states very clearly thatfootmiscis incompatible withhyperrefshyperfootnotesoption. – lockstep Jan 04 '12 at 20:37