#/sci/ MathJax /sci/, through [MathJax](https://www.mathjax.org/), allows users to enhance their posts with mathematics-related formulas, fonts and styling. MathJax is essentially a (La)TeX interpreter. Readers entirely unfamiliar with LaTeX are directed to Grätzer's More Math Into Latex book, [the overleaf online guide](https://www.overleaf.com/learn/latex/Mathematical_expressions), [the quora online guide](https://math-on-quora.surge.sh/) or whatever else you find on google. To start with, Latex commands go between [math] and [/math] tags or [eqn] and [/eqn] tags. As in, [math]2 + 2 \leq 4[/math] or [eqn]\int x \ dx = x^2/2 + C[/eqn]. The distinction is that [math] displays the equation on the same line you started typing it, but [eqn] displays it on the next empty line and then adds a line break. ##Basic Stuff You can look up the LaTeX behind someone's post by right clicking it and selecting "Show Math As Tex Commands". -> ![Example](https://i.imgur.com/RLw8lnU.png) <- You can check out how your post will look like with the Tex button on the posting box. -> ![Button](https://i.imgur.com/fACkEVb.png) <- -> ![Preview box](https://i.imgur.com/GJv9oYg.png) <- The preview box is weird. Don't trust it too much. In doubt, the parser prefers it when you put in spaces between your Latex commands. ##Trivia Some 4chan archives also support MathJax for /sci/, noticeably [Fireden](https://boards.fireden.net/sci/) and [archived.moe](https://archived.moe/sci/). Macros like \newcommand don't work. For obvious reasons. \color doesn't work either, because of shitposting. [math] commands can span out multiple lines. As in, things like pmatrix work. MathJax is client-side, which means that and ad blocker is liable to break it. Possibly also an ancient browser but you'd have to double check in their website. If you can't recall a command, try out [Detexify](https://detexify.kirelabs.org/classify.html)