From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14293 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: =?iso-8859-1?B?UmWg?= =?iso-8859-1?Q?=3A?= MetaPost with etex/btex Date: Sun, 14 Dec 2003 08:46:49 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <20031214134649.GA12983@callisto.jupiter.qc.ca> References: <20031214080317.GA13908@callisto.jupiter.qc.ca> <3FDC511E.8090706@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1071410059 8729 80.91.224.253 (14 Dec 2003 13:54:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 13:54:19 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Dec 14 14:54:17 2003 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 1AVWhN-00049S-00 for ; Sun, 14 Dec 2003 14:54:17 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0A04010B1D; Sun, 14 Dec 2003 14:54:06 +0100 (MET) Original-Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by ref.ntg.nl (Postfix) with ESMTP id 9058110ACC for ; Sun, 14 Dec 2003 14:46:47 +0100 (MET) Original-Received: from callisto.jupiter.qc.ca ([67.68.66.32]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031214134646.HMAI23158.tomts10-srv.bellnexxia.net@callisto.jupiter.qc.ca> for ; Sun, 14 Dec 2003 08:46:46 -0500 Original-Received: from localhost ([127.0.0.1] helo=callisto ident=david) by callisto.jupiter.qc.ca with esmtp (Exim 4.30) id 1AVWaA-0003UB-7G for ntg-context@ntg.nl; Sun, 14 Dec 2003 08:46:50 -0500 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: =?iso-8859-1?Q?=3C3FDC511E=2E8090706=40boe?= =?iso-8859-1?Q?de=2Enl=3E_=28from_w=2Eegger=40boede=2Enl_on_dim=2C_d=E9?= =?iso-8859-1?Q?c?= 14, 2003 at 07:01:34 -0500) X-Mailer: Balsa 2.0.15 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:14293 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14293 Hi Willi, Thanks for the examples, they'll sure be useful. But I realize I have not been precise enough in my post. The point is that \startMPcode fill fullcircle scaled 1cm withcolor red ; \stopMPcode works, while \startMPcode label.top("Some label", (1cm,1cm)) ; \stopMPcode produces some garbage between "Some" and "label", and \startMPcode label.top(btex Some label etex, (1cm,1cm)) ; \stopMPcode doesn't work at all. Sorry for being that vague. David On 2003-12-14 07:01:34, Willi Egger wrote : > Hi David, > > The use of the different possibilities of including metapost graphics in > ConTeXt are described in the METAFUN-manual on pages 9, 81-82, 115 > > For your refernce I attach a small demo file using your code ... > > Kind regards Willi > > > > David Munger wrote: > >> Hello, >> >> The following code results in no label output: >> >> \starttext >> \startMPcode >> label.top(btex Some label etex, (1cm,1cm)) ; >> \stopMPcode >> \stoptext >> >> I'm using ConTeXt 2003.12.12. >> >> >> By the way, why don't \startMPgraphic and \stopMPgraphic do anything? >>