Hi,
Does anyone know how I maually (using no template)control the graphics in a Beamer presentation, such as change the way bullets appear?
Thanks!
Asaf
Graphics, Figures & Tables ⇒ Graphics in Beamer
NEW: TikZ book now 40% off at Amazon.com for a short time.

Graphics in Beamer
Hi,
the word "template" has a special meaning when the beamer class is in use. Please describe your problem in a more accurate way.
Anyway, if I understood your question correctly, the Beamer User Guide explains how to do that. A little example:
the word "template" has a special meaning when the beamer class is in use. Please describe your problem in a more accurate way.
Anyway, if I understood your question correctly, the Beamer User Guide explains how to do that. A little example:
Code: Select all
\documentclass{beamer}
\setbeamertemplate{itemize items}[square]
\begin{document}
\begin{frame}
\begin{itemize}
\item First item.
\item Second item.
\end{itemize}
\end{frame}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...