General ⇒ How to "float" \includepdfs ?
How to "float" \includepdfs ?
Is there any way you know of to make an \includepdf page "float"?
Thanks very much for your help!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: How to "float" \includepdfs ?
inside floats you can use \includegraphics, pdf format is supported too.
Stefan
Re: How to "float" \includepdfs ?
I understand that \includegraphics allows pdfs and use this ability all the time--my problem is how do I insert an "oversized" page (11 X 17 in) in a lettersize report.
Thanks
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to "float" \includepdfs ?
Stefan
How to "float" \includepdfs ?
The question is how to get \includegraphics to create the single oversized page.
Any further ideas would be appreciated.
Thanks
How to "float" \includepdfs ?
Code: Select all
\afterpage{\includepdf[width=\paperwidth,height=\paperheight]{foo.pdf}}
Re: How to "float" \includepdfs ?
Thanks (again) for your help. This is exactly what I needed.
DD