Hans Hagen <[EMAIL PROTECTED]> writes:

Hello again,

> selecting them is a matter of best match, say [key a] or [key a][key
> b] or ...  so
>
> \usetypescript [key a] [key b]
>
> filters all instances that match those first two keys (actually sets of keys)


I have:

\starttypescript [aaa] [bbb][ccc]
\def\hello{abc}
\stoptypescript

and:

\starttext
\usetypescriptfile[patrick]

\usetypescript [aaa][bbb]

\message {\hello}
\stoptext


I get: undefined control sequence \hello.

So it looks as if I have to write \usetypescript [aaa][bbb][ccc] or
\usetypescript [aaa][bbb][all]  to get the above defined typescript.

Patrick
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to