MathGroup Archive 1998

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

Search the Archive

Re: Grid Box help needed



Hi Michel,
maybe it's not what you are searching for, but it works for your
example.

In[37]:=
GridBox[{{RowBox[{"+",a}],b},{1,2}},ColumnLines->True,RowLines->True]//
DisplayForm

Jrgen


-----Original Message-----
From: Michel Gosse <michel.gosse@hol.fr> To: mathgroup@smc.vnet.net
Subject: [mg12545] [mg12497] Grid Box help needed


>When i enter the command :
>GridBox[{{a,b},{1,2}},ColumnLines->True,RowLines->True]//DisplayForm
>Everything is fine, and i get the column and row lines correctly When i
>enter :
>GridBox[{{SequenceForm["+",a],b},{1,2}},ColumnLines->True,RowLines->True]//
>  DisplayForm
>Mathematica returns the table without the lines. How can i correct this,
>so that i can have a table with row lines and column lines and using
>also the SequenceForm command. Regards.
>




  • Prev by Date: Forcing output in FindMinimum
  • Next by Date: Re: factor
  • Prev by thread: RE: Grid Box help needed
  • Next by thread: Re: Grid Box help needed