gitbook-plugin-katex-dev
v0.0.1
Published
Math typesetting using KaTex into GitBook. This plugin is using a Git snapshot on 17-Jan-2016, which is between 0.5.1 and 0.5.2.
Downloads
2
Readme
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