L A TEX Presentations

Size: px
Start display at page:

Download "L A TEX Presentations"

Transcription

1 L A TEX Presentations Slides on transparencies or in PDF using Prosper Flemming Kjær Jensen fkj@kom.auc.dk Department of Communication Technology, Aalborg University LATEX Presentations p.1/30

2 Agenda L A T E X Essentials booktabs, geometry, xr, natbib, babel Prosper Presentations Prosper preamble (document setup) PS and PDF documents, the difference Pro(s)per L A T E Xpresentations Templates and homemade templates LATEX Presentations p.2/30

3 L A TEX Essentials LATEX Presentations p.3/30

4 L A TEX Essentials, booktabs The standard tables in L A T E X leaves it to the author to define a typographically professional style Use the booktabs page instead to design by least errors Read the documentation with texdoc booktabs LATEX Presentations p.4/30

5 L A TEX Essentials, Leslie Lamport Examp gnats gram $13.65 each.01 gnu stuffed LATEX Presentations p.5/30

6 L A TEX Essentials, Booktabs Converted Item Animal Description Price ($) Gnat per gram each 0.01 Gnu stuffed LATEX Presentations p.6/30

7 L A TEX Essentials, geometry The correct way of specifying document media size according to layout needs Set your media and layout needs in document or package options \usepackage[a4paper,nofooter,...]% {geometry} Read the documentation with texdoc geometry LATEX Presentations p.7/30

8 L A TEX Essentials, babel and xr References to external references can be made with \externaldocument[a-]{aaa-paper} \ref{a-snazzy-eq-1} Correct hyphenation with babel normally hyphenation are made with \- if direct hypens are made as in direct-hyphen hyphenation is set out of control use babel hyphenation "- instead LATEX Presentations p.8/30

9 L A TEX Essentials, natbib Natbib is a very strong tool for citations and bibliography in the field natural sciences As always read the documentation with texdoc natbib Advantages include New bibtex types URL, ISSN, and ISBN Many citation types and configuration control LATEX Presentations p.9/30

