I need to place a small image in the caption of an image, but I don't know how, please help.
\begin{figure}[H]
\begin{center}
\includegraphics[width=9.5cm]{figure.eps}\\
\caption{Some text [SMALL IMAGE HERE].}\label{figure}
\end{center}
\end{figure}

centerenvironment inside figures: it adds unwanted vertical spacing. Use\centeringinstead. – Bernard Apr 10 '18 at 18:05\\before the caption – David Carlisle Apr 10 '18 at 22:40