Latex:右方括号
Latex: right square bracket
我有一个关于乳胶的奇怪问题。只需要右边的方括号,对于它工作的网络示例:
$\left[
\begin{gathered}
\left\{
\begin{gathered}
x^2 - 6 \geqslant x, \hfill
\
5x < 1 \hfill
\
\end{gathered}
\right. \hfill
\
\left\{
\begin{gathered}
x^3 - 8 < 0, \hfill
\
x^2 - 7x < 0. \hfill
\
\end{gathered}
\right. \hfill
\
\end{gathered}
\right.$
但例如 \frac{x}{a}
无效!
$\left[
\begin{gathered}
\frac{2}{3} > 1;
\
\frac{2}{3} > 1;
\end{gathered}
\right.$
如何得到带分数的表达式的方括号?
两者都适合我。也许你忘了 \usepackage{amsmath}
?
我有一个关于乳胶的奇怪问题。只需要右边的方括号,对于它工作的网络示例:
$\left[
\begin{gathered}
\left\{
\begin{gathered}
x^2 - 6 \geqslant x, \hfill
\
5x < 1 \hfill
\
\end{gathered}
\right. \hfill
\
\left\{
\begin{gathered}
x^3 - 8 < 0, \hfill
\
x^2 - 7x < 0. \hfill
\
\end{gathered}
\right. \hfill
\
\end{gathered}
\right.$
但例如 \frac{x}{a}
无效!
$\left[
\begin{gathered}
\frac{2}{3} > 1;
\
\frac{2}{3} > 1;
\end{gathered}
\right.$
如何得到带分数的表达式的方括号?
两者都适合我。也许你忘了 \usepackage{amsmath}
?