まず 一式の 表示を 見ます。
画像は適宜 切り取り 拡大縮小をしていますが
少し 見にくいです。
では TeX ファイル (source code)を見てみます。
\documentclass[a4paper,10pt]{jarticle}
\begin{document}
\begin{table}
\caption{Table Relational Symbols }
\label{tab:Rsym}
\centering
\begin{tabular}{lll}
\textbackslash approx & approximate symbol & $\approx$\\
\textbackslash asymp & asymptotic symbol & $\asymp$\\
\textbackslash bowtie & bowtie & $\bowtie$\\
\textbackslash cong & congruent symbol & $\cong$\\
\textbackslash dashv & left tack & $\dashv$\\
\textbackslash doteq & approaches the limit & $\doteq$\\
\textbackslash equiv & equivalent symbol & $\equiv$\\
\textbackslash frown & down curve & $\frown$\\
\textbackslash ge or
\textbackslash geq &
greater than or equal to symbol & $\ge$ $\geq$\\
\textbackslash gg & much greater than symbol & $\gg$\\
\textbackslash in & 'is an element of' symbol & $\in$\\
\textbackslash le or
\textbackslash leq &
less than or equal to symbol &
$\le$ $\leq$\\
\textbackslash ll & much less than symbol & $\ll$\\
\textbackslash mid or \textbar & vertical bar & $\mid$ $|$\\
\textbackslash models & models (or true) & $\models$\\
\textbackslash neq & not equal to & $\neq$\\
\textbackslash ni & back to front 'is an element of' symbol & $\ni$\\
\textbackslash notin & 'not an element of' symbol & $\notin$\\
\textbackslash parallel & 'parallel to' symbol & $\parallel$\\
\textbackslash prec & precedes & $\prec$\\
\textbackslash preceq & precedes or equals symbol & $\preceq$\\
\textbackslash perp & 'perpendicular to' symbol & $\perp$\\
\textbackslash propto & 'proportional to' symbol & $\propto$\\
\textbackslash sim & similar & $\sim$\\
\textbackslash simeq & similar or equal to & $\simeq$\\
\textbackslash smile & up curve & $\smile$\\
\textbackslash sqsubseteq & square image of or equal to symbol & $\sqsubseteq$\\
\textbackslash sqsupseteq & square original of or equal to symbol & $\sqsupseteq$\\
\textbackslash subset & subset symbol & $\subset$\\
\textbackslash subseteq & 'subset or equal to' symbol & $\subseteq$\\
\textbackslash succ & succeeds & $\succ$\\
\textbackslash succeq & succeeds or equals & $\succeq$\\
\textbackslash supset & superset of & $\supset$\\
\textbackslash supseteq & 'superset or equal to' symbol & $\supseteq$\\
\textbackslash vdash & proves (or right tack) & $\vdash$\\
\end{tabular}
\end{table}
\end{document}
にゃんたろう 拝!
2008年 7月29日 (火) 21:01:03 JST 作成