Open aresum96 opened 4 months ago
I don't reproduce. But I need to make 7 run, using latexmk. Do you use latemk? When using reledmac/reledpar, it is very strongly encouraged. toto.pdf
No, I don't. I'm new to all this and I'm basically learning as I go (I resorted to LyX/LaTeX because I couldn't figure out a way to create an apparatus criticus the way I needed it in any other way). I'll try and understand what latexmk is, though. Anyway, the file you attached still shows the same problem (pages 1-5 are ok, but then on page 6 the second B series, so the apparatus for poem 7, is at the bottom of the apparatus instead of at the top, and the order is 8, 9, 7).
I have been active on this same question on TeX.SX https://tex.stackexchange.com/questions/720559/one-series-per-pstart-in-reledmac-reledpar and if I may add some useful data points...
I have compiled your (@maieul) example included with the manual (https://mirrors.ctan.org/macros/latex/contrib/reledmac/examples/4-reledpar_one_series_per_pstart.tex). The example itself is buggy, not just @aresum96's document – as you can see on p. 2 here: 4-reledpar_one_series_per_pstart.pdf
I have simply removed all the calls of \lipsum
so as to have all 12 paragraphs on the same page. The intended order of the footnotes should be
A B C D E, A2 B2 C2 D2 E2, A3 B3.
However, the apparatus actually prints this order
C C2, D D2, E E2, A A2 A3, B B2 B3.
It bunches all the notes from homonymous series together.
Interestingly, the order is determined by which series was called last; here it is series A and B because the paragraphs # 11 and # 12 use those series.
It appears that when your (@maieul) code says \seriesatend{\themynotelevel}
, this is applied globally. The intended way would be to apply serially to every single paragraph and its batch of footnotes. This way, the order of footnotes is the same as the order of paragraphs.
But because \seriesatend
has a global scope here, it affects all the B notes, not just B3, and these are sent to the end.
Version
2023/08/21 v2.39.7
TeX Engine
pdfLaTeX
Regression
Description
Good morning! I am working on my dissertation on LyX and I am using reledpar to have the translation of the text on the right pages and the text itself on the left pages. The text is composed of approximately 90 different poems and because of that, I needed an apparatus criticus for each poem. I managed to do so and the series of critical notes renews itself every five series (A, B, C, D, E), so it starts back at series A following this process here. The only problem I have (or at least the only problem I am noticing so far) is that the series sometimes flow regularly, sometimes they don't (it typically happens with the apparatus of a poem between two pages or when the series restart from A). There are no other error messages.
Minimal Working Example
Workaround
I don't know how to avoid the problem, but I guess in case there isn't a solution I could just have all the critical notes for all the poems in a single apparatus and highlight (for example with bold and italics text) the beginning of the notes for each poem.