How can I put text over a picture (.jpg, say) in a tex document? I have a graphic in my document as a .jpg:
\begin{figure}[ht!]
\centering
\includegraphics[scale=.4]{graphic_1.jpg}
\caption{The map $\phi_0$ }
\end{figure}
and I want to label certain parts of it with some mathematical symbols. I'd prefer to do this without tikz, but if someone has a solution using it, then that would be fine. Thanks.
subfigurelabels inside figures usingsubfigpackage (solution is not dependent on the packages mentioned); Drawing on an image with TikZ (if you're not religiously opposed totikz). – Werner Nov 01 '13 at 21:03