Entwurf-Wasserzeichen
Verfasst von Erik am Do, 04/01/2010 - 22:27
LaTeX-Datei:
\usepackage{eso-pic}
\usepackage{graphicx}
\makeatletter
\newcommand\BackgroundPicture[3]{%
\setlength{\unitlength}{1pt}%
\put(0,\strip@pt\paperheight){%
\parbox[t][\paperheight]{\paperwidth}{%
\vfill
\centering\includegraphics[width=#2,angle=#3]{#1}
\vfill
}
}
} %
\makeatother
\AddToShipoutPicture{\BackgroundPicture{entwurf}{18cm}{45}}
\usepackage{graphicx}
\makeatletter
\newcommand\BackgroundPicture[3]{%
\setlength{\unitlength}{1pt}%
\put(0,\strip@pt\paperheight){%
\parbox[t][\paperheight]{\paperwidth}{%
\vfill
\centering\includegraphics[width=#2,angle=#3]{#1}
\vfill
}
}
} %
\makeatother
\AddToShipoutPicture{\BackgroundPicture{entwurf}{18cm}{45}}
Erläuterung:
Die Befehle setzen die Grafikdatei entwurf um 45° gedreht und auf 18 cm Breite vergrößert in den Hintergrund der LaTeX-Datei. Die Datei muss für pdflatex im PDF-Format vorliegen. Für konventionelles latex muss die Datei im EPS-Format vorliegen.
| Anhang | Größe |
|---|---|
| entwurf.pdf | 3.4 KB |
| entwurf.eps | 2.89 KB |
