GeneralNeed help?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MSnhung11
Posts: 1
Joined: Tue Jun 12, 2018 11:05 am

Need help?

Post by MSnhung11 »

I'm writing a thesis and need to embed some publications somewhere in the middle. I have already learned that this can be done with the pdfpages package, but this appears to only work with pdflatex. I'm using the texify, dvips and ps2pdf commands from MiKTeX 2.7 from the WinEdt interface, because otherwise the images in the thesis won't work.

So my question is: Given that I can't use pdflatex, how can I embed a PDF document in my thesis?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Need help?

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
Post Reply