I have a preset background picture which is essentially a role playing character sheet without any text on it.
I need to position a lot of information on it and it has to line up exactly with the background image.
This is what i have got so far. I assume i could go for a tikz picture but i am not sure i can stretch that to encompass the whole page.
\documentclass[11pt]{article}
\usepackage{wallpaper}
\begin{document}
\ThisCenterWallPaper{1}{Page1.png}
\mbox{NAME}
\end{document}
How can i set text at exact positions relative to a full page A4 background image.
textpospackage (it's on TeXLive/CTAN) – Jan 07 '15 at 19:18