On Tue, 9 May 2006 12:50:05 -0400 (EDT), Aditya Mahajan  
<[EMAIL PROTECTED]> wrote:

> Hi,
>
> \setupinteraction
>    [
>     author={Author 1 \quad Author 2},
>    ]
>
> gives me "Author 1 hskip 1em" in pdf info. Is there some way to ensure
> that \quad is ignored when used in \setupinteraction[...].

As Hans said once, you can do this:

\appendtoks
   \def\quad{}%
\to \simplifiedcommands

\setupinteraction
    [state=start,
     author={Author 1 \quad Author 2}]

\starttext
bla
\stoptext

Regards,
BG
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to