Re: Grid Box help needed
- To: mathgroup@smc.vnet.net
- Subject: [mg12545] Re: [mg12497] Grid Box help needed
- From: "Jrgen Tischer" <jtischer@pitagoras.univalle.edu.co>
- Date: Sat, 23 May 1998 18:11:09 -0400
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. >