I'm building a beamer presentation and would like to have some parts of the text shown as red on specific slides, but ONLY on beamer mode (as opposed to handout mode). I have tried the following:
\color<beamer:2>{red}{some text}
The above worked well on beamer mode (the text was shown in red on slide 2, and black on the other slides). However, in handout mode, the text is red.
Is there a way for the text to be red on slide 2 on beamer mode, black on all other slides, and also black on handout mode?
\color<handout:2>{red}{some text}? – tohecz Oct 24 '12 at 12:53`to mark your inline code as I did in my edit. – Kurt Oct 24 '12 at 14:13