On 1-3-2011 11:17, Lutz Haseloff wrote:
Hi all,

with latest ConTeXt MKIV
Metapost Labels doesn't work for me anymore.
My Code:

\starttext
\startMPcode
label(textext("Test"),origin);
\stopMPcode
\stoptext

The Output only shows the word "mpout" as the Label.

works ok here

There seems to be a Problem with externalfigure too.

With:

\starttext
\startMPcode
externalfigure "blblogogr.pdf" xscaled 35mm yscaled 19mm shifted (13mm,15mm);
\stopMPcode
\stoptext

I get the error message:

metapost>  loading 'metafun.mp' (experimental metapost version two)

beware: 35cm is a scale factor so the natural size gets scaled by 35 * cm (a constant)

use xsized and ysized instead (or just one to stay in proportion)


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to