TeXForm and partial derivatives
- To: mathgroup at smc.vnet.net
- Subject: [mg106460] TeXForm and partial derivatives
- From: LordBeotian <pokipsy76 at yahoo.it>
- Date: Wed, 13 Jan 2010 05:59:03 -0500 (EST)
I have large formulas which I would like Mathematica to transform in TeX form, however I've some problems with partial derivatives. For example the command TeXForm[D[F[x, y], x]] returns F^{(1,0)}(x,y) but I would like to have instead something like \partial_x F (x,y) If I try with TeXForm[D[F[x, y], x]] /. "F^{(1,0)}(x,y)" -> "\partial_x F" the output doesn't change and however this method would not be very nice because I've several F's and several variables and it would require a long list of substitutions. Any suggestion?