dsgepy icon indicating copy to clipboard operation
dsgepy copied to clipboard

Update KaTeX syntax to use proper alignment macro

Open jrcasso opened this issue 1 year ago • 0 comments

These KaTeX equations will not render correctly on Debian based operating systems (I did not investigate why).

The fix is to replace \begin{align*} with \begin{aligned} since math mode is defaulted to in this context.

jrcasso avatar Mar 13 '25 21:03 jrcasso