On Sun, 03 Nov 2002 22:05:44 +0000
Nigel King
Following this thread and making the modifications suggested by Hans I had expected the following metapost graph to work but there is a problem with fonts. Even though in context cont-sys.tex is executed giving ec as the default encoding in the metapost case it has defaulted to 8t in the encoding extension. I tried \unprotect \setupencoding [\s!default=ec] \protect Before \setupbodyfont with no effect
Hmm, maybe i miss here something, but 8t is ec-encoding, isn't it?
New Berry problem. One of the problems that made this more difficult to fault find was that the berry (ec) encoding seems to have stopped working properly in the 23/10/2002 release. I have had to change to texnansi to get my previous files to compile properly.
input metafun ; verbatimtex \setupencoding [default=texnansi]
default= means: use this encoding if no encoding is specified for the font Does \usetypescript[berry][ec] help?
\setupbodyfont [pos,rm,11pt]
Best, Jens