At 02:17 PM 12/20/2002 +0100, Tobias Burnus wrote:
2) Is there a way to make multiple pdf files output from one file. Say, I want to get one pdf for every page I have. (The reason I want this, is that I want to typeset some pictures in ConTeXt and then include them in my LaTeX project. I don't want to "convert" my LaTeX project (about 200 pages) into ConTeXt).
Hmm. Maybe something like
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile="pdffile-%d.pdf" -c save pop -f pdffile.pdf
is the fastest possibility.
if you use pdftex, you can include any page from a pdf file, so there is no need to split the file, i'm sure that latex has something similar to \externalfigure[whatever.pdf][page=34] Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------