I'm writing a cover letter that I want to have on university letterhead, which I have a full-sized electronic copy of (in PDF as well as JPG). Is there an easy way to make TeX do this?
|
I recommended to use
|
|||||||||||||
|
|
The comments have already mentioned a number of specialized packages for this, including
|
|||
|
|
Here's the solution using the wallpaper package:
|
|||
|
|

\includegraphicsfrom thegraphicxpackage? – cmhughes Jan 10 at 21:31overlayoption withtikzto imbed the page with letterhead as a background image. – Peter Grill Jan 11 at 8:19\tikz[overlay, remember picture]\node[opacity=0.8](current page.center){\includegraphics[width=\paperwidth]{letterhead.pdf}};– Daniel Apr 23 at 5:43