table というのは 表 と 題名が 付いたものという感じですか
では TeX ファイル (source code)を見てみます。
\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\begin{table}
\caption{テーブルの 例}
\label{tab:sample}
\centering
\begin{tabular}{lr}
Item & Cost\\
Video & 8.99\\
CD & 9.99\\
DVD & 15.00
\end{tabular}
\end{table}
\end{document}
画像は適宜 切り取り 拡大縮小をしていますが
にゃんたろう 拝!
2008年 7月24日 (木) 21:00:28 JST 作成