I’m using article class, and I want to change colour within the equation tag, multiple times. I found that using mathmode I can change colour, but I want to use equation tag instead. After having the multicolour equation I will link the file to a beamer for a presentation.
Is this possible (successfully linking changed colours from article to beamer as well)? If so, how?
So in my imagination it must be like in the visual. The visual is from
$ \color{yellow} A = \textcolor{blue}{B} \mathbin{\textcolor{red}{-}} \textcolor{green}{C} $
However, I need for example below. This doesn’t work for me.
\begin{equation}
\color{red}A=\color{blue}B-\color{green}C
\end{equation}
$and in a displayequationso it isn't clear what your question is? – David Carlisle May 21 '18 at 19:32