One of my tables currently looks like:
Code: Select all
\begin {center}
\rowcolors{1}{white}{gray!20}
\begin{tabular}{|ll|}
\hline
\multicolumn{2}{|c|}{} \\
\rowcolor{white} \multicolumn{2}{|c|}{Table of Stuff} \\
\multicolumn{2}{|c|}{} \\
\hline
1 & first stuff \\
\hline
2 & second \\
\hline
3 & and so on \\
\hline
\end{tabular}
\end {center}
Code: Select all
\appendix
\chapter{Tables Reference}
... ? (one line which effectively copies the above table,
or maybe even all tables which are marked or defined
in a special way)