Hello Hans, I suspect that bookmarks to sections point to pages only, not to the exact position where the sections start. I have another document generated with Word and when I click to it, the viewer (Preview.app) goes straight to section start, while when I generate the document with ConTeXt, it only goes to the page, not to exact section start. The behaviour seems to be the same in both MKII and MKIV (MKII only doesn't respect the accented characters; but I understand the pain of recoding). I'm using the following code to place the bookmarks: \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks [section,subsection,subsubsection] [section,subsection] \starttext \dorecurse{20}{\section{title} \input tufte} \stoptext Mojca PS: I can send a sample word-generated document off-list for comparison if needed.