I am having a couple of small problems with the interaction. In principle it's 
working, but...

1. The TOC is added to the bookmarks, which is fine, but with a lower-case "c", 
ie. "content"

2. From http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers I figured out 
how to get rid of the \crlf in the header. Actually, I'd be happy to just pass 
the word "Introduction" to the bookmarks and leave out the rest. Any way of 
doing that?

3. Strangely enough, placing \bookmark{Intro} after the \title {Introduction -- 
\crlf Welcome} replaces the "content" entry and points to the content, but 
putting a \bookmark after \completecontent leads to no output at all.

Thanks for any pointers !
Martin

\setupinteraction[
state=start,
color=,
contrastcolor=]

\setupcombinedlist[content][interaction=all]
\placebookmarks[chapter,title][force=yes]

\setuphead[chapter][interaction=list]

\setuplabeltext[chapter=Chapter~]

\definecombinedlist [content][title,chapter]

%strip the \crlf
\appendtoks \let\crlf\space \to \simplifiedcommands


\starttext

\startfrontmatter
\startstandardmakeup
\input tufte
\stopstandardmakeup
\completecontent
\stopfrontmatter


\startbodymatter

\title {Introduction -- \crlf Welcome}
%\bookmark{Intro}

\dorecurse{5}{\input tufte\par}

\chapter{Some Stuff}
\dorecurse{5}{\input tufte\par}

\chapter{An Addition}
\dorecurse{5}{\input tufte\par}

\stopbodymatter

\stoptext




___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to