On Thu, Nov 21, 2002 at 08:44:20AM +0100, Juergen Vigna wrote:
> Dekel Tsur wrote:
> >Currently, when creating a fixed width column n a tabular,
> >the possible alignments are left, right and center.
> >It is not possible to have block alignment.
> >
> >The following patch fixes that. OK to apply ?
> 
> What I miss here is the LaTeX output for the BLOCK alignment, I
> don't see it in the patch. What for is it if it's not in the LaTeX
> output?

Block alignment is the default, so you don't need to write anything.
Namely, the column specifier is e.g. p{4cm}
For other alignments, you need to write >{\centering}p{4cm}

Reply via email to