/ Published in: LaTeX
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Add this code before \begin{document} \usepackage{eso-pic} \newcommand\BackgroundPic{ \put(0,0){ keepaspectratio]{background.png}% }}} # and this immediately after \begin{document} : \AddToShipoutPicture{\BackgroundPic}
URL: http://kuscsik.blogspot.com/2008/03/how-to-background-image-in-latex.html