6 Feb
2003
6 Feb
'03
9:42 a.m.
\usetypescript[berry][ec] This my setting too.
\setupbodyfont [pos,10pt]
\starttext
hello world.
{\ss hello again!}
{\tt the end.}
\stoptext ====================
should work. This will use T1 (aka ec) encoded fonts not the standard LY1 (aka texnansi) encoding. Therefore you have to setup the proper input regime (\enableregime) I use \enableregime[il2] (I can do it after changing the line \startcoding[il2] to \startcoding[il2][il2] in enco-il2.tex).
Greetings Bence Nagy