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 -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context