Ted Compton wrote: > I would like to use the clipboard to paste equations from MathType 5.0 > onto a slide. I do this all the time with MS Powerpoint, but it doesn't > seem to work with Impress. I tried "Paste Special", and chose MathType > 5.0, but I still can't get the equation to appear on the slide. What am > I doing wrong? Is there some way to do this?
Not exactly clipboard, but according to http://www.dessci.com/en/products/mathtype/features.htm#MathML MathType can export MathML, which is native for OOo Formula Editor. Matej -- Matej Cepl, http://www.ceplovi.cz/matej/blog/ GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC He is a self-made man and worships his creator. -- John Bright
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML 1.01//EN" "math.dtd"> <math:math xmlns:math="http://www.w3.org/1998/Math/MathML"> <math:semantics> <math:mrow> <math:msub> <math:mi>x</math:mi> <math:mrow> <math:mo math:stretchy="false">î</math:mo> <math:mn>1,2</math:mn> <math:mo math:stretchy="false">î</math:mo> </math:mrow> </math:msub> <math:mo math:stretchy="false">=</math:mo> <math:mfrac> <math:mrow> <math:mrow> <math:mo math:stretchy="false">â</math:mo> <math:mi>b</math:mi> </math:mrow> <math:mo math:stretchy="false">±</math:mo> <math:msqrt> <math:mrow> <math:msup> <math:mi>b</math:mi> <math:mn>2</math:mn> </math:msup> <math:mo math:stretchy="false">â</math:mo> <math:mn>4ac</math:mn> </math:mrow> </math:msqrt> </math:mrow> <math:mn>2a</math:mn> </math:mfrac> </math:mrow> <math:annotation math:encoding="StarMath 5.0">x_(1,2)={-b +- sqrt{b^2-4ac} } over 2a </math:annotation> </math:semantics> </math:math>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
