- Bug fixes
-
-
Issue #69: correctly render sub and superscripts as following
obrace
andubrace
. -
Issue #70: fix MathML output for
frac
. -
Issue #71: correctly parse row vectors.
-
- Enhancements
-
-
Issue #59: make escaping of non-ASCII characters in MathML and HTML output optional.
-
- Bug fixes
-
-
Issue #58: produce
<mo>
tags instead of<mi>
tags for non-alphanumeric strings. -
Issue #62: resolve infinite recursion in LaTeX generator.
-
- Enhancements
-
-
Issue #51: generate
accent
andaccentunder
attributes onmunder
,mover
, andmunderover
tags when appropriate -
Issue #52: map
phi
to U+03D5 andvarphi
to U+03C6 by default. -
Issue #53: Add support for Roman style font command
rm
.
-
- Bug fixes
-
-
Issue #50: fix parsing error when unary and binary operators are missing an operand
-
- Enhancements
-
-
Issue #40: add
ker
as standard symbol (@GarkGarcia) -
Issue #46: allow customisation of the parsing and rendering symbol tables (@GarkGarcia)
-
- Bug fixes
-
-
Issue #48: fix parsing of single column matrices (@ronaldtse)
-
- Enhancements
-
-
The AsciiMath parser has been significantly improved and should now have reached feature parity with the original Javascript implementation.
-
Issue #16: add initial LaTeX output support (@GarkGarcia)
-
Issue #26: avoid generating
<mfenced>
tags in MathML output
-
- Bug fixes
-
-
Issue #14: add support for additional symbols and functions that are supported by Asciimath JS
-
- Bug fixes
-
-
Issue #13: Improve matrix parsing
-
Output
mfenced
tags instead ofmo
pairs to improve MathML compatbility with Microsoft Office (@opoudjis)
-
- Bug fixes
-
-
Issue #6: Mark standard functions as identifiers instead of operators
-
Issue #7: Correct parsing of TeX altenative style (
text()
) text strings
-