```tex \begin{equation}\label{age} \begin{align} &\triangle Energy = 4000p_{1}\triangle w + 9000p_{2}\triangle w + 4000p_{3}\triangle w \\ &Y(t)=C_{t}+\sum_{i=1}^3\int_0^{1}\sum_{j=0}^5 a_{ij\phi j}(t+\triangle t)x_{i}(t+\triangle t)d\triangle t \end{align} \end{equation} ``` ![](https://pics.latexstudio.net/data/images/202002/8a2e6b1c3790076.png)

3 回答3

0
1. `align` 环境不能也不需要用在 `equation` 内 2. 你的需求,适合用 `aligned` 环境,参考 lshort-zh-cn, sec. 4.4.3
  • 我懂了谢谢 – 152****0825 2020-02-27 15:54 回复
0
给你一个例子。 ```tex \documentclass{article} \usepackage{mathtools} \begin{document} \begin{equation}\label{age} \begin{aligned} & \Delta \text{Energy} = 4000p_{1} \Delta w + 9000p_{2} \Delta w + 4000p_{3} \Delta w \\ & Y(t) = C_{t} + \sum_{i=1}^3 \int_0^{1} \sum_{j=0}^5 a_{ij \phi j} (t + \Delta t) x_{i} (t + \Delta t) d \Delta t \end{aligned} \end{equation} \end{document} ```
  • 我懂了谢谢 – 152****0825 2020-02-27 15:54 回复
  • 请问这里为什么不能用align环境 – 152****0825 2020-02-27 15:51 回复
0
加一句不要写中文文件名,英文文件名不带空格和下划线

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。