What is Beamer?! Introduction to Beamer Beamer is a LATEX class for creating slides for presentations. Commands for Header and the Title Page



Similar documents
A Guide to Using Beamer

Fun with Beamer. ...and HAPPY BIRTHDAY SHAWN! Tina Li, Thomas Graul, and Niranjan Balachandar. June 29, 2016

Presentations Using L A TEX

The beamer Class: a L A TEX Presentation System

A Guide to Presentations in L A TEX-beamer. Trinity University

Display Math in ConTEXt

My Way MAPS 34, NAJAAR Display Math in ConTEXt: ConTEXt rehab for amsmath addicts Aditya Mahajan

TU/e Slides using Beamer. Marko Boon May 1, /department of mathematics and computer science 1/17

A Tutorial on Creating Presentations Using Beamer

Using beamer.cls An Intentionally Incomplete Guide. 1 Introduction 2

A Brief introduction into the world of TEX/L A TEX

LAT E X Programming: Beamer Presentations

Outline. Installing L A TEX

Tips on Beamer, TikZ and BibTeX

L A T E X Thesis Class for University of Colorado

The beamer class for L A TEX

Department of Mathematics and Computer Science Eastern Illinois University 600 Lincoln Avenue Charleston, IL

Software Tools 7 ( ; / $ 7 ( ; :<6,:<*RPJHYLQJHQ 9HUZHUNLQJYDQ/D7H; :<6,:<*YRRUEHHOG. College 9 & 10 - LaTeX 1

L A TEX Presentations

Writing Mathematical Papers a Few Tips

The Deadly Sins of Algebra

α = u v. In other words, Orthogonal Projection

Gerrit Stols

PowerPoint 2013: Basic Skills

An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part deux)

Creating a Poster Presentation using PowerPoint

Microsoft Office PowerPoint Lyon County Schools

A Beamer Tutorial in Beamer

Linear Algebra Notes for Marsden and Tromba Vector Calculus

PowerPoint 2007 Basics Website:

Factoring Patterns in the Gaussian Plane

Inner product. Definition of inner product

Beamer Class well nice

Microsoft Office PowerPoint 2007 Basics Workshop

TU/ePDFScreen. Presentations, Slides and Posters Marko Boon. 25th May /27. / department of mathematics and computer science

Methods for Finding Bases

Inner Product Spaces

Geometry Chapter 2 Study Guide

Multifactor Authentication and Session Support in OpenVPN

Scientific Graphing in Excel 2010

How To Use L A T Ex On Pc Or Macbook Or Macintosh (Windows) With A L At Ex (Windows 3) On A Pc Or Ipo (Windows 2) With An Ipo Computer (Windows 4)

EDIT202 PowerPoint Lab Assignment Guidelines

Working with Tables: How to use tables in OpenOffice.org Writer

GeoGebra. 10 lessons. Gerrit Stols

PowerPoint 2013 Basics for Windows Training Objective

Rend. Sem. Mat. Univ. Padova 1xx (201x) Rendiconti del Seminario Matematico della Università di Padova c European Mathematical Society.

Excel Basics By Tom Peters & Laura Spielman

Working with Video in PowerPoint 2010

Microsoft Office PowerPoint Identify components of the PowerPoint window. Tutorial 1 Creating a Presentation

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z

Microsoft Word Quick Reference Guide. Union Institute & University

3. INNER PRODUCT SPACES

One advantage of this algebraic approach is that we can write down

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Exploring Geometric Mean

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher

(1) latex + dvipdfm (which is a DVI to PDF translator) or (2) pdflatex (a version of LaTeX that generates PDF output instead of DVI).

Advanced Presentation Features and Animation

Beginning L A TEX. Dan Parker and David Schwein. Spring 2015

MICROSOFT POWERPOINT STEP BY STEP GUIDE

High School Geometry Test Sampler Math Common Core Sampler Test

Solving Systems of Linear Equations Using Matrices

LECTURE AND NOTE TAKING

Beamer Class well nice

Cut-to-the-Chase Series Web Foundations. HTML Assignment. By Eric Matthews Visit us at:

Publisher 2010 Cheat Sheet

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

OpenOffice.org Writer

LS.6 Solution Matrices

with functions, expressions and equations which follow in units 3 and 4.

Microsoft PowerPoint 2010

Contents. Microsoft Office 2010 Tutorial... 1

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes

Intermediate PowerPoint

CREATING POSTERS WITH POWERPOINT

THE NUMBER OF GRAPHS AND A RANDOM GRAPH WITH A GIVEN DEGREE SEQUENCE. Alexander Barvinok

Rational Number Project

The continuous and discrete Fourier transforms

Euler s Method and Functions

Indicator 2: Use a variety of algebraic concepts and methods to solve equations and inequalities.

The GED math test gives you a page of math formulas that

Excel 2007: Basics Learning Guide

BLACKBOARD 9.1: Text Editor

Microsoft Excel 2010 Tutorial

New Features in Microsoft Office 2007

Basic Geometry Review For Trigonometry Students. 16 June 2010 Ventura College Mathematics Department 1

2 Session Two - Complex Numbers and Vectors

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file

How To Solve The Pythagorean Triangle

Just the Factors, Ma am

Area. Area Overview. Define: Area:

A very minimal introduction to TikZ

Heron s Formula. Key Words: Triangle, area, Heron s formula, angle bisectors, incenter

Course Syllabus. Technical Writing Certificate - Basic

Microsoft Excel 2013 Tutorial

6. LECTURE 6. Objectives

Unit One: Create and Format PowerPoint Lesson 1- Create/Prepare

Transcription:

Beamer 101 1/33 Beamer 101 2/33 Introduction to Beamer Beamer is a LATEX class for creating slides for presentations Steven G. Wicker Winston Salem, NC wickersg@wfu.edu Updated September 2014 SG Wicker Beamer 101 1/33 What is Beamer?! Beamer is a LaTeX class for creating presentations. It can also be used to create transparency slides. Preparing presentations with Beamer is different from preparing them with WYSWYG programs like PowerPoint. A Beamer presentation is created like any other LaTeX document: It has a preamble and a body, the body can contain sections and subsections, the different slides (called frames in Beamer) can structured using itemize and enumerate environments, and so on. The obvious disadvantage of this approach is that you have to know LaTeX in order to use Beamer. The advantage is that if you know LaTeX, you can use your knowledge of LaTeX also when creating a presentation, not only when writing papers. SG Wicker Beamer 101 2/33 Beamer 101 3/33 Beamer 101 4/33 How to Get Beamer Commands for Header and the Title Page 1 Update to the latest version of MiKTeX (v. 2.9). 2 Download/install the COMPLETE MiKTeX system. 3 Recommended: The MiKTeX Net Installer (64bit) 4 PDF/LaTeX a sample document to test it out. \documentclass[xcolor=dvipsnames]{beamer} \usecolortheme[named=burntorange] \usetheme{paloalto} \title[]{} \subtitle[]{} \author[]{} \institute[]{} \date{} \begin{document} \begin{frame} \titlepage \ \end{frame} SG Wicker Beamer 101 3/33 SG Wicker Beamer 101 4/33

Beamer 101 5/33 Beamer 101 6/33 General Set-up for a Slide Original Slide Setup Alternative \begin{frame}[fragile] \frametitle{title of slide} \framesubtitle{subtitle} content of slide definitions equations pictures \ \end{frame} [fragile] is needed for the Verbatim (and other) commands \begin{frame}[fragile]{title}{subtitle} content of slide definitions equations pictures \ \end{frame} Less typing this way SG Wicker Beamer 101 5/33 SG Wicker Beamer 101 6/33 Beamer 101 7/33 Beamer 101 8/33 Itemize vs. Enumerate and Pause An itemized/bulleted list: 1 item 1 2 item 2 3 item 3 Same structure for itemized to produce a bulleted list. \begin{enumerate} \pause \item itemized item 1 \pause \item itemized item 2 \pause \item itemized item 3 \end{enumerate} SG Wicker Beamer 101 7/33 Another Way to Create Pauses Normal LaTeX class. Easy overlays. No external programs needed. \begin{itemize} \item<3-> Normal LaTeX class. \item<2-> Easy overlays. \item<1-> No external programs needed. \end{itemize} SG Wicker Beamer 101 8/33

Beamer 101 9/33 Third way for pauses In lists The truths of arithmetic which are independent of PA in some sense themselves contain essentially hidden higher-order, or infinitary, concepts??? Truths in the language of arithmetic which... That suggests stronger version of Isaacson s thesis. \begin{frame}[plain] Can be used to remove the theme to allow more room for an image or table. \begin{itemize}[<+->] SG Wicker Beamer 101 9/33 Beamer 101 11/33 Beamer 101 12/33 Theorems and Such A Simple Displayed Equation Definition A triangle that has a right angle is called a right triangle. Theorem In a right triangle, the square of hypotenuse equals the sum of squares of two other sides. Proof. We leave the proof as an exercise to our astute reader. We also suggest that the reader generalize the proof to non-euclidean geometries. A displayed formula: e x2 dx = π $$ \int_{-\infty}^\infty e^{-x^2} \, dx = \sqrt{\pi}$$ \begin{definition} or theorem or proof SG Wicker Beamer 101 11/33 SG Wicker Beamer 101 12/33

Beamer 101 13/33 Beamer 101 14/33 Graphics Here we include three images, one each of PDF, PNG, and JPG types. Dividing a Slide into Columns Good for displaying equations on one side and a picture on the other. Here is the first column. Second column with picture. f (x) = 2x 3 7x + 3 Sample code: \includegraphics[width=0.1\textwidth]{picture.jpg} SG Wicker Beamer 101 13/33 Use \begin{columns} with corresponding end for the columns environment. Use \begin{column} with corresponding end to make the individual columns. SG Wicker Beamer 101 14/33 Beamer 101 15/33 Beamer 101 16/33 Dividing a Slide into Columns The Code \begin{columns} \begin{column}{0.5\textwidth} Here is the first column. $$ f(x) = 2x^3-7x +3 $$ \end{column} \pause \begin{column}{0.3\textwidth} Second column with picture. \centerline{\includegraphics[width=0.7\textwidth]{picture.png}} \end{column} \end{columns} \bigskip SG Wicker Beamer 101 15/33 Array Environment More Complex Displayed Equation This sample uses the array environment, with $$ to create the display. Not labeled/numbered (Raynor): { v = χb x Ω v = 0 x Ω. $$ \left\{ \begin{array}{rlll} -\Delta v & = \chi_{\overline B} & & \forall x \in \Omega\\ v & =0& & \forall x \in \partial\omega. \end{array} \right. $$ SG Wicker Beamer 101 16/33

Beamer 101 17/33 Beamer 101 18/33 Equation Environment provides a Label Here is the previous example using the equation environment to get a label. It produces one label for both equations, which is convenient much of the time (Raynor): { v = χb x Ω (1) v = 0 x Ω. \begin{equation} \left\{ \begin{array}{rlll} -\Delta v & = \chi_{\overline B} & & \forall x \in \Omega\\ v & =0& & \forall x \in \partial\omega. \end{array} \right. \end{equation} SG Wicker Beamer 101 17/33 Equation Array Each Line is Labeled The eqnarray environment, like many equation display environments, has two versions. eqnarray creates a multi-line displayed equation with labels (Raynor). ẽ4 = e4 e1, e3 e2 (2) e1 2 [ ] β =, (3) 0 \begin{eqnarray} % note use of vectors \vec{\tilde{e}}_4 & = & \vec{e}_4- \frac{\langle \vec{e}_1, \vec{e}_3 \rangle}{\ \vec{e}_1\ ^2} \vec{e & = & \begin{bmatrix} \tilde{\beta} \\0 \end{bmatrix}, SG Wicker Beamer 101 18/33 \end{eqnarray} Beamer 101 19/33 Beamer 101 20/33 eqnarray* - No Labels eqnarray* creates a multi-line displayed equation with no labels (Raynor): ẽ4 = e4 e1, e3 e1 2 e2 [ ] β =. 0 Equation Array with Pauses 2x 2 + 3(x 1)(x 2) = 2x 2 + 3(x 2 3x + 2) = 2x 2 + 3x 2 9x + 6 = 5x 2 9x + 6 \begin{eqnarray*} \begin{eqnarray*} \vec{\tilde{e}}_4 & = & \vec{e}_4- \frac{\langle \vec{e}_1, \vec{e}_3 \rangle}{\ \vec{e}_1\ ^2} 2x^2 + 3(x-1)(x-2)&=&2x^2 \vec{e}_2 + \\ 3(x^2-3x+2)\\ & = & \begin{bmatrix} \tilde{\beta} \\ 0 \pause &=& 2x^2 + 3x^2-9x + 6\\ \pause &=& 5x^2-9x + 6 \end{eqnarray*} \end{bmatrix}. \end{eqnarray*} SG Wicker Beamer 101 19/33 SG Wicker Beamer 101 20/33

Beamer 101 21/33 Beamer 101 22/33 Case Definitions Used when a definition have two or more cases. Use the case statement. 1 1 x < 0 f (x) = 1 2 x = 0 1 x 2 otherwise The code for the above example: f(x) = \begin{cases} 1 & -1 \le x < 0 \\ \frac{1}{2} & x = 0 \\ 1 - x^2 & \mbox{otherwise} \end{cases} SG Wicker Beamer 101 21/33 Align Environment - Unstarred and Starred The advantage of the align environment is that you can force multiple parts of each line to align correctly vertically, making pretty multipart sets of equations (Raynor): n ui t + u1 uj = ν ui p + fi(x, t) xj xi j=1 x R n, t 0 (4) u = 0 x R n, t 0 (5) u(x, 0) = u0(x) x R n, (6) \begin{align} % or align* for the unlabeled version \frac{\partial u_i}{\partial t} + \sum_{j=1}^n u_j \frac{\partial u \nabla \cdot \vec{u} & = 0 & & x \in \mathbb{r}^n, t \geq 0 \\ \vec{u}(x,0) & = \vec{u}_0 (x) & & x \in \mathbb{r}^n, \end{align} SG Wicker Beamer 101 22/33 Beamer 101 23/33 Beamer 101 24/33 Using the Array Environment to Create a Matrix The equation environment is used to display a single equation with a tag (Raynor): 0 1 0 0 JH(ω) Dω = 0 0 1 0 0 0 0 1, (7) 0 0 a(ω) 0 \begin{equation}% equation* for no label J\mathcal{H}(\omega) _{D_\omega}= \left( \begin{array}{cccc} 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & a(\omega)& 0 \end{array} \right)\label{jhomega}, \end{equation} SG Wicker Beamer 101 23/33 Matrix Command and Types \begin{matrix} x & y \\ z & v \end{matrix} x y z v \begin{bmatrix} x & y \\ z & v \end{bmatrix} [ x ] y z v \begin{bmatrix} x & y \\ z & v \end{bmatrix} { x } y z v SG Wicker Beamer 101 24/33

Beamer 101 25/33 Beamer 101 26/33 More Matrix Types \begin{pmatrix} x & y \\ z & v \end{pmatrix} ( ) x y z v \begin{vmatrix} x & y \\ z & v \end{vmatrix} x y z v \begin{vmatrix} x & y \\ z & v \end{vmatrix} x y z v Inline Matrix In the previous slides all the matrices were displayed equations. [ ] u Matrices can also be created inline with text, as such:. This v sample uses the bmatrix environment. SG Wicker Beamer 101 25/33 SG Wicker Beamer 101 26/33 Beamer 101 27/33 Beamer 101 28/33 An Expression with matrices Another Matrix Example [ ] [ ] [ ] x1 A B y1 = x2 C D y2 $$\begin{bmatrix} x_1 \\ x_2 \end{bmatrix} = \begin{bmatrix} A & B \\ C & D \end{bmatrix} \times \begin{bmatrix} y_1 \\ y_2 \end{bmatrix}$$ This is just a displayed equation. 0 0..... 0 0 $$ \begin{bmatrix} 0 & \cdots & 0 \\ \vdots & \ddots & \vdots \\ 0 & \cdots & 0 \end{bmatrix} $$ SG Wicker Beamer 101 27/33 SG Wicker Beamer 101 28/33

Beamer 101 29/33 Beamer 101 30/33 Verbatim verb Verbatim is very useful to display code. There are 2 options: For a section of code: \begin{verbatim} Code Code Code \ end{verbatim} \verb# short segment of code # Handouts \documentclass[xcolor=dvipsnames,handout]{beamer} \usepackage{pgfpages} \pgfpagesuselayout{4 on 1}[border shrink=5mm] handout gets rid of the pauses The other commands produce 4 slides per page. It seems that pgfpages disables links in a PDF. Printing multiple pages on one page can also be handled by some printers. SG Wicker Beamer 101 29/33 SG Wicker Beamer 101 30/33 Beamer 101 31/33 Beamer 101 32/33 URL s For Later Reference A regular URL: http://college.wfu.edu/math/ A URL with text other than the web address: WFU MATH \usepackage{hyperref} (Might not be needed in Beamer; is needed in Article.) \textcolor{darkorchid}{\url{http://www.math.wfu.edu/}} \textcolor{red}{\href{http://www.math.wfu.edu}{wfu MATH}} https://sites.google.com/a/wfu.edu/stevenwicker/ tech-resources/latex Color palate that can be used in Beamer Beamer Themes Beamer Quick Start Guide Posters Thesis style Some other packages may disable links. SG Wicker Beamer 101 31/33 SG Wicker Beamer 101 32/33

Beamer 101 33/33 The End Questions? SG Wicker Beamer 101 33/33