From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16770 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Metapost + metaObjet connector label on arcs Date: Tue, 26 Oct 2004 13:53:18 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <417E3AAE.9020500@wxs.nl> References: <426C6168-228F-11D9-9E13-000A9595B57C@ensta.fr> <20041022122446.GC23718@cebitec.uni-bielefeld.de> <717A1C36-2448-11D9-BD8A-000A9595B57C@ensta.fr> <20041024203001.A26260@bar.loria.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1098791637 28733 80.91.229.6 (26 Oct 2004 11:53:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 11:53:57 +0000 (UTC) Cc: Diamantini Maurice , Denis.Roegel@loria.fr Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 26 13:53:40 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 1CMPtT-0004Kb-00 for ; Tue, 26 Oct 2004 13:53:39 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A734E12795; Tue, 26 Oct 2004 13:53:38 +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 18431-06; Tue, 26 Oct 2004 13:53:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A79112784; Tue, 26 Oct 2004 13:53:35 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 66CDF12784 for ; Tue, 26 Oct 2004 13:53: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 18388-06-2 for ; Tue, 26 Oct 2004 13:53:33 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id B84C11277F for ; Tue, 26 Oct 2004 13:53:33 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i9QBrIhh017465; Tue, 26 Oct 2004 13:53:18 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id AC7712C0B9; Tue, 26 Oct 2004 13:53:19 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 68664182F7; Tue, 26 Oct 2004 11:53:18 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: ClamAV 0.80/540/Tue Oct 19 14:59:23 2004 clamav-milter version 0.80j on mailrelay01 X-Virus-Status: 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16770 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16770 Maurice Diamantini wrote: > 4 - about ConTeXt and Metapost: > What should I put in the "verbatimtex ... etex" header > to be able to use ConTexT in btex..etex instead of LaTex? > (I don't want use (for now ) the "inside ConTeXt document" method > for the sake of environnement robustness, and for reusability) normally nothing has to go in there you can make stand alond graphics with context doing: \setupcolors[state=3Dstart] \starttext \startMPpage your mp code \stopMPpage \stoptext That gives you a stand alone pdf graphic that you can embed later > 5 - about metapost: > How can I build the string to give to TeX as in >=20 > string str; str =3D "x^2" > btex \large F =3D etex >=20 > or perhaps somthing like : >=20 > string str; > str =3D "btex \large F =3D " & str =E9 " etex" > eval(str) no, btex etex is parsed and handles in special ways; this is why metafun=20 has the textext macro Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------