Math typesetting for GitLab syntax using KaTex into GitBook
Math typesetting for GitLab syntax using KaTex
==============
This repository is forked from gitbook-plugin-katex and supports GitLab syntax. Use it for your book, by adding to your book.json:
```
{
"plugins": ["katex-gitlab"]
}
then run gitbook install.
~~~
Inline math: $\int_{-\infty}^\infty g(x) dx$
Or using the templating syntax:
{% inlinemath %}\int_{-\infty}^\infty g(x) dx{% endinlinemath %}
Block math:
`math``
\int_{-\infty}^\infty g(x) dx
Or using the templating syntax:
{% blockmath %}\int_{-\infty}^\infty g(x) dx{% endblockmath %}
~~~
- Faster