|
[Date Index]
[Thread Index]
[Author Index]
Error in Underbar display in LaTeX?
- To: mathgroup@smc.vnet.net
- Subject: [mg11137] Error in Underbar display in LaTeX?
- From: "Eric-Olivier Le Bigot (EOL)" <Eric.Le.Bigot@ens.fr>
- Date: Mon, 23 Feb 1998 21:40:55 -0500
- Organization: Ecole Normale Superieure PARIS, France
Hello,
Have anybody had a problem with the TeXForm of an "underbar"ed symbol? I
cannot display in LaTeX the very simple symbol Underbar[a]... (see
example below)
Any help would be very appreciated :-)
EOL
---------------------------------
Here is the example:
In[49]:=
ToBoxes[UnderBar[a]]//DisplayForm
Out[49]//DisplayForm=
\!\(\*
TagBox[\(a\+_\),
DisplayForm]\)
In[50]:=
ToBoxes[UnderBar[a]]//TeXForm
Out[50]//TeXForm=
{a_{\_}}
---------------------------------
Prev by Date:
printing problem -- NT and Mathematica 3
Next by Date:
dummy indices / variables (was my own sum)
Prev by thread:
printing problem -- NT and Mathematica 3
Next by thread:
dummy indices / variables (was my own sum)
|