Re: Outputting MatrixForm to Word
- To: mathgroup at smc.vnet.net
- Subject: [mg60517] Re: [mg60492] Outputting MatrixForm to Word
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Mon, 19 Sep 2005 04:45:37 -0400 (EDT)
- References: <200509180515.BAA02255@smc.vnet.net>
- Reply-to: chris.chiasson at gmail.com
- Sender: owner-wri-mathgroup at wolfram.com
*There is a convoluted way that involves conversion to LaTeX and then to RTF and then to Word. I don't know if it works for matrices. *On the other hand, you could buy that high end equation writing package for Word. I hear it supports MathML input (which Mathematica can easily export). This would probably be the best option, especially if everyone that looks at the document doesn't have the same version of Word. *Another method might be to convert the elements of your matrix to text form and then apply bold, italics, etc. within Mathematica itself. *If you really wanted the document to be portable, you could write it in DocBook and embed the MathML. Is this for work? How do they *expect* you to do this? On 9/18/05, Steve Gray <stevebg at adelphia.net> wrote: > I have some matrices of modest width (they fit across the screen easily) whose numeric > contents I want to copy into MS Word so I can reformat them by hand (underlines, italics, etc., > selectively). Everything I have tried results in Word seeing a picture instead of text. I cxan make > true text by changing the cell to InputForm, which loses the nice columnar layout. I need to keep > the data in the MatrixForm layout. Can I do this without recoding my output? > Thanks for any tips. > > Steve Gray > > -- Chris Chiasson http://chrischiasson.com/contact/chris_chiasson
- References:
- Outputting MatrixForm to Word
- From: Steve Gray <stevebg@adelphia.net>
- Outputting MatrixForm to Word