Changes between Version 6 and Version 7 of AsciiMathMacro


Ignore:
Timestamp:
Feb 17, 2022, 7:04:39 PM (2 years ago)
Author:
figaro
Comment:

Update / add links

Legend:

Unmodified
Added
Removed
Modified
  • AsciiMathMacro

    v6 v7  
    55== Description
    66
    7 This macro allows equations to be written in a simple text format using a subset of the ASCIIMathML syntax. When the page is requested, the
    8 ASCII text is transformed into [wikipedia:MathML MathML], which can be rendered in any capable browser: Firefox for sure, IE with the !MathPlayer plugin, maybe Opera.
     7This macro allows mathematical expressions to be written in a simple text format using a subset of the ASCIIMathML syntax and subsequently displayed on your Trac wiki page. When the page is requested, the ASCII text is transformed into [wikipedia:MathML MathML], which can be rendered in any capable browser: Firefox for sure, IE with the !MathPlayer plugin, maybe Opera. See [https://caniuse.com/mathml Can I use] for current browser support.
    98
    109To create a MathML representation of the Pythagorean theorem:
     
    1918[[Image(pythagorean.png)]]
    2019
    21 For 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 not display exactly as shown.
     20For more information about formatting the ASCII code describing the equation, see the [http://asciimath.org/ ASCIIMathML documentation]. See also [https://github.com/ShadowKyogre/python-asciimathml] for more info, or [https://github.com/favalex/python-asciimathml] for an older version.
    2221
    23 No other executables, modules, or plugins are necessary for this to work.
    24 
    25 See [https://github.com/favalex/python-asciimathml] for more info.
     22No other executables, modules, or plugins are necessary for this to work. However, where items do not display exactly as shown, a better alternative is TracMathJaxPlugin, which relies on an external library and has global support by the scientific community.
    2623
    2724== Bugs/Feature Requests
     
    4340You can check out AsciiMathMacro from [/svn/asciimathmacro here] using Subversion, or [source:asciimathmacro browse the source] with Trac.
    4441
     42== Installation
     43
     44General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     45
    4546== Recent Changes
    4647