Hans van der Meer <[EMAIL PROTECTED]> 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
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to