When I have two ruler one for each footnote I have ruler, when i have only one series footnote on page. Question is is it possible to have just one ruler for A,B footnotes? No matter wat footnote i have A,B, or both only one ruler is drawn. Here is a MnotWE :)
\documentclass[]{article}
\usepackage[series={A,B},noeledsec]{reledmac}
\usepackage{perpage}
\arrangementX{paragraph}
\MakePerPage{footnoteA}
\MakePerPage{footnoteB}
\renewcommand\footnoteruleA{ %
\kern-3pt \hrule width 5.0cm \kern 2.6pt \par \hspace{2em}}
\renewcommand\footnoteruleB{ }
\renewcommand*{\thefootnoteB}{\roman{footnoteB}}
\begin{document}
\beginnumbering
\pstart
An footnote\footnoteA{footnoteA text}\footnoteB{footnoteB text}
and I don't need two rulers
\pend
\newpage
\pstart
Some text with A footnote\footnoteA{This is ok}
\pend
\newpage
\pstart
Some text with B footnote\footnoteB{I need ruler here}
\pend
\endnumbering
\end{document}
But MAYBE in the ANSWE to SE, I/someone found an algorithm with the already existing relesmac hook. But I don't think so.
– Maïeul Feb 08 '22 at 21:39