On 08.04.2014 16:20, Pablo Rodriguez wrote:
> Dear list,
>
> I have a sample that shows an issue with PDF bookmarks:
>
>     \setupinteraction[state=start]
>     \placebookmarks[chapter]
>     \setupheadertexts[chapter]
>     \starttext
>     \completecontent
>
>     \chapter{Footnote\footnote{Only in bookmarks}}
>
>     \stoptext
>
> Sorry, but I don’t know why the footnote is removed in the table of
> contents and in the header, but it isn‘t in the bookmark.
>
> Am I missing something?
>
> Many thanks for your help,
>
>
> Pablo
That probably has to do with expansion (a detailed explanation may be
given by a (Con)TeX(t) Guru :-)).

I think the best "fix" is to use the MkIV title mechanism (start... stop...)
http://wiki.contextgarden.net/Titles#New_MkIV_Sectioning

That way you can do:
\startchapter[title={Footnote\footnote{Only where appropriate}},
bookmark={No Footnote}]
...
\stopchapter

-- 
Best Regards,
Andreas

Attachment: signature.asc
Description: OpenPGP digital signature

___________________________________________________________________________________
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