Closed mxordn closed 6 years ago
I can confirm that this is a bug in reledmac core rather than reledpar; here is a more minimal example:
\documentclass{article}
\usepackage[series={},nocritical,noend,nofamiliar,noledgroup]{reledmac}
\linenummargin{inner}
\usepackage{blindtext}
\begin{document}
\beginnumbering
\pstart
\eledsection*{\blindtext}
\pend
\pstart
\blindtext
\pend
\endnumbering
\end{document}
The really odd thing is that a two-line heading is counted as only one line, but in the attached it seems to start counting again after seven lines.
Actually, this is a duplicate of #197.
yeah, and the problem is already explained on #197. I need time to solve it.
Version of reledmac / reledpar (if that is a devellopement version, please precise the branch)
v2.26.12
Does the problem happens both in parallel typesetting and normal typesetting?
Only tested with paralell pages typesetting.
Description of the problem
A chapter oder section title which flows over more than one line causes strange behavior of the linenumbering printed on the left or right side. Although the apparatus numbering seems to be correct. One can find a first discussion of the problem here: https://tex.stackexchange.com/questions/446339/long-section-titles-with-reledpar
The comments Florian an Ulrike made there, were already helpful to unterstand the principle an having a workaround.
Minimal Working Example