Outline Lists Graphics Verbatim Text Hyperlinks
Simple Presentation Using the Beamer Class
Clayton Webster1
1 Department
Max Gunzburger2
of Mathematics and School for Computational Science Florida State University
2 School
for Computational Science Florida State University
SIAM Conference, 2004
fsul ogo
1 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Outline of Topics
Lists Graphics Verbatim Text Hyperlinks
fsul ogo
2 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Dynamic Lists
With a few extra marks, you can have Beamer march through each item on a list one at a time.
fsul ogo
3 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
A Sample List
Normal LaTeX class. Easy overlays. No external programs needed.
fsul ogo
4 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
A Sample List
Normal LaTeX class. Easy overlays. No external programs needed.
fsul ogo
4 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
A Sample List
Normal LaTeX class. Easy overlays. No external programs needed.
fsul ogo
4 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Displayed Text
The block command can be used to highlight a statement. A famous quote Prime numbers are more than any assigned multitude of prime numbers. Euclid Because of Aristotles objections, Euclid did not say: The list of all prime numbers is innite.
fsul ogo
5 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Displayed Text
The theorem command can be used for theorems. If the appropriate beamer environment is set up, the theorems will be numbered. Theorem 1 Prime numbers are more than any assigned multitude of prime numbers. Euclid Because of Aristotles objections, Euclid did not say: Theorem 2 The list of all prime numbers is innite.
fsul ogo
6 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Including Graphics
Most graphics les can be converted to .png format. Such les are then easily included in your presentation.
You can change text size with the tiny environment, for example.
fsul ogo
7 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
PNG Graphics
A graphics le is included by using the gure environment, and inside of that the includegraphics command.
pengbrew.png
In Beamer, when you place a gure in the text, thats where it shows up in the slide. Lets repeat the gure at a smaller size.
pengbrew.png
fsul ogo
8 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
PNG Graphics
You can also place gures side by side.
pengbrew.png pengbrew.png pengbrew.png
fsul ogo
9 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
PNG Graphics
Beamer allows you to include mathematical formulas in your presentation as part of your text. For example, you can use the displaymath environment: ||u h u || <= ||u h P h (u )|| + ||P h (u ) u ||
fsul ogo
10 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
PNG Graphics
The previous graphic had a background that almost matched the slide. A more typical case is shown here. The graphics gure simply shows up as a rectangle imposed on the slide.
bell_206.png
fsul ogo
11 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Using Verbatim
Sometimes you just want something to show up exactly as you typed it. You can use Latexs verbatim environment for this. But a Beamer frame containing the verbatim command must use a more complicated scheme to begin and end the frame. The Beamer frame must begin with: \begin{frame}[fragile]\ and end with an explicit: \end{frame} Look at the source for this slide to see an example.
fsul ogo
12 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Using Semiverbatim
Beamer includes a semiverbatim environment which allows you to place text exactly where you want it, except that you can include a few simple style commands, such as for color. Such frames must begin and end the same way verbatim frames do. Day Tuesday Wednesday Thursday Cost Comment $7 Too much! $14 I got sick $45 Luckily, I didnt have to pay.
fsul ogo
13 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Using Semiverbatim
Semiverbatim is one way to display a sample program, using the alert command to highlight an important line. If your program uses curly brackets, youll have to escape them within the semiverbatim environment.
void swap ( int *a, int *b ) { int c; c = *a; *a = *b; *b = *c; <-- This is where you made the mistake! return; }
fsul ogo
14 / 15
Outline Lists Graphics Verbatim Text Hyperlinks
Active Hyperlinks
Inside of your presentation, you can use the href environment to dene a hyperlink. Clicking on the displayed text will then invoke a browser and go to the specied link. For example, for more information on the Beamer Class, you can click on the Beamer web site.
fsul ogo
15 / 15