Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 610 Bytes

gitbook-plugin-katex-pro

Math typesetting using KaTex

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

{
  "plugins": ["katex-pro"]
}

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:

Inline math: {% math_inline %}\int_{-\infty}^\infty g(x) dx{% endblock %}

Block math:

{% math %}\int_{-\infty}^\infty g(x) dx{% endblock %}

Comparison with gitbook-plugin-katex

  • Use single $ for inline math.
  • Update KaTex