2024-04-05

I added LaTeX support to this site

Sort of


I added LaTeX\LaTeX (or at least a subset of it) to this site via mathjax, via eleventy-plugin-mathjax, just in case I want to use it.

And why not?

This is exciting because it means I can now do the following:

Γ(z)=0xz1exdx\Gamma(z)=\int_0^{\infty}x^{z-1}e^{-x}dx


n!=Γ(n+1)n!=\Gamma(n+1)


Γ(n)=(n1)Γ(n1)\Gamma(n)=(n-1)\Gamma(n-1)

Cool, right?!