Re: TeXForm in v4 better?
- To: mathgroup at smc.vnet.net
 - Subject: [mg20012] Re: TeXForm in v4 better?
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Sat, 25 Sep 1999 02:40:41 -0400
 - Organization: Universitaet Leipzig
 - References: <7se7oq$qui@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
Math 4 gives:
{\left( \frac{-\imag \,\left( -R^2 + z^2 \right) }
     {1 + R^2\,z^2} \right) }^a
Hope that helps
  Jens
Matthias Weber wrote:
> 
> Hi,
> could please somebody check whether the following TeXForm bug
> of version 3.0 is still present in 4.0?
> 
> Try
> TeXForm[((-I*(-R^2 + z^2))/(1 + R^2*z^2))^a]
> 
> (this gives
> {{{\frac{-i\,\left( -{R^2} + {z^2} \right) } {1 + {R^2}\,{z^2}}}}^a}
> )
> 
> Matthias