How to incorporate Maple 9.5 into Windows

I'd like to copy and paste the following from Maple 9.5 into a Windows 2000 text:

lim x-->0  .

 

The trouble is,in Maple you can't write x-->0 as a subscript to the word "lim". That is how you HAVE to write if you're writing a maths thesis. Can someone please tell me how I can overcome this problem? Thanks

 

Ian

acer's picture

MathML export?

So, you are using MS-Word, then ? Does it allow for MathML import? (You could always try it, by pasting some in, or by using some import facility.)

To convert to presentation MathML in Maple 9.5.1, try these Maple commands,

Limit(f,x=0);

MathML['ExportPresentation'](Limit(f,x=0));

You may need to strip the double-quotes off the beginning and end of what gets printed by the second command above, to get just the MathML.

acer

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}