You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
TFLCL 6d3218f81c added more content 5 years ago
..
static added more content 5 years ago
.npmignore added more content 5 years ago
LICENSE added more content 5 years ago
README.md added more content 5 years ago
index.js added more content 5 years ago
package.json added more content 5 years ago

README.md

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