gitbook-plugin-katex-dev

0.0.1 • Public • Published

Math typesetting using KaTex

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

{
    plugins: ["katex-dev"]
}

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

Comparaison with MathJax

  • Faster

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-katex-dev

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lwchkg