Re: [NTG-context] How to overlap two figures?
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. Thank you again. Best regards, Dalyoung
On Tue, Nov 25, 2008 at 8:59 AM, 그래프 수학과
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.
you dont have to type the same code in each mp figure. see sec 3.4 of the metafun manual, you can processMPbuffer.
Thank you again.
Best regards,
Dalyoung ___________________________________________________________________________________ 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 ___________________________________________________________________________________
2008/11/25 Yue Wang
On Tue, Nov 25, 2008 at 8:59 AM, 그래프 수학과
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.
you dont have to type the same code in each mp figure. see sec 3.4 of the metafun manual, you can processMPbuffer.
also, \includeMPgraphic discussed in sec 3.7
Thank you again.
Best regards,
Dalyoung ___________________________________________________________________________________ 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 ___________________________________________________________________________________
On Tue, Nov 25, 2008 at 9:59 AM, 그래프 수학과
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
participants (3)
-
Mojca Miklavec
-
Yue Wang
-
그래프 수학과