Does anyone know of any reason why the following:
Code: Select all
\begin{figure}[htbp]
\centering
\includegraphics[width=1.00\textwidth]{p32.jpg}
\caption{Arreglo experimental para el caso de objeto e imagen reales}
\label{orir}
\end{figure}
Code: Select all
\begin{figure}[htbp]
\centering
\includegraphics[width=1.00\textwidth]{p32.jpg}
\label{orir}\caption{Arreglo experimental para el caso de objeto e imagen reales}
\end{figure}
Does anyone know what's going on here? thanks...