TU/e Slides using Beamer. Marko Boon May 1, /department of mathematics and computer science 1/17
|
|
|
- Judith Wilcox
- 9 years ago
- Views:
Transcription
1 TU/e Slides using Beamer Marko Boon May 1, 2006 /department of mathematics and computer science 1/17
2 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options Beamer Features Animations Piecewise Enumeration Inserting Multimedia Notes Handouts Inserting a Logo Different Backgrounds Conclusion /department of mathematics and computer science 2/17
3 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options Beamer Features Animations Piecewise Enumeration Inserting Multimedia Notes Handouts Inserting a Logo Different Backgrounds Conclusion /department of mathematics and computer science 2/17
4 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options Beamer Features Animations Piecewise Enumeration Inserting Multimedia Notes Handouts Inserting a Logo Different Backgrounds Conclusion /department of mathematics and computer science 2/17
5 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options Beamer Features Animations Piecewise Enumeration Inserting Multimedia Notes Handouts Inserting a Logo Different Backgrounds Conclusion /department of mathematics and computer science 2/17
6 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options Beamer Features Animations Piecewise Enumeration Inserting Multimedia Notes Handouts Inserting a Logo Different Backgrounds Conclusion /department of mathematics and computer science 2/17
7 PDF Presentations using L A T E X Several packages exist to create Powerpoint-like presentations in PDF using (PDF)L A TEX. Until now the only possibility to create slides in the TU/e style was using TU/ePDFScreen, based on the standard package pdfscreen. This package has several disadvantages, e.g. many warning messages, no floats allowed, slideshows can only be created using PDFL A TEX, a postprocessor is needed to show slides in several steps, no animations possible. In the mean time another PDF presentation package had been written that became some kind of standard: beamer. The beamer package has a huge amount of possibilities, at least too many to mention here. Now a TU/e theme for beamer has been created so L A TEX users can create TU/e style presentations and still use the full range of features included in beamer. /department of mathematics and computer science 3/17
8 Using the TU/e Beamer Theme The TU/e Beamer theme is included for the first time on the MiKTEX 2.5 CD-ROM, but it can be downloaded from Usage is very straightforward: \usepackage{beamer} \usetheme{tue} All you have to do now is divide your presentation into slides. A slide is called frame in the beamer package, but slide is also recognised. \begin{frame} \frametitle{title} Frame contents. \end{frame} /department of mathematics and computer science 4/17
9 TU/e Theme Options Several options have been defined for the tue beamer theme. All are key=value combinations. Except for the department, all options are booleans, which means that they can be true or false. blackheadings sftext sfheadings showpagenr whitebg specifies whether headers should be black or TU/e blue. specifies whether a sans-serif font should be used for regular text. specifies whether a sans-serif font should be used for frame titles. specifies whether a page number should be displayed on each frame. when set to true, a white background will be used instead of a blue/grey one. /department of mathematics and computer science 5/17
10 TU/e Theme Options department sets the department name that will be printed in the footer of each slide. Valid values are: ele, win, bmt, bwk, id, chem, tm, phys, wtb. If you want the English department name, simply add uk to the value. /department of mathematics and computer science 6/17
11 TU/e Theme Options department Example: sets the department name that will be printed in the footer of each slide. Valid values are: ele, win, bmt, bwk, id, chem, tm, phys, wtb. If you want the English department name, simply add uk to the value. \usepackage{beamer} \usetheme[department=winuk,sftext=true, showpagenr=false]{tue} /department of mathematics and computer science 6/17
12 TU/e Theme Options: Multiple Slides per Page Another option for the tue beamer theme that can be set, is the number of slides that will be printed on one page. This option is very useful for printing handouts (which will be discussed later). Valid values are 1, 2, 3, 4 and 6. Example: \usetheme[department=winuk,slidesperpage=2]{tue} /department of mathematics and computer science 7/17
13 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: /department of mathematics and computer science 8/17
14 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps /department of mathematics and computer science 8/17
15 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) /department of mathematics and computer science 8/17
16 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) /department of mathematics and computer science 8/17
17 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: ode ) reveal slides and animations in multiple steps include multimedia (movies, sounds) /department of mathematics and computer science 8/17
18 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: creenmode ) reveal slides and animations in multiple steps include multimedia (movies, sounds) /department of mathematics and computer science 8/17
19 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) Full Screen mode ) /department of mathematics and computer science 8/17
20 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) and in Full Screen mode ) /department of mathematics and computer science 8/17
21 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) FL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
22 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) ith PDFL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
23 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) only with PDFL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
24 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) tions (only with PDFL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
25 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) animations (only with PDFL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
26 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) create animations (only with PDFL A TEX and in Full Screen mode ) /department of mathematics and computer science 8/17
27 Beamer Features Since TU/e Beamer is only a theme written for the beamer package, you can use all of beamer s features. Open the beamer user guide for more information. It is located in C:\MiKTeX\texmf\doc\latex\beamer\doc\beameruserguide.pdf Some features are: reveal slides and animations in multiple steps include multimedia (movies, sounds) create animations (only with PDFL ATEX and in Full Screen mode ) /department of mathematics and computer science 8/17
28 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item /department of mathematics and computer science 9/17
29 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item /department of mathematics and computer science 9/17
30 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item 3. third item /department of mathematics and computer science 9/17
31 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item 3. third item /department of mathematics and computer science 9/17
32 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item 3. third item With transparency (\setbeamercovered{transparent=30}) 1. first item 2. second item 3. third item /department of mathematics and computer science 9/17
33 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item 3. third item With transparency (\setbeamercovered{transparent=30}) 1. first item 2. second item 3. third item /department of mathematics and computer science 9/17
34 Beamer Features: piecewise enumeration uncovering \begin{enumerate}[<+->]... \end{enumerate} 1. first item 2. second item 3. third item With transparency (\setbeamercovered{transparent=30}) 1. first item 2. second item 3. third item /department of mathematics and computer science 9/17
35 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
36 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
37 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
38 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
39 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
40 Beamer Features: including images in several steps This slide gives an example of how to use the beamer feature to show several images one by one by placing them on top of each other. \includegraphics<1->[width=7cm]{figure1}% \llap{\includegraphics<2->[width=7cm]{figure2}}% /department of mathematics and computer science 10/17
41 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: E(y) = /department of mathematics and computer science 11/17
42 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i n /department of mathematics and computer science 11/17
43 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i n = n E(y i ) i=1 n /department of mathematics and computer science 11/17
44 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i n n E(µ + ε i ) = i=1 n = n E(y i ) i=1 n /department of mathematics and computer science 11/17
45 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i n n E(µ + ε i ) = i=1 n = = n E(y i ) i=1 n n (µ + E(ε i )) i=1 n /department of mathematics and computer science 11/17
46 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i n n E(µ + ε i ) = = i=1 n n µ i=1 n = = n E(y i ) i=1 n n (µ + E(ε i )) i=1 n /department of mathematics and computer science 11/17
47 Beamer Features: an equation in several steps Use the \uncover command in equation arrays: ( n i=1 E(y) = E y ) i = n n E(µ + ε i ) = = i=1 n µ i=1 n = n n E(y i ) i=1 n n (µ + E(ε i )) i=1 = µ n /department of mathematics and computer science 11/17
48 Beamer Features: Inserting Multimedia \usepackage{multimedia}... \movie[width=3cm,height=2cm,poster]{}{neutro.avi} Sounds can also be embedded with the \movie command. /department of mathematics and computer science 12/17
49 Beamer Features: Notes It is possible to add notes in your slides using the \note command. Then specify the beamer option show notes on second screen. \setbeameroption{show notes on second screen}... \note{some notes for the current slide} /department of mathematics and computer science 13/17
50 Beamer Features: Handouts Handouts can be created using the beamer handout option: \documentclass[t,handout]{beamer} (the t option stands for vertically aligned top frames). The handout option will remove all piecewise appearing material and only show the final versions. It will also execute the options whitebg=true, blackheadings=true, slidesperpage=2 It is possible to override this manually. /department of mathematics and computer science 14/17
51 Beamer Features: Inserting a Logo A logo can be inserted in the master slide template: \logo{\includegraphics[width=3cm]{philipslogo}} The logo will be placed in the title bar, 0.5 cm from the right margin. You can use the \hspace command to move the logo horizontally. /department of mathematics and computer science 15/17
52 Beamer Features: A Different Background It is possible to use a different background template, e.g. an empty Powerpoint file that is converted to PNG, JPG, EPS or PDF. \usebackgroundtemplate{ \includegraphics[width=\paperwidth, height=\paperheight]{laquso} } LaQuSo is an activity of Technische Universiteit Eindhoven 16/17
53 Conclusion TU/e Beamer is a theme for the standard beamer package to create TU/e style presentations. It can be used with L ATEX and PDFL A TEX Cupport for piecewise revealing of slides Limited support for animations Notes can be displayed on a second screen Easy creation of handouts, supports multiple slides on one page Questions or requests about TU/e Beamer? Send an to [email protected] /department of mathematics and computer science 17/17
TU/ePDFScreen. Presentations, Slides and Posters Marko Boon. 25th May 2004 1/27. / department of mathematics and computer science
TU/ePDFScreen Presentations, Slides and Posters Marko Boon 25th May 2004 1/27 1. Introduction TU/ePDFScreen is a L A TEX package that you can use to create presentations, without having to use Powerpoint.
A Tutorial on Creating Presentations Using Beamer
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
Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3)
IT Services Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3) Contents Introduction... 1 Installed Templates and Themes... 2 University of Reading Templates... 3 Further Templates and Presentations...
The beamer Class: a L A TEX Presentation System
: a L A TEX Presentation System 1 1 Department of Mathematics Michigan State University East Lansing, MI USA [email protected] June 16, 2010 Outline 1 Preamble Items 2 Basics of Frames and Slides \pause
Microsoft Power Point 2007: The Basics
Creating a presentation in Microsoft PowerPoint involves starting with a basic design; adding new slides and content, choosing layouts; modifying slide design; and creating effects such as animated slide
Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template
Microsoft Office PowerPoint 2003 Tutorial 2 Applying and Modifying Text and Graphic Objects 1 Creating a new presentation from a design template Click File on the menu bar, and then click New Click the
Unit One: Create and Format PowerPoint Lesson 1- Create/Prepare
POWERPOINT 2013 Computer/PowerPoint Concepts Internet Safety Review Digital Filing Email Cloud Pre Checklist Completion Digital Filing Unit One: Create and Format PowerPoint Lesson 1- Create/Prepare Planning
What is Beamer?! Introduction to Beamer Beamer is a LATEX class for creating slides for presentations. Commands for Header and the Title Page
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 [email protected] Updated September 2014 SG Wicker
Page 1. 1.0 Create and Manage a Presentation 1.1 Create a Presentation Pages Where Covered
Page 1 Study Guide for MOS Objectives in Microsoft PowerPoint 2013 Illustrated 1.0 Create and Manage a Presentation 1.1 Create a Presentation creating blank presentations 6 creating presentations using
PowerPoint 2013 Basics for Windows Training Objective
PowerPoint 2013 Basics for Windows PowerPoint 2013 Basics for Windows Training Objective To learn the tools and features to get started using PowerPoint more efficiently and effectively. What you can expect
Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint
Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just
PowerPoint 2013: Basic Skills
PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop
PowerPoint 2007 Basics Website: http://etc.usf.edu/te/
Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,
Microsoft Office PowerPoint 2007. Lyon County Schools
Microsoft Office PowerPoint 2007 Lyon County Schools Accessing 2007 Programs Button When you open any of the 2007 Microsoft Office programs, you ll notice THE button (with the Microsoft logo on it). The
Presentations Using L A TEX
Presentations Using L A TEX The Beamer Class Amber M. Smith Department of Mathematics University of Utah GSAC Colloquium September 4, 2007 Disclaimer #1 I am NOT an expert in L A TEX I am NOT an expert
Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456
Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 INSTRUCTOR: Jamie A. McFerron OFFICE: 245 Richmond Street Mt. Vernon, KY 40456 PHONE:
Web Page Design (Master)
St. Michael-Albertville High School Teacher: Ben Rusin Web Page Design (Master) September 2014 CEQ: WHAT IS HTML CODING AND HOW IS IT USED TO CREATE WEB SITES? AND HOW CAN IT BE USED TO CREATE WEB SITES?
How to create and personalize a PDF portfolio
How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty
New Features in Microsoft Office 2007
New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access
Microsoft Publisher 2010 What s New!
Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new
Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business
2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update
Microsoft Office PowerPoint 2013
Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.
Using PowerPoint Short Course
Using PowerPoint Short Course PowerPoint is a software package that enables you to create presentation slides. Your presentation can include Text and Bulleted points, Tables, Graphs even Flow charts. To
Interactive Voting System. www.ivsystem.nl. IVS-Basic IVS-Professional 4.4
Interactive Voting System www.ivsystem.nl IVS-Basic IVS-Professional 4.4 Manual IVS-Basic 4.4 IVS-Professional 4.4 1213 Interactive Voting System The Interactive Voting System (IVS ) is an interactive
Serif PagePlusX4. Group Listing
File Menu New Startup Wizard New Publication New Book Open File Open Browse Files Browse Revert Close File Save Save As Save As Package Export As Picture Properties Page Setup Layout Guides Print Print
National Unit specification. General information. Unit title: Web Apps: Presentations (SCQF level 6) Unit code: HA6J 46. Unit purpose.
National Unit specification General information Unit code: HA6J 46 Superclass: CE Publication date: May 2016 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed to
A Beginner s Guide to PowerPoint 2010
A Beginner s Guide to PowerPoint 2010 I. The Opening Screen You will see the default opening screen is actually composed of three parts: 1. The Slides/Outline tabs on the left which displays thumbnails
EDIT202 PowerPoint Lab Assignment Guidelines
EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly
Overview of Microsoft Office Word 2007
Overview of Microsoft Office What Is Word Processing? Office is a word processing software application whose purpose is to help you create any type of written communication. A word processor can be used
Smart Board Notebook Software A guide for new Smart Board users
Smart Board Notebook Software A guide for new Smart Board users This guide will address the following tasks in Notebook: 1. Adding shapes, text, and pictures. 2. Searching the Gallery. 3. Arranging objects
Graphic Standards Guideline. Concrete Reinforcing Steel Institute
Graphic Standards Guideline CRSI Graphic Standards Guideline DEFINING OUR IDENTITY The CRSI Graphic Standards Design Guideline was developed to help you communicate our CRSI Brand Identity in a way that
PowerPoint 2007: Basics Learning Guide
PowerPoint 2007: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide
ECDL / ICDL Presentation Syllabus Version 5.0
ECDL / ICDL Presentation Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Presentation. The syllabus describes, through learning outcomes, the knowledge and skills that a
Microsoft Office Topics per Course
Microsoft Office Topics per Course This document contains: List of courses Details of what is covered in each course Registration links Please review prerequisites and topics before registering. MS Office
What is Microsoft PowerPoint?
What is Microsoft PowerPoint? Microsoft PowerPoint is a powerful presentation builder. In PowerPoint, you can create slides for a slide-show with dynamic effects that will keep any audience s attention.
PS: Presentation software
This is the ability to use software applications to produce effective s, which include a combination of media (eg images, animation and sound) for education, entertainment or information sharing. A. A
A Guide to Using Beamer
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
Course Syllabus. Technical Writing Certificate - Basic
Course Syllabus Technical Writing Certificate - Basic Prerequisite(s): 1 year experience using Windows and Microsoft Word. Required Materials/Texts: KSU will provide the following 6 instructional manuals
Templates and Slide Masters in PowerPoint 2003
Templates and Slide Masters in PowerPoint 2003 Introduction The layout of any PowerPoint presentation is set by the template used. Every presentation is based on a template; if a specific one is not chosen
NDSU Technology Learning & Media Center. Introduction to Google Sites
NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants
Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout
Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout Microsoft Suite 2007 offers a new user interface. The top portion of the window has a new structure
MICROSOFT POWERPOINT STEP BY STEP GUIDE
IGCSE ICT SECTION 16 PRESENTATION AUTHORING MICROSOFT POWERPOINT STEP BY STEP GUIDE Mark Nicholls ICT Lounge Page 1 Contents Importing text to create slides Page 4 Manually creating slides.. Page 5 Removing
Create a new file/canvas to work with by going to the file menu and selecting new.
GIMP: Gif Animation Animating images to create a cartoon-like effect can be performed in GIMP. The GIMP program will only animate.gi f files, so the animation will appear more like a cartoon than like
FORMATTING OVERVIEW GUIDELINES FOR YOUR THESIS OR DISSSERTATION FOR SUBMISSION TO THE GRADUATE SCHOOL
FORMATTING OVERVIEW GUIDELINES FOR YOUR THESIS OR DISSSERTATION FOR SUBMISSION TO THE GRADUATE SCHOOL NOTE: Please be sure to check with your advisor for specific guidelines for submitting your thesis/dissertation.
Microsoft Office PowerPoint 2007 Basics Workshop
Microsoft Office PowerPoint 2007 Basics Workshop Created & Hosted by: Hagop (Jack) Hadjinian I.A., Information Technology Course Contents Overview: Get set with the basics Lesson 1: Create your slides
The tikzposter class
The tikzposter class Pascal Richter, Richard Barnard, Elena Botoeva, Dirk Surmann [email protected] August 2, 2013 Abstract This document class aims to provide a simple way of using TikZ
Instructions for Formatting MLA Style Papers in Microsoft Word 2010
Instructions for Formatting MLA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find
Course Outline 1.0 IDENTIFICATION COURSE INFORMATION 2.0 LEARNING OVERVIEW SUBSECTION. Subject Code INFO. Course Name PowerPoint.
Course Outline 1.0 IDENTIFICATION COURSE INFORMATION Subject Code INFO Course Name PowerPoint Course Code 10082 Effective Term Winter 2013 Classification Specialized Program Code and Name 915 - Business
Instructions for Formatting APA Style Papers in Microsoft Word 2010
Instructions for Formatting APA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find
UK Stroke Forum 2016 TOOLKIT
UK Stroke Forum 2016 TOOLKIT 11th UK Stroke Forum ACC Liverpool Monday 28 - Wednesday 30 November 2016 UK Stroke Forum 2016 Promotional Toolkit Here are some tips and ideas of how you can ensure your colleagues
Creating a Poster in PowerPoint 2010. A. Set Up Your Poster
View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and
Create Charts in Excel
Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION
Word Processing programs and their uses
Word Processing programs and their uses An application that provides extensive tools for creating all kinds of text based programs. They are not limited to working with text and enable you to add images
Garfield Public Schools Fine & Practical Arts Curriculum Web Design
Garfield Public Schools Fine & Practical Arts Curriculum Web Design (Half-Year) 2.5 Credits Course Description This course provides students with basic knowledge of HTML and CSS to create websites and
Advanced Presentation Features and Animation
There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more
Creating forms in Microsoft Access 2007
Platform: Windows PC Ref no: USER 166 Date: 14 th January 2008 Version: 1 Authors: Derek Sheward, Claire Napier Creating forms in Microsoft Access 2007 This is the fourth document in a series of five on
PowerPoint Slide Show Step-By-Step
Setting Up a Slide 1. Start PowerPoint. PowerPoint Slide Show Step-By-Step 2. You can choose the wizard tool, a template, or a blank presentation. Choose template. Click OK. 3. Choose the Blends template.
Microsoft Word 2007 Module 1
Microsoft Word 2007 Module 1 http://pds.hccfl.edu/pds Microsoft Word 2007: Module 1 July, 2007 2007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College
National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher
National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher Customizing the Templates in Microsoft Publisher Microsoft Publisher is part of the Microsoft Office Suite, so most
NDSU Technology Learning & Media Center
1 NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Creating a Large Format Poster (Plot) Using PowerPoint 2013 Posters should be designed and created in a manner that best
Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills:
Using PowerPoint s Advanced Features September, 2003 Suzanne Czurylo [email protected] For questions about using PowerPoint, please contact Software Support at [email protected] What Are Advanced
INFORMATION TECHNOLOGY: OFFICE AND WORKPLACE
INFORMATION TECHNOLOGY: OFFICE AND WORKPLACE Earn a Continuing Education Certificate Business Technology Computer Graphics Computer Support Specialist Website Design X This symbol indicates that a course
Designing a Poster using MS-PowerPoint
Designing a Poster using MS-PowerPoint TABLE OF CONTENTS Introduction... 3 Main components of a poster... 3 Setting up your poster... 5 Setting up the document size... 5 Configuring the grid and guides...
Microsoft Windows Movie Maker
Microsoft Windows Movie Maker Created by: Julia Zangl Colby, Technology Integration Specialist Plymouth Public Schools Summer 2008 Sources Available on my Wiki: http://juliazanglcolby.wikispaces.com/moviemaking
Using beamer.cls An Intentionally Incomplete Guide. 1 Introduction 2
LATEX for Logicians Using beamer.cls An Intentionally Incomplete Guide Contents 1 Introduction 2 2 Keeping it simple 2 3 Installing beamer.cls 3 4 Frames: the core concept 3 5 Invoking the beamer class
Microsoft PowerPoint 2010 Handout
Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience
Action settings and interactivity
Interactivity in Powerpoint Powerpoint includes a small set of actions that can be set to occur when the user clicks, or simply moves the cursor over an object. These actions consist of links to other
Introduction to Microsoft PowerPoint
Introduction to Microsoft PowerPoint By the end of class, students should be able to: Identify parts of the work area. Create a new presentation using PowerPoint s design templates. Navigate around a presentation.
Working with Tables: How to use tables in OpenOffice.org Writer
Working with Tables: How to use tables in OpenOffice.org Writer Title: Working with Tables: How to use tables in OpenOffice.org Writer Version: 1.0 First edition: January 2005 First English edition: January
Microsoft Office System Tip Sheet
Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007
ACADEMIC TECHNOLOGY SUPPORT
ACADEMIC TECHNOLOGY SUPPORT Microsoft PowerPoint 2013: Narrating a PowerPoint [email protected] 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objective... 1 Create or Open a Presentation... 2 Preparing
Title bar Help Ribbon Display (appear only when needed)
Microsoft Office 2013 Quick Reference Card Office 2013 is very much like Office 2010 in its basic functionality. It uses a tabbed Ribbon across the top and employs dialog boxes and a Quick Access Toolbar.
Create a Google Site in DonsApp
Create a Google Site in DonsApp 1 Google Web Site Interactive. Constructivist. Collaborative. Communities. WHAT IS GOOGLE SITE? With one single click, you can create a website without any knowledge of
Middle School. Sixth Grade
Middle School The goal of the Middle School Computer curriculum is to further develop technology skills for both academic learning and personal productivity in the 21 st century. Students learn the science
ireview Template Manual
ireview Template Manual Contents Template Overview... 2 Main features... 2 Template Installation... 3 Installation Steps... 3 Upgrading ireview... 3 Template Parameters... 4 Module Positions... 6 Module
To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file
An Artist s Digital Toolkit Allan Wood, for educational use only Understanding File Formats File Formats To be productive in today s graphic s industry, a designer, artist, or photographer needs to have
ECDL / ICDL Spreadsheets Syllabus Version 5.0
ECDL / ICDL Spreadsheets Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Spreadsheets. The syllabus describes, through learning outcomes, the knowledge and skills that a
You can make your own layout / theme for your PowerPoint project.
About the PowerPoint Intermediate Workshop The purpose of the PowerPoint Intermediate workshop is to inform users more about the design aspect of making presentations. We will build on the skills learned
Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5
Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...
Publisher 2010 Cheat Sheet
April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices
Instructions to Create Your Rollup Poster in PowerPoint
Instructions to Create Your Rollup Poster in PowerPoint THE IDEAL POSTER IS DESIGNED TO... Provide a brief overview of your research Encourage discussion Stand alone when you re not there to provide an
How to use Powerpoint in
How to use Powerpoint in Contents How to Size Your PowerPoint for Webinar Jam... 3 WARNING... 4 Preparing the Powerpoint for Presentation Mode... 5 Set up the Slideshow... 6 Fitting Both on the Screen
San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601
Web Design Course Outline I II 1 Course Content 5 5 Student Evaluation Employment Opportunities 2 XHTML 10 10 Creating an HTML Document Formatting Text with HTML Adding Graphics with Multimedia Using forms
Using MindManager 14
Using MindManager 14 Susi Peacock, Graeme Ferris, Susie Beasley, Matt Sanders and Lindesay Irvine Version 4 September 2014 2011 Queen Margaret University 1. Navigating MindManager 14... 3 Tool Bars and
Creating Web Pages with Microsoft FrontPage
Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short
Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007
Power Point 2007 Manual OIRE Escuela de Profesiones de la Salud Power Point 2007 2008 The New Power Point Interface PowerPoint is currently the most common software used for making visual aids for presentations.
Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1
Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point
Content Manager User Guide Information Technology Web Services
Content Manager User Guide Information Technology Web Services The login information in this guide is for training purposes only in a test environment. The login information will change and be redistributed
Microsoft PowerPoint Tutorial
Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing
OmniUpdate Training (Advanced OU users level 7+)
(Advanced OU users level 7+) University Web Team The Web Team is a part of the Office of University Communication and Marketing s Creative Services Department. Our responsibility is to build, migrate,
HOW TO WRITE A THESIS IN WORD?
HOW TO WRITE A THESIS IN WORD? October 2002, by Dani Schmid written for OFFICE2k and Mathtype 5 on WIN2k Personal knowledge and taste should be the guideline to decide which software package should be
2015 Bus & Paratransit Conference
American Public Transportation Association 2015 Bus & Paratransit Conference Moderator & Speaker Guidelines Your reference for effectively facilitating and presenting educational sessions Moderator Roles
Fireworks CS4 Tutorial Part 1: Intro
Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the
Kaplan Higher Education Seminar Student User Guide
Kaplan Higher Education Seminar Student User Guide Kaplan Higher Education and Professional Education R08.05.15 Table of Contents Getting Started... 1 Software Requirements... 1 Seminar Types... 1 Accessing
Microsoft Access 2007 Introduction
Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an
BRAND REFRESH PROJECT: POWERPOINT INSTRUCTIONS
BRAND REFRESH PROJECT: POWERPOINT INSTRUCTIONS FEBRUARY 2016 With notes specific to the Monash Rural Health template NOTES ABOUT USING THE TEMPLATE GUIDING PRINCIPLES When we create presentations, we strive
MASTER COURSE OUTLINE
A. BUSA 1065 Microcomputer Applications B. COURSE DESCRIPTION: MASTER COURSE OUTLINE This course provides a basic understanding of computer history, concepts, and microcomputer applications using IBM or
