Archive for tag: pdfpages

LaTeX pdfpages Package and Page Numbers

27 June, 2010 (06:30) | LaTeX, [English Posts] | By: Wolfgang

Sometimes I like to have page numbers on pages I use pdfpages on. I searched for a solution quite a while until I finally found one in the package's manual (The least obvious location to search for it, of course ;). Here is the solution so you don't have to RTFM too:

By default, the ...

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 ...