Lutz Haseloff wrote:
> Hi Hans, Hi all,
>
> I would like to typeset chinese labels with metapost.
> My code is:
>
> -------------
> \starttext
> \startMPpage
> verbatimtex
> \enableregime[utf]
> \usemodule[chi-00]
> etex;
> label(btex ? etex,(0,0));
> \stopMPpage
> \stoptext
>   

try:

\starttext 

\startMPenvironment
  \enableregime[utf]
  \usemodule[chi-00]
\stopMPenvironment
\startMPpage
label(btex ÆÇæà etex,(0,0));
\stopMPpage

\stoptext

instead. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to