请问在带括号的公式内换行? #104
Answered
by
note286
HBULXY1997
asked this question in
Q&A
请问在带括号的公式内换行?
#104
Replies: 2 comments 1 reply
-
不要用 \documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
\bigl( a \\
b \bigr)
\end{align*}
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
这个公式的第二行有点太长了 我想在+号位置处换行,但是一直没找到换行的方法,网上的办法试了也不起作用。麻烦老哥帮忙看看,万分感谢
Beta Was this translation helpful? Give feedback.
All reactions