With two-column footnotes using eledmac (based on this question), line spacing via setspace is applied to footnotes as well. How can I preserve single spacing in these two-column footnotes?
\documentclass[12pt]{article}
\usepackage[doublespacing]{setspace}
\usepackage{eledmac}
\usepackage{etoolbox}
\patchcmd{\twocolfootfmtX}{\raggedright}{}{}{}
\foottwocolX{A}
\let\footnote\footnoteA
\usepackage{microtype}
\usepackage{lipsum}
\begin{document}
\lipsum*[1]\footnote{\lipsum*[3-4]}\lipsum*[6-7] % text AND footnote are double-spaced!
\end{document}
AtoparagraphI get anunidentified control sequenceerror at\makeatother. – fpsvogel Nov 21 '15 at 15:38\arrangementX[B]{paragraph}? Simply adding this line then below it copying the lines from your example between\makeatletterandlet\footnote\footnoteA(inclusive) and changing them to refer toBcreates an error. – fpsvogel Nov 21 '15 at 15:51