Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion problem using setbeamertemplate{items} + setbeamercolor{enumerate} ?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Damien Couroussé  
View profile  
 More options Aug 30 2012, 11:19 am
From: Damien Couroussé <damien.courou...@gmail.com>
Date: Thu, 30 Aug 2012 08:19:21 -0700 (PDT)
Local: Thurs, Aug 30 2012 11:19 am
Subject: Re: problem using setbeamertemplate{items} + setbeamercolor{enumerate} ?

Le jeudi 30 août 2012 16:38:44 UTC+2, Damien Couroussé a écrit :

> hello beamer users !

> I am not able to correctly set the colors of labels in enumerate
> environments, if at the same time I ask for square labels : the squared
> numbers of the enumerate environments keep the default color.

> I have attached a simple example file that reproduces the problem, and the
> pdf file that is generated with pdflatex. I got the same problem using
> latex.

> Tested on Linux/Debian (latex-beamer v3.07-2) and a Linux/CentOS (I am not
> familiar with this one and cannot tell the release number of the beamer
> package).

> Does someone see what is going wrong in my example ? It is a bug ?

> thanks !
> Damien

I forgot to attach the tex and pdf files. Don't know why, it does not work.

Here is the source below:
=========
\documentclass{beamer}

%\usepackage[utf8x]{inputenc}

\setbeamercolor{itemize item}{fg=red, bg=white}
\setbeamercolor{itemize subitem}{fg=blue, bg=white}
\setbeamercolor{itemize subsubitem}{fg=green, bg=white}

\setbeamercolor{enumerate item}{fg=red, bg=white}
\setbeamercolor{enumerate subitem}{fg=blue, bg=white}
\setbeamercolor{enumerate subsubitem}{fg=green, bg=white}

\setbeamertemplate{items}[square]
% \setbeamertemplate{enumerate items}[square] % <== same buggy behaviour
with this one

\begin{document}
\begin{frame}{bug in setbeamercolor for enumerates ?}

\begin{itemize}
\item lorem
\item ipsum
\begin{itemize}
\item second
\item level
\begin{itemize}
\item third
\item level
\end{itemize}
\end{itemize}
\end{itemize}

\begin{enumerate}
\item lorem
\item ipsum
\begin{enumerate}
\item second
\item level
\begin{enumerate}
\item third
\item level
\end{enumerate}
\end{enumerate}
\end{enumerate}

\end{frame}

\end{document}
=========


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.