Re: Comando \ref e numerazione diversa

#23348
DMW
    Up
    0
    Down
    ::


    Togli l’ambiente center: in questo caso lascia troppo spazio.

    Usa \centering
    `\begin{figure}
    \centering
    \includegraphics[width=0.8\textwidth]{feeders2.png}
    \caption{Feeders}\label{img1}
    \end{figure} `

    Ciao

    Andrea

    Go to top