21 Dec
2016
21 Dec
'16
8:28 a.m.
Hi, I have the following MWE: \setupinteraction[state=start] \placebookmarks[chapter] \enabledirectives[references.bookmarks.preroll] \starttext \startchapter[title=B \quotation{C} D] \input ward \stopchapter \stoptext The generated bookmark has wrongly placed spaces: B“ C ” D Without the directive references.bookmarks.preroll, the bookmark is: B "C" D I need this directive because in titles I use macros that use \autoinsertnextspace. Is this a bug? Any feedback is welcome. Cheers, Christoph