General ⇒ Need help?
Need help?
So my question is: Given that I can't use pdflatex, how can I embed a PDF document in my thesis?
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Need help?
welcome to the forum!
You could use pdfpages to create another document: it is only including your own document pages and the other PDF pages in the desired order. Disadvantage: hyperlinks can get lost, if you used them. But it's an easy way.
Or, make standalone documents for the images (document class standalone) and use ps2pdf to make them PDF images. Then you can use pdfLaTeX for your document, and pdfpages.
Stefan