I would like to insert an article into my thesis, and compile the thesis into postscript with normal LaTeX. (not pdfLaTeX). I have an article that is in pdf format that I'd also like to insert in there.
Every method I try to use to convert the pdf to ps (or eps) and insert it into the document results in a mess. When I try pdf2ps, and then use \includegraphics, it includes all of the article on 1 page, and the text isn't even centered. I get the same result when I try \epsfig.
I don't want to use pdfpages, as it only works with pdfLaTeX.
I also have the article source, but its a complete document with its own styles and document class. I don't know if there's a way to recompile the article too inside of the thesis compilation?
ps2pdfto convert PostScript to PDF, and it works pretty well, it does not mean that using the similarly-named toolpdf2psis a good idea... Usingpdftops(from the authors of the Xpdf viewer) produces usually much better results. Also trypdftops -epsif you want to produce something that you can\includegraphic. – Jukka Suomela Sep 1 '10 at 18:59