0.1.0 • Published 6 years ago

gitbook-plugin-katex-custom v0.1.0

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

Math typesetting using KaTex

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

{
    "plugins": ["katex"]
}

then run gitbook install.

and install the latest Katex module to youre project folder.

npm install katex.

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{% endmath %}

Comparison with Katex

  • can use the latest Katex nodejs module