複雑な表など,Tableで作成するのが面倒なものは画像として描画しても良い場合がある.
表として画像を描画する場合,caption位置と名前をTableに対応させる必要がある.
\begin{table}[tb]
\caption{Tableのキャプションを記述する.}
\label{table:label_name}
\centering
\begin{tabular}{c}
\includegraphics[height=5.0cm,keepaspectratio,clip]{./graphics/sample.pdf}
\end{tabular}
\end{table}