Am Sonntag, den 16.10.2016, 18:52 +0200 schrieb UD:
> As mentioned in my original post, I want the bullets for the
> section, 
> subsection and subsubsections to be all different from each other
> (each 
> level should have its own bullet shape in the table of contents).  I 
> tried to put in the Latex Preamble:
> 
> 
> \setbeamertemplate{section subsection}[triangle]
> 
> or
> 
> 
> \setbeamertemplate{section subsection}[circle triangle]
> 
> and
> 
> \setbeamertemplate{subsection}[triangle]
> 
> but evidently this syntax is wrong, since it did not work.

Yes it is wrong. As I wrote in my first reply, the templates are called
"itemize item", "itemize subitem" and "itemize subsubitem" (not
"section subsection"). So:

\setbeamertemplate{itemize item}[triangle]

\setbeamertemplate{itemize subitem}[circle triangle]

etc. should do.

Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to