1.使用 \xleftarrow or \xrightarrow. 两者的用法相同。

代码:Latex a=b \xleftarrow[H]{\xi+a\times c} f=g

效果:\(a=b \xleftarrow[H]{\xi+a\times c} f=g\)

2. 使用 \overset

代码:latex a=b \overset{F}{\longleftarrow}c=d

效果:\(a=b \overset{F}{\longleftarrow}c=d\)

3. 使用 \stackrel

代码:latex a=b \stackrel{F}{\longleftrightarrow}c=d

效果:\(a=b \stackrel{F}{\longleftrightarrow}c=d \)

4. 使用 \mathop

代码:latex ab \mathop{\sum\sum\sum}_{a=\frac{1}{2}\times 100000}^{b=\frac{4}{5}}cd

效果:\(ab \mathop{\sum\sum\sum}_{a=\frac{1}{2}\times 100000}^{b=\frac{4}{5}}cd\)

修改一下,有时候使用\mathop不成功,可改为\mathop{ }\limits_{ }^{ }

相关文章:

  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-01-30
  • 2021-11-06
  • 2021-05-10
  • 2022-12-23
相关资源
相似解决方案