1.1.0 • Published 9 years ago

gitbook-plugin-katex-full v1.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 years ago

copy from https://github.com/GitbookIO/plugin-katex, but support inline formula.

Math typesetting using KaTex

Use it for your book, by adding to your book.json:

{
    "plugins": ["katex"]
}

then run gitbook install.

Usage

Inline math: $\int_{-\infty}^\infty g(x) dx $

You need to put a space before $.

Block math:

$$ \int_{-\infty}^\infty g(x) dx $$

input $

The plugin uses $ to indicate inline formulas. If you want to only input a $, you can use \$``( in code mode),

1.1.0

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago