まず 一式の 表示を 見ます。
画像は適宜 切り取り 拡大縮小をしていますが
では TeX ファイル (source code)を見てみます。
\documentclass[a4paper,10pt]{jarticle}
\begin{document}
\begin{table}
\caption{Table Symbols with Limits}
\label{tab:Bin}
\centering
\begin{tabular}{lll}
\textbackslash sum & summation & $\sum$\\
\textbackslash int & integral & $\int$\\
\textbackslash oint & closed integral & $\oint$\\
\textbackslash prod & product & $\prod$\\
\textbackslash coprod & coproduct & $\coprod$\\
\textbackslash bigcap & big set intersect & $\bigcap$\\
\textbackslash bigcup & big set union & $\bigcup$\\
\textbackslash bigsqcup & big square cup & $\bigsqcup$\\
\textbackslash bigvee & big logical or & $\bigvee$\\
\textbackslash bigwedge & big logical and & $\bigwedge$\\
\textbackslash bigodot & big circled dot & $\bigodot$\\
\textbackslash bigotimes & big circled times & $\bigotimes$\\
\textbackslash bigoplus & big circled plus & $\bigoplus$\\
\textbackslash biguplus & big multiset union & $\biguplus$\\
\end{tabular}
\end{table}
\end{document}
にゃんたろう 拝!
2008年 7月29日 (火) 21:01:03 JST 作成