On Thu, 29 Mar 2012 16:03:11 +0200
Hans Hagen wrote:
author={\getvariable{Book}{author}},
the expansion introduces the ,
just to play it safe, putting {} around all \getvariable{}{} as in
author={\getvariable{Book}{author}},
does not change anything.
Acroread still displays quotes around the authors.
Curiously, they do not appear under okular, so this is probably an
Acroread quirk.
Alan
On Thu, Mar 29, 2012 at 5:18 PM, Alan BRASLAU wrote:
probably yes
\nopdfcompression
\setvariables [Book]
[
title={My title},
subtitle={My subtitle},
author={First Author, Second Author and Third Author},
]
\setupinteraction
[
title=\getvariable{Book}{title},
subtitle=\getvariable{Book}{subtitle},
author=\getvariable{Book}{author},
keyword={keyword1, keyword2, keyword3},
]
\starttext
\input tufte
\stoptext
then open the pdf and you will see
x:xmpmeta xmlns:x="adobe:ns:meta/">
http://www.w3.org/1999/02/22-rdf-syntax-ns#">
http://purl.org/dc/elements/1.1/">
dc:formatapplication/pdf
dc:creator
rdf:Seq
rdf:liFirst Author, Second Author and Third
Author
(if you want to be sure, you can modify
rdf:liFirst Author, Second Author and Third
Author
in
rdf:liZirst Author, Second Author and Third
Author
)
--
luigi