I have made my logo for my company with Tikz, and put it in a savebox (cause its a whole bunch of code).
When writing letters, I currently manually call this savebox every new page. How do I make this automatically?
Thanks!
Text Formatting ⇒ Made a savebox: How do I auto put this on every page?
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Made a savebox: How do I auto put this on every page?
Thanks! That works -kinda-
Only drawback is that its is placed on the wrong spot, but changing the coordinates in my put command fixed that.
Only drawback is that its is placed on the wrong spot, but changing the coordinates in my put command fixed that.
Re: Made a savebox: How do I auto put this on every page?
I found out that you can also easily use a savebox in combination with the watermark package.
I used it like this:
\graphicspath{{eps/}{pdf/}}
\newsavebox\mygraphictwo
\sbox\mygraphictwo{ PUT YOUR STUFF HERE}
\rightwatermark{\put(-124,-742.9){\usebox{\mygraphictwo}}}
I used it like this:
\graphicspath{{eps/}{pdf/}}
\newsavebox\mygraphictwo
\sbox\mygraphictwo{ PUT YOUR STUFF HERE}
\rightwatermark{\put(-124,-742.9){\usebox{\mygraphictwo}}}