On Tue, Mar 2, 2010 at 12:00, Hans Hagen wrote:
On 26-2-2010 14:09, Mojca Miklavec wrote:
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).
technically mkii should be able to to the right accents when you enable unicode pdf output but by default it's doing pdfdoc which is somewhat limited; chinese can have chinese bookmarks even in mkii but why bother about mkii and unicode ...
MKIV still happens to have problems from time to time ... so it's better to have a backup.
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
ok, here's a little secret
\setupinteraction [focus=width]
But it doesn't make any difference. Mojca