27 Dec
2011
27 Dec
'11
11:24 a.m.
Am 27.12.2011 um 11:35 schrieb Verhaag, G.C.H.M.:
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!
Use \setupfittingpage[MPpage][…=…]. Wolfgang