\documentclass{beamer}
\usepackage{xcolor}
\begin{document}
\frame{
asdfasdf
\cite{Blah}
}
\begin{thebibliography}{}
\bibitem[{{\color{red} Blah}}2000]{Blah}
by blah, on blah blah
\end{thebibliography}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
then it fails to compile,
anybody knows how to get this working? thanks
Y
> \bibitem[{{\color{red} Blah}}2000]{Blah}
> by blah, on blah blah
> then it fails to compile, anybody knows how to get this working?
It works when \protect'ing \color:
\bibitem[{\protect\color{red}{Blah}}2000]{Blah}
HTH
--
Nico