Return to Snippet

Revision: 6135
at April 30, 2008 04:18 by janetmck


Initial Code
# Add this code before \begin{document} 

\usepackage{eso-pic}
\newcommand\BackgroundPic{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,
keepaspectratio]{background.png}%
\vfill
}}}

# and this immediately after \begin{document} :

\AddToShipoutPicture{\BackgroundPic}

Initial URL
http://kuscsik.blogspot.com/2008/03/how-to-background-image-in-latex.html

Initial Description


Initial Title
Background image in LaTeX

Initial Tags
image

Initial Language
LaTeX