Introduction to Beamer

Size: px
Start display at page:

Download "Introduction to Beamer"

Transcription

1 Introduction to Beamer Daryl DeFord, David Freund, and Katie Harding Dartmouth College Department of Mathematics and Kresge Library Intermediate L A TEX Workshop Series

2 1 Introduction 2 Basic Commands Structure Organization Environments Easter Egg! 3 Styles 4 More Uses

3 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

4 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

5 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

6 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

7 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

8 Introduction What is Beamer and why use it? A document class that creates presentations in L A TEX The resulting.pdf will always appear the same Easy to use on another computer The content is never jumbled It is easy to include mathematics It is pretty

9 Introduction Disclaimers 1 Errors and warnings are standard

10 Introduction Disclaimers 1 Errors and warnings are standard Compile often Do not stress about getting rid of every warning

11 Introduction Disclaimers 1 Errors and warnings are standard Compile often Do not stress about getting rid of every warning 2 Package conflicts may occur

12 Introduction Disclaimers 1 Errors and warnings are standard Compile often Do not stress about getting rid of every warning 2 Package conflicts may occur Check the Beamer class documentation for details

13 Introduction Disclaimers 1 Errors and warnings are standard Compile often Do not stress about getting rid of every warning 2 Package conflicts may occur Check the Beamer class documentation for details 3 It takes time to compile

14 Basic Commands Structure Frames Every slide is made using the frame environment The title of slide is set by using \frametitle{title} Example \begin{frame} \frametitle{frames} CONTENT \end{frame}

15 Basic Commands Structure Frames Every slide is made using the frame environment The title of slide is set by using \frametitle{title} Example \begin{frame} \frametitle{frames} CONTENT \end{frame}

16 Basic Commands Structure Frames Every slide is made using the frame environment The title of slide is set by using \frametitle{title} Example \begin{frame} \frametitle{frames} CONTENT \end{frame}

17 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation

18 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation Be sure to compile multiple times

19 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation Be sure to compile multiple times The columns environment can let you make multiple columns on your slide

20 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation Be sure to compile multiple times The columns environment can let you make multiple columns on your slide Each column is made by the column environment within the columns environment

21 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation Be sure to compile multiple times The columns environment can let you make multiple columns on your slide Each column is made by the column environment within the columns environment Each column has its own width

22 Basic Commands Organization Sections and Columns The section and subsection commands can be used to organize the presentation Be sure to compile multiple times The columns environment can let you make multiple columns on your slide Each column is made by the column environment within the columns environment Each column has its own width Note It is possible to move back and forth between single and multiple columns The positioning of columns can be specified

23 Basic Commands Environments Blocks Blocks A block is an environment that can be filled with any important information.

24 Basic Commands Environments Blocks Blocks A block is an environment that can be filled with any important information. Types Some predefined blocks are definition, theorem, proof, example.

25 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation

26 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause: content between pauses appears when the slide advances (un)cover (in)visible only

27 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover: the content is transparent except for the specified frames (in)visible only

28 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible: the content is always present but only (in)visible where specified only

29 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible only: the content is only present on the specified frames

30 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible only To what do these apply? Font effects (bold, emphasis, etc.) Colors Alerts List environments Entries of a table Lines of an equation

31 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible only To what do these apply? Font effects (bold, emphasis, etc.) Colors Alerts List environments Entries of a table Lines of an equation

32 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible only To what do these apply? Font effects (bold, emphasis, etc.) Colors Alerts List environments Entries of a table Lines of an equation

33 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation What are the options? pause (un)cover (in)visible only To what do these apply? Font effects (bold, emphasis, etc.) Colors Alerts List environments Entries of a table Lines of an equation

34 Basic Commands Easter Egg! Overlay Specifications As with any presentation software, effects can be added to a Beamer presentation Material does not have to appear linearly What are the options? pause (un)cover (in)visible only To what do these apply? Font effects (bold, emphasis, etc.) Colors Alerts List environments Entries of a table Lines of an equation

35 Styles Customization Question How much control over the style do I have? I want SUCH AND SUCH, but I have moral objections to THE OTHER THING. Create your own Use someone else s template

36 Styles Customization Question How much control over the style do I have? I want SUCH AND SUCH, but I have moral objections to THE OTHER THING. Answer If you re willing to put in the time, you can have whatever you want. Create your own Use someone else s template

37 Styles Customization Question How much control over the style do I have? I want SUCH AND SUCH, but I have moral objections to THE OTHER THING. Answer If you re willing to put in the time, you can have whatever you want. Create your own Use someone else s template