10 L A TEX Essentials, natbib citation styles Basic citation types \citet{fkj01} Jensen et al. (1990) \citet[chap.~2]{fkj01} Jensen et al. (1990, chap. 2) \citep{fkj01} (Jensen et al., (1990) \citep[chap.~2]{fkj01} (Jensen et al., 1990, chap. 2) \citep[see][]{fkj01} (see Jensen et al., 1990) Bibtex support the following URL = { ISBN = number, ISSN = number LATEX Presentations p.10/30

11 Prosper Presentations LATEX Presentations p.11/30

12 Why use Prosper Disadvantages LATEX Presentations p.12/30

13 Why use Prosper Disadvantages The write the slides - start the viewer - check the apperance cycle is can be different and to some slow in the beginning LATEX Presentations p.12/30

14 Why use Prosper Disadvantages The write the slides - start the viewer - check the apperance cycle is can be different and to some slow in the beginning The author must be somewhat familiar with L A T E X to be productive LATEX Presentations p.12/30

15 Why use Prosper Advantages LATEX Presentations p.13/30

16 Why use Prosper Advantages Reuse of material from articles written in L A T E X LATEX Presentations p.13/30

17 Why use Prosper Advantages Reuse of material from articles written in L A T E X Superior typographical formatting than other programs: MS PowerPoint, StarImpress, MagicPoint, Achtung, Thunderbox, etc. LATEX Presentations p.13/30

18 Why use Prosper Advantages Reuse of material from articles written in L A T E X Superior typographical formatting than other programs: MS PowerPoint, StarImpress, MagicPoint, Achtung, Thunderbox, etc. Easier to make professional slides than older L A T E X systems like: SLIT E X, slide environment or seminar style, PPower4, pdfscreen, ConT E XT or pdftex. LATEX Presentations p.13/30

19 Why use Prosper Advantages Reuse of material from articles written in L A T E X Superior typographical formatting than other programs: MS PowerPoint, StarImpress, MagicPoint, Achtung, Thunderbox, etc. Easier to make professional slides than older L A T E X systems like: SLIT E X, slide environment or seminar style, PPower4, pdfscreen, ConT E XT or pdftex. Prosper PDF slides are portable and printable anywhere with or without hypertext facilities and animation effects LATEX Presentations p.13/30

20 Prosper Document Structure \documentclass[ Options]{prosper} \title{ Title of the presentation } \subtitle{ subtitle } \author{ Names of the authors} \institution{ Affiliation } \slidecaption{ caption text } \begin{document} \maketitle \begin{slide} [transition] { slide title } Material for the slide \end{slide}... \overlays{ n}{ \begin{slide} [transition] { slide title } Material for the slide \end{slide} } \end{document} Options: final draft total nototal slidebw slidecolor colorbg nocolorbg ps pdf noaccumulate accumulate azure lignesbleues contemporain nuancegris troispoints frames... Legend Mandatory or default choice Optional LATEX Presentations p.14/30

21 Writing The First Slide The simple slide and its structure is basicly easy, but beware: many features of Prosper can be added! \begin{slide}{the Simple Slide} Hello World \end{slide} LATEX Presentations p.15/30

22 The Simple Slide Hello World LATEX Presentations p.16/30

23 Writing The First Equation Slide The simple slide structure is reused to add the enormous power of L A T E X \overlays{2}{ \begin{slide}{the Equation Slide} \begin{itemize} \item \begin{equation} a^{2} + b^{2} = c^{2} \end{equation} \item \begin{equation} c = \sqrt{a^{2} + b^{2}} \end{equation} \end{itemize} \end{slide}} LATEX Presentations p.17/30

24 The Equation Slide LATEX Presentations p.18/30

25 The Equation Slide LATEX Presentations p.18/30

26 Animation Effects The only animation effects supported are the PDF built-ins used with \begin{slide}[animation]{slide} Effect overview Split Blinds Box Wipe Replace [default] Glitter Dissolve LATEX Presentations p.19/30

27 Animating a Slide \overlays{3}{ \begin{slide}{the Animated Slide} \begin{itemstep} \item A \item B \item C \end{itemstep} \end{slide}} LATEX Presentations p.20/30

28 The Animated Slide A LATEX Presentations p.21/30

29 The Animated Slide A B LATEX Presentations p.21/30

30 The Animated Slide A B C LATEX Presentations p.21/30

31 Advanced Animation of a Slide \overlays{3}{ \begin{slide}{the Animated Slide} \onlyslide{1}{\begin{itemize}\item A\end{itemize}} \onlyslide{2}{\begin{itemize}\item A\end{itemize}} \onlyslide{3}{\begin{itemize}\item A\end{itemize}} \end{slide}} LATEX Presentations p.22/30

32 The Animated Slide A LATEX Presentations p.23/30

33 The Animated Slide B LATEX Presentations p.23/30

34 The Animated Slide C LATEX Presentations p.23/30

35 The Animated Slide A LATEX Presentations p.24/30

36 The Animated Slide B LATEX Presentations p.24/30

37 The Animated Slide C LATEX Presentations p.24/30

38 Prosper, Poscript or PDF There is a difference between Postscript and PDF, mainly in the format of the figures to include Three different commands take care of this \PDForPS{ifpdf}{ifps} \onlyinps{material} \onlyinpdf{material} LATEX Presentations p.25/30

39 Advanced Graphical Animation \overlays{3}{ \begin{slide}{animated Graphics} \onlyslide*{1}{ \includegraphics{geom-1.eps}} \onlyslide*{2}{ \includegraphics{geom-2.eps}} \onlyslide*{3}{ \includegraphics{geom-3.eps}} \end{slide}} LATEX Presentations p.26/30

40 Animated Graphics LATEX Presentations p.27/30

41 Animated Graphics LATEX Presentations p.27/30

42 Animated Graphics LATEX Presentations p.27/30

43 Content As always you will have to supply the content... LATEX Presentations p.28/30

44 Questions? LATEX Presentations p.29/30

45 LATEX Presentations p.30/30

L A TEX in a Nutshell

L A TEX in a Nutshell L A in a Nutshell Master on Libre Software 2011-12 Miguel Vidal http://gsyc.urjc.es/~mvidal Twitter: @mvidallopez September 22, 2011 1 / 48 Miguel Vidal LA in a Nutshell (cc) 2011 Miguel Vidal This work

More information

Presentations Using L A TEX

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

More information

Dissertation Template for Princeton. University

Dissertation Template for Princeton. University Dissertation Template for Princeton University First Middle Last A Dissertation Presented to the Faculty of Princeton University in Candidacy for the Degree of Doctor of Philosophy Recommended for Acceptance

More information

L A TEX Tips and Tricks

L A TEX Tips and Tricks L A TEX Tips and Tricks Claire M. Connelly cmc@math.hmc.edu Fall 2005 1 What is L A TEX? L A TEX is a tool that allows you to concentrate on your writing while taking advantage of the TEX typesetting system

More information

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. / 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.

More information

A Tutorial on Creating Presentations Using Beamer

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

More information

Multifactor Authentication and Session Support in OpenVPN

Multifactor Authentication and Session Support in OpenVPN Multifactor Authentication and Session Support in OpenVPN Report submitted in accordance with the requirements of the Indian Institute of Technology, Kanpur by Harshwardhan Sharma (), Shivanshu Agarwal

More information

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

Software Tools 7 ( ; / $ 7 ( ; :<6,:<*RPJHYLQJHQ 9HUZHUNLQJYDQ/D7H; :<6,:<*YRRUEHHOG. College 9 & 10 - LaTeX 1 / $ 7 ( ;,I\RXPHUHO\ZDQWWRSURGXFHDSDVVDEO\ JRRGGRFXPHQW³ VRPHWKLQJDFFHSWDEOHDQG EDVLFDOO\UHDGDEOHEXWQRWUHDOO\EHDXWLIXO³ D VLPSOHUV\VWHPZLOOXVXDOO\VXIILFH:LWK 7 ( ;WKHJRDOLVWRSURGXFHWKHILQHVW TXDOLW\ 'RQDOG(.QXWK

More information

Master Module SNET2 Seminar & Project Summer Term 2010

Master Module SNET2 Seminar & Project Summer Term 2010 Seminar & Project Summer Term 2010 Prof. Dr. Axel Küpper Ulrich Bareth Summer Term 2010 2 Research Tools and Methods 2.1 Scientific Publications 2.2 Search Engines 2.3 Citations 2.4 LaTeX 2.5 TeXworx 2.6

More information

Microsoft Office PowerPoint 2007. Lyon County Schools

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

More information

Tips on Beamer, TikZ and BibTeX

Tips on Beamer, TikZ and BibTeX Fei Ye 1 and Moshe Cohen 2 1,2 Department of Mathematics Bar-Ilan University March 28, 2012 1 The preamble Frames Some tips 2 A simple template More basic examples foreach allows for some inline coding

More information

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

Fun with Beamer. ...and HAPPY BIRTHDAY SHAWN! Tina Li, Thomas Graul, and Niranjan Balachandar. June 29, 2016 Fun with Beamer...and HAPPY BIRTHDAY SHAWN! Tina Li, Thomas Graul, and Niranjan Balachandar June 29, 2016 Table of Contents 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3

More information

Microsoft Power Point 2007: The Basics

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

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

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

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 wickersg@wfu.edu Updated September 2014 SG Wicker

More information

Producing beautiful slides with L A TEX: An introduction to the HA-prosper package

Producing beautiful slides with L A TEX: An introduction to the HA-prosper package The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-05-07 Producing beautiful slides with L A TEX: An introduction to the HA-prosper package Tristan Miller German Research Center for Artificial Intelligence

More information

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

In this topic we discuss a number of design decisions you can make to help ensure your course is accessible to all users. Accessible Course Design As a course designer you hold a pivotal role in ensuring that Learning Environment is accessible to all users, regardless of their learning needs. It is your content that students

More information

OpenOffice.org Writer

OpenOffice.org Writer OOoRegiCon North America Technical Writing using OpenOffice.org Writer Jean Hollis Weber Jean Hollis Weber Community Volunteer - Slide 1 Why OOo for Techwriting? Combines best features of MS Word and FrameMaker

More information

To view the recorded workshop, please click the link: http://khe2.adobeconnect.com/p5nv5yclnam/

To view the recorded workshop, please click the link: http://khe2.adobeconnect.com/p5nv5yclnam/ PowerPoint Basics July 10, 2012 Presented by Robley M. Hood Welcome! I m glad you found us! We will start promptly on the hour and end on the hour. To view the recorded workshop, please click the link:

More information

MANUSCRIPT TITLE (CENTERED, 14 POINT BOLD, SANS SERIF FONT, MAJUSCULE)

MANUSCRIPT TITLE (CENTERED, 14 POINT BOLD, SANS SERIF FONT, MAJUSCULE) IGVC2014-ROBOTNAME INTRODUCTION MANUSCRIPT TITLE (CENTERED, 14 POINT BOLD, SANS SERIF FONT, MAJUSCULE) University Name Student Name(s) Faculty Name(s) & E-mail IGVC is using a modified version of the American

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 7 PowerPoint 2010 Home > PowerPoint 2010 Help and How-to > Getting started with PowerPoint Search help More on Office.com: images templates Basic tasks in PowerPoint 2010 Here are some basic

More information

LATEX curricula vitae with the CurVe class

LATEX curricula vitae with the CurVe class The PracTEX Journal, 2006, No. 3 Article revision 2006/08/15 LATEX curricula vitae with the CurVe class Didier Verna Email Website Address Hobby Abstract didier@lrde.epita.fr http://www.lrde.epita.fr/~didier

More information

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

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

More information

Course Syllabus. Technical Writing Certificate - Basic

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

More information

Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007

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.

More information

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

(1) latex + dvipdfm (which is a DVI to PDF translator) or (2) pdflatex (a version of LaTeX that generates PDF output instead of DVI). FORMATTING AN ELECTRONIC SAE TECHNICAL PAPER To have your paper published by SAE, you must adhere to the SAE Technical Paper Template, which includes the correct layout, margins, style tags, etc. The available

More information

How to Format Footnotes and Endnotes in the American University Thesis and Dissertation Template

How to Format Footnotes and Endnotes in the American University Thesis and Dissertation Template PC Word 2010/2007 Footnotes and Endnotes Page 1 of 6 Click to Jump to a Topic How to Format Footnotes and Endnotes in the American University Thesis and Dissertation Template In This Guide Not in This

More information

Using beamer.cls, Mostly for Transparencies An Intentionally Incomplete Guide. 1 Introduction 2

Using beamer.cls, Mostly for Transparencies An Intentionally Incomplete Guide. 1 Introduction 2 LATEX for Logicians Using beamer.cls, Mostly for Transparencies An Intentionally Incomplete Guide Contents 1 Introduction 2 2 Keeping it simple 2 3 Installing beamer.cls 3 4 Frames: the core concept 3

More information

Microsoft Word 2007 Module 1

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

More information

The beamer Class: a L A TEX Presentation System

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 weil@math.msu.edu June 16, 2010 Outline 1 Preamble Items 2 Basics of Frames and Slides \pause

More information

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either registered trademarks

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Microsoft PowerPoint 2013: Narrating a PowerPoint ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objective... 1 Create or Open a Presentation... 2 Preparing

More information

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

1 Using CWEB with Microsoft Visual C++ CWEB INTRODUCTION 1 1 Using CWEB with Microsoft Visual C++ CWEB INTRODUCTION 1 1. CWEB Introduction. The literate programming technique is described by Donald Knuth in Literate Programming and The CWEB System for Structured

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

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

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

More information

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

Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software: Home > Framework > Content Creation Advice Tips for Authors and Creators of Digital Content: Keep a record of which versions you have made publicly available and where. Use a numbering system that denotes

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Using the ETDR Word Template Masters Theses and Reports

Using the ETDR Word Template Masters Theses and Reports Using the ETDR Word Template Masters Theses and Reports Information Technology Assistance Center Kansas State University 214 Hale Library 785 532 7722 helpdesk@k-state.edu This document is available at:

More information

Working With Templates in Web Publisher. Contributed by Paul O Mahony Developer Program

Working With Templates in Web Publisher. Contributed by Paul O Mahony Developer Program Working With Templates in Web Publisher Contributed by Paul O Mahony Developer Program Overview... 3 Template Options... 3 Web Publisher Editor Templates... 3 Advanced Content Editor... 3 ewebeditpro +

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Microsoft Office System Tip Sheet

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

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

UPK Content Development Rel 12.1

UPK Content Development Rel 12.1 Oracle University Contact Us: 0800 945 109 UPK Content Development Rel 12.1 Duration: 5 Days What you will learn This UPK Content Development Rel 12.1 training will teach you how to use the User Productivity

More information

(La)TeX Support for manuscript preparation. Conference Paper Management System

(La)TeX Support for manuscript preparation. Conference Paper Management System Page 1 of 7 PaperPlaza Conference Paper Management System Support Home Start PIN Login Support Test your pdf document Support menu Overview Compliance Page/Font Setting LaTeX Support MS-Word Support PDF

More information

PowerPoint 2013 Basics for Windows Training Objective

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

More information

Clinical trials management on the internet II. Using LATEX, PostScript, and SAS to produce barcode label sheets

Clinical trials management on the internet II. Using LATEX, PostScript, and SAS to produce barcode label sheets The PracTEX Journal, 2008, No. 3 Article revision 2008/11/16 Clinical trials management on the internet II. Using LATEX, PostScript, and SAS to produce barcode label sheets Paul A. Thompson, Ph.D. Abstract

More information

Local guide to BibLATEX

Local guide to BibLATEX Local guide to BibLATEX Knut Hegna, Dag Langmyhr 22nd August 2013 Contents Contents List of Figures................................... List of Tables.................................... Introduction 1

More information

Academic presentations

Academic presentations ST810 March 17, 2008 Outline Types of talks Organization Preparing slides Presentation tips Taking questions Types of talks: Conference presentation Usually 15-20 minutes for contributed talks. Maybe time

More information

Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3)

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...

More information

1.1 Prezi Desktop Guide 4. 2.1 Requirements 6. 2.2 Download and Install 7. 2.3 First start 9. 3.1 Overview 12

1.1 Prezi Desktop Guide 4. 2.1 Requirements 6. 2.2 Download and Install 7. 2.3 First start 9. 3.1 Overview 12 Prezi Desktop Guide 1 Welcome 1.1 Prezi Desktop Guide 4 2 Download and Install 2.1 Requirements 6 2.2 Download and Install 7 2.3 First start 9 3 Get around in Prezi Desktop 3.1 Overview 12 3.2 Opening,

More information

Chapter 12 Creating Web Pages

Chapter 12 Creating Web Pages Getting Started Guide Chapter 12 Creating Web Pages Saving Documents as HTML Files This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have

More information

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 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

More information

Dragan Jukić. Department of Mathematics, University of Osijek, Trg Ljudevita Gaja 6, HR-31 000 Osijek, Croatia. Received ; accepted??

Dragan Jukić. Department of Mathematics, University of Osijek, Trg Ljudevita Gaja 6, HR-31 000 Osijek, Croatia. Received ; accepted?? MATHEMATICAL COMMUNICATIONS 1 Math. Commun. xx(201x), 1 6. A demonstration of the L A TEX2ε class file for Mathematical Communications Dragan Jukić Department of Mathematics, University of Osijek, Trg

More information

OJS Design Brief. Part 1: Formatting the Web site s look and feel (CSS layout) 1) Preference of colors

OJS Design Brief. Part 1: Formatting the Web site s look and feel (CSS layout) 1) Preference of colors OJS Design Brief Part 1: Formatting the Web site s look and feel (CSS layout) 1) Preference of colors 2) Preference of fonts The journal can pick a font that they would like to use on the Web site. Please

More information

How to create a newsletter

How to create a newsletter How to create a newsletter Why? Creating a newsletter is a valuable way of communicating with a specific audience group. However, its production does take time, energy and resources so it s important to

More information

bibliographies using \LaTeX and \BibTeX CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ HJ Hoogeboom 2 april 2014 Bachelorklas

bibliographies using \LaTeX and \BibTeX CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ HJ Hoogeboom 2 april 2014 Bachelorklas CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ bibliographies using \LaTeX and \BibTeX HJ Hoogeboom 2 april 2014 Bachelorklas http://www.informatik.uni-trier.de/~ley/pers/hd/k/kleijn:jetty.html

More information

Microsoft PowerPoint tutorial

Microsoft PowerPoint tutorial Microsoft PowerPoint tutorial Purpose: Introduce you to a powerful software tool in order to create clear and meaningful presentations Importance: What to hand in: Microsoft PowerPoint has basically become

More information

DESKTOP COMPUTER SKILLS

DESKTOP COMPUTER SKILLS 1 Desktop Computer Skills Price List DESKTOP COMPUTER SKILLS Microsoft Office 2010 Microsoft Office 2010: New Features Please note all prices exclude VAT Approx. Learning Hours: 3 Price: 45 Office 2010

More information

Dr. Lisa White lwhite@sfsu.edu

Dr. Lisa White lwhite@sfsu.edu Dr. Lisa White lwhite@sfsu.edu edu Associate Dean College of Science and Engineering San Francisco State University Purpose of a Poster To communicate/publicize to others your research/experiment results

More information

GUIDELINES FOR PROFESSIONAL PORTFOLIO. Department of Family Sciences Texas Woman s University

GUIDELINES FOR PROFESSIONAL PORTFOLIO. Department of Family Sciences Texas Woman s University GUIDELINES FOR PROFESSIONAL PORTFOLIO Department of Family Sciences Texas Woman s University M.S in Child Development M.Ed. in Early Childhood Education The following guidelines apply to graduate students

More information

Scientific Knowledge and Reference Management with Zotero Concentrate on research and not re-searching

Scientific Knowledge and Reference Management with Zotero Concentrate on research and not re-searching Scientific Knowledge and Reference Management with Zotero Concentrate on research and not re-searching Dipl.-Ing. Erwin Roth 05.08.2009 Agenda Motivation Idea behind Zotero Basic Usage Zotero s Features

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Chapter 12 Creating Web Pages

Chapter 12 Creating Web Pages Getting Started Guide Chapter 12 Creating Web Pages Saving Documents as HTML Files Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify

More information

L A TEX for Complete Novices

L A TEX for Complete Novices L A TEX for Complete Novices Version 1.4 Nicola L. C. Talbot Dickimaw Books http://www.dickimaw-books.com/ Tuesday 25 th September, 2012 Copyright 2004 Nicola L. C. Talbot Permission is granted to copy,

More information

Level: 3 Credit value: 5 GLH: 40 Assessment type:

Level: 3 Credit value: 5 GLH: 40 Assessment type: Unit 352 Website software UAN: Level: 3 Credit value: 5 GLH: 40 Assessment type: Relationship to NOS: Assessment requirements specified by a sector or regulatory body: Aim: Y/502/4632 Portfolio of Evidence

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Scheme Slides 101 by Paulo Jorge Matos May 4th, 2006 http://sat.inesc-id.pt/~pocm

Scheme Slides 101 by Paulo Jorge Matos May 4th, 2006 http://sat.inesc-id.pt/~pocm Scheme Slides 101 by Paulo Jorge Matos May 4th, 2006 http://sat.inesc-id.pt/~pocm 1 Scheme Slides 101 by Paulo Jorge Matos May 4th, 2006 http://sat.inesc-id.pt/~pocm Welcome my -friends... Let's get it

More information

Paragraph Styles in Microsoft Office. David Gerbing. School of Business Administration. Portland State University

Paragraph Styles in Microsoft Office. David Gerbing. School of Business Administration. Portland State University Paragraph Styles in Microsoft Office David Gerbing School of Business Administration Portland State University Paragraph Styles in Microsoft Office Table of Contents Paragraph Styles... 1 Using Paragraph

More information

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

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...

More information

Microsoft Publisher 2010 What s New!

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

More information

MS Publisher 2010 Creating a newsletter

MS Publisher 2010 Creating a newsletter MS Publisher 2010 Creating a newsletter Course Content This session is a brief introduction to creating a newsletter using Microsoft Publisher 2010 in the Waikato Management School student computer labs.

More information

MICROSOFT ACCESS 2010 COURSES. Course Title: Access 2010 Level 1

MICROSOFT ACCESS 2010 COURSES. Course Title: Access 2010 Level 1 SORTED IT Training Courses Course materials and tutors provided by BUCS, bookings taken through Sorted, courses last 1.5hours and run on a rolling basis each week on Wednesday afternoons and Thursday evenings.

More information

Create a Presentation on Marketing. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Create a Presentation on Marketing. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Create a Presentation on Marketing Intel Easy Steps 1 2012 Intel Corporation Marketing Presentation Creating a Marketing Presentation When you start a business you need to use different strategies to ensure

More information

A Beginner s Guide to PowerPoint 2010

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

More information

ENDNOTE Workbook. PART 1: Setting up your EndNote Library 2. PART 2: Linking Word with your EndNote Library 6

ENDNOTE Workbook. PART 1: Setting up your EndNote Library 2. PART 2: Linking Word with your EndNote Library 6 PART 1: Setting up your EndNote Library 2 Creating an EndNote Library 2 Compressing your EndNote Library 2 Entering References into an Endnote Library 2 Importing References into an EndNote Library 3 PDF

More information

Microsoft Office Small Business 2007

Microsoft Office Small Business 2007 Microsoft Office Small Business 2007 Microsoft Office Small Business 2007 provides you with a complete set of productivity and contact management tools to accomplish routine tasks quickly, manage customer

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Planning for External Printing Services

Planning for External Printing Services The Move Back to Print More and more companies are returning to the printed format, both as a value-added marketing tool and as a means of keeping customers satisfied. As technical communications specialists,

More information

EDITING YOUR THESIS Some useful pointers. Editing is all about making it easy for the reader to read your work.

EDITING YOUR THESIS Some useful pointers. Editing is all about making it easy for the reader to read your work. EDITING YOUR THESIS Some useful pointers What is involved? Editing is all about making it easy for the reader to read your work. The editing process involves looking at the work in three distinct ways:

More information

PaperlessPrinter. Version 3.0. User s Manual

PaperlessPrinter. Version 3.0. User s Manual Version 3.0 User s Manual The User s Manual is Copyright 2003 RAREFIND ENGINEERING INNOVATIONS All Rights Reserved. 1 of 77 Table of Contents 1. 2. 3. 4. 5. Overview...3 Introduction...3 Installation...4

More information

Presenting Research Results. Henry L. Bart, Jr. Tulane LS-LAMP Summer Research Training Program

Presenting Research Results. Henry L. Bart, Jr. Tulane LS-LAMP Summer Research Training Program Presenting Research Results Henry L. Bart, Jr. Tulane LS-LAMP Summer Research Training Program Presentation of research results A key component of scientific research is presenting research results to

More information

bibliographies using \LaTeX and \BibTeX CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ HJ Hoogeboom 15 april 2015 Bachelorklas

bibliographies using \LaTeX and \BibTeX CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ HJ Hoogeboom 15 april 2015 Bachelorklas CTAN lion drawing by Duane Bibby http://www.ctan.org/lion/ bibliographies using \LaTeX and \BibTeX HJ Hoogeboom 15 april 2015 Bachelorklas bronnen (en geld) DBLP uni-trier.de google scholar ACM Digital

More information

Introduction to WebGL

Introduction to WebGL Introduction to WebGL Alain Chesnais Chief Scientist, TrendSpottr ACM Past President chesnais@acm.org http://www.linkedin.com/in/alainchesnais http://facebook.com/alain.chesnais Housekeeping If you are

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

SnagIt Add-Ins User Guide

SnagIt Add-Ins User Guide Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

Using the Thesis and Dissertation Templates

Using the Thesis and Dissertation Templates Using the Thesis and Dissertation Templates For use with Microsoft Word on Windows and Macintosh computers January 2011 Graduate School e-mail: bpenman@austin.utexas.edu 2011 Graduate School Revised January

More information

Unit 351: Website Software Level 3

Unit 351: Website Software Level 3 Oxford Cambridge and RSA Unit 351: Website Software Level 3 Level: 3 Credit value: 5 Guided learning hours: 40 Learning Outcomes Assessment Criteria Examples The learner will: The learner can: 1. Create

More information

CONTENTS 0. Introduction... 1 1. Producing Accessible Word Documents... 11

CONTENTS 0. Introduction... 1 1. Producing Accessible Word Documents... 11 CONTENTS 0. Introduction... 1 0.0. About this guide... 1 Version information, and suggested citation and copyright... 1 Comments and suggestions... 1 Required Software... 1 Conventions used in this guide...

More information

Beamer Class well nice

Beamer Class well nice Section no.1 May 3, 2007 Table of contents Section no.1 1 Section no.1 Subsection no.1.1 2 Lists I Lists II 3 Tables 4 blocs 5 split screen Pictures joining picture and lists pictures which need more space

More information

DIIMS Frequently Asked Questions

DIIMS Frequently Asked Questions General 1. What is DIIMS, and why do we need to use it? DIIMS (Digital Integrated Information Management System) is a corporate GNWT wide solution that enables the GNWT to gain better access and control

More information

Converting PowerPoint Presentations to HTML

Converting PowerPoint Presentations to HTML Converting PowerPoint Presentations to HTML Why? PowerPoint is desktop software designed for making digital presentations or slideshows. Such presentations may include images, animation, text as well as,

More information

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame... Using Microsoft Office 2003 Introduction to FrontPage Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Fall 2005 Contents Launching FrontPage... 3 Working with

More information

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

Beginning L A TEX. Dan Parker and David Schwein. Spring 2015 Beginning L A TEX Dan Parker and David Schwein Spring 2015 Welcome to the first of the Brown Science Center s L A TEX workshops! By the end of it, you ll be able to write a basic L A TEX document containing

More information

How to embed fonts in a PDF from LaTeX

How to embed fonts in a PDF from LaTeX How to embed fonts in a PDF from LaTeX 1. Make sure your LaTeX distribution is up to date. The newer the distribution, the better chance its default settings embed the fonts in a PDF. For Windows, MikTeX

More information

Microsoft Office Word 2010: Level 1

Microsoft Office Word 2010: Level 1 Microsoft Office Word 2010: Level 1 Workshop Objectives: In this workshop, you will learn fundamental Word 2010 skills. You will start by getting acquainted with the Word user interface, creating a new

More information

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

PowerPoint 2013 Basics of Creating a PowerPoint Presentation Revision 4 (01-31-2014) PowerPoint 2013 Basics of Creating a PowerPoint Presentation MICROSOFT POWERPOINT PowerPoint is software that lets you create visual presentations. PowerPoint presentations are

More information

EndNote Beyond the Basics

EndNote Beyond the Basics IOE Library Guide EndNote Beyond the Basics These notes assume that you know EndNote basics and are using it regularly. Additional tips and instruction is contained within the guides and FAQs available

More information

2. Basic operations ---------------------------------------------------------------------------------------------------------4

2. Basic operations ---------------------------------------------------------------------------------------------------------4 Version: June 2012 Contents 1. Introduction----------------------------------------------------------------------------------------------------------------3 1.1. Availability of the data -----------------------------------------------------------------------------------------------3

More information

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

A Guide to Presentations in L A TEX-beamer. Trinity University A Guide to Presentations in L A TEX-beamer with a detour to Geometric Analysis Eduardo Trinity University Mathematics Department Major Seminar, Fall 2008 Outline 1 Intro to L A TEX 2 Intro to Beamer 3

More information