General ⇒ Image to the paper edge
Image to the paper edge
Is it possible to put an image onto a page witch overstep the margins and keep to the edge of the paper? I want to do it without changing the look of the header made by fancyhdr and other text on the page.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Image to the paper edge
LaTeX.org admin
Image to the paper edge
Hi Stefan,
Thanks for your answer.
As I see textpos is good to put images into the background of the text. LaTeX doesn't consider it in the making-up.
But I could solve it with \centerline:
Thanks for your answer.
As I see textpos is good to put images into the background of the text. LaTeX doesn't consider it in the making-up.
But I could solve it with \centerline:
Code: Select all
\begin{figure}
\centerline{\includegraphics[width=\paperwidth]{Filename}}
\caption{Caption}
\end{figure}