MathGroup Archive 2005

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

Search the Archive

Re: Table Formatting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62672] Re: [mg62582] Table Formatting
  • From: <bsyehuda at gmail.com>
  • Date: Wed, 30 Nov 2005 22:08:31 -0500 (EST)
  • References: <200511290944.EAA08594@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Daniele,
Use GridBox. It has more advanced formatting options.
Here is a small example for you to start with
DisplayForm@GridBox[Join[{StyleForm[#,
    FontFamily -> "Times", FontColor ->
              Hue[Random[]], FontSize -> 12] & /@ {"Cell1", "
              Cell2", "Cell3"}}, Table[i*
                j, {i, 3}, {j, 3}]], GridFrame -> True, RowLines -> {2,
True},
             ColumnLines -> True]
regards
yehuda
On 11/29/05, Daniele Lupo <danwolf80_no_spam_ at libero.it> wrote:
>
> Hi to all...
>
> I'd like to know if there's a way to create a function
> FormattedTableForm[list_] that works like TableForm, but that creates
> borders for every cell of the table. This will be one step more to use
> Mathematica to write my thesis... :-)
>
> Thanks for answers
>
> Daniele
>
>



  • Prev by Date: Re: Table Formatting
  • Next by Date: Re: MiniMaxApproximation question
  • Previous by thread: Re: Table Formatting
  • Next by thread: Re: MiniMaxApproximation question