Extraneous @ in TeXForm
- To: mathgroup at smc.vnet.net
 - Subject: [mg118340] Extraneous @ in TeXForm
 - From: Themis Matsoukas <tmatsoukas at me.com>
 - Date: Sat, 23 Apr 2011 07:49:50 -0400 (EDT)
 
In the following example I get an extraneous "@":
{a, b, c} = {4.27873, 1355.374, -37.853};
a - b/(x + c) // TeXForm
4.27873@ -\frac{1355.37}{x-37.853}
I am running 8.0.1.0 on a mac. Do others see this bug?
Themis