[NTG-context] Re: [NTG-context]metapost prblem

2003-09-23 Thread Emil Hedevang Lohse
Severin Obertuefer [EMAIL PROTECTED] writes: thanks for your answer it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... here is the mp-code once again: beginfig(2); path c; pair A, B; c := fullcircle scaled 2 cm

Re: [NTG-context] Re: [NTG-context]metapost prblem

2003-09-23 Thread Severin Obertüfer
that works!! thanks for the hint severin - Original Message - From: Jens-Uwe Morawski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 2:50 PM Subject: Re: [NTG-context] Re: [NTG-context]metapost prblem On Mon, 22 Sep 2003 13:37:47 +0200 (MEST) Severin

[NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Severin Obertuefer
thanks for your answer it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... here is the mp-code once again: beginfig(2); path c; pair A, B; c := fullcircle scaled 2 cm xyscaled(1.3,.8); A := (origin--(3cm,2cm)) intersectionpoint

Re: [NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Jens-Uwe Morawski
On Mon, 22 Sep 2003 13:37:47 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... here is the mp-code once again: beginfig(2); path c; pair A, B; c := fullcircle

Re: [NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Jens-Uwe Morawski
On Mon, 22 Sep 2003 13:37:47 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... additionally, a more general solution: %%% \setupoutput[pdftex]