MathGroup Archive 2006

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

Search the Archive

Re: Re: tableform question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70072] Re: [mg70058] Re: tableform question
  • From: gardyloo <gardyloo at mail.wsu.edu>
  • Date: Mon, 2 Oct 2006 00:33:40 -0400 (EDT)
  • References: <efldbk$d4k$1@smc.vnet.net> <200610010810.EAA07270@smc.vnet.net>

It appears that the option you want is the "GridFrame" one. I think you
can then do away with the "FrameBox" construct and get what you want.

          Good luck!
                C.O.

dimmechan at yahoo.com wrote:
> Finally I found something close to what I wanted working as follows,
>
> gr = DisplayForm[
> GridBox[{{"", "global rules stored with\nthe head", "global rules
> stored with\nan argument", "local rules"},
> {"evaluate rhs", "=", "^=", "->"}, {"delay rhs", ":=", "^:=", ":>"}},
> RowLines -> True, ColumnLines ->
> True,RowsEqual->True,ColumnsEqual->True]]
>
> DisplayForm[FrameBox[gr]]
>
> The only problem is the (almost unnoticeable) gap between the lines and
> the frame.
>
> I execute
>
> Options[GridBox]
> (Information[Evaluate[#1[[1]]]] & ) /@ %;
> Options[FrameBox]
> (Information[Evaluate[#1[[1]]]] & ) /@ %;
>
> but I can't one option that can solve this weakness.
>
> Anyway thanks to David and Chris for their advice for using
> GridBox.
>
> Î?/Î? dimmechan at yahoo.com έγÏ?αÏ?ε:
>   
>> 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.
>>     
>
>
>   

-- 
==========================================================
Curtis Osterhoudt          
gardyloo at mail.remove_this.wsu.and_this.edu
PGP Key ID: 0x088E6D7A
Please avoid sending me Word or PowerPoint attachments
See http://www.gnu.org/philosophy/no-word-attachments.html
==========================================================


--------------090606060501070707090305
 name="gardyloo.vcf"
 filename="gardyloo.vcf"

YmVnaW46dmNhcmQNCmZuOkN1cnRpcyAgT3N0ZXJob3VkdA0KbjpPc3RlcmhvdWR0O0N1cnRp
cyANCmVtYWlsO2ludGVybmV0OmdhcmR5bG9vQG1haWwucmVtb3ZlX3RoaXMud3N1LmFuZF90
aGlzLmVkdQ0KdGVsO3dvcms6NTA5LjMzNS40OTQ2DQpub3RlOlBHUCBLZXkgSUQ6IDB4MDg4
RTZEN0ENCngtbW96aWxsYS1odG1sOkZBTFNFDQp2ZXJzaW9uOjIuMQ0KZW5kOnZjYXJkDQoN
Cg==
--------------090606060501070707090305--


  • Prev by Date: oscillatory integrals
  • Next by Date: Re: RE: Re: Re: distance function
  • Previous by thread: Re: tableform question
  • Next by thread: Re: tableform question