tableform question
- To: mathgroup at smc.vnet.net
- Subject: [mg70005] tableform question
- From: dimmechan at yahoo.com
- Date: Sat, 30 Sep 2006 05:12:32 -0400 (EDT)
Is it possible to display the output of the following command
table=StyleForm[TableForm[{{"=", "^=", "->"}, {":=", "^:=", ":>"}},
TableHeadings -> {{"evaluate rhs", "delay rhs"}, {"global
rules\nstored with\nthe head",
"global rules\nstored with\nan argument", "local rules"}},
TableAlignments -> Center, TableSpacing -> {2, 2}], FontFamily ->
"Times", FontSize -> 14, FontColor -> Red]
as it would appeared in a book (i.e. with lines separated columns from
rows e.t.c.)?
If the answer is no please let me know how I have to work.
Thanks.