I would like the footnotes from the example to appear comma-separated where they are referenced in the text. The "multiple" option of footmisc should be able to do this, but it does not work. How can I make it work? Am I loading the packages wrongly?
thanks james
MWE:
\documentclass{article}
\usepackage[multiple]{footmisc}
\usepackage{bigfoot}
\DeclareNewFootnote[para]{R}[Roman]
\DeclareNewFootnote[para]{N}
\begin{document}
First sentence.\footnoteR{Here is a footnote.}\footnoteR{Here is another footnote.}\footnoteN{And another one.}\footnoteN{And moe.} And another one.
\end{document}

footmisccan cope with new footnote types defined withbigfootcommands. – egreg Jul 07 '12 at 19:27