1

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.

0 Answers0