A Guide to Using Beamer



Similar documents
Presentations Using L A TEX

The beamer Class: a L A TEX Presentation System

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

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

Green = 0,255,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (43,215,35) Equal Luminance Gray for Green

Pantone Matching System Color Chart PMS Colors Used For Printing

Tips on Beamer, TikZ and BibTeX

LAT E X Programming: Beamer Presentations

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

Making the most of your conference poster. Dr Krystyna Haq Graduate Education Officer Graduate Research School

Fireworks CS4 Tutorial Part 1: Intro

Creating and Using Links and Bookmarks in PDF Documents

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

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

Final Software Tools and Services for Traders

PANTONE Solid to Process

Google Docs Basics Website:

PowerPoint 2007 Lesson 1: Getting Started

Forest Stewardship Council

Basic tutorial for Dreamweaver CS5

A Tutorial on Creating Presentations Using Beamer

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

Unit 21 - Creating a Button in Macromedia Flash

POWERPOINT BASICS: MICROSOFT OFFICE 2013

Introduction To Microsoft Office PowerPoint Bob Booth July 2008 AP-PPT5

Microsoft Word Quick Reference Guide. Union Institute & University

Working with Video in PowerPoint 2010

Producing Presentations A Beginner's Guide to PowerPoint

How To Color Print

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Microsoft Excel 2010 Tutorial

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010

2. How to Use SMART Board as a Projector and Whiteboard

Camtasia Recording Settings

PowerPoint 2013: Basic Skills

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

MICROSOFT POWERPOINT STEP BY STEP GUIDE

PowerPoint 2007 Basics Website:

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

ECDL / ICDL Presentation Syllabus Version 5.0

The tikzposter class

Tutorials. If you have any questions, comments, or suggestions about these lessons, don't hesitate to contact us at

Periodontology. Digital Art Guidelines JOURNAL OF. Monochrome Combination Halftones (grayscale or color images with text and/or line art)

A very minimal introduction to TikZ

Create Charts in Excel

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

After you complete the survey, compare what you saw on the survey to the actual questions listed below:

Microsoft Word defaults to left justified (aligned) paragraphs. This means that new lines automatically line up with the left margin.

Adobe InDesign Creative Cloud

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users.

Tabla de conversión Pantone a NCS (Natural Color System)

Using Microsoft Word. Working With Objects

PowerPoint Slide Guidelines and Frequently Asked Questions for Presenters of CAOT Workshops

Making Visio Diagrams Come Alive with Data

Impress Guide Chapter 3 Adding and Formatting Text

Creating Fill-able Forms using Acrobat 8.0: Part 1

Using MindManager 14

Microsoft PowerPoint 2010 Handout

Using Your Polyvision Digital Whiteboard and Walk-and-Talk

Data Visualization. Brief Overview of ArcMap

Digital Marketing EasyEditor Guide Dynamic

Communicate: In Print

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

The following guidelines will help ensure that our identity is used properly and effectively.

Plotting: Customizing the Graph

Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3)

Blueball First Class Sandvox Designs v2.0 Works with Sandvox 2+ only!

Excel 2007: Basics Learning Guide

The main imovie window is divided into six major parts.

Smartboard and Notebook 10 What s New

CONSTRUCTING SINGLE-SUBJECT REVERSAL DESIGN GRAPHS USING MICROSOFT WORD : A COMPREHENSIVE TUTORIAL

Building a Horizontal Menu in Dreamweaver CS3 Using Spry R. Berdan

Designing a Logo. Design 1

Microsoft Power Point 2007 Study Guide PowerPoint The Microsoft Office Button The Quick Access Toolbar The Title Bar

STARTING WEBSTER...3 GETTING STARTED WITH WEBSTER TOOLS...5

