1.1.0 • Published 10 years ago

gitbook-plugin-katex-full v1.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
10 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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago