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.
- Host: GitHub
- URL: https://github.com/observablehq/katex
- Owner: observablehq
- Created: 2018-05-19T15:13:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T20:53:35.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:13:36.640Z (9 months ago)
- Language: CSS
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```