Delimiters の 一覧です。
画像は適宜 切り取り 拡大縮小をしていますが
では TeX ファイル (source code)を見てみます。
\documentclass[a4paper]{article}
\usepackage[dvips]{color}
\begin{document}
\begin{table}
\caption{Delimiters use \textbackslash left \textbackslash right 2of 2}
\label{tab:Delm}
\centering
\begin{tabular}{lll}
\\
\textbackslash lfloor & left floor & $\left \lfloor \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash rfloor & right floor & $\left \rfloor \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash lceil & left ceiling & $\left \lceil
\textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash rceil & right ceiling & $\left \rceil \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash uparrow & up arrow & $\left \uparrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash downarrow & down arrow & $\left \downarrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash Uparrow & double up arrow & $\left \Uparrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash Downarrow & double down arrow & $\left \Downarrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash updownarrow & up down arrow & $\left \updownarrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\\
\textbackslash Updownarrow & double up down arrow & $\left \Updownarrow \textcolor{green}{\frac {1}{1+x}} \right.$\\
\end{tabular}
\end{table}
\end{document}
にゃんたろう 拝!
2008年 7月30日 (水) 21:03:45 JST 作成