I tried to change the caption of the graphic but cannot do it
with the example the output is
and I need:Figura 1: ¿Qué actividades te gusta hacer en tus tiempos libres?
anyone could please help me?Gráfico 1: ¿Qué actividades te gusta hacer en tus tiempos libres?
Code: Select all
\documentclass[12pt, twoside, a4paper, spanish]{article}
\usepackage[portuguese]{babel}
\usepackage[applemac]{inputenc}
\usepackage[left=2.0cm,top=2.0cm,right=2.0cm,bottom=2.0cm]{geometry}
\usepackage{amsmath,amssymb,amsfonts,textcomp,setspace,graphicx,makeidx, fancyhdr,color,lastpage,url}
\begin{document}
\section{A}
\subsection{Anexo 2}
Análisis grafica de resultados
\begin{figure}[h]
\centering \includegraphics[scale=0.5]{figuras/G1.png}
\caption{¿Qué actividades te gusta hacer en tus tiempos libres?}
\end{figure}
\end{document}