On Thu, Mar 29, 2012 at 10:32, Hans Hagen wrote:
On 29-3-2012 09:11, Alan BRASLAU wrote:
On a similar line, concerning syntax (but not references), the braces grouping keywords get passed on to the pdf properties:
\setupinteraction [keyword={syntax, braces, commas}]
Is this a bug or else the incorrect use of braces?
That's weird, as here I get no { } in the properties shown by acrobat and the xml blob in the pdf has
pdf:Keywordssyntax braces commas
I get the braces when there is a space after braces, for example \setupinteraction [author=me, title={long title} ] I solved the problem by adding a comma right after the last brace, but I would also call that "a hint of a tiny buglet somewhere" ;) (It also took me some time to realize that one has to use subtitle instead of subject and keyword instead of keywords.) Mojca