1.0.0 • Published 8 years ago
gitbook-plugin-enhanced-katex v1.0.0
Math typesetting using KaTex for gitbooks
Use it for your book, by adding to your book.json:
{
"plugins": ["enhanced-katex"]
}then run gitbook install.
Usage
Inline math:
$$\int_{-\infty}^\infty g(x) dx$$Block math:
$$$
\int_{-\infty}^\infty g(x) dx
$$$1.0.0
8 years ago