using latex to prepare slides for oral presentations · slides other options and chuler as beamer...

29
Beamer Special commands Slides Other options and chuler´ ıas Using L A T E X to prepare slides for oral presentations Ivelisse Rubio Canabal Universidad de Puerto Rico MSRI-UP July 5, 2013 Rubio Using L A T E X to prepare slides for oral presentations

Upload: others

Post on 18-Aug-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Using LATEX to prepare slides for oral presentations

Ivelisse Rubio CanabalUniversidad de Puerto Rico

MSRI-UPJuly 5, 2013

Rubio Using LATEX to prepare slides for oral presentations

Page 2: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Outline

1 Beamer

2 Special commands

3 SlidesTitle slideContents outline

4 Other options and chulerıasPausesTheoremsVerbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 3: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Outline

1 Beamer

2 Special commands

3 SlidesTitle slideContents outline

4 Other options and chulerıasPausesTheoremsVerbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 4: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Outline

1 Beamer

2 Special commands

3 SlidesTitle slideContents outline

4 Other options and chulerıasPausesTheoremsVerbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 5: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Outline

1 Beamer

2 Special commands

3 SlidesTitle slideContents outline

4 Other options and chulerıasPausesTheoremsVerbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 6: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Beamer

Beamer: Name of the document class to prepare slides

How to use it: Compile using LATEX =⇒ PDF

Caution!: Some adjustments have to be made to use somecommands like, for example, verbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 7: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Beamer

Beamer: Name of the document class to prepare slides

How to use it: Compile using LATEX =⇒ PDF

Caution!: Some adjustments have to be made to use somecommands like, for example, verbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 8: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Beamer

Beamer: Name of the document class to prepare slides

How to use it: Compile using LATEX =⇒ PDF

Caution!: Some adjustments have to be made to use somecommands like, for example, verbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 9: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Beamer

Beamer: Name of the document class to prepare slides

How to use it: Compile using LATEX =⇒ PDF

Caution!: Some adjustments have to be made to use somecommands like, for example, verbatim

Rubio Using LATEX to prepare slides for oral presentations

Page 10: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Special Commands

\documentclass{beamer}

\usetheme{ }

\usetheme{Warsaw}\usetheme{split}\usetheme{Frankfurt}

\usetheme{Warsaw} was used to prepare this presentation.

Rubio Using LATEX to prepare slides for oral presentations

Page 11: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Title slideContents outline

Each slide starts with

\begin{frame}

and ends with

\end{frame}

Or you can use

\frame{ }

Rubio Using LATEX to prepare slides for oral presentations

Page 12: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Title slideContents outline

Title slide

To produce the slide with the title you can use

\title{Using {\LaTeX} to prepare slides for

oral presentations}

\author[Rubio]{{\bf Ivelisse Rubio Canabal}\\

Universidad de Puerto Rico}

\date{MSRI-UP\\ July 5, 2013}

\begin{document}

\frame{\titlepage}

The last command tells LATEX to produce the title page.

Rubio Using LATEX to prepare slides for oral presentations

Page 13: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

Title slideContents outline

Contents outline

\begin{frame}

\frametitle{Outline}

\tableofcontents[pausesections]

\end{frame}

Rubio Using LATEX to prepare slides for oral presentations

Page 14: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Pauses

To have a pause after each item in a list use

\pause

Example

\begin{itemize}

\pause

\item with bullets like this

\pause

\item or with numbers and descriptions

\end{itemize}

with bullets like this

or with numbers and descriptions

Rubio Using LATEX to prepare slides for oral presentations

Page 15: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Pauses

To have a pause after each item in a list use

\pause

Example

\begin{itemize}

\pause

\item with bullets like this

\pause

\item or with numbers and descriptions

\end{itemize}

with bullets like this

or with numbers and descriptions

Rubio Using LATEX to prepare slides for oral presentations

Page 16: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Pauses

To have a pause after each item in a list use

\pause

Example

\begin{itemize}

\pause

\item with bullets like this

\pause

\item or with numbers and descriptions

