View Single Post
Old 01-26-2010, 11:36 AM   #22
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 520
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
Quote:
Originally Posted by Sweetpea View Post
But, how can I make this cover page ignore the margins, header and footer of my document? The header and footer don't get shown (\thispagestyle{empty}) but the space is still reserved...
The following code does that:
Code:
\usepackage[absolute]{textpos}
...
\thispagestyle{empty}
\begin{textblock*}{\paperwidth}(0mm,0mm)
  \noindent\includegraphics[width=\paperwidth,height=\paperheight]{cover.jpg}
\end{textblock*}
\null
\clearpage
pietvo is offline   Reply With Quote