Math typesetting using KaTex into GitBook
npm install gitbook-plugin-katexMath typesetting using KaTex
==============
Use it for your book, by adding to your book.json:
```
{
"plugins": ["katex"]
}
then run gitbook install.
`
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 %}
``
- Faster