mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
alternatives for latex math rendering [ci skip]
This commit is contained in:
parent
ef90b42c04
commit
3bc29f291d
1 changed files with 27 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue