On Wednesday, 6 November 2013 08:37:05 UTC+11, peter wrote:
> A user has asked me to adjust Beamer's itemized second-level list items so that the text is the same size as the first-level list items. This can be done with the itemize subitem and subbody and subsubitem and subsubbody fonts set to the parent. But the bullet for the second-level list items is still smaller. How do I make bullets change size? (and why do they not change size by default when the list item is changed?) Minimal example below. ///Peter
Peter, I didn't look into the beamer template code.
Beamer base file are usually beyond my comprehension.
But I tested your file, and found the following change might solve your problem.
Replace your first beamer command
\setbeamertemplate{itemize items}[circle] with:
\setbeamertemplate{itemize items}{\normalsize$\bullet$}
This seems to be the only change needed.
It answers the first part of your question, but not the second part.
regards from corporal