On Fri, Feb 15, 2013 at 4:02 PM, Marco Patzer
On 2013–02–15 Mikael P. Sundqvist wrote:
with the (almost minimal) example below,
I reduced your minimal example slightly further:
\startuseMPgraphic{figram} StartPage; fill Field[Text][Text]; StopPage; \stopuseMPgraphic
\starttext \useMPgraphic{figram}
%% using the graphic a second time fails %% \useMPgraphic{figram} \stoptext
I hoped that the frame would be recalculated at every page.
That's not how uniqueMPgraphics work.
Marco
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Thank you Marco for giving a better example. I thought that uniqueMPgraphic meant it was redrawn everytime while useMPgraphic meant it was done once and then gave the same result everytime used. I probably misunderstood something in the MetaFun manual. In any case: Is there a way to get different frames for every page in a random way? /Mikael