Newline in Mathjax
问题 In Mathjax, how do I write this as a two-liner separated by the second = ? This is the Mathjax code: $= 2[2W(k-2) + (k-1)2^{k-1}] + k2^k= 2^2W(k-2)+(k-1)2^{k-1}+ k2^k$ What do I need to change to add a new line before the second = sign? 回答1: Use \\ for Mathjax newline. Way easier than expected, plus this was already answered here - http://meta.math.stackexchange.com/questions/11720/new-line-within-mathjax $= 2[2W(k-2) + (k-1)2^{k-1}] + k2^k\\= 2^2W(k-2)+(k-1)2^{k-1}+ k2^k$ ^^ slashes here 来源: