Latex 公式颜色







如何给这个公式加上颜色?

解决方法:

\usepackage{xcolor}

\begin{align}
  \textcolor{red}{\int_a^b}\textcolor{blue}{f(x)}\textcolor{green}{dx}\textcolor{yellow}{=c}
\end{align}

效果图如下:

Latex 公式颜色

相关文章:

  • 2021-06-26
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-11-25
  • 2021-12-22
  • 2021-10-16
  • 2022-01-07
猜你喜欢
  • 2021-11-08
  • 2021-06-05
  • 2021-12-19
  • 2021-04-08
  • 2021-07-09
  • 2022-03-02
  • 2022-12-23
相关资源
相似解决方案