答案1
\documentclass{beamer}
\usepackage{graphicx}
\author{Kaare Mikkelsen}
\begin{document}
\frame{
\frametitle{Colors}
\begin{equation}
\textcolor{red}{e}=\textcolor{blue}{m}\textcolor{green}{c}^2
\end{equation}
}
\end{document}
如果您查看 graphicx 包的文档(http://ctan.org/pkg/graphicx),您还可以定义自己的颜色。