mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-09 04:58:40 +00:00
* website/docs: initial commit * Change secondaryColor * Fix index.css not being copied and included on global stylesheet * Fix stylesheet link [skip ci] * Change documentation link to API(Usage) [skip ci] * Add `Libraries` in usage [skip ci] * Remove documentation from `README.md` and add link to the site [skip ci] * Use KaTeX in the parent directory to build Markdown [skip ci] * Revise function support page. Avoid error msgs. * General edit to function support page
901 B
901 B
id, title
id | title |
---|---|
libs | Libraries |
Angular2+
- ng-katex Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library
React
- react-latex React component to render latex strings, based on KaTeX
- react-katex React components that use KaTeX to typeset math expressions
Ruby
- katex-ruby Provides server-side rendering and integration with popular Ruby web frameworks (Rails, Hanami, and anything that uses Sprockets).
AsciiMath
If you want to render math written in AsciiMath, you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
- asciimath2tex converts AsciiMath to TeX, with KaTeX in mind