0.0.1 • Published 5 years ago
gitbook-plugin-katex-m v0.0.1
Math Equation using KaTex
Usage
Use it for your book, by adding to your book.json:
{
"plugins": ["katex-m"]
}Then install the required npm Katex package.
npm install katexfinally install the gitbook plugins...
gitbook installSyntax
The syntax is similar to MathJax.
Inline math:
$$\int_{-\infty}^\infty g(x) dx$$Block math:
$$
\int_{-\infty}^\infty g(x) dx
$$Changelog
This plugin is adapted from https://github.com/GitbookIO/plugin-katex.
I only changed the package.json file to use newer Katex library....
"dependencies": {
"katex": ">=0.12.0"
},0.0.1
5 years ago