eledmac \boxlinenum 和 \numberonlyfirstinline

eledmac \boxlinenum 和 \numberonlyfirstinline

我需要遵循预先存在的布局,到目前为止一切顺利。只有几个问题尚未解决。一个是:我使用 boxlinenum 在行号周围放置一个框。但如果行号重复,我希望有一个空白。这行不通:

\documentclass{scrbook}
\usepackage{eledmac}

\firstlinenum{0} \linenumincrement{1}
\boxlinenum{8mm}
\numberonlyfirstinline[A]
\inplaceofnumber[A]{2cm}

\begin{document}
      \beginnumbering\pstart
\edtext{What}{\Afootnote{Whit}} a \edtext{piece}{\Afootnote{peace}} of work is man! how noble in reason! 
         \pend
\endnumbering
\end{document}

顺便问一下:我也能用 boxlinenum 做尾注吗?我好像做不到。

答案1

那是一个错误。我已经在分支中修正了它,并将于下周在 CTAN 上发布。

在我的修正之前添加\symlinenum{}以获得正确的方法。

另外,在 github 上针对尾注的 boxlinenum 打开一个问题。

相关内容