Graphics, Figures & TablesGraphics in Beamer

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
assafwe
Posts: 33
Joined: Sun Oct 04, 2009 2:27 pm

Graphics in Beamer

Post by assafwe »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Graphics in Beamer

Post by gmedina »

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:

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,...
Post Reply