
Hi, When I use \bookmark[chapter]{Some bookmark} the bookmark appears twice in the list of bookmarks but the bookmark also appears twice in the Table of Contents. Is this a known problem/bug or is there something I should do ? I am using ConTeXt ver: 2008.02.01 17:25 MKII fmt: 2008.2.4 int: english/english Kind regards Wim

This is what I would like to do \startfrontmatter \bookmark[chapter]{Inhoudsopgave} \completecontent[partnumber=no] \page \bookmark[chapter]{Lijst van figuren} \completelistoffigures[partnumber=no] \stopfrontmatter \startbodymatter \component chapter01 \component chapter02 ... \stopbodymatter the bookmarks only appears with the [chapter] included, but twice. Also they appear twice in the table of contents (which is consistent). I would like the bookmarks to appear once and not in the TOC. Perhaps Hans can take the above code, as indeed your code works but not in the above code. Best wishes Wim Taco Hoekwater wrote:

WN wrote:
\setupinteraction[state=start] \placebookmarks \starttext \completecontent[partnumber=no] \bookmark[chapter]{Inhoudsopgave} \page \completelistoffigures[partnumber=no] \bookmark[chapter]{Lijst van figuren} \chapter{first} \chapter{second} \stoptext
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

Taco Hoekwater wrote:
no, the previous one (bookmarks are flushed in everypar) in this case the \complete... has a \chapter so the bookmark influences that one ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

Hans Hagen wrote:
So what is wrong with this input then? % engine=pdftex \setupinteraction[state=start] \placebookmarks \starttext \chapter{In the beginning} \bookmark[chapter]{In initio} % Without [chapter], this is fine! Oh no. \stoptext This creates three (3!) chapter bookmark entries: In the beginning In initio In initio instead of the expected 1: In initio Best wishes, Taco
participants (3)
-
Hans Hagen
-
Taco Hoekwater
-
WN