RE: tableform question
- To: mathgroup at smc.vnet.net
- Subject: [mg70035] RE: [mg70005] tableform question
- From: "David Park" <djmp at earthlink.net>
- Date: Sun, 1 Oct 2006 04:08:18 -0400 (EDT)
Dimitris, Use GridBox. In this case you may need GridBoxes within GridBoxes. Check Options[GridBox] It's a bunch of detailed work but sometimes worth it. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: dimmechan at yahoo.com [mailto:dimmechan at yahoo.com] To: mathgroup at smc.vnet.net 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.