📓 Amethyst

LaTeX

Block math works with two dollar signs $$...$$

f(x)=f(^ξ),e2πiξx,dξf(x) = \int_{-\infty}^\infty f\hat(\xi),e^{2 \pi i \xi x} ,d\xi

Inline math also works with single dollar signs $...$. For example, Euler’s identity but inline: eiπ=1e^{i\pi} = -1

Aligned equations work quite well:

a=b+c=e+f \begin{aligned} a &= b + c \\ &= e + f \\ \end{aligned}

And matrices

[123abc] \begin{bmatrix} 1 & 2 & 3 \\ a & b & c \end{bmatrix}