Re: Latex
- To: mathgroup at smc.vnet.net
- Subject: [mg18228] Re: Latex
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 24 Jun 1999 14:24:13 -0400
- Organization: Universitaet Leipzig
- References: <7kpbb0$4aq@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
but
TeXForm[Subscript[\[Theta],1]]
does. Clearly that is entered by keyboard. You may modify the ToBoxes[]
function to produce that output. General a function argument like
theta[1]
is not typesetted as subscript.
Hope that helps
Jens
Xiaogang Wang wrote:
>
> Hello,
>
> How to let Mathematica produce subscript and Greek letters?
>
> For example, I got a variable theta[1]
> but
> TeXForm[theta[1]]
> does not give me
> \theta_{1}
>
> thanks
> Xiaogang