MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: tableform question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70054] Re: [mg70005] tableform question
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Sun, 1 Oct 2006 04:10:08 -0400 (EDT)
  • References: <200609300912.FAA13108@smc.vnet.net>

I think it is possible to get Mathematica to draw the grid. I am not
sure if it is possible to make it draw partial grids ala MS Word. Try
checking the options for GridBox.

On 9/30/06, dimmechan at yahoo.com <dimmechan at yahoo.com> wrote:
> 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.
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: Defining Solve results as variable
  • Next by Date: Re: subsets of a set
  • Previous by thread: RE: tableform question
  • Next by thread: Re: tableform question