\documentclass{jarticle} \usepackage[dvips]{colortbl}% \definecolor{mycolor}{rgb}{.9,.9,.9} \definecolor{mycolor2}{rgb}{.85,.85,.85} \definecolor{mycolor3}{rgb}{.87,.87,.87} \begin{document} \begin{table}[hbt] \begin{center} \begin{tabular}{ >{\columncolor{mycolor2}[1mm]}l| >{\columncolor{mycolor}}l| >{\columncolor{mycolor}}l } Ax & Axiom 1.2 & March 17, 1993 \\ De & Derive VX Version 3 & 1994 \\ Mc & Macsyma 419.0 & 1994 \\ Mp & Maple V Release 3 & 1994 \\ Mm & Mathematica 2.2 & 1993 \\ Mu & MuPAD 1.2.1a & 1994 \\ Re & Reduce 3.5 & 15-Oct-93 \end{tabular} \caption{使用したCAS} \end{center} \end{table} \vspace*{5zh} \begin{table}[htb] \begin{center} \begin{tabular}{ll} \hline \rowcolor{mycolor} $\mathrm{J_{\mu}}(z)$ & $\mu$ 次の第1種ベッセル関数 \\ \rowcolor{mycolor3} $K_i^h \raisebox{-2pt}{\footnotesize $jk\texttt{\symbol{"5C}} l$}$ & リーマンの曲率テンソルの共変導関数 \\ \rowcolor{mycolor} $\textsf{laplace}(f(t),\,\rightarrow{}s)$ & $t \rightarrow s$ の下での $f(x)$ のラプラス変換 \\ \rowcolor{mycolor3} $\textsf{pade}(f(x),\,x=a)$ & $x=a$ のまわりの $f(x)$ のPade近似 \\ \rowcolor{mycolor} $\zeta (n)$ & リーマンのツェータ関数 \\ \hline \end{tabular} \caption{使用した記号} \end{center} \end{table} \end{document}