VnPenguin said this at Sat, 25 Dec 2004 00:35:36 +0100:

>I'm trying the example at page 236 Graphics and macros (metafun-s.pdf).
>I use vietnamese utf-8 input with T5.:
>--------------------------- code ---------------
>\enableregime[utf]
>\setupencoding[default=t5]
>\loadmapfile[urwvn]
>\usetypescript[all][computer-modern][t5]
>\setupbodyfont[reset]
>
>\usetypescript[berry][t5]
>\usetypescript[postscript][t5]
>\setupbodyfont[postscript,12pt]

Hello again,

Replace all this preamble stuff with something that gets sent to both
ConTeXt and MetaFun:

\startMPenvironment[global]
  \enableregime[utf]
  \setupencoding[default=t5]
  \loadmapfile[urwvn]
  \usetypescript[berry][t5]
  \usetypescript[postscript][t5]
  \setupbodyfont[postscript,12pt]
\stopMPenvironment

(BTW, the example text you sent got mangled in mailing--try checking your
mailer's encoding.)

Also, this was discussed in the archives as recently as July/August.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     [EMAIL PROTECTED]
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to