i have made a typescript which works. the only thing is that i have in my typescript something like:
\startsetups [fallbackfonts] … \stopsetups
\starttypescript [bla] \setups[fallbackfonts] … \stoptypescript
referring in my document to the typescriptfile with \usetypescriptfile[Mytypescript] does not load the setups and so the font fallback is not working (obviously \usetypescriptfile only loads the typescripts). When i do:
\input Mytypescript
\usetypescriptfile[Mytypescript] \usetypescript[bla] \setupbodyfont[bla,12pt]
should work
Willi
yes this works normal, but the \startsetups[fontfallback] … \stopsetups are not loaded with \usetypescriptfile - only the \starttypescript … \stoptypescript sections. Please see my second post. There are the file attachments which should demonstrate the behaviour. best regards Bernhard