我尝试编辑一卷中的两本独立书籍。文本的更正应紧跟在文本之后,所有书籍的注释应放在最后。不幸的是,这个 MWE 不起作用,尾注 B 的注释丢失了:
\documentclass{scrbook}
\usepackage{eledmac}
\usepackage{blindtext}
\begin{document}
\part{Book one}
\chapter{The Text of book one}
\beginnumbering
\pstart
A \edtext{complicated word}{\Bendnote{Explanation from book 1}} Blablabla \edtext{wrong}{\Aendnote{worng}} word
\pend
\endnumbering
\section{The corrections to the text of book one}
\doendnotes{A}
\part{Book two}
\chapter{The Text of book two}
\beginnumbering
\pstart
Another \edtext{not so clear}{\Cendnote{Explanation from book 1}} Blablabla and a \edtext{misspelled}{\Aendnote{imsspelled}} word
\pend
\endnumbering
\part{Notes on all works}
\section{Book 1}
\doendnotes{B}
\section{Book 2}
\doendnotes{C}
\end{document}
我做错了什么?我读了手册,但 \doendnotesbysection{} 命令也没有帮助我-
谨致问候,马丁
答案1
这实际上是一个错误。它已在 eledmac 的后继产品 reledmac 中得到纠正,我刚刚将其上传到 CTAN。
请注意,为了纠正这个错误,新版本会按一系列尾注生成一个文件。因此,为了节省 \write 的空间,请使用包的系列参数,仅创建您需要的系列。