From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13459 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Severin_Obert=FCfer?= Newsgroups: gmane.comp.tex.context Subject: Re: Re: [NTG-context]metapost prblem Date: Tue, 23 Sep 2003 22:20:02 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <001601c38210$12512020$217afea9@sevi> References: <20030922094520.41601502.morawski@gmx.net><24813.1064230667@www14.gmx.net> <20030922145025.45e26ca1.morawski@gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064348988 7082 80.91.224.253 (23 Sep 2003 20:29:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2003 20:29:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Sep 23 22:29:46 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A1tn8-0002qr-00 for ; Tue, 23 Sep 2003 22:29:46 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 08CB410B1F; Tue, 23 Sep 2003 22:29:37 +0200 (MEST) Original-Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 6D2A510B04 for ; Tue, 23 Sep 2003 22:20:34 +0200 (MEST) Original-Received: (qmail 30845 invoked by uid 65534); 23 Sep 2003 20:20:32 -0000 Original-Received: from pop-mu-12-1-dialup-88.freesurf.ch (EHLO sevi) (194.230.151.88) by mail.gmx.net (mp012) with SMTP; 23 Sep 2003 22:20:32 +0200 X-Authenticated: #9004909 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13459 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13459 that works!! thanks for the hint severin ----- Original Message ----- From: "Jens-Uwe Morawski" To: 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 Obertuefer" 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 scaled 2 cm xyscaled(1.3,.8); > > A := (origin--(3cm,2cm)) intersectionpoint subpath (0,2) of c; > > B := (origin--(-5cm,1cm)) intersectionpoint subpath (2,4) of c; > > draw c; > > draw origin--B; > > draw origin--A; > > draw (c cutbefore B)--(c cutafter A) withcolor red ; > > > endfig; > > Jens > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >