table
環境, tabular
環境、\caption
コマンド表の書き方は以下のように書きます。
\begin {table}
\caption {この表の表題をここに書く}
\label {この表のラベルをここに書く}
\begin {tabular}{lll} \hline
項目1 & 項目2 & 項目3 \\ \hline
データ1 & データ2 & データ3 \\ \hline
データ1 & データ2 & データ3 \\
データ1 & データ2 & データ3 \\
データ1 & データ2 & データ3 \\ \hline
\end {tabular}
\end {table}
参照関係には\label
コマンドと\ref
コマンドを使います。詳しくは参照関係の解説ページを見てください。
詳しい説明は関連ページを参考にしてください。