A Tutorial on Creating Presentations Using Beamer



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

Microsoft PowerPoint Tutorial

Teaching Pre-Algebra in PowerPoint

Microsoft Power Point 2007: The Basics

Release Document Version: User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Tutorial: Packaging your server build

The beamer Class: a L A TEX Presentation System

Problems and Measures Regarding Waste 1 Management and 3R Era of public health improvement Situation subsequent to the Meiji Restoration

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

Project Management. In this Guide

Microsoft Office PowerPoint Creating a new presentation from a design template. Creating a new presentation from a design template

Beamer Class well nice


How to embed fonts in a PDF from LaTeX

Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout

TIA Portal vs Studio 5000

New in this release: Syncing Progress

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

HOME PAGE. Quick Start Guide. Here s how to navigate the Films On Demand home page you first see when you log in.

Page Create and Manage a Presentation 1.1 Create a Presentation Pages Where Covered

A) What Web Browser do I need? B) Why I cannot view the most updated content? C) What can we find on the school website? Index Page Layout:

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

Beamer Class well nice

Microsoft PowerPoint 2010

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office System Tip Sheet

Smiths Medical Online Portal User Guide

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

Mojo Matrix Training Guide

Producing Accessible Slide Presentations for Scientific Lectures: a Case Study for the Italian University in the Mac OS X Environment

Pavement Management System Overview

MACMILLAN/McGRAW-HILL. MATH CONNECTS and IMPACT MATHEMATICS WASHINGTON STATE MATHEMATICS STANDARDS. ESSENTIAL ACADEMIC LEARNING REQUIREMENTS (EALRs)

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

ACADEMIC TECHNOLOGY SUPPORT

Online Test Monitor Certification Course Transcript

Microsoft Office PowerPoint 2007 Basics Workshop

Note: Files contained within the root of My Files & Folders will always be synced.

Click on the Courses & Pricing link

Getting Started With SAM Director SAM Director User Guide

GUIDE. Give PowerPoint a Voice: Developing. Narrated Presentations on a Windows PC. Donna Carnduff. dcarnduf@utk.edu.

UNIT 2 Braille Lesson Plan 1 Braille

Gantt Chart for Excel

Title bar Help Ribbon Display (appear only when needed)

Introduction to Adobe Connect Video Conferencing System

Website in a box 2.0 Users Guide. Contact: enquiries@healthwatch.co.uk Website:

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

Getting Started with the Skillsoft Learning App

Tips and Ideas for Your IWB Software

1 Using CWEB with Microsoft Visual C++ CWEB INTRODUCTION 1

iseries Electronic Document Management:

About A-PDF PPT to EXE (PPT Screensaver Creator)

PDF Word to PDF utility. User Documentation

How to Use Your Office 365 Account

Job Scheduler User Guide IGSS Version 11.0

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

Leica DISTO with Bluetooth Smart usage on Android 4.3 or higher. V 1.1 April 2014

Welcome to GAMS 1. Jesper Jensen TECA TRAINING ApS This version: September 2006

Most laptops allow you to plug in a second monitor, which can be a TV screen or Projector I will refer to a monitor in this document.

Microsoft Word Quick Reference Guide. Union Institute & University

Microsoft Office 2007

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005

Microsoft Office 365 includes the entire Office Suite (Word, Excel, PowerPoint, Access, Publisher, Lync, Outlook, etc ) and an OneDrive account.

Microsoft Excel Introduction to Microsoft Excel 2007

Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3)

DENON DJ Music Manager

Using WINK to create custom animated tutorials

Microsoft Office 2013

Quick Reference Guide

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

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

Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software:

New Features in Microsoft Office 2007

Revision history: New comments added to: m)! Universal Driver

Presentations Using L A TEX

WHAT DOES PROFIBANKA OFFER YOU?

Create stunning flash movies online in minutes with the easiest flash maker in the world! Try the world's best online flash movie maker.

Section 1: Ribbon Customization

Q&As: Microsoft Excel 2013: Chapter 2

Microsoft Office Live Meeting User Guide

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group

Word Processing programs and their uses

Tips on Beamer, TikZ and BibTeX

HP StorageWorks MSL2024, MSL4048, and MSL8096 Tape Libraries Ultrium 3280 Fibre Channel tape drive firmware release notes

