Re: LaTex to Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg91409] Re: LaTex to Mathematica
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 20 Aug 2008 06:23:01 -0400 (EDT)
- Organization: Uni Leipzig
- References: <g8gj47$etf$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
ImportString[
"$ln{H}^{*}&={X}_{1} \
{\\beta}_{1}+{\\alpha}_{1}lnE+{\\varepsilon}_{1}$",
"TeX"] // NotebookPut
??
Regards
Jens
snowrain wrote:
> Hi all
> Does anyone know how to convert LaTex file to Mathematica ?
> For example, the formula that I typed in LaTex is:
> ln{H}^{*} &= {X}_{1} {\beta}_{1} + {\alpha}_{1}lnE+ {\varepsilon}_{1}\\
> If I copy the above LaTex command to Mathematica, it only shows the
> original LaTex command. I'd like to have symbols for beta, alpha, and also
> for subscript and superscript. That is, I hope it looks like the pdf file
> that LaTex produces instead of showing "\beta", "\alpha", etc.
> Please advise.
> thanks a lot !
>
>
>
> --
> Message posted using http://www.talkaboutcomputing.com/group/comp.soft-sys.math.mathematica/
> More information at http://www.talkaboutcomputing.com/faq.html
>
>
- Follow-Ups:
- Re: Re: LaTex to Mathematica
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: LaTex to Mathematica