pdflatex and pdfpages installation

Patrick Brockmann
Update: April, 9th 2002
 



The goal is to install pdfpages which is a package to include PDF documents in LaTeX.
"This package makes it easy to include pages from external PDF documents in LaTeX documents. It is possible to
arrange two or four logical pages from a PDF document on each physical sheet of paper from LaTeX. It is similar to
\includegraphics in some respects. Landscape format is supported. Pages are centered automatically. You can select
pages to be included with, e.g., pages={3,5-11,20,38}. "

pdfpages package runs only with 14h released of pdflatex.
To check this, type pdflatex -v. You should get:

This is pdfTeX, Version 3.14159-14h-released-20010417 (Web2C 7.3.3.1)

Once, you are sure to get this right release. You should be able to run examples given in the pdfpages package
pdflatex pdf-ex.tex  and pdflatex pdf-hyp.tex

If everything is allright then you can forget the following lines!
If not, hope this will help.



Information links:

What I did: