Sportingfan
September 10th, 2008, 04:38 AM
Dear,
i have got a problem when reffering to tables from the appendix in latex documents.
If i want to refer to the following table in the appendix:
\begin{table}[!ht]
\begin{tabular}{|l|}
...
\end{tabular}
\label{exp:mail}
\caption{...}
\end{table}
i will use
\ref{exp:mail}
The LateX output only returns the letter of the appendix, A.
The appendix chapter is build with:
\appendix
\chapter{}
\label{appendix:a}
\input{appendixa}
Any ideas?
Ty
i have got a problem when reffering to tables from the appendix in latex documents.
If i want to refer to the following table in the appendix:
\begin{table}[!ht]
\begin{tabular}{|l|}
...
\end{tabular}
\label{exp:mail}
\caption{...}
\end{table}
i will use
\ref{exp:mail}
The LateX output only returns the letter of the appendix, A.
The appendix chapter is build with:
\appendix
\chapter{}
\label{appendix:a}
\input{appendixa}
Any ideas?
Ty