Archive for tag: includegraphics

Avoiding a Page Break when Using the pdfpages Package in LaTeX

18 May, 2010 (20:23) | LaTeX, [English Posts] | By: Wolfgang

Every so often I want to add a whole multipage PDF-Document to the appendix of a LaTeX document. To do so I use the great pdfpages package which can be found at http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/.
If your TeX distribution doesn't come with pdfpages preinstalled, install it and then add \usepackage{pdfpages} to your preamble.

The only problem is that ...