How To Write A Cq5 Authoring Manual On An Ubuntu Cq (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456

Producing a Research Poster USING POWERPOINT 2013

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

The tikzposter class

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

Microsoft Office 2013

Publisher 2007: Part 2 Advanced Features. Grouped Objects in Publisher:

Getting Started. Important if your cards are to have any extras (numbering, barcodes etc) then please supply two sets of PDFs.

CREATING YOUR OWN PROFESSIONAL WEBSITE

Create a Poster Using Publisher

Task Card #2 SMART Board: Notebook

Microsoft Word 2010 Tutorial

Microsoft Outlook Reference Guide for Lotus Notes Users

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Word 2007: Basics Learning Guide

Title bar Help Ribbon Display (appear only when needed)

UCSF PowerPoint Template Usage Guide

Microsoft Office PowerPoint 2013

VISUAL STYLE GUIDE Effective September 2007

Transcription:

A Guide to Using Beamer Michelle Cylwa Introduction Beamer is an excellent way of making a presentation using LaTeX. The user programs the code similar to making a normal LaTeX document. Once compiled the result is a pdf slide show similar to Powerpoint, with the advantage of superior mathematical documentation capabilities. Getting Started with Beamer The very first step to making a presentation is to make the document class beamer in the preamble (before the \begin{document}). \documentclass{beamer} With just this command we can now create a very basic looking presentation. In order to create each slide we use the command: \begin{frame} Insert slide contents here \end{frame} In the pdf file, you can move from slide to slide using the navigation bar along the bottom of the slides, the keyboard or the mouse.

Basic Commands in Beamer Using Beamer we can still use the basic commands of LaTeX. The commands for itemize, enumerate and description are the very same as in any LaTeX document. A nice feature of Beamer is that all of the information on the slide does not need to come up at once. Use the command \pause to stop the information on the slide at that point. For example, \begin{itemize} \item Step 1 \pause \item Step 2. will show Step 1, then the slide show must be prompted to show Step 2. The above commands will actually create 2 slides. The first slide will simply have Step 1, and the second will have both Step 1 and Step 2. The file that is created after compiling will have two slide counts. One will be the total number of slides (taking into account each time the \begin{frame} and \pause commands are used), and the other will the total number of frames (only taking into account each time the \begin{frame} command is used).

Graphics in Beamer To insert graphics into a Beamer presentation, first call the package graphicx, \usepackage{graphicx} then use the command, \includegraphics[*]{picture name} where * includes the usual commands about the width, height, trimming, etc. It is nice to be able to include text with graphics. To do this, we can create columns in our frame using the columns and column commands. \begin{columns} \begin{column}{0.5\textwidth} Text here \end{column}{0.5\textwidth} \begin{column}{0.5\textwidth} \includegraphics[width=0.9\textwidth]{picture name} \end{column}{0.5\textwidth} \end{columns}

The result of these commands will produce a frame with two equal sized columns, text on the left and graphics on the right. The size of the columns can be changed by replacing the 0.5 with other values between 0 and 1 exclusive. More than two columns can be made in the same fashion. Note that when the command width=0.9\textwidth is used for the graphics, this is the width of the column (not the width of the frame). The \pause command can be used just as before when using columns.

Text in Beamer Coloured Text In order to change the colour of text use the command, \textcolor{text colour}{text} To highlight text use the command, \colorbox{highlight colour}{text} To highlight text of a different colour, \colorbox{highlight colour}{\textcolor{text color}{text}} To create a text box with a border, \fcolorbox{border colour}{highlight colour}{text} The standard colours that Beamer recognizes are: red green blue yellow orange purple violet magenta cyan brown black white darkgray lightgray gray

More colours can be obtained by defining your own colours in the preamble. One command is, \definecolor{colour name}{rgb}{,, } where 0 1. Another command, \definecolor{colour name}{rgb}{,, } can be used, where 0 255. For example, the commands, \definecolor{mypurple}{rgb}{200, 0, 230} \definecolor{mylightblue}{rgb}{0.3, 0.6,.7}. \textcolor{mypurple}{leonardo Fibonacci Pisano} \\ \textcolor{mylightblue}{blaise Pascal} will result in, Titles To add titles and subtitles to the frame use the commands \frametitle{title} \framesubtitle{subtitle} after the \begin{frame} command.

Fonts To change the fonts used in the presentation use the command, \usefonttheme{font theme name} in the preamble. Some common font themes that Beamer recognizes are: prof essionalf onts structurebold structureitalicserif structuresmallcapsserif

Beamer Backgrounds and Themes Up to this point, the presentations we could make would be able to convey information but would not be eye-catching. Beamer has a variety of ways to help make visually appealing presentations. Backgrounds To change the colour of the background, use the command, \setbeamercolor{normal text}{bg=colour} in the preamble. If we define our own colour, the commands will be similar to, \setbeamercolor{normal text}{bg=mygreen} \definecolor{mygreen}{rgb}{60, 140, 60} To use an existing picture as the background for the presentation, use the command, \setbeamertemplate{background canvas}{\includegraphics[width= \paperwidth,height=\paperheight]{filename}} in the preamble.

Using the command, \begin{frame}[plain] will result in the frame having none of the loaded backgrounds or decorations. Themes Beamer allows us to use themes to enhance our presentations. These themes will drastically change the visual presentation. Use the command, \usetheme{theme name} in the preamble. Some standard themes that Beamer recognizes are: Hannover Boadilla M adrid P ittsburgh Rochester Copenhagen W arsaw Singapore M almoe Goettingen Berkeley AnnArbor

Colour Themes When using a theme the standard colours that appear are blues. We can change the colours of the theme by using the command, \usecolortheme[named=colour name]{structure} in the preamble, where the colour name is one of the standard colours (or a defined colour, in which case the \definecolor command must be placed before the \usecolortheme command). We can also use a colour theme by instead using the command, \usecolortheme{colour theme name} in the preamble. Some standard colour themes that Beamer recognizes are: albatross beaver beetle crane dolphin dove f ly lily orchid seahorse whale wolverine A third way we can change the colour theme of the presentation is to use the command, \usecolortheme[rgb={,, }]{structure} in the preamble, where 0 255.

Examples Theme: Warsaw Font theme: structureitalicserif Colour Theme: RGB={100,90,150} Theme: Goettingen Font theme: structuresmallcapsserif Colour Theme: seahorse

Title Pages, Sections and Subsections Title Pages To create a title page, place the following information in the preamble: \title[*]{title} \subtitle[*]{subtitle} \author[*]{author s name} \institute[*]{ Department \\ University \\ City, Province \\[1ex] \texttt{e-mail address} } \date[*]{date} where the * s are optional labels. In the document, create the first frame like so, \begin{frame} \titlepage \end{frame}

Sections and Subsections For some presentations, it may be easier to navigate through the use of sections and subsections. When using sections and subsections, a navigation sidebar is created in Adobe. Depending on the theme used there will be the names of the section and subsection or markers on the slides themselves. To create a section, simply use the command, \section{section name} before the first frame in that section. To create a subsection, use the command, \subsection{subsection name} within the section, before the first frame in that subsection.

Miscellaneous Topics Bullets The style of bullets can be changed by using the command, \setbeamertemplate{items}[ ] where is one of ball, circle, rectangle or default (triangles). When using enumerate the numbers will appear within the ball or circle. Navigation Symbols The navigation symbols that appear along the bottom of the presentation slides can be removed by using the command, \setbeamertemplate{navigation symbols}{} in the preamble.