Re: [NTG-context] Standalone MetaPost Graphics from ConTeXt

2012-08-30 Thread Troy Henderson
Thank you both! Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma

Re: [NTG-context] Standalone MetaPost Graphics from ConTeXt

2012-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2012, Troy Henderson wrote: Is there a way to output several MetaPost PDF graphics from a single ConTeXt source file. For example, \starttext \startMPpage draw fullcircle scaled 72; \stopMPpage \startMPpage draw unitsquare scaled 72; \stopMPpage \stoptext and have a sepa

Re: [NTG-context] Standalone MetaPost Graphics from ConTeXt

2012-08-30 Thread luigi scarso
On Thu, Aug 30, 2012 at 10:57 PM, Troy Henderson wrote: > Is there a way to output several MetaPost PDF graphics from a single > ConTeXt source file. For example, > > \startMPpage > draw fullcircle scaled 72; > \stopMPpage > > \startMPpage > draw unitsquare scaled 72; > \stopMPpage > > and h