I have a \documentclass[11pt, twoside, a4paper, twocolumn]{article}
I have something like this: Figure: xxxxxxxx
And I need: Figure. xxxxxxxxx
I need change the colon with a dot.
An example of my figures:
\begin{figure*}
\centering
\includegraphics[width=0.7\textwidth]{ZonaInfluencia.png}
\caption{Study area}
\label{AreaInfluencia}
\end{figure*}
captionpackage – cmhughes Aug 24 '13 at 16:07\usepackage{caption} \captionsetup{labelsep=period}– jub0bs Aug 24 '13 at 16:58