Closed stenskjaer closed 6 years ago
This was reported by @floriandk.
Somehow the 30-words-boundry for checking isn't in place any more:
\documentclass[draft]{article} \usepackage[series={A},nofamiliar,noeledsec,noledgroup]{reledmac} \begin{document} \beginnumbering \pstart test thirtieth twenty-ninth twenty-eighth twenty-seventh twenty-sixth twenty-fifth twenty-fourth twenty-third twenty-second twenty-first twentieth nineteenth eighteenth seventeenth sixteenth fifteenth fourteenth thirteenth twelfth eleventh tenth ninth eighth seventh sixth fifth fourth third second first \edtext{test}{\Afootnote{check}} first second third fourth fifth sixth seventh eighth ninth tenth eleventh twelfth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth twentieth twenty-first twenty-second twenty-third twenty-fourth twenty-fifth twenty-sixth twenty-seventh twenty-eighth twenty-ninth thirtieth test \pend \endnumbering \end{document}
will still mark-up "test". Putting some hundred words in front and after the \edtext-command without a match will make it break off:
RecursionError: maximum recursion depth exceeded in comparison
That is solved in the 0.2.0 version.
This was reported by @floriandk.
Somehow the 30-words-boundry for checking isn't in place any more:
will still mark-up "test". Putting some hundred words in front and after the \edtext-command without a match will make it break off: