[texhax] eso-pic vs \pagecolor
Victor Ivrii
vivrii at gmail.com
Fri Nov 14 14:47:29 CET 2008
In the example below "Test" does not show unless I remove \pagecolor{}
and page is not completely covered by green unless I remove
\AssToShipoutPicture*{...
}
Does anyone know how to overcome this?
Thank you
Victor
\documentclass[12pt]{article}
\usepackage{eso-pic}
\usepackage{graphicx,xcolor}
\begin{document}
\pagecolor{green}
\AddToShipoutPicture*{%
\AtTextCenter{%
\makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
\rotatebox{55}{\textsf{\textbf{Test}}}}}
}
}
Testing
\end{document}
More information about the texhax
mailing list