[tex-live] bug of beamer in texlive 2007?
Philipp Fäh
pfaeh at mysunrise.ch
Sun Mar 18 15:40:02 CET 2007
\documentclass{beamer}
\usetheme{Madrid}
\begin{document}
\begin{frame}
plain text before
\begin{block}{}
block text
\end{block}
plain text after
\end{frame}
\end{document}
"plain text after" is colored similarly to the backgroundcolor of the
block-environment (Try alertblock).
Am 18.03.2007 um 09:56 schrieb fishy:
> Hi, folks,
>
> for the following simple test document:
>
> *** begin ***
> \documentclass{beamer}
> \usetheme{Madrid}
> \begin{document}
>
> \begin{frame}
> \begin{block}{title}
> block text
> \end{block}
> \end{frame}
>
> \begin{frame}
>
> plain text
>
> \begin{itemize}
> \item item1
> \item item2
> \end{itemize}
>
> \end{frame}
> \end{document}
> *** end ***
>
> The text of "title", "block text", "item1", "item2" all goes well, but
> "plain text" was in a grey color that very similar to the background
> color (white), so it's completely unreadable.
>
> I've tried to replace the texmf-dist/tex/latex/beamer directory with
> the one from texlive 2005 and this problem remains, so it should be
> something wrong elsewhere in texlive 2007
>
> if you compile this document with texlive 2005, the color of "plain
> text" should be black, and that's readable
> --
> regards,
> fishy
>
More information about the tex-live
mailing list