On Mon, Aug 4, 2008 at 8:48 PM, Aditya Mahajan
On Mon, 4 Aug 2008, Hans Hagen wrote:
Oliver Buerschaper wrote:
Dear wizards,
I was wondering whether there's a way to have ConTeXt spill out each
\startMPpage … \stopMPpage
it encounters as a separate PDF file … by default all MPpages seem to be collected into a single PDF file. Which is nice as long as this file is postprocessed by another ConTeXt document … however, I need to extract the individual figures from within LaTeX. So if anyone happens to know how to instruct LaTeX's graphicx package to do just that this would be a lovely alternative :-)
just keep them in one file and access the images by page, so .. include page 4 from file bla.pdf
IIRC, graphicx package in LaTeX can do that, so it should not be a problem. Otherwise, you can use pdftk and "burst" the pdf into separate pages.
You could use ConTeXt texexec --split filename Wolfgang