I recently started to learn how to use memoir class and I get working most of things but one is still problematic: by default, there is a space between footnotes in memoir (like an empty line between them). I looked at the manual and saw that that should be regulated by \footnotesep (although not mentioned explicitely, I'm just assuming). But, whatever I do with \footnotesep, I can't get rid of that space/empty line. Any ideas?
Testing code:
Code: Select all
\documentclass{memoir}
\usepackage{lipsum}
\begin{document}
Test\footnote{\lipsum[1]}
Test\footnote{\lipsum[2]}
\end{document}