新浪博客

LaTEX:threeparttable宏包的使用

2016-06-13 16:17阅读:
\usepackage{threeparttable} \begin{table} %or {table*}
\centering
\caption{Enter the name of the table.\label{enter the label}}
begin{threeparttable}
begin{tabular} %如果要指定tabular的宽度,需要\usepackage{tarbularx} \begin{tarbularx}{14 cm}
{@{\extracolsep{\fill}}lccccc} %表示表格宽度14cm,每列均匀展开。
加标注,在内容后\tnote{*} 然后在\end{tabularx}后加
\begin{tablenotes}
\centering %居中,\raggedright靠左对齐,\raggedleft靠右对齐。
\footnotesize %与脚注字号相同
\item[*] enter the explanation of the note *.
...
\end{tablenotes}
\end{threeparttable}
\end{table}

我的更多文章

下载客户端阅读体验更佳

APP专享