alternatives for latex math rendering [ci skip]

This commit is contained in:
edoapra 2020-08-12 11:52:26 -07:00
parent ef90b42c04
commit 3bc29f291d
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -68,3 +68,30 @@ mkdocs -v gh-deploy --config-file /path/to/mkdocs/mkdocs.yml --remote-branch mas
Browse new web pages at
https://nwchemgit.github.io/
## tools for rendering latex math equations
* python-markdown-math
https://github.com/mitya57/python-markdown-math
https://pypi.org/project/python-markdown-math/
```
python3 -m pip install python-markdown-math
```
https://github.com/mkdocs/mkdocs/issues/253
* arithmatex from pymdown-extensions
```
python3 -m pip install pymdown-extensions
```
https://facelessuser.github.io/pymdown-extensions
Caveat: gets confused by the existing latex2svg embedded images
* katex
https://pypi.org/project/markdown-katex/
https://gitlab.com/mbarkhau/markdown-katex
```
python3 -m pip install markdown-katex
```
Not tried yet
* more in https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions