【发布时间】:2015-04-19 10:10:23
【问题描述】:
我的闪亮应用程序中有很多行方程,我想通过它们的等号对齐,但似乎无法让对齐功能正常工作。我的代码如下。
p("$$\\begin{align}
\\ x^2 &= \\text{Chi-Squared}
\\ sum &= \\text{summation}
\\ o &= \\text{the observed values}
\\ e &= \\text{the expected values}
\\end{align}$$")
但这不起作用,我不知道如何正确对齐它们。任何帮助将不胜感激
【问题讨论】: