On Tue, Dec 27, 2011 at 6:00 AM, <ntg-context-requ...@ntg.nl> wrote:

>
> Hi ConTeXt user's,
>
> A few weeks ago I upgraded to the 11-11-29 version (MkIV) and today
> installed the 11-12-23 version (MkIV). The \setupMPpage command in the
> basic example below:
>
> \setupMPpage[offset=1pt]
>
>      \startuseMPgraphic{test}
>       fill fullsquare rotated 45 ;
>      \stopuseMPgraphic
>
>      \starttext
>       \startMPpage
>        \includeMPgraphic{test}
>       \stopMPpage
>      \stoptext
>
> yields the following error in both versions mentioned above:
>
>     ! Undefined control sequence.
>     system > tex > error on line 1 in file test.tex: Undefined control
> sequence ...
>
> All this worked just fine in the version of last August!
>
> Regards,
> Gerard Verhaag
>

Hello Gerard.

Moving the [offset=*] down to \startMPpage and eliminating the \setup
MPpage worked here. (I also scaled it up so I could see it on my viewer.)

\startuseMPgraphic{test}

fill fullsquare rotated 45 scaled 20;

\stopuseMPgraphic

 \starttext

\startMPpage[offset=5pt]

\includeMPgraphic{test}

\stopMPpage

\stoptext


This may be a feature.


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