From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6080 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Scaling mpgraphics Date: Sun, 11 Nov 2001 16:47:37 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <01111116473704.09235@levana> References: <5.1.0.14.1.20011108102440.03e72050@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396630 7244 80.91.224.250 (23 Oct 2002 18:10:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:10:30 +0000 (UTC) Original-To: ConTeXt ML In-Reply-To: <5.1.0.14.1.20011108102440.03e72050@server-1> Xref: main.gmane.org gmane.comp.tex.context:6080 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6080 Good afternoon, > \scale > [sx=.5,sy=.3] > {\startMPcode > fill fullcircle scaled 10cm ; > \stopMPcode} This works fine! Just weren't able to find it in the doc..:) > \startbuffer [patrick] > \startMPcode > fill fullcircle scaled 10cm ; > \stopMPcode > \stopbuffer > > \externalfigure[patrick][type=buffer,width=2cm] I forgot about the posibility to put the \startMPcode inside a buffer. I thought scaling a buffer was limited to text and regular TeX stuff, but I am thinking (once again) too limited. Patrick, again amazed.