38 Styles Customization Question How much control over the style do I have? I want SUCH AND SUCH, but I have moral objections to THE OTHER THING. Answer If you re willing to put in the time, you can have whatever you want. Create your own Use someone else s template

39 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

40 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

41 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

42 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

43 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

44 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

45 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

46 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

47 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ

48 More Uses Capabilities of Beamer Images and figures are supported Bibliographies are supported Beamer is compatible with TikZ Thank you!

My Full-Length Title

My Full-Length Title My Full-Length Title X. Author1 1 Y. Author2 2 1 Department of Mathematics University of Author1 2 Department of Engineering University of Author2 Texas A&M University pre-reu program, 2012 Author1, Author2

More information

Epyt Theme for Beamer

Epyt Theme for Beamer Epyt Theme for Beamer A simple and clean theme Your Name Here Center for Presentation Design May 25, 2016 1 Black in White Introduction Epyt is a simple but nice theme for Beamer, with the following features:

More information

Introduction to L A TEX beamer

Introduction to L A TEX beamer Introduction to L A TEX beamer Lukas Block, Nadja Maraun University of Paderborn June, 2017 Abstract You will learn what L A TEX is and how to use it for presentations. 2/34 Summary Introduction: L A TEX

More information

Beamer By Example. Willie Dewit 1 Jessie May 2 David Griffiths 3. Conference on Tasteful Presentations, Subtitle: Frankfurt Theme

Beamer By Example. Willie Dewit 1 Jessie May 2 David Griffiths 3. Conference on Tasteful Presentations, Subtitle: Frankfurt Theme Beamer By Example Subtitle: Frankfurt Theme Willie Dewit 1 Jessie May 2 David Griffiths 3 Conference on Tasteful Presentations, 2007 1 Outline Contents 1 Structure 1 1.1 Features.................................

More information

Beamer By Example. Subtitle: Frankfurt Theme. Willie Dewit 1 Jessie May 2 David Griffiths 3. Conference on Tasteful Presentations, 2009

Beamer By Example. Subtitle: Frankfurt Theme. Willie Dewit 1 Jessie May 2 David Griffiths 3. Conference on Tasteful Presentations, 2009 Beamer By Example Subtitle: Frankfurt Theme Willie Dewit 1 Jessie May 2 David Griffiths 3 1 Department of Mathematics University of Somewhere 2 Scottish Institute for Higher T E Xnology 3 University of

More information

Beamer. Sandeep Kumar. July 23, Shaheed Bhagat Singh College (University of Delhi) Sandeep Kumar Beamer July 23, / 20

Beamer. Sandeep Kumar. July 23, Shaheed Bhagat Singh College (University of Delhi) Sandeep Kumar Beamer July 23, / 20 Beamer Sandeep Kumar Shaheed Bhagat Singh College (University of Delhi) July 23, 2017 Sandeep Kumar Beamer July 23, 2017 1 / 20 Beamer Beamer is a L A TEX document class for making presentations in a professional

More information

LYX with Beamer and Sweave

LYX with Beamer and Sweave LYX with Beamer and Sweave Ziqian Zhou Department of Statistics University of Iowa February 21, 2012 Outline 1 Introduction to L A TEX and LYX 2 Basic LYX Walkthrough 3 Advanced Topics 4 LYX and Sweave

More information

Paul Gartside. March 2, 2013

Paul Gartside. March 2, 2013 SIAM L A TEX Workshop: Next Steps Paul Gartside March 2, 2013 1 Introduction Now you take your second steps learning how to create beautiful mathematical documents using L A TEX. All going well, you will

More information

This is the LYX Beamer Template

This is the LYX Beamer Template This is the LYX Beamer Template With Trivial Edits by Paul Johnson F. Author 1 S. Another 2 1 Department of Computer Science University of Somewhere 2 Department of Theoretical Philosophy University of

More information

ICT Presentations. Axel Jantsch. Background Images and Logos. December 25, TU Wien, Vienna, Austria

ICT Presentations. Axel Jantsch. Background Images and Logos. December 25, TU Wien, Vienna, Austria ICT Presentations Background Images and Logos Axel Jantsch TU Wien, Vienna, Austria December 25, 2017 License The TU Wien and ICT logos are covered by copyright rules (see www.tuwien.ac.at). The rest of

More information

A Brief Introduction to LaTeX

