[NTG-context] [metapost] troubles with labels

2013-12-29 Thread Pol Stra
Dear all, with this minimalist content of metapost file: ``` beginfig(1); dotlabel.ulft(A, origin); endfig; end. ``` And this conteXt file: ``` \starttext \startMPrun input mymp.mp; \stopMPrun \externalfigure[mprun.21][width=5cm] \stoptext ``` The resulting pdf file contains no

Re: [NTG-context] [metapost] troubles with labels

2013-12-29 Thread Hans Hagen
On 12/29/2013 12:07 PM, Pol Stra wrote: Dear all, with this minimalist content of metapost file: ``` beginfig(1); dotlabel.ulft(A, origin); endfig; end. ``` And this conteXt file: ``` \starttext \startMPrun input mymp.mp; \stopMPrun \externalfigure[mprun.21][width=5cm] \stoptext ```