Slackbot
04/28/2023, 7:13 AMFabian Iwand
04/28/2023, 7:48 AMMike Bostock
04/28/2023, 4:22 PMFabian Iwand
04/28/2023, 4:43 PMAndreas Åkre Solberg
05/02/2023, 6:38 AMAndreas Åkre Solberg
05/02/2023, 6:38 AMAndreas Åkre Solberg
05/02/2023, 6:39 AMFabian Iwand
05/02/2023, 8:19 AMKaTeX does not support theAs described there, the workaround would be to useenvironment because LaTeX doesn't supportalign
in math mode. Thealign
environment offers the same functionality but in math mode, so use that instead.aligned
\begin{aligned}
a&=b+c \\
d+e&=f
\end{aligned}
instead.Andreas Åkre Solberg
05/03/2023, 8:00 AM