forked from Sukii/WeTeX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (10 loc) · 733 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
WeTeX version 0.15
Just two files wetex.js and wetex.css to be added for it to work.
There are two external dependencies: (KaTeX https://github.com/Khan/KaTeX) and another keypress (https://github.com/dmauro/Keypress) library.
Another file test.html added as a demonstration of usage.
Key bindings are easily customizable through the wetexConfig parameter.
The default keys are described in an HTML file
We provide two modes of editing:
1. TeX-editing for TeX users
2. WYSIWYG editing for non-TeX users (which gets triggered on double-click)
However, we think that the WYSIWYG editing is quite close in spirit to TeX so even the TeX users will find it useful and will also provide an useful introduction to TeX beginners.