From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15151 Path: main.gmane.org!not-for-mail From: "Patrick Gundlach" Newsgroups: gmane.comp.tex.context Subject: Re: Another Metafun issue Date: 16 May 2004 20:18:11 +0200 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: <1473E5B4-A725-11D8-B44C-0003939959D2@t-online.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084731617 31847 80.91.224.253 (16 May 2004 18:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 18:20:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun May 16 20:20:08 2004 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 1BPQF6-0004oy-00 for ; Sun, 16 May 2004 20:20:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 34B1A10B04; Sun, 16 May 2004 20:15:40 +0200 (MEST) Original-Received: from lilly.ping.de (lilly.ping.de [83.97.42.2]) by ref.ntg.nl (Postfix) with SMTP id DC2AD10AF2 for ; Sun, 16 May 2004 20:13:05 +0200 (MEST) Original-Received: (qmail 17262 invoked from network); 16 May 2004 18:17:28 -0000 Original-Received: (ofmipd 83.97.40.54); 16 May 2004 18:17:06 -0000 Original-Received: from schnee.local. (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i4GIIGic014780 for ; Sun, 16 May 2004 20:18:16 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local. (8.12.9/8.12.2/Submit) id i4GIIETM014779; Sun, 16 May 2004 20:18:14 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Authentication-Warning: schnee.local.: pg set sender to patrick@gundla.ch using -f X-Lieblings-Musik: the_capricorns In-Reply-To: (Sebastian Sturm's message of "Sun, 16 May 2004 19:46:25 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:15151 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15151 Hello Sebastian (sorry for sending twice; this time to the list), > \startuseMPgraphic{test} > draw textext("$\frac{a}{b}$"); > draw textext("$\root a \of b$"); > \stopuseMPgraphic any reason you use textext here? Do you need changing labels? If not, you should use -------------------------------------------------- \startuseMPgraphic{test} draw btex $\frac{a}{b}$ etex; draw btex $\root a \of b$ etex shifted (10,10) \stopuseMPgraphic \useMPgraphic{test} -------------------------------------------------- as a workaround. But this still looks like an unwanted behaviour to me. Patrick