Re: セルの幅

名前: キット
日時: 2002-09-19 14:10:06
IPアドレス: 61.200.123.*

>>11080 \documentclass[a4j]{jarticle} \usepackage{array} \begin{document} \begin{tabular}{|>{\centering}p{50mm}|>{\raggedleft}p{50mm}|c|}% ※ \hline 中央。 ここはセンタリングされているはずです。 和文ではわかりにくいかも。 \par The quick brown fox jumps over the lazy dog. & 右寄せ。 ここは右寄せされているはずです。 どうでしょう? \par The quick brown fox jumps over the lazy dog. & 通常のセンタリング% ※ \\ \hline \end{tabular} \end{document} 上記のサンプルのように array パッケージを使って、>{\centering} (センタリ ング)または >{\raggedleft} (右寄せ)を p{} の手前に入れて試してみました。 空行や \par で改行もできるようです。 これでうまくいくと思ったのですが、カラム指定の最後の「c|」をなくし、「通 常のセンタリング」の行をコメントアウトすると以下のようなエラーになってし まいました。どこかに問題がありそうです。 This is pTeX, Version p3.0.1, based on TeX, Version 3.14159 (SJIS) (Web2C 7.3.7) (./test3.tex pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0) (c:/USR/LOCAL/share/texmf/ptex/platex/base/jarticle.cls Document Class: jarticle 2001/10/04 v1.3 Standard pLaTeX class (c:/USR/LOCAL/share/texmf/ptex/platex/base/jsize10.clo)) (c:/USR/LOCAL/share/texmf/tex/latex/tools/array.sty) (./test3.aux) ! Misplaced \noalign. \hline ->\noalign {\ifnum 0=`}\fi \hrule \@height \arrayrulewidth \futurelet... l.38 \hline

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)