Re: [NTG-context] MetaPost with etex/btex

2003-12-14 Thread Willi Egger
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?


\setupoutput[pdftex]
\starttext

\section{Including the MPcode in the placefigure mechanism}

\placefigure
[here]
[]
{the label}
{\startMPcode
 label.top(btex Some label 1 etex, (1cm,1cm)) ;
\stopMPcode}

\section{startMPgraphic -- placeMPgraphic}

\startMPgraphic
label.top(btex Some label 2 etex, (1cm,1cm)) ;
\stopMPgraphic

\loadcurrentMPgraphic{width=15cm}
\placeMPgraphic

\section{startuseMPgraphic -- useMPgraphic}

\startuseMPgraphic{Label2}
label.top(btex Some label 3 etex, (1cm,1cm)) ;
\stopuseMPgraphic

\useMPgraphic{Label2}

\section{startreusableMPgrpahic -- reuseMPgraphic}

\startreusableMPgraphic{Label3}
label.top(btex Some label 4 etex, (1cm,1cm)) ;
\stopreusableMPgraphic

\reuseMPgraphic{Label3}

\stoptext

Re : [NTG-context] MetaPost with etex/btex

2003-12-14 Thread David Munger
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?

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context