Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread Dalyoung Jeong
Thank you for all the suggestions.

I have tried your suggestions and they worked well.

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
___


Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread Mojca Miklavec
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
___


Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread Yue Wang
2008/11/25 Yue Wang <[EMAIL PROTECTED]>:
> On Tue, Nov 25, 2008 at 8: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.
>>
>
>
> 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
>> ___
>>
>
___
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
___


Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread Yue Wang
On Tue, Nov 25, 2008 at 8: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.
>


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
> ___
>
___
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
___


Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread 그래프 수학과
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
___
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
___


Re: [NTG-context] How to overlap two figures?

2008-11-25 Thread Hans Hagen
??? ??? wrote:
> Dear all,
> 
> I'd like to two figures in one place.
> 
> There is a base figure, and
> I'd like to put other figures on the base figure case by case.
> 
> base file + figure 1,
> base file + figure 2,
> 
> 
> The figures are created using metafun.
> 
> Thank you for help.

\startoverlay
   {..}
   {..}
   {..}
\stopoverlay

make sure that they have the same boundingboxes

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] How to overlap two figures?

2008-11-24 Thread Yue Wang
why not process the base file figure each time before process each figure.

On Tue, Nov 25, 2008 at 7:06 AM, 그래프 수학과 <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I'd like to two figures in one place.
>
> There is a base figure, and
> I'd like to put other figures on the base figure case by case.
>
> base file + figure 1,
> base file + figure 2,
> ...
>
> The figures are created using metafun.
>
> Thank you for help.
>
> 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
> ___
>
___
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
___