An open API service indexing awesome lists of open source software.

https://github.com/observablehq/katex

A minimally-tweaked distribution of KaTeX.
https://github.com/observablehq/katex

Last synced: 8 months ago
JSON representation

A minimally-tweaked distribution of KaTeX.

Awesome Lists containing this project

README

          

# @observablehq/katex

A minimally-tweaked distribution of KaTeX.

To compute the patch:

```
diff -u node_modules/katex/dist/katex.css katex.css > katex.css.patch
```

To apply the patch:

```
patch < katex.css.patch
```