On Tue, Mar 13, 2001 at 10:41:58PM +0100, Herbert Voss wrote:
> p{2cm}<{\raggedleft}
You probably meant <{\raggedleft}p{2cm}, but this will generate the same
error since \raggedleft redefines the \\ macro.
The solution is to use
>{\let\temp=\\\raggedleft\let\\=\temp}p{2cm}
(you also need to put \usepackage{array} in the preamble).
> leave the width-field blank. you can choose horizontal-alignment
You can set the width to 2cm so you get WYSIWYM
- alignment in tables Tuukka Toivonen
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Tuukka Toivonen
- Re: alignment in tables Tuukka Toivonen
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Tuukka Toivonen
- Re: alignment in tables Dekel Tsur
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Dekel Tsur
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Dekel Tsur
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Dekel Tsur
- Re: alignment in tables Herbert Voss
- Re: alignment in tables Dekel Tsur
