19 Giugno 2010 alle 11:10
#46351
::
Scusa l’insistenza, ma continuo a non capire:
devo aggiungere la riga
`
\captionsetup{type=figure}
`Grazie ancora e scusa per l’INCOMPRENSIONE, Samuele.
`\begin{center}
\includegraphics[width=0.95\textwidth]{img/MESH15_ex}
\captionof{figure}{In this figure we choose a \textit{edgelenght} parameter of 1.5.}
\label{fig:MESH15_ex}
\end{center}`
deve diventare
`\begin{center}
\includegraphics[width=0.95\textwidth]{img/MESH15_ex}
\captionsetup{type=figure}
\caption{In this figure we choose a \textit{edgelenght} parameter of 1.5.}
\label{fig:MESH15_ex}
\end{center}`
Ciao
Enrico