Example for a table in section 4.3.1
Code: Select all
\begin{table}[h]
\singlespacing
\label{simtable}
\centering
\begin{tabular}{|cc|ccc|c|}
(table goes here)
\end{tabular}
\caption{caption}
\end{table}
The results of this analysis are presented in \textbf{Table \ref{simtable}}
(table)
Table 1: caption
The results of this analysis are presented in Table 4.3.1
I want it to say "... are presented in Table 1."
Thanks!