This is a BetterDiscord plugin using MathJax to natively render LaTeX math equations inside Discord.
You need to use simple or double dollars inside a Discord inline or mutiline code block (this is to prevent markdown interpretation of special characters).
You can also use \( \)
and \[ \]
.
Examples (just copy-paste)
I want to say `$\forall x\in\mathbb{N}, x\ge 0$` !
I want to say `\(\forall x\in\mathbb{N}, x\ge 0\)` !
I want to say ```$\forall x\in\mathbb{N}, x\ge 0$``` !
I want to say ```\(\forall x\in\mathbb{N}, x\ge 0\)``` !
Voilà: `$$\int_0^\infty e^{-x^2}dx=\frac{\sqrt{\pi}}{2}$$`
Voilà: `\[\int_0^\infty e^{-x^2}dx=\frac{\sqrt{\pi}}{2}\]`
Voilà: ```$$\int_0^\infty e^{-x^2}dx=\frac{\sqrt{\pi}}{2}$$```
Voilà: ```\[\int_0^\infty e^{-x^2}dx=\frac{\sqrt{\pi}}{2}\]```
Download the plugin on BetterDiscord's website.
You can also download latest here dist/LaTeX.plugin.js
Simply put it in BetterDiscord's plugin folder
Simply clone the repo then run npm install
and npm run build
Then put dist/LaTeX.plugin.js
in BetterDiscord's plugin folder.