2014年7月14日月曜日

threeparttableの使い方


  •  table -> center -> threeparttable -> tabular -> tablenotes の順。
  •  tabularの中に\tnote{}を入れると後で注が使える。

\begin{table}
\begin{center}
\begin{threeparttable}
\caption{}
\label{}
\begin{tabular}{}
\hline
hogehoge\tnote{aaa}
\end{tabular}
\begin{tablenotes}
\item[aaa] bbb
\end{tablenotes}
\end{threeparttable}
\end{center}
\end{table}

0 件のコメント:

コメントを投稿