latex大括号公式
更多形式的大括号公式,参考:https://blog.csdn.net/miao0967020148/article/details/78712811
$$
x_{i}^{'}=
\left
\{
\begin{array}{rcl}
0 && \text{with probability p} \\
\frac{x_{i}}{1-p} && \text{otherwise} \\
\end{array}
\right.
$$
\[x_{i}^{'}=
\left
\{
\begin{array}{rcl}
0 && \text{with probability p} \\
\frac{x_{i}}{1-p} && \text{otherwise} \\
\end{array}
\right.
\]
在\text{}
内可以直接打空格,否则用\quad
表示空格,\qquad
表示更大的空格
本文来自博客园,作者:xjl-ultrasound,转载请注明原文链接:https://www.cnblogs.com/xjl-ultrasound/p/18361759