General ⇒ Multipage PDF or PS in latex document
Multipage PDF or PS in latex document
I am finishing a large thesis, with lots of eps figures. Now I want to include some papers in pdf-format (these are multipage).
I have tried pdflatex and that works- but that does not include any of my eps figures.
Now my idea is to convert the pdf papers (which are multipage) to ps and include these in a way similar to that in pdfpages.
Does anyone know how to include multipage ps-files in a latex document?
beset regards, jarihj
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Multipage PDF or PS in latex document
I would consider to convert the eps figures to pdf format. Though there are many I would not expect problems. Then it's possible to use pdfpages together with pdflatex that has some advantages (hyperref, microtype, ...)
Alternatively you could test psjoin or psmerge.
Stefan
Re: Multipage PDF or PS in latex document
But now I also need to include some papers at the end of my document which are in pdf form. Is there not any equivalent to pdfpages that can be used with a dvi or dvipdf output?
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Multipage PDF or PS in latex document
you could use pdfpages to combine the dvipdf output and the pdf papers. Why should you need an alternative?
Perhaps PDFjam could be helpful too.
Stefan