HOW TO INCLUDE TABLES - Use the following figure template for one table: \begin{table}[ht] \begin{center} \caption{\small Some text describing the table.} \label{tab:xx} \begin{tabular}{ccccccc}\hline ...... \end{tabular} \end{center} \end{table}