Package: latex-beamer
Version: 3.06.dfsg.1-0.1

After a theorem environment, the text takes the color of the border of
the box.

In the following example the text "This text should be black."
is grey.

The color is correct with latex 3.14159 (tetex-bin 2.0.2-31) 
, the error appears in 3.141592 (tetex-bin 3.0-28 0) , 
so it is not clear to me if it is a latex or a beamer bug.


\documentclass{beamer}
\usetheme{Warsaw}
\newtheorem{theo}{Theorem}

\begin{document}
\begin{frame}
This text is black.
\begin{theo}
$$\sum_{k=0}^{+\infty} x^k=\frac1{1-x}.$$
\end{theo}
This text should be black.
\end{frame}
\end{document}

-- 
Laboratoire de Mathématiques, Applications et Physique Mathématique
d'Orléans UMR 6628 - Université d'Orléans - B.P. 6759 - 45067 Orléans Cedex 2
E-Mail: [EMAIL PROTECTED]
http://www.univ-orleans.fr/mapmo/membres/garet/


Reply via email to