From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11339 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: textext Date: Tue, 11 Mar 2003 23:19:56 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <874r69bl6b.fsf@gundla.ch> References: <5487BE96-53E3-11D7-A598-003065568054@science.uva.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047421398 5455 80.91.224.249 (11 Mar 2003 22:23:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 22:23:18 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 11 23:23:16 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ss97-0001Mz-00 for ; Tue, 11 Mar 2003 23:22:53 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3329E10B5C; Tue, 11 Mar 2003 23:23:34 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id 9484210AB6 for ; Tue, 11 Mar 2003 23:21:27 +0100 (MET) Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18ss7Z-0001kw-00 for ntg-context@ntg.nl; Tue, 11 Mar 2003 23:21:17 +0100 Original-Received: from [129.217.137.194] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18ss7U-0004eS-00 for ntg-context@ntg.nl; Tue, 11 Mar 2003 23:21:12 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18ss6G-0000Rx-00 for ; Tue, 11 Mar 2003 23:19:56 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <5487BE96-53E3-11D7-A598-003065568054@science.uva.nl> (Hans van der Meer's message of "Tue, 11 Mar 2003 18:03:07 +0100") Original-Lines: 28 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11339 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11339 Hans van der Meer writes: > Hi Hans Well, I am not Hans, but perhaps I might add a comment: > I am placing metapost figures in the text: could you provide a small non-working example (that we can run thru TeX)? The following works fine here: % interface=en output=pdf \starttext \def\mycommand#1{% \startuseMPgraphic{somegraphic} drawdot origin; label.top(textext("#1", origin); \stopuseMPgraphic \useMPgraphic{somegraphic}} \mycommand{Hello Hans} \stoptext Patrick