1.1.7 • Published 3 years ago

honkit-plugin-katex v1.1.7

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

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
1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago