From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11239 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: MetaFun questions Date: Thu, 6 Mar 2003 18:16:11 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030306181611.04128fd5.morawski@gmx.net> References: <5.1.0.14.1.20030228084212.02435940@server-1> <5.1.0.14.1.20030306141040.0248d6b0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046976774 24819 80.91.224.249 (6 Mar 2003 18:52:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 18:52:54 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 06 19:52:51 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18r0U7-0006S0-00 for ; Thu, 06 Mar 2003 19:52:51 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6AAE110B50; Thu, 6 Mar 2003 19:53:20 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 78D4310AF0 for ; Thu, 6 Mar 2003 19:51:16 +0100 (MET) Original-Received: (qmail 14949 invoked by uid 0); 6 Mar 2003 18:51:15 -0000 Original-Received: from port1288.fra.ginko.net (HELO melior.localdomain) (212.202.67.18) by mail.gmx.net (mp012-rz3) with SMTP; 6 Mar 2003 18:51:15 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20030306141040.0248d6b0@server-1> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) 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:11239 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11239 On Thu, 06 Mar 2003 14:13:47 +0100 Hans Hagen wrote: > At 09:17 AM 2/28/2003 +0000, Nigel King wrote: > > >>>> has the original figure-size scaled 2 and not unitsquare scaled 2 > > >>> > > >>> can you be a bit more explicit > > >> > > >> I might be able to help since I had this problem with scaling external > > >> figures in mpost MetaFun. > > >> > > >> In ConTeXt \externalfigure[xxx.pdf] brings in a picture at the size of the > > >> picture. Scaling modifies that size. > > > > > > how about > > > > > > scaled 2 > > > xscaled 2 yscaled 5 > > > xyscaled (2,5) > > > > > > and > > > > > > xsized 2cm > > > ysized 4cm > > > xysized (2cm,4cm) > > \getfiguredimensions[...] > \let\MyFigWid\figurewidth > \let\MyFigHei\figureheight > > .... > > xysized(\MyFigWid,\MyFigHei) ahh, interesting. A plain metapost way as described in my other mail would be possible if i could run pdftex after the mpost run and run afterwards mpost again. How this could be done? Jens