Am 30.05.10 10:18, schrieb Bernhard Rosensteiner:
Hello,
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
in the document all works as expected. So my question is how can i load setups with \usetypescriptfile Maybe i have to make a extra „fontfallback-setups“ file, but i don´t know how it is recognized by context. Please help.
Can you show use your typescripts and the setups for the fallback fonts. Wolfgang