From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20832 Path: news.gmane.org!not-for-mail From: andrea valle Newsgroups: gmane.comp.tex.context Subject: Re: importing figures in metapost Date: Mon, 13 Jun 2005 17:56:27 +0200 Message-ID: <5cb206ae0906c2ecc362adec9d49c24a@di.unito.it> References: <42AC59CA.3010804@gmail.com> <42ADA01B.4010604@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118677889 9868 80.91.229.2 (13 Jun 2005 15:51:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2005 15:51:29 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 13 17:51:18 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhrD2-0003Qd-Kp for gctc-ntg-context-518@m.gmane.org; Mon, 13 Jun 2005 17:50:44 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3182126F8; Mon, 13 Jun 2005 17:55:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20520-02; Mon, 13 Jun 2005 17:55:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C7FB9127C5; Mon, 13 Jun 2005 17:55:30 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96D9F127C5 for ; Mon, 13 Jun 2005 17:55:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20614-06-2 for ; Mon, 13 Jun 2005 17:55:29 +0200 (CEST) Original-Received: from pianeta.di.unito.it (pianeta.di.unito.it [130.192.239.1]) by ronja.ntg.nl (Postfix) with ESMTP id 21E3E126F8 for ; Mon, 13 Jun 2005 17:55:26 +0200 (CEST) Original-Received: from [192.168.3.104] (multilabfw-nat3.multilab.unito.it [130.192.205.50]) by pianeta.di.unito.it (INFO-DIP) with ESMTP id j5DFtD8x009248 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO userCertificateDN= AuthenticatedUser=valle ); Mon, 13 Jun 2005 17:55:17 +0200 (MEST) In-Reply-To: <42ADA01B.4010604@gmail.com> Original-To: Mojca Miklavec X-Mailer: Apple Mail (2.619.2) X-dipinfo-MailScanner-Information: Please contact Department of Computer Science technical staff for more information X-AntiVirus: Scanned for viruses by VirusFinder @2001-tecnici@di.unito.it - Email Clean X-SpamCheck: not spam, SpamAssassin (score=-104.9, required 5, autolearn=not spam, AUTHENTICATEDUSER -100.00, BAYES_00 -4.90) X-MailScanner-From: valle@di.unito.it X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20832 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20832 Thanks Mojca, (I put again the discussion on the list) > andrea valle wrote: >> Thanks a lot, >> It seems that it is exactly what I need,as I want to use pdfs. >> Actually I'm able to scale, but not to shift. > > I don't understand why not. Can you send an (non-working) example? > >> It seems to me that this: % 1 \setupcolors[state=start] \starttext \startuseMPgraphic{dummy} externalfigure "mptext.pdf" xyscaled (10cm, 8cm) shifted (3cm, 6cm); \stopuseMPgraphic \useMPgraphic{dummy} \stoptext and % 2 \setupcolors[state=start] \starttext \startuseMPgraphic{dummy} externalfigure "mptext.pdf" xyscaled (10cm, 8cm) shifted (3cm, 6cm); \stopuseMPgraphic \useMPgraphic{dummy} \stoptext ...have the same results. (these are my pdfs in output: http://www.semiotiche.it/andrea/conTest.pdf http://www.semiotiche.it/andrea/conTest1.pdf ) Where am I making a mistake? > > It is not extensively documented, it is only mentioned in metafun > manual (CTRL-F to search in Acrobat). Or, alternatively, you can take > a look at: > So, how do I know all the options I can use? Simply I can't? Best -a-