On Sun, 25 Nov 2012, Marco Patzer wrote:

Hi,

in one of the last few betas the MetaPost instance
mechanism broke.

\defineMPinstance
 [myinstance]
 [metafun]

\startuseMPgraphic{mympgraphic}
 fill fullsquare scaled 1cm withcolor blue;
\stopuseMPgraphic

\starttext\null
 \useMPgraphic{myinstance::mympgraphic}
\stoptext

I am still using the old 2012.11.16 version, but now you have to specify the instance in the \startuseMPgraphic as well (Hans had announced this on the mailing list a few weeks ago):

\startuseMPgraphic{instance::mygraphic}
...
\stopuseMPgraphic


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