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_{\_}}
---------------------------------