\end{itemize}

with bullets like this

or with numbers and descriptions

Rubio Using LATEX to prepare slides for oral presentations

Page 17: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

You can also use

\begin{itemize}

\item<2-> First item.

\item<4-> Third item.

\item<3-> Second item.

\end{itemize}

First item.

Third item.

Second item.

Rubio Using LATEX to prepare slides for oral presentations

Page 18: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

You can also use

\begin{itemize}

\item<2-> First item.

\item<4-> Third item.

\item<3-> Second item.

\end{itemize}

First item.

Third item.

Second item.

Rubio Using LATEX to prepare slides for oral presentations

Page 19: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

You can also use

\begin{itemize}

\item<2-> First item.

\item<4-> Third item.

\item<3-> Second item.

\end{itemize}

First item.

Third item.

Second item.

Rubio Using LATEX to prepare slides for oral presentations

Page 20: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

You can also use

\begin{itemize}

\item<2-> First item.

\item<4-> Third item.

\item<3-> Second item.

\end{itemize}

First item.

Third item.

Second item.

Rubio Using LATEX to prepare slides for oral presentations

Page 21: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

If you want pauses and the current item in red like this

First item.

Second item.

Third item.

you can use

\begin{itemize}[<+-|alert@+>]

\item First item.

\item Second item.

\item Third item.

\end{itemize}

Rubio Using LATEX to prepare slides for oral presentations

Page 22: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

If you want pauses and the current item in red like this

First item.

Second item.

Third item.

you can use

\begin{itemize}[<+-|alert@+>]

\item First item.

\item Second item.

\item Third item.

\end{itemize}

Rubio Using LATEX to prepare slides for oral presentations

Page 23: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

If you want pauses and the current item in red like this

First item.

Second item.

Third item.

you can use

\begin{itemize}[<+-|alert@+>]

\item First item.

\item Second item.

\item Third item.

\end{itemize}

Rubio Using LATEX to prepare slides for oral presentations

Page 24: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

In the next slide, note the effect of using <1> and <2>

instead of <1-> and <2->

Rubio Using LATEX to prepare slides for oral presentations

Page 25: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Theorems

Definition

A hard working student is a student that perseveres, completesher work and looks for other directions in her work.

Definition

A Schur positive student is a student that has a good attitude.

Theorem

All 2013 MSRI-UP students are hard working and Schur positivestudents.

Proof.

See the technical reports.

Rubio Using LATEX to prepare slides for oral presentations

Page 26: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Theorems

Definition

A hard working student is a student that perseveres, completesher work and looks for other directions in her work.

Definition

A Schur positive student is a student that has a good attitude.

Theorem

All 2013 MSRI-UP students are hard working and Schur positivestudents.

Proof.

See the technical reports.

Rubio Using LATEX to prepare slides for oral presentations

Page 27: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Theorems

Definition

A hard working student is a student that perseveres, completesher work and looks for other directions in her work.

Definition

A Schur positive student is a student that has a good attitude.

Theorem

All 2013 MSRI-UP students are hard working and Schur positivestudents.

Proof.

See the technical reports.

Rubio Using LATEX to prepare slides for oral presentations

Page 28: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Theorems

Definition

A hard working student is a student that perseveres, completesher work and looks for other directions in her work.

Definition

A Schur positive student is a student that has a good attitude.

Theorem

All 2013 MSRI-UP students are hard working and Schur positivestudents.

Proof.

See the technical reports.

Rubio Using LATEX to prepare slides for oral presentations

Page 29: Using LaTeX to prepare slides for oral presentations · Slides Other options and chuler as Beamer Beamer:Name of the document class to prepare slides How to use it:Compile using LATEX

BeamerSpecial commands

SlidesOther options and chulerıas

PausesTheoremsVerbatim

Verbatim

To use “Verbatim” with Beamer, you have to add the option“fragil”:

\begin{frame}[fragile]

Do you want to learn other chulerıas?

Check the WEB!!!

Rubio Using LATEX to prepare slides for oral presentations