Hi there,
I am using the default beamer theme, and would like to have square *unnumbered* bullets for sections in the ToC. I didn't find an easy way to modify this when I looked online.
Changing "ball" to "square" in
\setbeamertemplate{section in toc}[ball unnumbered]
doesn't work..
Also, is there a way to change the color of the square (from default blue to black)?
Thanks a lot,
Asaf
Text Formatting ⇒ change bullet shape in beamer toc
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
change bullet shape in beamer toc
Hi Asaf,
you can define such as style. Here I modified the original definition from beamerbaseauxtemplates.sty:
I just chose a red-black mix, you can change that as desired.
Now that works:
Stefan
you can define such as style. Here I modified the original definition from beamerbaseauxtemplates.sty:
Code: Select all
\defbeamertemplate{section in toc}{square unnumbered}{%
\leavevmode\leftskip=1.75ex%
\llap{\textcolor{red!70!black}{\vrule width2.25ex
height1.85ex depth.4ex}}%
\kern1.5ex\inserttocsection\par}
Now that works:
Code: Select all
\setbeamertemplate{section in toc}[square unnumbered]
LaTeX.org admin
Re: change bullet shape in beamer toc
Thank you so much Stefan! This is great.
-Asaf
-Asaf