エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
アレのことだけど。 tabular 横幅の指定について \tabularnewline のことも覚えておいてあげてください... アレのことだけど。 tabular 横幅の指定について \tabularnewline のことも覚えておいてあげてください。 \documentclass[a4paper]{article} \usepackage{array} \begin{document} \newcolumntype{C}{>{\centering}p{4em}} \begin{center}\begin{tabular}{c|CCC} \hline A & 1 & 2 \\ (foo) & 3 \tabularnewline B & 4 & 5 & 6 \\ %これはセル内改行 (bar) \tabularnewline % 表の改行 C & 7 \\ (gee) & 8 & 9 \\ (whiz) \tabularnewline \hline \end{tabular}\end{center} \end{doc