On Thu, Mar 29, 2012 at 5:18 PM, Alan BRASLAU <alan.bras...@cea.fr> wrote:
> On Thu, 29 Mar 2012 16:03:11 +0200
> Hans Hagen <pra...@wxs.nl> 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
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/">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
        <rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/";>
            <dc:format>application/pdf</dc:format>
            <dc:creator>
                <rdf:Seq>
                    <rdf:li>First Author, Second Author and Third
Author</rdf:li>

(if you want to be sure, you can modify
                    <rdf:li>First Author, Second Author and Third
Author</rdf:li>
in
                    <rdf:li>Zirst Author, Second Author and Third
Author</rdf:li>
)


-- 
luigi
___________________________________________________________________________________
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