Re: About TeXForm
- To: mathgroup at smc.vnet.net
- Subject: [mg115105] Re: About TeXForm
- From: Themis Matsoukas <tmatsoukas at me.com>
- Date: Thu, 30 Dec 2010 19:07:07 -0500 (EST)
Of course (duh)... This is what I should have done: XYZ = TableForm[{{1, 2}, {3, 4}, {4, 6}}, TableHeadings -> {{"1\[Rule]2", "2\[Rule]3", "1\[Rule]3"}, {"q", "w"}}]; XYZ//TeXForm and I understand now why XYZ//TeXForm//TeXForm does what it does. I still don't see though why XYZ %//TeXForm excludes the TableHeadings form the output. Thanks Themis