I'm writing my thesis and at the start of each chapter, I would like to have a picture that covers the printable area, with the title of the chapter displayed on that picture.
So far, I have managed to do this with the code below although I admit I don't really understand how it works.
Code: Select all
\AddToShipoutPicture*{\put(130,0)%
{\includegraphics[width=17cm,height=25cm]{Image.jpg}%
}}
\chapter{Title}
\pagebreak[4]
Can anybody advise?
Thanks.