5 Dec
2010
5 Dec
'10
7:59 p.m.
Hi, please have a look at this minimal example: Normally you have a bidirectional hyperlink toc-entry <-> section-head. But when you uncomment the line with "setuplist" these hyperlinks are gone! How does this feature come back? Best regards, Steffen ------- \def\AltCom#1#2#3{#1 #2 #3} \setupinteraction[state=start] \setuphead[chapter][interaction=list] %\setuplist[chapter][alternative=command,command=\AltCom] % <- un/comment \placelist[chapter][criterium=text,interaction=all] \starttext \chapter{test} \stoptext