Peter Münster wrote:
Hello, is there a switch to turn on macro expansion in bookmarks? Here an example, to show what I mean: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definesynonyms[Acro][acronymes][\Full] \Acro{ST}{some text} \placebookmarks[section] \starttext \section{\Full{ST}} % result not as expected in bookmark \stoptext
TIA for any help, Peter
you can simplify commands with: \appendtoks \def\yourdangerouscommand{dont worry} \to \simplifiedcommands or better in this case: \section{\Full{ST}} \bookmark{some bookmark specific text} whatever ----------------------------------------------------------------- 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 -----------------------------------------------------------------