The following doesn't show watermark on page 1. How can I get watermark on page 1?
\\has no effect. How can I force line break?\documentclass{article} \usepackage{lipsum} \usepackage{graphicx} \usepackage{atbegshi} \usepackage{tikz} \AtBeginShipoutInit \AtBeginShipout{% \tikz[overlay,remember picture]{% \path[use as bounding box](0,0); \node [gray!55,inner sep=0pt,rotate=45] at ([shift={(.5\paperwidth,-.5\paperheight)}]current page.north west){% \scalebox{3}{% \fontseries{b}\fontfamily{bch}\fontsize{14.4}{17}\selectfont DRAFT\\Page~\thepage }% }; }% } \begin{document} \title{Test document} \author{Ahmed Musa} \maketitle \lipsum[1-20] \end{document}
Thanks to Gonzalo Medina for formatting the code.


draftwatermarkpackage that provides macros to add a simple text watermark. – Qrrbrbirlbel Sep 24 '12 at 21:51\shortstackcommand for forcing a linebreak. – jon Sep 24 '12 at 21:54