Re: [NTG-context] Bookmark question

2008-02-11 Thread WN
Your solution works, but now I have to rewrite my carefully crafted environment and setups. I rather wish your solution works within the start/stop frontmatter construct. Is this possible ? Kind regards Wim WN wrote: This is what I would like to do \startfrontmatter \bookmark[chapter]{I

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
Hans Hagen wrote: >> That looks good, but why? Does \complexbookmark only work to >> overrule a yet-to-come sectioning command? > > no, the previous one (bookmarks are flushed in everypar) > > in this case the \complete... has a \chapter so the bookmark influences > that one So what is wrong wi

Re: [NTG-context] Bookmark question

2008-02-06 Thread Hans Hagen
Taco Hoekwater wrote: > Hans Hagen wrote: >> WN wrote: >>> This is what I would like to do >>> >>> \startfrontmatter >>> \bookmark[chapter]{Inhoudsopgave} >>> \completecontent[partnumber=no] >>> \page >>> \bookmark[chapter]{Lijst van figuren} >>> \completelistoffigures[partnumber=no] >>> \stopfront

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
Hans Hagen wrote: > WN wrote: >> 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 >> \com

Re: [NTG-context] Bookmark question

2008-02-06 Thread Hans Hagen
WN wrote: > > 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 > \compone

Re: [NTG-context] Bookmark question

2008-02-06 Thread WN
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 t

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
WN wrote: I think chapter titles are supposed appear automatically in the bookmarks, no need for an explicit \bookmark. True enough. But should they appear twice ? I want a custom bookmark for the table of contents and list of figures, so I used \bookmark[chapter] to include these (once not

Re: [NTG-context] Bookmark question

2008-02-06 Thread WN
Taco Hoekwater wrote: WN wrote: 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. I think chapter titles are supposed appear automatically in the bookmarks, no need for a

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
WN wrote: > 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. I think chapter titles are supposed appear automatically in the bookmarks, no need for an explicit \bookmark. Be

[NTG-context] Bookmark question

2008-02-05 Thread WN
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:

[NTG-context] Bookmark question -- solved, apologize

2003-10-06 Thread Michal Kvasnicka
Good evening. I apologize for my last question. I solved as soon as I posted the question. I tried the primitive solution {\catcode`\"=12 \placebookmarks[chapter,title,somestuff,section,subsection] } And it works! Apologize again. Michal Kvasnicka ___