Hi Rob,
there is a minimal sample:
\setupcolors[state=start] \setupinteraction[state=start, focus=standard] \setupinteractionscreen[width=fit] \definecombinedlist[content][all] \setuphead[part][placehead=yes] \starttext \completecontent \dorecurse{5} {\part{Part} \input zapf \chapter{Chapter} \input zapf \section{Section} \input zapf \subsection{Subsection} \input zapf} \stoptext
It doesnât show what you meant, the link destination is not on the heading itself, but on the next paragraph.
I think this should be improved. And I guess it goes unnoticed, because after clicking on a link, the browser fits view to page.
Can anyone guid me on where to look or what to try to solve this nasty problem?
All you can do is to copy your file to a temporary version and start commenting commands from the preamble in that temporary version.
This is trial and error. Remove individual commands from preamble, compile the document and check the error.
When the error dissapeared, you have probably found its cause. If you report it to the mailing list, people will tell whether it is a bug or your code needs improvements.
Donât do any other changes to that temporary file. After the bug hunting, you should delete that file.
Sorry, but (Iâm afraid) this is the best way I know to hunt undefined bugs.
I hope it helps,
Pablo -- http://www.ousia.tk ____
The code looks likes this, but this examples does not exhibit the same faulty off-by-1-page interactive page jump behaviour. In the chapters in the body matter, always directly after a new chapter a section begins (in this example omitted). \setupinteraction[state=start] \setuppagenumbering[location=,alternative=doublesided] \definemakeup [titlepage] [align=middle,style=\bf] \starttext \startfrontmatter Small title \page \phantom{x}\vfill Colofon \page \starttitlepagemakeup BIG TITLE \stoptitlepagemakeup % <- empty page inserted after here, so page number becomes 5 \setcounter[userpage][5] % <- without this, the page number = 3 \setuppagenumbering[location={footer,middle}] \completecontent \chapter{Introduction} \dorecurse{4}{\input zapf} \stopfrontmatter \startbodymatter \setuppagenumbering[location={header,middle}] \dorecurse{21}{\chapter{Knuth} \dorecurse{10}{\input knuth}} \stopbodymatter \startappendices \chapter{Appendix} \dorecurse{4}{\input zapf} \stopappendices \startbackmatter \chapter{Notes} \dorecurse{4}{\input zapf} \stopbackmatter \stoptext I'ĺl start trying \enabletrackers...