Re: numeraziione tabelle in latex

#67364
Andrea
Partecipante
    Up
    0
    Down
    ::


    Si, \label va dopo \caption, che a sua volta va sopra la tabella. Così:
    `
    \begin{table}
    \centering
    \caption{}
    \label{tab:}
    \begin{tabular}{}

    \end{tabular}
    \end{table}
    `

    Go to top