[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Referencing Tables in Latex?



Andrew Holmes <andy@proxima.force9.co.uk> wrote:

> However when I try to [reference with the \label/\ref mechanism]] with
> a reference to a table, it prints the section the table is in, instead
> of the number of the table.

What you want to achieve can only be done if you put the table in a
"table float", e.g.

\begin{table}
  \begin{tabular} ...
    ...
    ...
  \end{tabular}

  \label{tab:a-table}
  \caption{blablabla}
\end{table}

Paul Huygen


Reply to: