1
Fork 1
mirror of https://github.com/Kyuuhachi/VencordPlugins.git synced 2026-05-05 11:17:25 +02:00
gh-kyuuhachi-vencordplugins/TeX
2024-03-28 20:38:45 +01:00
..
index.tsx I'm in devs list now 2024-03-28 20:38:45 +01:00
katex_loader.ts Fix eslint 2024-02-24 01:14:52 +01:00
README.md Add TeX readme 2024-02-26 14:47:44 +01:00
style.css Add TeX 2024-02-23 23:31:12 +01:00

TeX

Renders TeX formulas. `$\sin x$` renders as \sin x, `$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$` renders as \displaystyle x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. The latter is intentionally set to an inline-block instead of a block, to save space.

This plugin requires external libraries, which will not work in the userscript version of Vencord without additional workarounds.