Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpe/tw5-mathjax-plugin

TW5 plugin adding support for LaTeX through MathJax
https://github.com/kpe/tw5-mathjax-plugin

Last synced: 7 days ago
JSON representation

TW5 plugin adding support for LaTeX through MathJax

Awesome Lists containing this project

README

        

# [tw5-mathjax-plugin](https://kpe.github.io/tw5-mathjax-plugin/)

TW5 plugin adding support for LaTeX through MathJax.

*N.B.* - there is an officially supported LaTeX plugin based on KaTeX in TW5 - https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/katex.

# Usage

Try something like this in a tiddler (or it's title):
```
Some inline math: $\sum_{i=1}^{100}i = 5050$, as:
$$
\sum_{i=1}^{100} i = (1+100)\frac{100}{2}
$$
```