1.1.4 • Published 4 years ago

gitbook-plugin-katex-latest v1.1.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

Math typesetting using KaTex

Use it for your book, by adding to your book.json:

{
    "plugins": ["katex@git+https://github.com/gitbook-plugin/plugin-katex.git"]
}

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
1.1.4

4 years ago