On Tue, Nov 25, 2008 at 9:59 AM, 그래프 수학과 <[EMAIL PROTECTED]> wrote:
> Dear Yue,
>
> Thank you for the reply.
>>
>>
>> why not process the base file figure each time before process each
>> figure.
>>
>
> Yes, That is what I did.
> I am curious if there is a way of shorten the length of code which is
> less important.

Hello,

I do not claim that this is the right way to do it, but if you draw
figures with metafun, you can easily use macros to draw parts of
figures or create snapshots of figures with currentpicture:

\starttext

\startMPcode
picture a;
draw fullcircle scaled 3cm;
a := currentpicture;
\stopMPcode

\startMPcode
draw a;
draw fullsquare scaled 3cm;
\stopMPcode

\stoptext

If you have external figures, then you can work with overlays as Hans
pointed out.

Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to