标签: mathjax
是否有一种方法可以对齐多个方程,以便使用MathJax将赤道彼此置于底下?
For example: 2x - 4 = 6 2x = 10 x = 5
答案 0 :(得分:2)
使用aligned环境和&符号。
aligned
&
例如
$$\begin{aligned} 2x - 4 &= 6 \\ 2x &= 10 \\ x &= 5 \end{aligned}$$
我在每行&前面插入了=,所以=的水平位置对于所有行都是相等的。
=