wiki:AsciiMathMacro

Version 6 (modified by figaro, 8 years ago) (diff)

Moved example to functional description

ASCII-Math: Convert ASCII to MathML

Description

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 ASCII text is transformed into MathML, which can be rendered in any capable browser: Firefox for sure, IE with the MathPlayer plugin, maybe Opera.

To create a MathML representation of the Pythagorean theorem:

{{{#!ASCIIMath
a^2 + b^2 = c^2
}}}

and the resulting wiki page's source should now contain properly formatted MathML code for display:

Image of Pythagorean formula

For more information about formatting the ASCII code describing the equation, see the ASCIIMathML documentation. Some items might not display exactly as shown.

No other executables, modules, or plugins are necessary for this to work.

See https://github.com/favalex/python-asciimathml for more info.

Bugs/Feature Requests

Existing bugs and feature requests for AsciiMathMacro are here.

If you have any issues, create a new ticket.

defect

1 / 1

Download

Download the zipped source from here.

Source

You can check out AsciiMathMacro from here using Subversion, or browse the source with Trac.

Recent Changes

18583 by jun66j5 on 2023-11-04 05:15:46
AsciiMathMacro: make compatible with Python 3 (closes #14153)
18582 by jun66j5 on 2023-11-04 01:16:18
AsciiMathMacro: follow-up to r15927, correct project URL
15929 by rjollos on 2016-10-17 22:27:00
1.0: Change format of version metadata
(more)

Author/Contributors

Author: ArmstrongJ
Maintainer: Jeffrey Armstrong
Contributors:

Attachments (1)

Download all attachments as: .zip