From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19544 Path: news.gmane.org!not-for-mail From: Jiri Polcar Newsgroups: gmane.comp.tex.context Subject: Re: Re: btex-etex Date: Sun, 3 Apr 2005 09:59:13 +0200 Message-ID: <20050403075913.GA5375@mother.cihlarska.net> References: <20050401083700.GA22890@mother.cihlarska.net> <20050401094938.GH18912@mother.cihlarska.net> <424E3D8D.3060907@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112515082 521 80.91.229.2 (3 Apr 2005 07:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2005 07:58:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 03 09:58:00 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 1DHzzO-0003CI-Ot for gctc-ntg-context-518@m.gmane.org; Sun, 03 Apr 2005 09:57:46 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D378B12834; Sun, 3 Apr 2005 09:59:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30187-01; Sun, 3 Apr 2005 09:59:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B67DD127E9; Sun, 3 Apr 2005 09:59:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F7EA127E9 for ; Sun, 3 Apr 2005 09:59:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29955-04 for ; Sun, 3 Apr 2005 09:59:10 +0200 (CEST) Original-Received: from tirith.ics.muni.cz (relay.muni.cz [147.251.4.35]) by ronja.ntg.nl (Postfix) with ESMTP id 56E18127B9 for ; Sun, 3 Apr 2005 09:59:10 +0200 (CEST) Original-Received: from monoceros.physics.muni.cz (mail@monoceros.physics.muni.cz [147.251.27.2]) by tirith.ics.muni.cz (8.13.2/8.13.2) with ESMTP id j337x9vj019033 for ; Sun, 3 Apr 2005 09:59:10 +0200 Original-Received: from polcar by monoceros.physics.muni.cz with local (Exim 3.35 #1) id 1DI00j-0007TG-00 for ntg-context@ntg.nl; Sun, 03 Apr 2005 09:59:09 +0200 Original-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <424E3D8D.3060907@elvenkind.com> User-Agent: Mutt/1.4.1i X-Muni-Envelope-From: polcar@physics.muni.cz X-Muni-Virus-Test: Clean X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19544 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19544 On Sat, Apr 02, 2005 at 08:37:01AM +0200, Taco Hoekwater wrote: > > It is quite possible that your resulting characters exceed > some size limit in DVI mode. Try \setupoutput[pdftex] > > In this case your "scaled 5cm" expands into "scaled 141.7": > the word test, scaled to 141.7 times it original size. > My problem is that I have no output also without 'caled 5cm': \setupoutput[pdftex] \starttext \startuseMPgraphic{test} picture p; p := btex TEST etex; draw p; \stopuseMPgraphic \useMPgraphic{test} \stoptext Sorry, I used "too" complicated example to describe my problem. I have no ouptput of btex-etex in any case... -- JP