\begin{table}\small %/small: 字體大小\caption{\centering This is an example.}%表格標(biāo)題居中\(zhòng)label{tab 1}%表格引用\centering %表格居中\(zhòng)begin{tabular}{c c c}%c: 表給內(nèi)容居中,c的個數(shù)是表格列數(shù) \toprule %上粗線\textbf{A}&\textbf{B}&\textbf{C}\\ %表格內(nèi)容格式\midrule %中線a & b & c\\ %表格內(nèi)容格式1&2&3\\ %表格內(nèi)容格式 \bottomrule %下粗線\end{tabular}
\end{table}