Is there a way to output several MetaPost PDF graphics from a single ConTeXt source file.  For example,<br><br>\startMPpage<br>  draw fullcircle scaled 72;<br>\stopMPpage<br><br>\startMPpage<br>  draw unitsquare scaled 72;<br>
\stopMPpage<br><br>and have a separate output PDF generated for each MPpage?  It seems that this ConTeXt code generates a single PDF which contains only the first graphic.  I would like to have either<br><br>1) two separate PDF's with each containing their own graphic<br>
2) a single two page PDF where each page corresponds to the appropriate graphic.<br><br>Of course, the "holy grail" would be to be able to "compile" a MetaPost source file with ConTeXt.<br><br>Troy Henderson<br>