> If you are going to use allowframebreaks, you don't have a 
> second slide
> -- you put all the items on one big frame, with 
> [allowframebreaks] in ERT at the start of the frame's title.  
> Beamer will take care of splitting up the frame when you 
> output the document (and will also add Roman numerals to the titles).
> 
> You need both [3.] (or whatever) and the setcounter, and the 
> [3.] must be the very first thing in the ERT at the beginning 
> of the item.
> 
> /Paul
>
> He probably uses the ugly pgf bullets that come with beamer. 
> This is tricky to achieve. For the round bullets:
> 
> In preamble:
> 
> \newcommand\myenum[1]{%
>   \begin{pgfpicture}{-1ex}{-0.65ex}{1ex}{1ex}
>     \usebeamercolor[fg]{item projected}
>     
> {\pgftransformscale{1.75}\pgftext{\normalsize\pgfuseshading{bi
gsphere}}}
>     {\pgftransformshift{\pgfpoint{0pt}{0.5pt}}
>       \pgftext{\usebeamerfont*{item projected}#1}}
>   \end{pgfpicture}%
> }
> 
> and then
> 
> [\myenum{3}]
> instead of
> [3]
> 
> Jürgen
>

That's all I wanted to know. Thanks very much for your quick advice.

Nico 

Reply via email to