MathGroup Archive 2010

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

Search the Archive

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


  • Prev by Date: Re: factoring
  • Next by Date: Re: factoring
  • Previous by thread: Re: About TeXForm
  • Next by thread: Re: Solve : missing elims in the Mathematica 8 version of the Mathematica 7 Solve[eqns,vars,elims]