1: My caption here.
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[english]{babel}
\usepackage{graphicx,float}
\begin{document}
\begin{figure}[H]
\renewcommand{\figurename}{}
\caption{My caption here.}
\centering
\includegraphics[scale=1.00]{/home/me/pictures/test1.eps}
\label{}
\end{figure}
\end{document}