Code: Select all
\begin{figure}
\begin{center}
\caption{Myfig}
\includegraphics[scale=0.6] {fig}
This is a note This is a note
\end{center}
\end{figure}
Code: Select all
\begin{figure}
\begin{center}
\caption{Myfig}
\includegraphics[scale=0.6] {fig}
This is a note This is a note
\end{center}
\end{figure}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{figure}
\centering
\begin{minipage}{0.6\textwidth}
\includegraphics[width=linewidth]{filename}\\[\medskipamount]
This is a note.
\end{minipage}
\caption{Myfig}\label{fig:myfig}
\end{figure}
NEW: TikZ book now 40% off at Amazon.com for a short time.