Re: Problema con le didascalie

#46351
Up
0
Down
::

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

Go to top