[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853832: Jessie, beamer bug (texlive-latex-recommended)



Package: texlive-latex-recommended

Version: 2014.20141024-2

System: Debian Jessie (updated)

Description: The Beamer package is buggy and does not work as in current TeXlive versions

When processing enumerate items with "ball" shapes, the color of the projected numbers is black (I assume, the default foreground color), instead of white. Explicitly setting "\setbeamercolor{item projected}{fg=white}" does not work either.

Example file:
%% begin example file
\documentclass{beamer}
\setbeamertemplate{items}[ball]
% what follows is not necessary
\setbeamercolor{item projected}{fg=white}
\begin{document}
\begin{frame}
  \begin{enumerate}
  \item One
  \item Two
  \item Three
 \end{enumerate}
\end{frame}
\end{document}
%% end example file

Result: With Jessie texlive, the numbers on the balls are black. With current texlive, they are white.

I do not know how to fix this, but it is fixed in newer versions of beamer.

Regards,
Ricard

--
Ricard Torres
ricard.updates@gmail.com


Reply to: