I've tried some of the usual methods (such as changing footnotestep and redefining footnoterule), but they don't seem to work with reledmac. If possible, I'd like to change (1) the space above and below the footnote rule of each series of critical notes, and (2) the space between footnotes.
Edit: \Xafterrule[]{} and \Xbeforenotes[]{} are the answer to my first question, but \Xafternote[]{} doesn't work as expected.
\documentclass{article} \usepackage{polyglossia,fontspec,xunicode} \setmainlanguage{latin} \usepackage{reledmac} \usepackage{lipsum} \Xbeforenotes[A]{10pt} % adds space above footnote rule \Xafterrule[A]{10pt} % adds space after the rule \Xafternote[A]{10pt} % does NOT add space in between notes \begin{document} \beginnumbering \pstart \edtext{Lorem}{ \Afootnote{A critical note} % space between this note and the rule, and above the rule \Bfootnote{Critical note in series B}} \edtext{ipsum}{ \Afootnote{Another critical note} % space between this and the first Afootnote \Bfootnote{Other critical note in series B}} \lipsum*[1-6] \pend \endnumbering \end{document}
\Xafternotemeans for the horizontal space added at the end of an individual paragraphed note (it is documented on 6.10.1 > 6.10 is "Options for paragraphed footnotes"). So it can't be the vertical space between footnote series. If you want to control the vertical space vertical between two normal footnote, please open an issue. It is not yet possible in reledmac 2.6.0. But it should be easy to implement it.