1.0.1 • Published 10 years ago
gitbook-plugin-latex-codecogs v1.0.1
plugin-latex-codecogs
Display math equations using latex.codecogs.com.
Installation
Use it for your book, by adding to your book.json:
{
plugins: ["latex-codecogs"]
}
then run gitbook install
.
Usage
Inline math: $$\int_{-\infty}^\infty g(x) dx$$
Block math:
$$
\int_{-\infty}^\infty g(x) dx
$$