From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15962 Path: main.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: EPS/PDF import and \underbrace in metaplay Date: Thu, 05 Aug 2004 17:03:52 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <41124C58.9010303@seznam.cz> References: <4110ED95.6070003@email.si> <411103D7.4080301@seznam.cz> <41124454.7020207@email.si> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091718418 20741 80.91.224.253 (5 Aug 2004 15:06:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Aug 2004 15:06:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 05 17:06:35 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BsjpC-0008Ms-00 for ; Thu, 05 Aug 2004 17:06:34 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37B7512772; Thu, 5 Aug 2004 17:06:34 +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 06791-02; Thu, 5 Aug 2004 17:06:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76A2A12775; Thu, 5 Aug 2004 17:03:11 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6565212775 for ; Thu, 5 Aug 2004 17:03:10 +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 06583-07 for ; Thu, 5 Aug 2004 17:03:09 +0200 (CEST) Original-Received: from smtp.seznam.cz (unknown [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id D1E4A12772 for ; Thu, 5 Aug 2004 17:03:09 +0200 (CEST) Original-Received: (qmail 17839 invoked from network); 5 Aug 2004 15:02:59 -0000 Original-Received: from unknown (HELO ?192.168.1.45?) (vit.zyka@82.142.74.35) by smtp.seznam.cz with SMTP; 5 Aug 2004 15:02:59 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: cs, en-us, en Original-To: mojca.miklavec@guest.arnes.si, mailing list for ConTeXt users In-Reply-To: <41124454.7020207@email.si> 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15962 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15962 > I want to make something like > > [start of TeX code] > \displaystyle{\underbrace{x^2+y^2=z^2}_{\hbox{simple equation}}} > [end of tex code] > > except that there has to be a metapost picture instead of "x^2+y^2=z^2" I did not test but I see no reason why not to use \...MP... inside \underbrace, like $\underbrace{\hbox{\uniwueMPgraphic[pict]}_{\hbox{simple equation}}$ Is there any problem? > Is it possible to place a graphic inside a \hbox in some btex ... etex > or textext expression? In that case this would help me a lot, otherwise Not. Process is: 1) mpost geterate from btex...etex construction TeX file. 2) tex: tex -> dvi (graphics is as \special) 3) makempx dvi -> mp !! problem how to handle graphics Vit Zyka