索引符号的 MathJax 代码是什么(n over k)

What is the MathJax code for an index notation (n over k)

像这样正确格式化帕斯卡金字塔的索引符号所需的 MathJax 代码是什么:N over K

The cheatsheet here at MetaWhosebug 没有给我结果。

你可以使用一个简单的矩阵。

\begin{pmatrix}
   n \
   k
\end{pmatrix}

这将生成想要的结果。