Redian新闻
>
长数学公式如何手动定义换行?
avatar
长数学公式如何手动定义换行?# TeX - TeX电子排版系统
k*m
1
例如
x = x+ y+ z
想显示成
x= x+
y+
z
我试图用\\, 但是出错。
谢谢!
avatar
w*s
2
use "&"
x& = & x+
& & y+
& & z
具体查用法

【在 k**m 的大作中提到】
: 例如
: x = x+ y+ z
: 想显示成
: x= x+
: y+
: z
: 我试图用\\, 但是出错。
: 谢谢!

avatar
J*r
3
include amsmath package,
use align environment,
then
x = & x+ \\
y+ \\
z

【在 k**m 的大作中提到】
: 例如
: x = x+ y+ z
: 想显示成
: x= x+
: y+
: z
: 我试图用\\, 但是出错。
: 谢谢!

avatar
T*n
4
\usepackage{amsmath}
\begin{equation}
\begin{split}
x &= x \\ &+ y \\ &+ z
\end{split}
\end{equation}
Don't use "align" in this case.
"align" is for multiple equations with common alignment,
"equation"+"split" is for breaking one single equation
into multiple lines.
You can use "split" inside "align" to break an equation
that is also aligned with other equations.

【在 k**m 的大作中提到】
: 例如
: x = x+ y+ z
: 想显示成
: x= x+
: y+
: z
: 我试图用\\, 但是出错。
: 谢谢!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。