
On 3/27/25 04:01, jbf wrote:
[...] That works, but if I add \setupinteraction[state=start] to the file it does not. That particular footnote causes the compilation to go into an endless loop. All other footnotes are ok.
Hi Julian, endless loop? Sorry, but I think maximum number of runs in ConTeXt is 9 by default.
I tried replacing the \\ with \crlf but that has the same result. I tried \start...\stoplines in the hope that this might work inside a footnote, but it doesn't.
Include it with a buffer (see below).
Of course, I do not understand what is happening between 'interaction' and what I am doing with this particular footnote, but clearly it is problematic. Any way I can get my separate lines and still have interaction working in that file?
This sample works fine for me: \setupinteraction[state=start] \starttext \contextversion\\ \texenginename\\ \texengineversion\\ \texenginefunctionality \footnote{1770 – the discovery\\ 1778 – the invasion\\ 1824 – the war of extermination\\ 1901 – the Constitution} \startbuffer \startlines 1770 – the discovery 1778 – the invasion 1824 – the war of extermination 1901 – the Constitution \stoplines \stopbuffer \footnote{\getbuffer} \stoptext \starttext I’m on Linux64 and ConTeXt data requested above read (with Both LMTX and LuaTeX): 2025.02.28 18:16 luametatex 211.7 202502261 2025.02.28 18:16 luatex 1.21 76671 2 Could you check if the previous sample works for you? Pablo