Or
from Scientific WorkPlace and Apple Mail.

The above is a graphic. Scientific WorkPlace can also generate MathML, so the following method also works when the mail allows HTML. 
Apple Mail seems not to.

--Barry

If the graphic doesn't appear inline, then maybe it's time to upgrade.


On Feb 3, 2013, at 2:02 PM, Marcus G. Daniels wrote:

On 2/1/13 7:25 PM, Russell Standish wrote:
Not convinced that HTML added anything useful ... Being able to typeset maths in email _would_ be useful, but so far HTML has completely failed at that problem. In the meantime, LaTeX encoding has grown to fill the void...
Hmm, sounds like a `cultural problem'...

{ { x "\[Rule]" - 3 } , { x "\[Rule]" 3 } }

Above, in Mathematica, I ran:

ExportString[Solve[x^2 - 3 == 0,x],"MathML"]

You'll get a bunch of MathML:

<math xmlns='http://www.w3.org/1998/Math/MathML'>
      <mrow>
       <mo>{</mo>
       <mrow>
        <mrow>
         <mo>{</mo>
         <mrow>
          <mi>x</mi>
          <semantics>
           <mo>&#8594;</mo>
           <annotation encoding='Mathematica'>&quot;\[Rule]&quot;</annotation>
          </semantics>
          <mrow>
           <mo>-</mo>
           <msqrt>
            <mn>3</mn>
           </msqrt>
          </mrow>
         </mrow>
         <mo>}</mo>
        </mrow>
        <mo>,</mo>
        <mrow>
         <mo>{</mo>
         <mrow>
          <mi>x</mi>
          <semantics>
           <mo>&#8594;</mo>
           <annotation encoding='Mathematica'>&quot;\[Rule]&quot;</annotation>
          </semantics>
          <msqrt>
           <mn>3</mn>
          </msqrt>
         </mrow>
         <mo>}</mo>
        </mrow>
       </mrow>
       <mo>}</mo>
      </mrow>
     </math>

Now go into Thunderbird, and run Insert/HTML.   Cut and paste the above in.

Marcus
============================================================
FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com

============================================================
FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com

Reply via email to