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

-----begin mp file
input metafun ;

verbatimtex
\setupbodyfont[pos,12pt]
\starttext
etex
input graph;

prologues:=2;


beginfig(1);
draw begingraph(2in,2in);
setrange(80,0, 90,180);
autogrid(otick.bot,otick.lft);
endgraph;
endfig;

verbatimtex
\stoptext
etex

end
-----end mp file
-- 
Nigel


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://ref.ntg.nl/mailman/listinfo/ntg-context

Reply via email to