The following code produces the letter "J" on the first page, but does not
draw that same picture on the second page.  I would appreciate some advice
on how to save and redraw this label in subsequence figures.

Thanks,

Troy Henderson

\starttext
    \startMPinclusions[+]
        picture J;
    \stopMPinclusions
    \startMPpage
        J:=thelabel(btex J etex scaled 2,origin);
        draw J;
    \stopMPpage
    \startMPpage
        draw J;
    \stopMPpage
\stoptext
___________________________________________________________________________________
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