I am struggling a bit with numbered bookmarks in PDF files. In LaTex, the HyperRef package supports the option "bookmarksnumbered = true" which adds the chapter numbers to the bookmark list. Does anybody know of a similar option in ConText? I have searched the \setupinteraction documentation, but haven't been able to locate anything useful. All hints are welcome! Best regards, Tommy Jensen
I am struggling a bit with numbered bookmarks in generated PDF files. In LaTex, the HyperRef package supports the option "bookmarksnumbered = true" which adds the chapter numbers to the bookmark list. Does anybody know of a similar option in ConText? I have searched the \setupinteraction documentation, but haven't been able to locate anything useful. I have also tried the \bookmark command with reference to \headnumber, but macro expansion does not take place. All hints are welcome! Best regards, Tommy Jensen
B. Tommy Jensen wrote:
I am struggling a bit with numbered bookmarks in generated PDF files.
In LaTex, the HyperRef package supports the option "bookmarksnumbered = true" which adds the chapter numbers to the bookmark list.
Does anybody know of a similar option in ConText? I have searched the \setupinteraction documentation, but haven't been able to locate anything useful.
There is no core support for this (yet?)
I have also tried the \bookmark command with reference to \headnumber, but macro expansion does not take place.
All hints are welcome!
(guessing) \expanded{\bookmark{\headnumber\space text} Best wishes, Taco
Taco Hoekwater wrote:
B. Tommy Jensen wrote:
I am struggling a bit with numbered bookmarks in generated PDF files.
In LaTex, the HyperRef package supports the option "bookmarksnumbered = true" which adds the chapter numbers to the bookmark list.
Does anybody know of a similar option in ConText? I have searched the \setupinteraction documentation, but haven't been able to locate anything useful.
There is no core support for this (yet?)
I have also tried the \bookmark command with reference to \headnumber, but macro expansion does not take place.
All hints are welcome!
(guessing)
\expanded{\bookmark{\headnumber\space text}
since bookmarks do use lists the info is there but mkii bookmarks are not going to be extended; you have to wait for the mkiv overhaul Hans -- ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (3)
-
B. Tommy Jensen
-
Hans Hagen
-
Taco Hoekwater