On Tue, 9 May 2006, Hans Hagen wrote:

> nico wrote:
>> 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
>>
> actually, in the title it should be:
>
> Author 1\quad Author 2
>
>
> \def\MyQuad{\removeunwantedspaces\quad\ignorespaces}
>
> \appendtoks \let\MyQuad\empty \to \simplifiedcommands
>
> Author 1 \MyQuad Author 2

Thanks. I'll add it to the wiki (in a day or two)

Aditya


-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to