On 2/13/2013 1:39 PM, Marco Patzer wrote:
Hi,

The following used to work:

\startMPrun{foo}
   beginfig(1);
     fill fullcircle scaled 1cm;
   endfig;
\stopMPrun

\starttext
   \externalfigure [mprun:foo.1] [width=4cm]
\stoptext

now I get:

fixed ... also added . instead of : support as mprun: is a prefix and doesn't mix well with other prefixes (schemes)

\starttext

    \startTEXpage

        \startMPrun{foo}
            beginfig(2) ;
                fill fullcircle scaled 1cm withcolor blue ;
            endfig ;
            beginfig(1) ;
                fill fullcircle scaled 2cm withcolor red ;
            endfig ;
        \stopMPrun

        \startMPrun
            beginfig(6) ;
                fill fullcircle scaled 15mm withcolor green ;
            endfig ;
        \stopMPrun

        \startoverlay
            {\externalfigure [mprun.foo.1]}
            {\externalfigure [mprun.6]}
            {\externalfigure [mprun:foo.2]}
        \stopoverlay

    \stopTEXpage

\stoptext

beta later

-----------------------------------------------------------------
                                          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