Closed u-fischer closed 6 months ago
reledmac 2023/08/21 v2.39.7
Lualatex
no, the problem is old.
Footnote directions are not correctly setup up if the first footnote is created with \footnoteAtext.
\footnoteAtext
\documentclass{book} \usepackage{reledmac} \begin{document} \makeatletter %\footnoteA{xxx} xxxx\footnoteAmark\footnoteAtext{blub} \end{document}
errors with
! Undefined control sequence. \footfmtA ...tex \textdir \footnote@luatextextdir \pardir \footnote@luatexpa... l.7 xxxx\footnoteAmark\footnoteAtext{blub} ? ! Undefined control sequence. \footfmtA ...xtdir \pardir \footnote@luatexpardir \fi \protected@edef \@curr... l.7 xxxx\footnoteAmark\footnoteAtext{blub} ? x
Predefine the commands (or use \footnoteA{something} first).
\footnoteA{something}
May you propose a PR ?
Please try branch issue_962_footnotedirection_withAmark
@u-fischer may I ask again to try the branch ?
will be released tomorrow night
Version
reledmac 2023/08/21 v2.39.7
TeX Engine
Lualatex
Regression
no, the problem is old.
Description
Footnote directions are not correctly setup up if the first footnote is created with
\footnoteAtext
.Minimal Working Example
errors with
Workaround
Predefine the commands (or use
\footnoteA{something}
first).