Consider the following code snippet LaTeX:
\begin{tabular}{p{1in}p{1in}} A & B\\ C & D\\ \end{tabular}
How can I make the contents of each cell aligned in the center of the cell, rather than left? Note that I want to make sure the width of my columns is fixed, so I cannot use the position attribute "c" instead of "p {.1in}" to center the contents of my cell.
alignment latex tabular
reprogrammer Aug 31 '09 at 14:41 2009-08-31 14:41
source share