I am working on my signature page for a thesis. I have a list of professors and blank lines for their signatures. For one of them I must use a scanned picture, it is currently a transparent png. I can insert this picture with \includegraphics{} and it is nice, except one thing: the picture (and signature) is under the line.
Does anyone have an idea how I could switch the two? To send the line in the back and keep the picture on the front?
Code: Select all
\vspace{0.1in}
%\hrule
\begin{figure}[!h]
\centering
\includegraphics[bb=800 450 900 460,width=.3cm]{signature.png}
\end{figure}
\line(1,0){180}
\end{center}
Peter