I'm trying to add titles at a specific location (over a letterhead) for a number of pages (1-2) and then add a new title to the following 2. I have two problems. First AtBegShi starts at the second page \AtBeginShipoutFirst doesn't fix this, and secondly \AtBeginShipoutDiscard doesnt reset AtBegShi so it has Rhubarb and Custard superimposed.
Any thoughts on this would be extremely gratefully received. thanks
\documentclass[10pt]{article}
\usepackage{atbegshi}
\usepackage{textpos}
\AtBeginShipoutInit
\def\mycontent{rhubarb}
\AtBeginShipout{
\begin{textblock}{6}[0,0](0.1,-0.15)
\mycontent
\end{textblock}
}
\AtBeginShipoutFirst{
\begin{textblock}{6}[0,0](0.1,-0.15)
\mycontent
\end{textblock}
}
\begin{document}
blah
\newpage
blah
\newpage
\def\mycontent{custard}
blah
\newpage
blah
\end{document}

Rhubarb/Custardwith a macro, say\sometext, and then redefine\sometextappropriately. – Werner Feb 17 '13 at 05:29shipoutto start from page 1? – Tahnoon Pasha Feb 17 '13 at 09:26xwatermarknow. Looks very powerful, but struggling to get to grips with the fontseries options. It hangs if I put\textbf\textsc{mytext}in the{}braces, and hangs if I use thefontseries=\bfseries\scshapeformulation. I'm trying to find the series spec for the\FancyPageNosmacro but a google search hasn't had results. Do you know where the documentation might be available? – Tahnoon Pasha Feb 17 '13 at 09:29AtBegShiwhich works extremely well. Now I just need to figure out how to get it to show up on the first page too. – Tahnoon Pasha Feb 19 '13 at 00:31