Graphics, Figures & Tablestell includepdf where to put the PDF

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
dax42
Posts: 11
Joined: Wed Jun 16, 2010 1:07 pm

tell includepdf where to put the PDF

Post by dax42 »

Hi there,

I have A4 pages as PDFs that I would like to incorporate into my document. They are essentially figures, so I would like LateX to put them in the most convenient position (like a float). However it appears as if includepdf just places the PDF right were it came across the command.

How do I change that?
Thanks!
Winnie

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

tell includepdf where to put the PDF

Post by localghost »

Pages included with pdfpages are no floats. To remove white margins you may cut them down with the Perl script pdfcrop and include them as usual graphics files inside a float environment.


Thorsten
Post Reply