Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to use a tikzpicture on every page of a document (watermark with pgfpages + tikz)?

554 views
Skip to first unread message

Marius Hofert

unread,
Aug 2, 2010, 4:59:47 PM8/2/10
to
Hi,

How can I put a tikzpicture on every page of a document?
Below is a minimal example with a watermark. It only appears on the
first page of course. I don't want to use the eso-pic package. A
solution based on "pgfpages" is mentioned on page 18 of the pgf
manual, but I couldn't figure out the details.

Cheers,

Marius


\documentclass[paper=a4,pagesize]{scrartcl}

\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[american,ngerman]{babel}
\usepackage{blindtext}
\usepackage{tikz}
\usepackage{pgfpages}

\begin{document}
\begin{tikzpicture}[remember picture,overlay] \node
[rotate=60,scale=10,text opacity=0.2] at (current page.center)
{draft};
\end{tikzpicture}
\blindtext[10]
\end{document}

0 new messages