You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different spacing around apparatus separator lines in normal vs paragraph arrangement | Espacement autour des lignes séparatrices en apparat varie de l'arrangement normal à l'arrangement paragraph
#975
Open
JonRoo opened this issue
Aug 10, 2024
· 0 comments
Quand on utilise l'arrangement normal pour les notes critiques, les espacements autour des lignes séparatrices des apparats ne sont pas identiques aux espacements avec l'option \Xarrangement{paragraph}. Alors, si on a par example sur la même page trois apparats, dont deux utilisent \Xarrangement{paragraph} et un \Xarrangement{normal}, la différence d'espacement est visible et non optimale.
Le même effet se réproduit si on utilise le code continu dans examples/2-footnote_spacing.tex pour modifier l'espacement autour des lignes séparatrices. Dans mon cas, les apparats qui utilisent \Xarrangement{paragraph} respectent les 3mm préscrits par \setlength{\before}{3mm}, tandis que chez les apparats avec un arrangement normal des notes critiques, je mesure 4mm entre la note et la ligne séparatrice suivante.
Minimal Working Example
\documentclass[a4paper, 12pt]{article}
\usepackage[noend, nofamiliar, noledgroup, series={A,B}]{reledmac}
%\Xarrangement{paragraph} %compile, then uncomment this line and compile again, compare the output files\begin{document}
\beginnumbering\pstart
Text with an \edtext{Afootnote}{\Afootnote{Apparatus of sources}} and a \edtext{Bfootnote}{\Bfootnote{critical note}}.
\pend\endnumbering\end{document}
Captures d'écran superposées:
Workaround
Avoir le même \Xarrangement pour tous les apparats sur une page.
The text was updated successfully, but these errors were encountered:
Version
2023/08/21 v2.39.7
TeX Engine
XeLateX
Regression
Description
Quand on utilise l'arrangement normal pour les notes critiques, les espacements autour des lignes séparatrices des apparats ne sont pas identiques aux espacements avec l'option
\Xarrangement{paragraph}
. Alors, si on a par example sur la même page trois apparats, dont deux utilisent\Xarrangement{paragraph}
et un\Xarrangement{normal}
, la différence d'espacement est visible et non optimale.Le même effet se réproduit si on utilise le code continu dans examples/2-footnote_spacing.tex pour modifier l'espacement autour des lignes séparatrices. Dans mon cas, les apparats qui utilisent
\Xarrangement{paragraph}
respectent les 3mm préscrits par\setlength{\before}{3mm}
, tandis que chez les apparats avec un arrangement normal des notes critiques, je mesure 4mm entre la note et la ligne séparatrice suivante.Minimal Working Example
Captures d'écran superposées:
![Screenshot overlay](https://private-user-images.githubusercontent.com/68818155/355257556-67831bcd-07d6-4d8e-a18f-4f429409ca7a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTgyOTYsIm5iZiI6MTczOTAxNzk5NiwicGF0aCI6Ii82ODgxODE1NS8zNTUyNTc1NTYtNjc4MzFiY2QtMDdkNi00ZDhlLWExOGYtNGY0Mjk0MDljYTdhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEyMzMxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0MTc3NDg0MTIyYWRhZDI4ZjAwY2I3YTU2ODhjMzI0Y2E1NjE4YTllMTYwMDYxYWQwODMzOTMwZDgyYmNmYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pMJBmsK3Dgpg-5_IjSfkjpkjGrQnRxhIBQvOZcCvRlQ)
Workaround
Avoir le même
\Xarrangement
pour tous les apparats sur une page.The text was updated successfully, but these errors were encountered: