Skip to content

Commit

Permalink
Merge branch 'master' of github.com:belerico/py_asciimath
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 16, 2020
2 parents edfe068 + d384551 commit 896f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ py_asciimath is a simple yet powerful Python module that:
* converts an ASCIIMath string to LaTeX or MathML
* converts a MathML string to LaTeX (the conversion is done thank to the [XSLT MathML Library](https://sourceforge.net/projects/xsltml/). Please report any unexpected behavior)
* exposes a single translation method `translate(exp, **kwargs)`, which semantic depends on the py_asciimath translator one wish to use. See the [`translator` module](./py_asciimath/translator/translator.py) or the [examples](./examples/example2.py) for more info
* exposes a [MathML parser](py_asciimath/parser/parser.py)
* exposes a [MathML parser](./py_asciimath/parser/parser.py)

ASCIIMath is an easy-to-write markup language for mathematics: for more information check out the main website at http://asciimath.org/. MathML is a markup language for describing mathematical notation and capturing both its structure and content: for more information check out the main website at https://www.w3.org/TR/MathML3/Overview.html. LaTeX is a high-quality typesetting system: for more information check out the main website at https://www.latex-project.org/.

Expand Down

0 comments on commit 896f3e2

Please sign in to comment.