A Brief Introduction to LaTeX A Brief Introduction to LaTeX Paul Gustafson (shamelessly stolen from Robert Williams) Texas A&M University June 2, 2017 Paul Gustafson (shamelessly stolen from Robert Williams) A Brief (Texas Introduction

More information

L A T E X FOSSEE. Department of Aerospace Engineering IIT Bombay. FOSSEE (IIT Bombay) LAT E X 1 / 58

L A T E X FOSSEE. Department of Aerospace Engineering IIT Bombay. FOSSEE (IIT Bombay) LAT E X 1 / 58 L A T E X FOSSEE Department of Aerospace Engineering IIT Bombay FOSSEE (IIT Bombay) LAT E X 1 / 58 Outline Introduction 1 Introduction 2 Adding Structure 3 Typesetting Text 4 Figures, Tables & Floats 5

More information

Using Beamer for Presentations

Using Beamer for Presentations Using Beamer for Presentations Dr. Russell L. Herman January 31, 2014 L A TEX s Beamer class allows one to create slides for a presentation. The end result is a PDF-file which can be used without L A TEXfiles.

More information

An Introduction to L A TEX

An Introduction to L A TEX An Introduction to L A TEX Ryan C. Trinity University Math Majors Seminar September 12, 2017 What is L A TEX? L A TEX is a typesetting system/language used for the production of technical (mathematical)

More information

Introduction Beamer Personalization Beamer by Examples Discussion. Beamer by Examples. Powerful Language for Typesetting and Presentation

Introduction Beamer Personalization Beamer by Examples Discussion. Beamer by Examples. Powerful Language for Typesetting and Presentation Beamer by Examples Powerful Language for Typesetting and Presentation Juan Carlos Quintana slides from W. Drago Chen s (Institute of Technology Taiwan) and Gonzalo Rivero s (New York University) presentations

More information

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016

THIS IS AN INTRODUCTION TO. LaTeX. Introduction to Latex. University of Minnesota, November 7, 2016 THIS IS AN INTRODUCTION TO LaTeX Introduction to Latex Jimmy Broomfield University of Minnesota, November 7, 2016 1 / Jimmy Broomfield Introduction to LaTeX 1/22 22 Outline Introduction Installation Getting

More information

Introduction to Beamer and TikZ

Introduction to Beamer and TikZ Introduction to Beamer and TikZ Christian Schnell April 7, 2017 In case you forgot today s date... For people with bad memory... Part I Computer presentations with Beamer What is Beamer? Beamer is a L

More information

LATEX. Leslie Lamport. Digital Equipment Corporation. Illustrations by Duane Bibby. v ADDISON-WESLEY

LATEX. Leslie Lamport. Digital Equipment Corporation. Illustrations by Duane Bibby. v ADDISON-WESLEY LATEX A Document Preparation System User's Guide and Reference Manual Leslie Lamport Digital Equipment Corporation Illustrations by Duane Bibby v ADDISON-WESLEY Boston San Francisco New York Toronto Montreal

More information

Intro to LaTeX Workshop

Intro to LaTeX Workshop Intro to LaTeX Workshop Crystal Nguyen University of North Carolina at Chapel Hill 10/13/2017 Nguyen (UNC) LaTeX Workshop 10/13/2017 1 / 31 Overview 1 Getting Started in LaTeX 2 Typesetting Equations 3

More information

Trident Trust PowerPoint User Guide

Trident Trust PowerPoint User Guide Trident Trust PowerPoint User Guide Intelligent Documents October 2017 1 Overview The PowerPoint template is designed to make it quick and easy to create consistent and professional presentations conforming

More information

The BeamerSubFrame Package Reordering frames in the PDF file without reordering the source

The BeamerSubFrame Package Reordering frames in the PDF file without reordering the source The BeamerSubFrame Package Reordering frames in the PDF file without reordering the source Mike Kaufmann m.km@gmx.de 2011/08/07 (v0.2) Abstract The BeamerSubFrame package provides a method to reorder frames

More information

PRISM Introduction to L A TEX

PRISM Introduction to L A TEX PRISM to L A TEX Matt Hitt & Ben Jones PRISM Department of Political Science hitt.23@osu.edu jones.2781@osu.edu January 20, 2011 LaTeX: What is it and why should you use it? LaTeX (pronounced lah-tech

More information

Research Method and Report Writing Lecture 4: An Introduction to L A TEX

Research Method and Report Writing Lecture 4: An Introduction to L A TEX Research Method and Report Writing Lecture 4: An Introduction to L A TEX Farzaneh Abdollahi {Thanks to Hamed Rezaee} Department of Electrical Engineering Amirkabir University of Technology Fall 2012 Farzaneh

More information

BIOST 561: R Markdown Intro

BIOST 561: R Markdown Intro BIOST 561: R Markdown Intro David Whitney November 3, 2016 R Markdown: The Basics The following information is readily available if you use Rstudio: Markdown is a simple formatting syntax for authoring

More information

An introduction to L A TEX for students

An introduction to L A TEX for students An introduction to L A TEX for students Christopher Hanusa February 17, 2011 Christopher.Hanusa@qc.cuny.edu http://people.qc.cuny.edu/chanusa/ > Talks Pros and Cons of L A TEX Why use L A TEX? Ideal for

More information

A Document Preparation System. User's Guide and Reference Manual. Leslie Lamport

A Document Preparation System. User's Guide and Reference Manual. Leslie Lamport A Document Preparation System User's Guide and Reference Manual Leslie Lamport Digital Equipment Corporation Illustrations by Duane Bibby TT ADDISON-WESLEY Boston San Francisco New York Toronto Montreal

More information

Metropolis. A modern beamer theme. Matthias Vogelgesang June 14, Center for modern beamer themes

Metropolis. A modern beamer theme. Matthias Vogelgesang June 14, Center for modern beamer themes Metropolis A modern beamer theme Matthias Vogelgesang June 14, 2017 Center for modern beamer themes Table of contents 1. Introduction 2. Titleformats 3. Elements 4. Conclusion 2 Introduction Metropolis

More information

How does L A TEX work?

How does L A TEX work? Course outline and structure 1 Revision L A TEX Level 4 Further document preparation Susan Hutchinson Department of Statistics, University of Oxford. June 2011 2 Planning and managing longer documents

More information

LATEX and Beamer. L A TEX and Beamer. Software Freedom Day, Indian Statistical Institute, Kolkata. September 16, 2011.

LATEX and Beamer. L A TEX and Beamer. Software Freedom Day, Indian Statistical Institute, Kolkata. September 16, 2011. L A TEX and Beamer Software Freedom Day, Indian Statistical Institute, Kolkata. September 16, 2011. Outline 1 An introduction to L A TEX 2 Writing documents in L A TEX 3 Beamer in a nutshell 4 Where to

More information

NCSU Linguistics Eric Wilbanks & Jeff Mielke. November 21, An open-source typesetting language used for document mark-up

NCSU Linguistics Eric Wilbanks & Jeff Mielke. November 21, An open-source typesetting language used for document mark-up L A TEX Workshop NCSU Linguistics Eric Wilbanks & Jeff Mielke November 21, 2014 1 What is L A TEX? An open-source typesetting language used for document mark-up Used in conjunction with various TEXEditors

More information

2009 Microsoft Corporation. All rights reserved. Page 1

2009 Microsoft Corporation. All rights reserved. Page 1 Set up a document Getting started with a basic document in Microsoft Office Word 2007 is as easy as opening a new or existing document and starting to type. Whether you start a document from scratch or

More information

The wkbeamer theme. Wouter Kager. November 1, /11

The wkbeamer theme. Wouter Kager. November 1, /11 1/11 The wkbeamer theme Wouter Kager November 1, 2009 2/11 Contents Introduction Installation Basic usage Title page Options Footline options Sidebar options Other options Color scheme The wkbeamer theme

More information

The wiki2beamer example. October 19, 2012

The wiki2beamer example. October 19, 2012 The wiki2beamer example October 19, 2012 Welcome Welcome to the wiki2beamer example presentation. We will do our best to document and demonstrate all features of wiki2beamer in this file. It is not meant

More information

L A TEX- Advanced Topics

L A TEX- Advanced Topics L A TEX- Advanced Topics Morag Agmon June 30, 2009 Outline 1 Modular documents 2 Figures 3 Shortcuts and tricks 4 Slides and posters 5 MiKTeX and Technical Issues Outline 1 Modular documents 2 Figures

More information

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3

LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 LATEX TYPESETTING SYSTEM. CAAM 519, CHAPTER 3 1. Latex installation and text editors 1.1. Installation. Install Latex in your virtual machine with the following command. sudo apt get install texlive Note

More information

L A TEX Overview. Jiayi Liu. January 31, Colorado School of Mines

L A TEX Overview. Jiayi Liu. January 31, Colorado School of Mines 1 L A TEX Overview Jiayi Liu Colorado School of Mines January 31, 2017 Please refer to LATEX WikiBooks and ShareLaTeX.com Documentation for more details. 2 Brief History TEX ( Tech ) A low-level markup

More information

Literate programming with R and L A TEX

Literate programming with R and L A TEX Literate programming with R and L A TEX A brief overview Glen Sargeant U.S. Geological Survey Sponsored by the TWS Biometrics Working Group October 2, 2010 Objectives Promote appreciation for literate

More information

LATEX Made Easy with Overleaf!

LATEX Made Easy with Overleaf! L A TEX Made Easy with Overleaf! What is Overleaf? Online resource for creating and maintaining L A TEX documents with lots of cool features. Real-time updates for document editor Dropbox capabilities

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

Dr. LaTeX Beamer. How I Learned to Stop Worrying and Love the Slide. Konqi Konqueror. September 8, Introduction Basic structuring Fancy features

Dr. LaTeX Beamer. How I Learned to Stop Worrying and Love the Slide. Konqi Konqueror. September 8, Introduction Basic structuring Fancy features Dr. LaTeX Beamer How I Learned to Stop Worrying and Love the Slide Konqi Konqueror September 8, 2006 Konqi Konqueror Dr. LaTeX Beamer 1/14 Outline 1 Introduction 2 Basic structuring 3 Fancy features Konqi

More information

An Introduction to L A T E X

An Introduction to L A T E X An Introduction to L A T E X 1 Outline 1 Introduction 2 How to Get L A T E X 3 Text Mode 4 Math Modes 5 Document Structure 6 Extra Stuff Introduction 3 4 Introduction Today is November 11, 2009 Introduction

More information

Improvement of Xuming method for elder

Improvement of Xuming method for elder School of Information Science and Technology ShanghaiTech University Improvement of Xuming method for elder Jiang Zemin TAKIMOTO HIFUMI hufumi@shanghaitech.edu.cn October 17, 2018 Agenda 1 Introduction

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

More information

Microsoft Office Illustrated Introductory, Finishing a Presentation

Microsoft Office Illustrated Introductory, Finishing a Presentation Microsoft Office 2007- Illustrated Introductory, Finishing a Presentation Understand Masters Each presentation has a set of masters Masters store information position & size of text position & size of

More information

Templates and Forms A Complete Overview for Connect Users

Templates and Forms A Complete Overview for Connect Users Templates and Forms A Complete Overview for Connect Users Chapter 1: Introduction... 3 Chapter 2: Microsoft Online Templates... 3 Word Templates... 3 Template Details... 4 Create a Template... 4 Update

More information

Workshop on LATEX 2ε. Asst. Prof. Dr. Kemal Bagzibagli Department of Economics. 20 May 2015

Workshop on LATEX 2ε. Asst. Prof. Dr. Kemal Bagzibagli Department of Economics. 20 May 2015 Workshop on LATEX 2ε Asst. Prof. Dr. Kemal Bagzibagli Department of Economics 20 May 2015 1 Outline 1 Introduction 2 Some L A TEX Features 3 Input File Structure 4 The Layout of the Document 5 Special

More information

1 Woocommerce Products Designer

1 Woocommerce Products Designer 1 Woocommerce Products Designer Contents Overview...2 A. Installation...3 1. Requirements...3 2. Installation process...3 B. Configuration...4 1. Basic configuration...4 2. General settings...4 3. Uploads...5

More information

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom

LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD. : Putu Putra Astawa, S.Kom.,M.Kom LESSON ONE AND TWO TOPIC: HOW TO USE MICROSOFT WORD Author : Putu Putra Astawa, S.Kom.,M.Kom Date : June 09, 2014 and June 16, 2014 Time : 08.30-10.45 Am. Materials Needed : Computer, Work Sheet Overview

More information

Why learning L A TEX is worth the effort

Why learning L A TEX is worth the effort Why learning L A TEX is worth the effort David J. Gerberry Xavier University, Cincinnati, Ohio, USA MATH 295: Introduction to L A TEX Day 1 1 / 6 What is LATEX? Basic Idea of LATEX First LATEXarticle What

More information

Torino, a pretty theme for L A TEX Beamer

Torino, a pretty theme for L A TEX Beamer Torino, a pretty theme for L A TEX Beamer Marco Barisione Politecnico di Torino September 18, 2007 What is this? Beamer is a L A TEX class that allows you to create presentations The project home page

More information

The talk Document Class

The talk Document Class The talk Document Class Martin Wiebusch August 4, 2007 Abstract The talk document class allows you to create slides for screen presentations or printing on transparencies It also allows you to print personal

More information

Introduction to Mathematical Programming IE406. Lecture 4. Dr. Ted Ralphs

Introduction to Mathematical Programming IE406. Lecture 4. Dr. Ted Ralphs Introduction to Mathematical Programming IE406 Lecture 4 Dr. Ted Ralphs IE406 Lecture 4 1 Reading for This Lecture Bertsimas 2.2-2.4 IE406 Lecture 4 2 The Two Crude Petroleum Example Revisited Recall the

More information

Saint Petersburg: L A TEX Beamer theme for SPbU

Saint Petersburg: L A TEX Beamer theme for SPbU Saint Petersburg: L A TEX Beamer theme for SPbU Ivan Gankevich 21 Nov 2017 Contents 1 Introduction 1 1.1 Installation............................... 1 1.2 Usage.................................. 1 1.3

More information

Creating Accessible Documents

Creating Accessible Documents Creating Accessible Documents How-To Guide for MS Office 2016 This guide is intended users of Microsoft Office 2016 (PC and Mac) to help them make Word documents, PowerPoint presentations, and PDF files

More information

Publishing Services ONLINE TEMPLATES User Guide

Publishing Services ONLINE TEMPLATES User Guide Publishing Services ONLINE TEMPLATES User Guide 1. Getting started Register as a new user and logging in 2. Start a New Design Template Project 3. Click to Customize How to make edits in a Design Template

More information

How to Add Word Heading Styles Explanation

How to Add Word Heading Styles Explanation How to Add Word Heading Styles Explanation Using Word Heading Styles creates hierarchical structure and easier navigation throughout your file. Word Headings allow the user to navigate directly to various

More information

Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in

Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in Due to conversion of powerpoint to PDF some of the Animation, all of the sound and any inserted video Will Not play in the PDF version, when given in a Workshop or lecture setting the actual PPT files

More information

Paul Gartside. March 2, 2013

Paul Gartside. March 2, 2013 SIAM L A TEX Workshop: First Steps Paul Gartside March 2, 2013 1 Introduction Today you are going to take the first steps in learning how to create beautiful mathematical documents using L A TEX (or review

More information

Open Source for Academics: An Introduction to LaTeX and R

Open Source for Academics: An Introduction to LaTeX and R : An Introduction to LaTeX and R C. Gustav Helmers David Ubilava Benoît Delbecq SAEA 2010 Annual Meeting, February 6-9, 2010, Orlando, FL February 8, 2010 Outline Outline Using L A TEX Latex at work Homework

More information

Title As It Is In the Proceedings Include Only If Paper Has a Subtitle. F. Author S. Another Freie Universität Berlin

Title As It Is In the Proceedings Include Only If Paper Has a Subtitle. F. Author S. Another Freie Universität Berlin Title As It Is In the Proceedings Include Only If Paper Has a Subtitle F. Author S. Another Freie Universität Berlin Conference on Fabulous Presentations 2003 Outline Motivation The Basic Problem That

More information

The basics of LaTeX. Cédric Buron. April 25, 2016

The basics of LaTeX. Cédric Buron. April 25, 2016 The basics of LaTeX Cédric Buron April 25, 2016 Hello fellows! Today, I introduce a very important language in my PhD, L A TEX(what a logo!). In this article, I m going to introduce very quickly the purpose,

More information

Latex Manually Set Font Size For Tables

Latex Manually Set Font Size For Tables Latex Manually Set Font Size For Tables I would like to set my table to font 10pt. Here is my coding /begin(table)(h) /resizebox(/textwidth)(!)(% /begin(tabular)(/l/l/l/l/l/) /hline & A & B & C & D //

More information

Hacking FlowJo VX. 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From

Hacking FlowJo VX. 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From Hacking FlowJo VX 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From Contents 1. Change the default name of your files. 2. Edit your workspace

More information

L A TEX: Making Math Accessible for the Blind or Visually Impaired

L A TEX: Making Math Accessible for the Blind or Visually Impaired L A TEX: Making Math Accessible for the Blind or Visually Impaired Anthony Janolino Simon Fraser University anthony janolino@sfu.ca October 24, 2013 Anthony Janolino (SFU) Making Math Accessible October

More information

Metropolis. A modern beamer theme. Matthias Vogelgesang October 12, Center for modern beamer themes

Metropolis. A modern beamer theme. Matthias Vogelgesang October 12, Center for modern beamer themes Metropolis A modern beamer theme Matthias Vogelgesang October 12, 2018 Center for modern beamer themes Introduction Title formats Elements Conclusion 2 Introduction 3 Metropolis The metropolis theme is

More information

Outline Getting started Editing. LA TE X introduction. Kyle Rawlins. February 26, 2009

Outline Getting started Editing. LA TE X introduction. Kyle Rawlins. February 26, 2009 L A TEX introduction February 26, 2009 Installing LATEX Resources Installing LA TE X Resources OS X I I use MacTeX: http://tug.org/mactex/ Installing LA TE X Resources OS X I I use MacTeX: http://tug.org/mactex/

More information

Paper guidelines for the 7 th International Congress on Transportation Research

Paper guidelines for the 7 th International Congress on Transportation Research Paper guidelines for the 7 th International Congress on Transportation Research Name Surname 1, 1 Affiliation E-mail: Abstract Each paper should include an abstract of maximum 150 words presenting its

More information

A LaTeX beamer theme for Debian

A LaTeX beamer theme for Debian A LaTeX beamer theme for Debian Andreas Tille Debian Debconf 7, Edinburgh, 18 July 2007 Background Dark or light Monocolored or up to three colors Smooth or soft structure Background Dark or light Monocolored

More information

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math

Intro to LATEX I. Aaron Erlich POLS/CSSS 510, Why LATEX? Programming Document Structure Floats Tables Lists Math Intro to LATEX I 1 1 POLS/CSSS 510, 2012 Intro to LATEX I 1 / 32 Outline 1 Why L A TEX? 2 Programming 3 Document Structure 4 Floats 5 Tables 6 Lists 7 Math Intro to LATEX I 2 / 32 The Complaint This sucks

More information

Introduction to LATEX

Introduction to LATEX Introduction to L A TEX Department of Statistics, UC Berkeley January 28, 2011 1 Why L A TEX? 2 Basics 3 Typing Math 4 BibTeX 5 More Why L A TEX? Professional typesetting tool offering great control Why

More information

Math 291: Lecture 2. Presented by Prof. James for Prof. Fagerstrom

Math 291: Lecture 2. Presented by Prof. James for Prof. Fagerstrom Math 291: Lecture 2 Presented by Prof. James for Prof. Fagerstrom Minnesota State University Moorhead web.mnstate.edu/fagerstrom/ fagerstrom@mnstate.edu January 18, 2018 Presented by Prof. James for Prof.

More information

Adding a corporate identity to reproducible research

Adding a corporate identity to reproducible research Adding a corporate identity to reproducible research R Belgium, Zavemtem March 7 2017 Thierry Onkelinx Research Institute for Nature and Forest (INBO) Summary 1 Introduction 2 ggplot2 for graphics 3 Short

More information

Expert LESSON 2 - Step-by-Step

Expert LESSON 2 - Step-by-Step Expert LESSON 2 - Step-by-Step STEP BY STEP Apply a Style GET READY. Before you begin these steps, LAUNCH Microsoft Word. 1. Locate and OPEN the file named Classes. 2. Select the Active Older Adults heading.

More information

Macquarie Reports in Mathematics & TEX Development, January 2017

Macquarie Reports in Mathematics & TEX Development, January 2017 Macquarie Reports in Mathematics & TEX Development, January 2017 Bringing L A TEX into the 21st century Development of Tagged PDF for Accessibility Testing Tagged PDF with L A TEX Preparing L A TEX for

More information

Procedure for Developing a Multimedia Presentation

Procedure for Developing a Multimedia Presentation Procedure for Developing a Multimedia Presentation Procedure for Developing a Multimedia Presentation These first two steps were covered earlier. They are a part of the procedure for creating a multimedia

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Helen Cameron. A Brief Overview of LATEX

Helen Cameron. A Brief Overview of LATEX A Brief Overview of L A TEX What Is L A TEX? L A TEX is a document preparation system designed by Leslie Lamport on top of Donald Knuth s TEX. Useful Websites There s a useful wikibook about L A TEX at

More information

Instructions for the preparation of a camera-ready paper in LATEX 1

Instructions for the preparation of a camera-ready paper in LATEX 1 Undefined 1 (2009) 1 5 1 IOS Press Instructions for the preparation of a camera-ready paper in LATEX 1 First Author a,,, Second Author b and Third Author b a Journal Production Department, IOS Press, Nieuwe

More information

A Sample Note for Mathematics Magazine

A Sample Note for Mathematics Magazine A Sample Note for Mathematics Magazine Jack Q. Firstauthor 1 XXXX University City, State 98765-4321 email@optional.edu Jill P. Secondauthor Department of Physics 2 ZZZZ College City, State 12345-6789 This

More information

Getting to Know Pages on ipad

Getting to Know Pages on ipad Getting to Know Pages on ipad This guide will give you the basic instructions of how to use the Pages App on ipad. Documents Step 1 To create new documents and find the ones you ve worked on before, go

More information

End User SharePoint 2010 Videos List

End User SharePoint 2010 Videos List End User SharePoint 2010 Videos List Screencast Name Number Abstract Category A subsite (or simply referred to as site) is created as an interface for hosting pages, lists, libraries and web parts. Creating

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

Welcome to the advanced customization tutorial for the student template.

Welcome to the advanced customization tutorial for the student template. Table of Contents Changing Backgrounds... 2 Modifying Slide Content... 8 Customizing Font... 9 Chat Function... 12 Editing a Page Tab... 13 Digication Menu... 14 Copy or Delete an eportfolio... 15 1 Welcome

More information

SoftChalk-Style Builder

SoftChalk-Style Builder SoftChalk-Style Builder This feature is used to create a personal style for a lesson. It also can be used to import a style that has been created for your institution or department. This type of style

More information

TEMPLATE ORDER GUIDE /

TEMPLATE ORDER GUIDE / TEMPLATE ORDER GUIDE / Our template order guide is filled with guidelines to help you complete the template order form. We want this to be a super easy and fun process for you! In order to prevent any

More information

Easier Reading in Windows 7 Programs

Easier Reading in Windows 7 Programs Easier Reading in Windows 7 Programs The Key Mada Assistive Technology Center Tel: 00 974 44594050 Fax: 00 974 44594051 Email: info@mada.org.qa Contents Introduction... 3 Using a scroll mouse or laptop

More information

Flexslider v1.x Installation and User Manual

Flexslider v1.x Installation and User Manual 2017/11/08 09:14 1/15 Flexslider v1.x Installation and User Manual Flexslider v1.x Installation and User Manual Latest version: 1.10.0 Compatibility: Magento 1.7.x, 1.8.x, 1.9.x Disclaimer This is the

More information

Introduction to L A TEX

Introduction to L A TEX Introduction to L A TEX Henrik Thostrup Jensen September 29 th 2006 1 About What is L A TEX How does it work Exercises Fetch slides and work from them Not everyone works with same speed/focus First a topic

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

More information

Click on the words Click to add subtitle and begin typing out your subtitle. You may also choose to add your name here rather than a subtitle.

Click on the words Click to add subtitle and begin typing out your subtitle. You may also choose to add your name here rather than a subtitle. PowerPoint Step-by-Step Sections: Getting Started Creating a Title Page Creating a Picture Page Creating a Bulleted Page Creating a Mixed Media Page Other General Notes Getting Started Open PowerPoint:

More information

MICROSOFT ACADEMY WORD STUDY GUIDE FOR CERTIFICATION EXAM

MICROSOFT ACADEMY WORD STUDY GUIDE FOR CERTIFICATION EXAM MICROSOFT ACADEMY WORD STUDY GUIDE FOR CERTIFICATION EXAM SKILLS TO KNOW: 1. How to find a word and replace it with another word a. Home Tab b. Editing Group c. Select Find type in word in Navigation pane

More information

Creating Large Format Posters Using PowerPoint TIP SHEET. Before you begin working in PowerPoint, sketch out your poster on paper.

Creating Large Format Posters Using PowerPoint TIP SHEET. Before you begin working in PowerPoint, sketch out your poster on paper. Creating Large Format Posters Using PowerPoint TIP SHEET INTRODUCTION The ideal poster is designed to: o Tell a story o Provide a brief overview of your work o Initiate discussion o Stand alone when you

More information

Typesetting in wxmaxima

Typesetting in wxmaxima Typesetting in wxmaxima 1 Introduction To make your paper look as good as possible you should be familiar with the following: how to format text and create sections (and subsections, etc.), how to typeset

More information

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+ Neil Malek, MCT-ACI-CTT+ Founder and Principal, Knack Training neil@knacktraining.com http://knacktraining.com File Triage Work Smarter in Word, Excel, & PowerPoint Microsoft Word 2 Terminology Style:

More information

Introduction to LATEX

Introduction to LATEX Introduction to LATEX Jennifer Flegg, September 5 2018 School of Mathematics and Statistics, University of Melbourne Why L A TEX? L A TEX is the mathematical/statistical standard L A TEX looks better than

More information

My Thesis or Dissertation Title. A Dissertation Presented for the Doctor of Philosophy Degree The University of Tennessee, Knoxville

My Thesis or Dissertation Title. A Dissertation Presented for the Doctor of Philosophy Degree The University of Tennessee, Knoxville My Thesis or Dissertation Title A Dissertation Presented for the Doctor of Philosophy Degree The University of Tennessee, Knoxville Smokey Volunteer May 2017 c by Smokey Volunteer, 2017 All Rights Reserved.

More information

Math 3820 Project. 1 Typeset or handwritten? Guidelines

Math 3820 Project. 1 Typeset or handwritten? Guidelines Math 3820 Project Guidelines Abstract These are some recommendations concerning the projects in Math 3820. 1 Typeset or handwritten? Although handwritten reports will be accepted, I strongly recommended

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

Microsoft PowerPoint 2007 Beginning

Microsoft PowerPoint 2007 Beginning Microsoft PowerPoint 2007 Beginning Educational Technology Center PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 Microsoft Office Button... 3 Quick Access

More information

PowerPoint Working with Text PP500

PowerPoint Working with Text PP500 PowerPoint Working with Text PP500 This Page left blank intentionally Diocese of St. Petersburg pg. 2 5/29/2009 Table of Contents Working with Text... 4 Customizing Fonts... 4 Adding Text... 4 Adding Text:

More information