Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Kevin D. Robbins
On Fri, Jul 15, 2011 at 1:13 AM, Mojca Miklavec wrote: > The original file "test.mp" is copied to "test.mp.keep" and a new file > "test.mp" is created with a newer timestamp and two additional blank > lines at the end. > I hadn't noticed this yesterday, but I see the same behavior, but only when

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Kevin D. Robbins
On Thu, Jul 14, 2011 at 7:04 PM, luigi scarso wrote: > This is one of the preferrred way to deal with metapost in mkiv > \starttext > \startMPpage > numeric u; >  u = 1cm; >  draw (0,2u)--(0,0)--(4u,0); >  pickup pencircle scaled 1pt; >  draw (0,0){up} >   for i=1 upto 8: ..(i/2,sqrt(i/2))*u endfo

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Hans Hagen
On 15-7-2011 9:47, Mojca Miklavec wrote: On Fri, Jul 15, 2011 at 09:44, Hans Hagen wrote: On 15-7-2011 3:04, luigi scarso wrote: Building the file using "texexec --mptex test.mp" all three graphics how about "context --mp test.mp" ? context --mp test metapost| loading 'metafun.

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread luigi scarso
On Fri, Jul 15, 2011 at 9:47 AM, Mojca Miklavec wrote: > On Fri, Jul 15, 2011 at 09:44, Hans Hagen wrote: >> On 15-7-2011 3:04, luigi scarso wrote: >> Building the file using "texexec --mptex test.mp" all three graphics >> >> how about "context --mp test.mp" ? > >> context --mp test > > meta

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Mojca Miklavec
On Fri, Jul 15, 2011 at 09:44, Hans Hagen wrote: > On 15-7-2011 3:04, luigi scarso wrote: > >>> Building the file using "texexec --mptex test.mp" all three graphics > > how about "context --mp test.mp" ? > context --mp test metapost| loading 'metafun.mp' (experimental metapost version tw

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Hans Hagen
On 15-7-2011 3:04, luigi scarso wrote: Building the file using "texexec --mptex test.mp" all three graphics how about "context --mp test.mp" ? Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Hans Hagen
On 15-7-2011 9:13, Mojca Miklavec wrote: I'm not able to reproduce the problem, but there is one weird thing (unrelated to your problem): The original file "test.mp" is copied to "test.mp.keep" and a new file "test.mp" is created with a newer timestamp and two additional blank lines at the end.

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-15 Thread Mojca Miklavec
I'm not able to reproduce the problem, but there is one weird thing (unrelated to your problem): The original file "test.mp" is copied to "test.mp.keep" and a new file "test.mp" is created with a newer timestamp and two additional blank lines at the end. So repeating the compilation hundred times

Re: [NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-14 Thread luigi scarso
On Fri, Jul 15, 2011 at 2:59 AM, Kevin D. Robbins wrote: > Using a fresh install of ConTeXt Minimals today (ConTeXt version > 2011.07.14 16:09, luatex version beta-0.70.1-2011051918) I am trying > to build the following MetaPost graphics: > > ---8<--- file: test.mp > fontmapfile "=lm-math.map" ; >

[NTG-context] Trouble making basic MetaPost graphics using ConTeXt Minimals

2011-07-14 Thread Kevin D. Robbins
Using a fresh install of ConTeXt Minimals today (ConTeXt version 2011.07.14 16:09, luatex version beta-0.70.1-2011051918) I am trying to build the following MetaPost graphics: ---8<--- file: test.mp fontmapfile "=lm-math.map" ; beginfig(1) draw fullcircle scaled 3cm ; endfig ; beginfig(2) ;