You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TFLCL
6d3218f81c
|
5 years ago | |
---|---|---|
.. | ||
static | 5 years ago | |
.npmignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
index.js | 5 years ago | |
package.json | 5 years ago |
README.md
Math typesetting using KaTex
Use it for your book, by adding to your book.json:
{
"plugins": ["katex"]
}
then run gitbook install
.
Usage
Inline math: $$\int_{-\infty}^\infty g(x) dx$$
Block math:
$$
\int_{-\infty}^\infty g(x) dx
$$
Or using the templating syntax:
{% math %}\int_{-\infty}^\infty g(x) dx{% endblock %}
Comparison with MathJax
- Faster