I want to decrease the font size on a bullet list on a beamer frame.
My code is:
\begin{frame}{Title}
\begin{itemize}
\item Item 1 here
\item Item 2 here
\end{itemize}
\end{frame}
I have tried to use this suggestion: in beamer, change fontsize of selected slides with nested lists, but this changes the font size without changing the bullet size ...
Thanks in advance,
\footnotesizedoes not make much sense, if the there are people, which wants to read the slide. Smaller than\footnotesizeis\scriptsizeand\tiny. The parameter for\raiseneeds an adjustment, originally1.25ptto smaller values.\scriptscriptstyleis smaller than\scriptstyle. An alternative is putting the itemize symbol in\scaleboxor\resizeboxof packagegraphicx. – Heiko Oberdiek Jun 23 '15 at 14:01