Changes between Version 2 and Version 3 of AsciiMathMacro


Ignore:
Timestamp:
Jan 23, 2014, 11:48:31 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Minor formatting changes.

Legend:

Unmodified
Added
Removed
Modified
  • AsciiMathMacro

    v2 v3  
    66
    77This macro allows equations to be written in a simple text format using
    8 a subset of the !ASCIIMathML syntax.  When the page is requested, the
     8a subset of the ASCIIMathML syntax.  When the page is requested, the
    99ASCII text is transformed into [http://en.wikipedia.org/wiki/MathML MathML], which can be rendered in any capable browser (Firefox for sure, IE with !MathPlayer plugin, maybe Opera). 
    1010
     
    3333== Example ==
    3434
    35 This macro is relatively simple to use.  For example, to create a MathML
    36 representation of the Pythagorean theorem, one would enter
    37 
     35This macro is relatively simple to use.  For example, to create a MathML representation of the Pythagorean theorem, one would enter:
    3836{{{
    39   {{{
    40   #!ASCIIMath
    41     a^2 + b^2 = c^2
    42   }}}
     37{{{#!ASCIIMath
     38a^2 + b^2 = c^2
     39}}}
    4340}}}
    4441
    4542and the resulting wiki page's source should now contain properly formatted MathML code for display.
    4643
    47 For more information about formatting the ASCII code describing the equation,
    48 see http://www1.chapman.edu/~jipsen/mathml/asciimath.html.  Some items might
     44For more information about formatting the ASCII code describing the equation, see the [http://www1.chapman.edu/~jipsen/mathml/asciimath.html ASCIIMathML documentation].  Some items might
    4945not display exactly as shown.
    5046