Re: Re: TableAlignments broken in Version 6?
- To: mathgroup at smc.vnet.net
- Subject: [mg77728] Re: [mg77659] Re: TableAlignments broken in Version 6?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Fri, 15 Jun 2007 04:47:16 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <f4on55$7th$1@smc.vnet.net> <200706140937.FAA07925@smc.vnet.net>
- Reply-to: murray at math.umass.edu
But the following will work:
Grid[{{1, 100}, {1, 1}}, Alignment -> {Bottom, Right}]
dimitris wrote:
> According to here
>
> http://reference.wolfram.com/mathematica/ref/TableForm.html
>
> it seems that nothing has changed between 5 and 6 as regards
> TableForm.
> So I guess there must be a problem.
>
> Dimitris
>
> / Mark Fisher :
>> 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
>
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Re: TableAlignments broken in Version 6?
- From: dimitris <dimmechan@yahoo.com>
- Re: TableAlignments broken in Version 6?