22 Oct
2022
22 Oct
'22
5:40 p.m.
Hi Hans, unless cheat is removed, named destinations won’t work for lists. \setupinteraction[state=start, focus=standard, prefix=_] \starttext \completecontent \dorecurse{25} {\section{Section} a\footnote{}} \stoptext It think "cheat" is superfluous in strc-lst.lua, since "cheats[v]" already includes what was intended with it. I have tested this both with LMTX and MkIV. The variable "cheat" seems not to be used elsewhere. I attach a patch, if this might be handy. Just in case it may help, Pablo