Re: Problemino con i ref

#88224
Up
0
Down
::


`\documentclass{article}

\begin{document}
\section{ciao}
\begin{table}
\centering
\caption{Parametri.}
\label{tabuno}
\begin{tabular}{lr}
Riga tabella & 4545\\
Riga tabella & 4545\\
\end{tabular}
\end{table}

\begin{table}
\centering
\caption{Parametri.}
\label{tabdue}
\begin{tabular}{lr}
Riga tabella & 4545\\
Riga tabella & 4545\\
\end{tabular}
\end{table}

Nella tabella~\ref{tabuno} sono mostrati
i parametri essenziali mentre nella
tabella~\ref{tabdue} quelli secondari.

\end{document}`

Non mi mette il riferimento a sezione 1.
Anche cambiando il label non trovo nulla…

Go to top