![Nota de rodapé em reledpar com ledgroups](https://rvso.com/image/348646/Nota%20de%20rodap%C3%A9%20em%20reledpar%20com%20ledgroups.png)
Estou usando o reledpar (maravilhoso!) para compor textos em colunas paralelas. Estou usando ledgroups para poder colocar notas de rodapé diretamente abaixo de cada coluna.
As notas de rodapé na coluna da direita colocam uma \footnoterule no lado esquerdo da página. Se eu tiver notas de rodapé em cada coluna, haverá duas regras, empilhadas uma sobre a outra.
Pergunta: Como posso me livrar completamente das regras? Redefinir \footnoterule parece não fazer nada.
MWE
\documentclass{memoir}
\usepackage{reledmac}
\usepackage[parledgroup]{reledpar}
\renewcommand{\thefootnoteB}{\alph{footnoteB}}% <-- differentiating leftside notes from right side notes. For some reason, using \footnoteA on the left side steps the count of \footnoteA on the right side, which I can’t allow!
\renewcommand{\footnoterule}{}% <-- Trying to get rid of footnote rules
\begin{document}
\begin{pairs}
\begin{Leftside}
\beginnumbering
\pstart
\begin{ledgroup}
Some left column text, with a footnote.\footnoteA{Left side footnote.}
\end{ledgroup}
\pend
\endnumbering
\end{Leftside}
\begin{Rightside}
\beginnumbering
\pstart
\begin{ledgroup}
Some right column text that is rather longer and has a footnote.\footnoteB{Why does the rule not appear above this note?}
\end{ledgroup}
\pend
\endnumbering
\end{Rightside}
\end{pairs}
\Columns
\end{document}
Responder1
Basta ligar \renewcommand{\footnoterule}{}
antes de carregar o reledmac.
No entanto, isso é um bug do reledpar. Você não deve ter a regra das duas notas de rodapé. Por favor, abra um problema no github (se bem me lembro, há outro bug com ledgroup paralelo).