Re: mathematica to word
- To: mathgroup at smc.vnet.net
- Subject: [mg64855] Re: mathematica to word
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Mon, 6 Mar 2006 05:00:53 -0500 (EST)
- References: <due7ou$9qq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The simplest approach is to use Mathematica to Save As Special, HTML. Then read the HTML file into Word. This converts equations to GIFs. A more sophisticated approach is to use Mathematica to Save As Special, XML (XHTML + MathML). This preserves the orignal structure of equations. Steve Luttrell <asliman at gmail.com> wrote in message news:due7ou$9qq$1 at smc.vnet.net... >i am a physics student. personally i use mathematica to do calculation. > Now i need to make a report and most of the formula and picture is on > the mathematica notebook. so i prefer to use mathematica to generate a > report. > Then how can i transform my report on the mathematica notebook form > into any text processor so that the formula will not disppeared? > i have read some articles here and i found that the only way is to use > tex. unfortunately i don't know how to use tex. So, do you guys have > any other methods? > Thanks! >