Kodama's home / tips.
表 \ref{example:terminology} は表組の例です.
\begin{table}[h]
\begin{center}
\caption[表組の例(用語)]{用語} % \listoftables で表目次を作る
\label{example:terminology} % 本文中の \ref で表番号を参照する
\begin{tabular}{c|c}\hline\hline % 中細ケイを二重ケイで代用
用語 & 意味 \\
\hline
表ケイ & 0.1mmの実線 \\
中細ケイ & 0.2mmの実線 \\
裏ケイ & 0.4mmの実線 \\
二分 & 全角の1/2 \\
四分 & 全角の1/4 \\
\hline
\end{tabular}
\\(注:表組の例です)
\end{center}
\end{table}
Kodama's home / tips.