Use Office 365 on your iphone

Proposed Course title: - Basic Computer Course

Master Module SNET2 Seminar & Project Summer Term 2010

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables

A Guide to Using Beamer

HONORS BUSINESS COMPUTER SYSTEMS

Working together with Word, Excel and PowerPoint 2013

Shortcut Keystrokes in OS X by Phil Russell

PowerPoint 2013 Basics for Windows Training Objective

Hands-on Practice. Hands-on Practice. Learning Topics

Transcription:

A Tutorial on Creating Presentations Using Department of Computer Science The University of Iowa Iowa City, IA April 8, 2009 A Tutorial on Creating Presentations Using

Some info on L A TEX L A TEX is a typesetting language which makes creating professional documents of any type but is generally used in the mathematical sciences. You start with a.tex file. You compile this to a.dvi file. Then you convert this to a.ps file. Finally, you convert this to a.pdf file. Installing L A TEX on a PC 1 Install some L A TEX distribution. MiKTeX is a good one. 2 I highly recommend getting a nice editor. LEd is a popular one. You need to configure it with your L A TEX distribution before you can use this editor. More info can be found on the LEd website. A good tutorial for L A TEX can be found here. A Tutorial on Creating Presentations Using

Some info on L A TEX There are two main modes in which beamer works. 1 Text mode (which we have been in the entire presentation) 2 Math mode ( n i=1 1 i = log n) Virtually any symbol you can think of, L A TEX can provide. Most symbols that you might want to use can be found here. For a (very large) pdf of more symbols than you could possibly want to deal with, look here. Some symbols require a package that does not come with L A TEX. In most such cases, MiKTeX will install any missing packages. A Tutorial on Creating Presentations Using

Why? You can quickly create professional presentations. Writing mathematical formulas is easy after a small amount of practice. Presentations are in pdf format and can be run on any operating system. A Tutorial on Creating Presentations Using

Why not? Animation is not as easy as in Powerpoint. You have to compile it every time you want to view what you are doing, a downside to L A TEX in general. A Tutorial on Creating Presentations Using

There are several themes from which you can choose. A gallery of some of the themes can be found here. A Tutorial on Creating Presentations Using

Blocks Block 1 You can use blocks (which this is contain in) to help organize your presentations. Block 2 Each theme will display blocks differently. A Tutorial on Creating Presentations Using

Columns Block 3 You can create columns to organize your data like so. Block 4 You can set the columns to be as wide as you want. A Tutorial on Creating Presentations Using

Columns Smaller Block This column takes up 30% of the page. Wider Block This column takes up 70% of the page. A Tutorial on Creating Presentations Using

Columns Over the columns This is over the columns. Block 3 You can create columns to organize your data like so. Block 4 You can set the columns to be as wide as you want. Under the columns This is under the columns. A Tutorial on Creating Presentations Using

You can add figures to your presentations. In order to get animation, you need to have several slides overlayed with the figure changing each time (to the best of my knowledge). Domatic Partition A Tutorial on Creating Presentations Using

You can add figures to your presentations. In order to get animation, you need to have several slides overlayed with the figure changing each time (to the best of my knowledge). Domatic Partition A Tutorial on Creating Presentations Using

You can add figures to your presentations. In order to get animation, you need to have several slides overlayed with the figure changing each time (to the best of my knowledge). Domatic Partition A Tutorial on Creating Presentations Using

You can add figures to your presentations. In order to get animation, you need to have several slides overlayed with the figure changing each time (to the best of my knowledge). Domatic Partition A Tutorial on Creating Presentations Using

You can add figures to your presentations. In order to get animation, you need to have several slides overlayed with the figure changing each time (to the best of my knowledge). Domatic Partition A Tutorial on Creating Presentations Using

You can create an overlay effect using the pause command. A Tutorial on Creating Presentations Using

You can create an overlay effect using the pause command. This creates a different page in your pdf. A Tutorial on Creating Presentations Using

You can create an overlay effect using the pause command. This creates a different page in your pdf. While it can be handy, it can make your pdf be quite large if you do it on every slide. A Tutorial on Creating Presentations Using

Questions? A Tutorial on Creating Presentations Using