名前: 飯島 徹 日時: 2002-11-23 02:41:59 IPアドレス: 219.57.22.*
>>13158 array パッケージの \newcolumntype を利用して \documentclass{jarticle} \usepackage{array} \newcolumntype{R}[1]{>{\hbox to#1\bgroup\hfil}l<{\egroup}}% \newcolumntype{C}[1]{>{\hbox to#1\bgroup\hfil}l<{\hfil\egroup}}% \newcolumntype{L}[1]{>{\hbox to#1\bgroup}l<{\hfil\egroup}}% \begin{document} \begin{tabular}{|R{3cm}|C{3cm}|L{3cm}|} right¢er&left \end{tabular} \end{document} なんていうのはどうでしょうか?
この書き込みへの返事: