Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpe/tw5-mathjax-plugin
- Owner: kpe
- License: mit
- Created: 2014-06-02T14:17:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T15:14:29.000Z (over 6 years ago)
- Last Synced: 2023-08-01T02:52:59.521Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
$$
```