31 Jan
2003
31 Jan
'03
3:27 p.m.
Hans Hagen
That one should be in an external file, which is registered by
\usetypescriptfile[thatfile]
I have \starttypescript [aaa] [bbb][ccc] \def\hello{abc} \stoptypescript in a file called patrick.tex \starttext \usetypescriptfile[patrick] \usetypescript [aaa][bbb] \message {\hello} \stoptext And my comment/question is: 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. It is not a matter of 'file not found'. More a matter of key (mis)match for \usetypescript. Patrick