reledmac:使用 \ledsidenote + \edtabular 在 endnote-apparatus 中清空条目

reledmac:使用 \ledsidenote + \edtabular 在 endnote-apparatus 中清空条目

我在环境中使用\doendnotesbysection{X}并遇到了问题\Xendnote\edtabular同一节中的a \ledsidenote:在尾注装置中出现空条目。

这里是 MWE:

\documentclass[12pt,a4paper]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}

\usepackage{reledmac}
\usepackage{reledpar}
\linenummargin{inner} 
\sidenotemargin{outer} 

\let\Bfootnoterule=\relax
\Xnotenumfont[B]{\bfseries}
\Xendnotenumfont[B]{\bfseries}
\Xendparagraph[B]
\Xendbeforepagenumber[B]{}
\Xendafterpagenumber[B]{}
\Xendlemmaseparator[B]{\rbracket}
\renewcommand*{\printnpnum}[1]{} % Keine Seitenzahlen in Endnotes
\Xtwolines[B]{f.}
\Xtwolinesbutnotmore[B]
\Xendtwolines[B]{f.}
\Xendtwolinesbutnotmore[B]


\begin{document}

\subsubsection{Example} % it's a subsubsection to simulate my original document.
\beginnumbering
\pstart\noindent
\ledsidenote{[52r]}%
    Figura testimoniorum planetarum in 12 domibus eorum, quantas habeant uirtutes, quilibet in qualibet.
\pend
\bigskip
\pstart
    \begin{center}
        \begin{edtabularl}
            Pro domo & & 52 & \\
            Pro exaltatione & & 43 & \\
            Pro triplicitate & & 34 & 
            \edtext{Ptolemaei}{
                \Bfootnote{Ptolomei}} \\
            Pro termino & & 21 & \\
            Pro facie & \edatright[\text{Habent testimonia}]{\}}{2.5\baselineskip} \edatleft[]{\{}{2.5\baselineskip} & 1 &
        \end{edtabularl}
    \end{center}
\pend
\endnumbering

\doendnotesbysection{B}
\end{document}

它可能不是超级简约,但我试图重建我在原始文档中实际使用的外观。

如果删除\ledsidenote,尾注会完全正常显示。另外,如果使用\Xfootnote,它也可以正常工作,但我需要尾注和\ledsidenote

有没有办法使用尾注来解决这个问题\ledsidenote

答案1

该错误(与旁注无直接关系)已在 reledmac 2.24.2 上修复,只需在 CTAN 上发送即可。

相关内容