1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00
TiddlyWiki5/plugins/tiddlywiki/katex
Simon Huber 0903fd2fec Update katex plugin to latest v0.10.2 (#4133)
* update katex.min.js to v0.10.2

* update katex-without-fontface.min.js to latest

* Update katex.min.css

* Update katex.js

* update katex fonts

* Delete katex.js ...

... we're using katex.min.js

* add version number to plugin.info

* Update readme.tid

* Create katex.js

* Update plugin.info
2019-08-03 17:36:40 +01:00
..
files Update katex plugin to latest v0.10.2 (#4133) 2019-08-03 17:36:40 +01:00
snippets KaTeX - EditorToolbar stamp button for wysiwyg katex snippet input (#3131) 2018-03-05 11:05:44 +00:00
ui/EditorToolbar Katex dropdown: add description hint (#4048) 2019-07-02 15:04:57 +01:00
katex-logo.tid KaTeX - EditorToolbar stamp button for wysiwyg katex snippet input (#3131) 2018-03-05 11:05:44 +00:00
latex-parser.js Revert katex plugin to using $$. Use multiline for display mode. 2015-12-24 13:52:19 -03:00
plugin.info Update katex plugin to latest v0.10.2 (#4133) 2019-08-03 17:36:40 +01:00
readme.tid Update katex plugin to latest v0.10.2 (#4133) 2019-08-03 17:36:40 +01:00
styles.tid KaTeX: Fix bug with embedded SVGs 2019-05-11 17:31:35 +01:00
usage.tid KaTeX plugin: add mhchem extension for chemical syntax (#3601) 2018-12-01 13:28:51 +00:00
wrapper.js Fix typo in #3601 2018-12-01 13:59:08 +00:00

title: $:/plugins/tiddlywiki/katex/readme

This is a TiddlyWiki plugin for mathematical and chemical typesetting based on [ext[KaTeX from Khan Academy|http://khan.github.io/KaTeX/]] (v0.10.2) and [ext[mhchem|https://github.com/mhchem/MathJax-mhchem]] through a [ext[Katex extension|https://github.com/KaTeX/KaTeX/tree/master/contrib/mhchem]].

It is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.

[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/katex]]