Re: TableAlignments broken in Version 6?
- To: mathgroup at smc.vnet.net
- Subject: [mg77702] Re: TableAlignments broken in Version 6?
- From: Donald DuBois <donabc at comcast.net>
- Date: Fri, 15 Jun 2007 04:33:49 -0400 (EDT)
> The following works (i.e., left-aligns the columns)
> in version 5 but
> not in version 6:
>
> TableForm[{{1, 100}, {1, 1}}, TableAlignments ->
> Right]
>
> Am I missing something?
>
> --Mark
>
>
I get the same problem when going from 5.1 to 6.0 with
TableForm[{{1, 100}, {1, 1}}, TableAlignments -> Right]
so I can only confirm your problem.
Donald