[NTG-context] incrementnumber and bookmark

2010-06-23 Thread Peter Münster
Hello,

What is the relationship between incrementnumber and bookmarks?

I don't get the desired bookmark here:

\setupinteraction[state=start]
\setupinteractionscreen[option=bookmark]
\placebookmarks[title]
\starttext
\starttitle[title=Test title]
bla
\stoptitle
\stoptext

But with \setuphead[title][incrementnumber=list] it works.

Is this behaviour wanted? If yes, then why?

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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
___


Re: [NTG-context] incrementnumber and bookmark

2010-06-23 Thread Alan BRASLAU
On Wednesday 23 June 2010 09:10:17 Peter Münster wrote:
 Hello,
 
 What is the relationship between incrementnumber and bookmarks?
 
 I don't get the desired bookmark here:
 
 \setupinteraction[state=start]
 \setupinteractionscreen[option=bookmark]
 \placebookmarks[title]
 \starttext
 \starttitle[title=Test title]
 bla
 \stoptitle
 \stoptext
 
 But with \setuphead[title][incrementnumber=list] it works.
 
 Is this behaviour wanted? If yes, then why?
 
 Cheers, Peter

As I understand, \title does not add an entry to the toc,
nor to the bookmarks list either; You change this behavior
with \setuphead.

On the subject of bookmarks, I have not been able to
see (looking at the code) how to add the numbers to
the bookmark list, as in the LaTeX hyperref option:
\usepackage[bookmarksnumbered=true]{hyperref}

Alan
___
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
___