[pdftex] overlay text on an image ?

Thierry Bouche thierry.bouche at ujf-grenoble.fr
Tue Jul 3 15:31:32 CEST 2007


Hi Robert,

Le mardi 3 juillet 2007, vers 14:02:03, Robert Dunne écrivit :


R> We have done this with in latex with

R> \usepackage[ovp]{psfragx}
R> \begin{figure}
R> \includegraphicx[width=\paperwidth,height=\paperheight]<\put(20,73){\parbox{10cm}{\title}}>
R> [\put(69,12){\makebox(0,0)[r]{\clogo}}]{TitlePage.eps}
R> \end{figure}

R> where "\title" is defined to contain the title, author, date etc.

R> The image is color and should only be on the title page. Any ideas?

if you know the page it's supposed to be on, it's not a float!

So, you don't need the figure env.

It seems to me that you mostly get whet you want using:

\begin{picture}(0,0)
  \put(20,73){\parbox{10cm}{\title}}
\end{picture}%
\includegraphics[width=\paperwidth,height=\paperheight]{TitlePage.eps}%
\begin{picture}(0,0)
  \put(69,12){\makebox(0,0)[r]{\clogo}}
\end{picture}

but I might be wrong!


 Thierry      



More information about the pdftex mailing list