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

Size: px
Start display at page:

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

Transcription

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

2 Table of Contents 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3 Adding that Sections Themes Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 1 / 30

3 Table of Contents Intro to Beamer About Beamer Basic Structure 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3 Adding that Sections Themes Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 2 / 30

4 What Is Beamer? Intro to Beamer About Beamer Basic Structure Beamer is a flexible L A TEX class for making slides and presentations. It supports functionality for making PDF slides complete with colors, overlays, environments, themes, transitions, etc. Adds a couple new features to the commands you ve been working with. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 3 / 30

5 What Is Beamer? Intro to Beamer About Beamer Basic Structure Beamer is a flexible L A TEX class for making slides and presentations. It supports functionality for making PDF slides complete with colors, overlays, environments, themes, transitions, etc. Adds a couple new features to the commands you ve been working with. As you probably guessed, this presentation was made using the Beamer class. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 3 / 30

6 Document Template: slides.tex About Beamer Basic Structure \documentclass[pdf] {beamer} \mode<presentation>{} %% preamble \title{the title} \subtitle{the subtitle} \author{your name} \begin{document} athena% make slides.pdf %% title frame \begin{frame} \titlepage \end{frame} %% normal frame \begin{frame}{frame title} The body of the frame. \end{frame} \end{document} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 4 / 30

7 About Beamer Basic Structure What would you like in your sandwich? So what can you do between \begin{frame} and \end{frame}? Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 5 / 30

8 About Beamer Basic Structure What would you like in your sandwich? So what can you do between \begin{frame} and \end{frame}? Pretty much anything you can do in a normal L A TEX document: Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 5 / 30

9 About Beamer Basic Structure What would you like in your sandwich? So what can you do between \begin{frame} and \end{frame}? Pretty much anything you can do in a normal L A TEX document: figures, tables, equations, normal text, etc. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 5 / 30

10 Don t Do This Intro to Beamer About Beamer Basic Structure Here is a well-known formula: n k = k=0 n(n + 1) 2 Here is a less well-known, but still useful, formula: n k 2 n(n + 1)(2n + 1) = 6 k=0 This is pretty well-known, too: n ( n(n + 1) k 3 = 2 k=0 ) 2 Who knows about this one? n k 4 = n(6n4 + 15n n 2 + 1) 30 k=0 Have fun factoring the quartic expression! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 6 / 30

11 Table of Contents Intro to Beamer 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3 Adding that Sections Themes Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 7 / 30

12 The Rudimentary pause Watch this slide grow. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 8 / 30

13 The Rudimentary pause Watch this slide grow. Hello, World! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 8 / 30

14 The Rudimentary pause Watch this slide grow. Hello, World! Hello, Mars! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 8 / 30

15 The Rudimentary pause Watch this slide grow. Hello, World! Hello, Mars! Hello, Alpha Centauri! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 8 / 30

16 The Rudimentary pause: Backstage Watch this slide grow. \pause \begin{itemize} \item Hello, World! \pause \item Hello, Mars! \pause \item Hello, Alpha Centauri! \end{itemize} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 9 / 30

17 The Specification Intro to Beamer Professor: I want you to read the textbook to prepare for tomorrow s lecture. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 10 / 30

18 The Specification Intro to Beamer Professor: I want you to read the textbook to prepare for tomorrow s lecture. Student: Which chapter should I read? Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 10 / 30

19 The Specification Intro to Beamer Professor: I want you to read the textbook to prepare for tomorrow s lecture. Student: Which chapter should I read? Professor: Specifically, Chapters <1-3, 6, 10->. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 10 / 30

20 Specificationizing the Rudimentary pause Watch this slide grow. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 11 / 30

21 Specificationizing the Rudimentary pause Watch this slide grow. Hello, World! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 11 / 30

22 Specificationizing the Rudimentary pause Watch this slide grow. Hello, World! Hello, Mars! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 11 / 30

23 Specificationizing the Rudimentary pause Watch this slide grow. Hello, World! Hello, Mars! Hello, Alpha Centauri! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 11 / 30

24 Specificationizing the Rudimentary pause: Backstage Watch this slide grow. \begin{itemize} \item<2-> Hello, World! \item<3-> Hello, Mars! \item<4-> Hello, Alpha Centauri! \end{itemize} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 12 / 30

25 Useful Commands that Work with \textbf<>{} controls when to bold text \textit<>{} controls when to italicize text \color<>[]{} controls when to change color of text \alert<>{} controls when to highlight text (default red) \only<>{} controls when to reveal text, occupies NO space otherwise \uncover<>{} controls when to reveal text, DOES occupy space otherwise \alt<>{}{} reveals first argument when specification is true, otherwise reveals second argument \item<> controls when an item is shown Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 13 / 30

26 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? Hints: Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

27 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? A James Madison Hints: James Madison ate broccoli. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

28 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? A James Madison B Harry Truman Hints: James Madison ate broccoli. Harry Truman drank milk. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

29 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? A James Madison B Harry Truman C Abraham Lincoln Hints: James Madison ate broccoli. Harry Truman drank milk. Abe Lincoln raised bees. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

30 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? A James Madison B Harry Truman C Abraham Lincoln D Calvin Coolidge Hints: James Madison ate broccoli. Harry Truman drank milk. Abe Lincoln raised bees. And Cal Coolidge grew silk. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

31 Lists: The $1,000,000 Question Which president said, Most folks are about as happy as they make up their minds to be? C Abraham Lincoln Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 14 / 30

32 Lists: The $1,000,000 Question: Backstage \begin{enumerate}[a] \item<2-5> James Madison \item<3-5> Harry Truman \item<4-> \color<6>[rgb]{0,0.6,0}abraham Lincoln \item<5-5> Calvin Coolidge \end{enumerate} \uncover<1-5>{hints:}\\ \uncover<2-5>{james Madison ate broccoli.}\\ \uncover<3-5>{harry Truman drank milk.}\\ \uncover<4-5>{abe Lincoln raised bees.}\\ \uncover<5-5>{and Cal Coolidge grew silk.}\\ Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 15 / 30

33 Columns and Blocks Intro to Beamer a a Apologies to Gary Larson Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 16 / 30

34 Observation Simmons Ha metal and co Columns and Blocks Intro to Beamer a a Apologies to Gary Larson Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 16 / 30

35 Observation Simmons Ha metal and co Observation Simmons Do of brick. Columns and Blocks Intro to Beamer a a Apologies to Gary Larson Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 16 / 30

36 Observation Simmons Ha metal and co Observation Simmons Do of brick. Columns and Blocks Intro to Beamer a Apologies to Gary Larson a Conclusion Simmons Ha Dormitory. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 16 / 30

37 Columns and Blocks: Backstage I \begin{columns} \column{0.5\textwidth} \begin{figure}[ht] \begin{center} \includegraphics[height=2in]{larsongifted.eps} ~\footnote{apologies to Gary Larson} \end{center} \end{figure} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 17 / 30

38 Columns and Blocks: Backstage II \column{0.5\textwidth} \begin{block}<2->{observation 1} Simmons Hall is composed of metal and concrete. \end{block} \begin{block}<3->{observation 2} Simmons Dormitory is composed of brick. \end{block} \begin{block}<4->{conclusion} Simmons Hall $\not=$ Simmons Dormitory. \end{block} \end{columns} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 18 / 30

39 Math stuff Intro to Beamer Easy Theorem The equation x n + y n = z n, has no integer solutions for n > 2 where x, y, z 0. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 19 / 30

40 Math stuff Intro to Beamer Easy Theorem The equation x n + y n = z n, has no integer solutions for n > 2 where x, y, z 0. Remark This problem was first posed in 10, 000 B.C. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 19 / 30

41 Math stuff Intro to Beamer Easy Theorem The equation x n + y n = z n, has no integer solutions for n > 2 where x, y, z 0. Proof The proof is trivial and left as an exercise for the reader. Remark This problem was first posed in 10, 000 B.C. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 19 / 30

42 Math stuff: Backstage Intro to Beamer \newtheorem{thm}{easy Theorem} \newtheorem{pf}{proof} \newtheorem{rmk}{remark} \begin{thm}<1-> $$x^n+y^n=z^n,$$ has no integer solutions for $n>2$ where $x,\,y,\,z\,\neq\,0$. \end{thm} \begin{pf}<3-> The proof is trivial and left as an exercise. \end{pf} \begin{rmk}<2-> This problem was first posed in $10,000$ B.C. \end{rmk} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 20 / 30

43 Building Tables Intro to Beamer Ice Cream Store Location How to Get There Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 21 / 30

44 Building Tables Intro to Beamer Ice Cream Store Location How to Get There Toscanini s Central Square Just walk! Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 21 / 30

45 Building Tables Intro to Beamer Ice Cream Store Location How to Get There Toscanini s Central Square Just walk! Herrell s Harvard Square Red Line Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 21 / 30

46 Building Tables Intro to Beamer Ice Cream Store Location How to Get There Toscanini s Central Square Just walk! Herrell s Harvard Square Red Line J.P. Licks Davis Square Red Line Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 21 / 30

47 Building Tables Intro to Beamer Ice Cream Store Location How to Get There Toscanini s Central Square Just walk! Herrell s Harvard Square Red Line J.P. Licks Davis Square Red Line Ben & Jerry s Newbury Street Green Line Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 21 / 30

48 Building Tables: Backstage \begin{table}[bt] \begin{tabular}{ l c c } \hline \textbf{ice Cream Store} & \textbf{location} & \textbf{how to Get There} \\ \hline \uncover<2->{toscanini s} & \uncover<2->{central Square} & \uncover<2->{just walk!} \\ \uncover<3->{herrell s} & \uncover<3->{harvard Square} & \uncover<3->{red Line} \\ \uncover<4->{j.p. Licks} & \uncover<4->{davis Square} \uncover<5->{ben \& Jerry s} \end{tabular} \end{table} & \uncover<4->{red Line} \\ & \uncover<5->{newbury Street} & \uncover<5->{green Line} \\ \hline Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 22 / 30

49 Table of Contents Intro to Beamer Sections Themes 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3 Adding that Sections Themes Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 23 / 30

50 Using Sections Intro to Beamer Sections Themes Treat sections just like you would in a paper. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 24 / 30

51 Using Sections Intro to Beamer Sections Themes Treat sections just like you would in a paper. Use \tableofcontents[section] to keep audience informed of your talk s general plan. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 24 / 30

52 Using Sections Intro to Beamer Sections Themes Treat sections just like you would in a paper. Use \tableofcontents[section] to keep audience informed of your talk s general plan. Use \AtBeginSection[]{specialframe} to help audience follow the structure of your talk. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 24 / 30

53 Using Sections: Backstage I Sections Themes \section{intro to Beamer} \subsection{about Beamer} \subsection[basic Structure]{Basic Structure} \subsection{how to Compile} \section{} \subsection{} \subsection[]{: Lists, Graphics, Tables} \section[]{adding that } \subsection{sections} \subsection{themes} \section*{} Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 25 / 30

54 Using Sections: Backstage II Sections Themes \AtBeginSection[] { \begin{frame}{table of Contents} \tableofcontents[currentsection] \end{frame} } Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 26 / 30

55 See, I can get a ToC anywhere! Sections Themes 1 Intro to Beamer About Beamer Basic Structure 2 : Lists, Graphics, Tables 3 Adding that Sections Themes Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 27 / 30

56 Pre-customized Templates Sections Themes To make your presentation use a shiny theme like ours: Find \mode<presentation>{} at the top of your file Insert \usetheme{warsaw} into the {} Also available within each Presentation Theme: Color themes: \usecolortheme{colorthemename} control colors for bullets, background, text, etc. Inner themes: \useinnertheme{innerthemename} control main title, environments, figures and tables, footnotes, etc. Outer themes: \useoutertheme{outerthemename} control head-/foot-lines, sidebars, frame titles, etc. Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 28 / 30

57 A Sampling of Themes Sections Themes General themes: default Antibes Berlin Copenhagen Madrid Montpelier Ilmenau Malmoe CambridgeUS Berkeley Singapore Warsaw Also available: Color themes: beetle, beaver, orchid, whale, dolphin Inner themes: circles, rectanges, rounded, inmargin Outer themes: infolines, smoothbars, sidebar, split, tree See The Beamer Theme Matrix Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 29 / 30

58 Good sites to visit for Beamer help The Beamer User Guide The Beamer Homepage A Quick Tutorial A Beamer Quickstart A Long Tutorial L A TEX + Beamer A Beamer Presentation on Beamer Tina Li, Thomas Graul, and Niranjan Balachandar Fun with Beamer 30 / 30

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

A Guide to Using Beamer

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

More information

LAT E X Programming: Beamer Presentations

LAT E X Programming: Beamer Presentations L A T E X Programming: Beamer Presentations University of California, Berkeley November 16, 2009 Benefits Benefits Drawbacks Professional looking presentations Written in L A T E X Nice overlay effects

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

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

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

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

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

Department of Mathematics and Computer Science Eastern Illinois University 600 Lincoln Avenue Charleston, IL 61920 3099 The PracTEX Journal TPJ 2005 No 04, 2005-10-20 Article revision 2005-10-25 Beamer by Example Andrew Mertz and William Slough Email Address Abstract cfaem@eiu.edu, cfwas@eiu. edu Department of Mathematics

More information

Figures and Tables in a LAT E X Document

Figures and Tables in a LAT E X Document Contents The Table and Figure Environments........................... 1 Positioning Arguments................................... 2 Defining Tables....................................... 3 The Column Specification,

More information

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

An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part deux) An introduction to L A TEX, as well as Bibtex, Beamer, Tikz, and all that (Part deux) Nicolas Fillion Department of Philosophy Simon Fraser University nfillion@sfu.ca www.nfillion.com What we have seen

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

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

Notes on L A TEX. Jim Howie. October 14, 2013

Notes on L A TEX. Jim Howie. October 14, 2013 Notes on L A TEX Jim Howie October 14, 2013 Contents 1 Introduction 2 1.1 Structure of a L A TEX file............................. 2 1.2 A simple L A TEX file................................ 3 1.3 Sections

More information

A Beamer Tutorial in Beamer

A Beamer Tutorial in Beamer A Beamer Tutorial in Beamer Charles T. Batts April 4, 2007 Department of Computer Science The University of North Carolina at Greensboro Revised by Michelle Bodnar and Andrew Lohr 2013 Foundations of Computer

More information

The beamer class for L A TEX

The beamer class for L A TEX The beamer class for L A TEX A Tutorial Kathrin Wünsch Centre for Fusion, Space and Astrophysics Department of Physics University of Warwick Workshop, University of Warwick, 23rd April 2012 Outline 1 Motivation

More information

Beamer Class well nice

Beamer Class well nice November 17, 2006 Table of contents 1 Subsection no.1.1 2 Lists I Lists II 3 Tables 4 blocs 5 split screen Pictures joining picture and lists Title Subsection no.1.1 Each frame should have a title. Subsection

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

Outline. Installing L A TEX

Outline. Installing L A TEX UCLA Department of Statistics Statistical Consulting Center Presentations with L A TEX Colin Rundel crundel@stat.ucla.edu Outline May 12, 2009 Software installation Software installation Beamer package

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

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

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

How To Use L A T Ex On Pc Or Macbook Or Macintosh (Windows) With A L At Ex (Windows 3) On A Pc Or Ipo (Windows 2) With An Ipo Computer (Windows 4)

How To Use L A T Ex On Pc Or Macbook Or Macintosh (Windows) With A L At Ex (Windows 3) On A Pc Or Ipo (Windows 2) With An Ipo Computer (Windows 4) About L A T E X L A T E X Tutorial You can either print this document or follow it on line. L A T E X (pronounced either Lay-tech or Lah-tech ) is a portable document formatting system based on T E X (pronounced

More information

A very minimal introduction to TikZ

A very minimal introduction to TikZ A very minimal introduction to TikZ Jacques Crémer Toulouse School of Economics jacques.cremer@tse-fr.eu March 11, 2011 Contents 1 Introduction 3 2 Setting up a picture 3 3 Drawing lines and curves 4 3.1

More information

L A T E X Thesis Class for University of Colorado

L A T E X Thesis Class for University of Colorado L A T E X Thesis Class for University of Colorado Bruce Fast, OIT November 2011 The Graduate School of the University of Colorado species (1) just how Master's theses and Doctoral dissertations should

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

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

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that Instructions. Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Credit will not be given for answers (even correct ones) without

More information

L A TEX Presentations

L A TEX Presentations 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 Agenda L

More information

Communication Manager Email Template Library

Communication Manager Email Template Library Communication Manager Email Template Library Create and edit email templates for use in mass email and drip campaigns. Email templates can be stored in Template Tags for easy access to frequently used

More information

The tikzposter class

The tikzposter class The tikzposter class Pascal Richter, Richard Barnard, Elena Botoeva, Dirk Surmann tikzposter@mathcces.rwth-aachen.de August 2, 2013 Abstract This document class aims to provide a simple way of using TikZ

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

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Stanford Math Circle: Sunday, May 9, 00 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Recall that triangular numbers are numbers of the form T m = numbers that can be arranged in

More information

The tikzposter class

The tikzposter class The tikzposter class Pascal Richter, Elena Botoeva, Richard Barnard, Dirk Surmann tikzposter@mathcces.rwth-aachen.de https://bitbucket.org/surmann/tikzposter/wiki/ January 17, 2014 Abstract This document

More information

CUP Standard Designs. L A TEX2ε Style Guide for Authors. Cambridge TEX-to-type

CUP Standard Designs. L A TEX2ε Style Guide for Authors. Cambridge TEX-to-type CUP Standard Designs L A TEX2ε Style Guide for Authors Cambridge TEX-to-type Contents 1 L A TEX2ε style guide for authors page 1 1.1 Introduction 1 1.2 The CUPBOOK document class 1 1.2.1 The BOOK class

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

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,

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

More information

How to Create a Simple WordPress Store Online for Free

How to Create a Simple WordPress Store Online for Free How to Create a Simple WordPress Store Online for Free The Internet is one of the most fertile grounds on which you can build a business to sell your products or services. This is because of the fact that

More information

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS EXAM Exam #3 Math 1430, Spring 2002 April 21, 2001 ANSWERS i 60 pts. Problem 1. A city has two newspapers, the Gazette and the Journal. In a survey of 1, 200 residents, 500 read the Journal, 700 read the

More information

Basic Computer Skills Module 4. Introduction to Microsoft PowerPoint 2010

Basic Computer Skills Module 4. Introduction to Microsoft PowerPoint 2010 Basic Computer Skills Module 4 Introduction to Microsoft PowerPoint 2010 Basic Computer Skills Module 4 Introduction to Microsoft PowerPoint 2010 Summary Goal(s): This unit includes lessons on how to use

More information

1 Math Circle WARM UP

1 Math Circle WARM UP 1 Math Circle WARM UP Questions to consider: Please rank the following events. Make your best guess as to what happened when. Moon Landing Apollo 13 Invention of the pocket calculator Invention of the

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

Recursive Algorithms. Recursion. Motivating Example Factorial Recall the factorial function. { 1 if n = 1 n! = n (n 1)! if n > 1

Recursive Algorithms. Recursion. Motivating Example Factorial Recall the factorial function. { 1 if n = 1 n! = n (n 1)! if n > 1 Recursion Slides by Christopher M Bourke Instructor: Berthe Y Choueiry Fall 007 Computer Science & Engineering 35 Introduction to Discrete Mathematics Sections 71-7 of Rosen cse35@cseunledu Recursive Algorithms

More information

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department

PEMBINA TRAILS SCHOOL DIVISION. Information Technology Department Information Technology Department Intro to Microsoft PowerPoint 2003 INFORMATION TECHNOLOGY DEPT. Introduction to Microsoft PowerPoint 2003 Ivone B. Kordic Instructional Technology Assistant Information

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

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

As in the example given, a Newsletter created on the computer typically has: A title that explains what sort of information is in the newsletter

As in the example given, a Newsletter created on the computer typically has: A title that explains what sort of information is in the newsletter Create a How do you let others know about events and activities taking place in your community? Do you want to create a newsletter to share the information? A newsletter is a publication that is distributed

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued). MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors Jordan canonical form (continued) Jordan canonical form A Jordan block is a square matrix of the form λ 1 0 0 0 0 λ 1 0 0 0 0 λ 0 0 J = 0

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

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

Sample Induction Proofs

Sample Induction Proofs Math 3 Worksheet: Induction Proofs III, Sample Proofs A.J. Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the induction worksheets. The solutions given

More information

Newsletters NEWSLETTERS 125

Newsletters NEWSLETTERS 125 Newsletters N ewsletters are regular communications from an organization aimed at a specific audience using a mailing list. You probably receive traditional print newsletters in the mail as well as through

More information

TU/e Slides using Beamer. Marko Boon marko@win.tue.nl. May 1, 2006. /department of mathematics and computer science 1/17

TU/e Slides using Beamer. Marko Boon marko@win.tue.nl. May 1, 2006. /department of mathematics and computer science 1/17 TU/e Slides using Beamer Marko Boon marko@win.tue.nl May 1, 2006 /department of mathematics and computer science 1/17 Outline PDF Presentations using L A T E X Using the TU/e Beamer Theme TU/e Theme Options

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

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard Skin Tutorial For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard engine overview Dashboard menu Skin file structure config.json Available telemetry properties dashboard.html dashboard.css Telemetry

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS. Lynne W Fielding, GISP Town of Westwood

How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS. Lynne W Fielding, GISP Town of Westwood How to create PDF maps, pdf layer maps and pdf maps with attributes using ArcGIS Lynne W Fielding, GISP Town of Westwood PDF maps are a very handy way to share your information with the public as well

More information

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) In this project, you will learn the web publishing skills you need to: Plan a website Define a

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

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

OTTO VON GUERICKE UNIVERSITY MAGDEBURG

OTTO VON GUERICKE UNIVERSITY MAGDEBURG OTTO VON GUERICKE UNIVERSITY MAGDEBURG Faculty for Process and Systems Engineering INSTRUCTIONS to Design and defend Master Theses Magdeburg, 09 th January 2012 Rules for Master Thesis 2 Contents Page

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Integer roots of quadratic and cubic polynomials with integer coefficients

Integer roots of quadratic and cubic polynomials with integer coefficients Integer roots of quadratic and cubic polynomials with integer coefficients Konstantine Zelator Mathematics, Computer Science and Statistics 212 Ben Franklin Hall Bloomsburg University 400 East Second Street

More information

Graphs of Polar Equations

Graphs of Polar Equations Graphs of Polar Equations In the last section, we learned how to graph a point with polar coordinates (r, θ). We will now look at graphing polar equations. Just as a quick review, the polar coordinate

More information

Microsoft PowerPoint 2010 Handout

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

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

More information

Ummmm! Definitely interested. She took the pen and pad out of my hand and constructed a third one for herself:

Ummmm! Definitely interested. She took the pen and pad out of my hand and constructed a third one for herself: Sum of Cubes Jo was supposed to be studying for her grade 12 physics test, but her soul was wandering. Show me something fun, she said. Well I wasn t sure just what she had in mind, but it happened that

More information

14:440:127 Introduction to Computers for Engineers. Notes for Lecture 06

14:440:127 Introduction to Computers for Engineers. Notes for Lecture 06 14:440:127 Introduction to Computers for Engineers Notes for Lecture 06 Rutgers University, Spring 2010 Instructor- Blase E. Ur 1 Loop Examples 1.1 Example- Sum Primes Let s say we wanted to sum all 1,

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me SYSTEMS OF PYTHAGOREAN TRIPLES CHRISTOPHER TOBIN-CAMPBELL Abstract. This paper explores systems of Pythagorean triples. It describes the generating formulas for primitive Pythagorean triples, determines

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Actually Doing It! 6. Prove that the regular unit cube (say 1cm=unit) of sufficiently high dimension can fit inside it the whole city of New York.

Actually Doing It! 6. Prove that the regular unit cube (say 1cm=unit) of sufficiently high dimension can fit inside it the whole city of New York. 1: 1. Compute a random 4-dimensional polytope P as the convex hull of 10 random points using rand sphere(4,10). Run VISUAL to see a Schlegel diagram. How many 3-dimensional polytopes do you see? How many

More information

Mathematics (Project Maths Phase 1)

Mathematics (Project Maths Phase 1) 2011. S133S Coimisiún na Scrúduithe Stáit State Examinations Commission Junior Certificate Examination Sample Paper Mathematics (Project Maths Phase 1) Paper 2 Ordinary Level Time: 2 hours 300 marks Running

More information

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement

SMART NOTEBOOK 10. Instructional Technology Enhancing ACHievement SMART NOTEBOOK 10 Instructional Technology Enhancing ACHievement TABLE OF CONTENTS SMART Notebook 10 Themes... 3 Page Groups... 4 Magic Pen... 5 Shape Pen... 6 Tables... 7 Object Animation... 8 Aligning

More information

LETTERS, LABELS & EMAIL

LETTERS, LABELS & EMAIL 22 LETTERS, LABELS & EMAIL Now that we have explored the Contacts and Contact Lists sections of the program, you have seen how to enter your contacts and group contacts on lists. You are ready to generate

More information

Advanced Presentation Features and Animation

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

More information

Screencast-o-matic ProPage Basics

Screencast-o-matic ProPage Basics Screencast-o-matic software can be used to create presentations, lectures, demos and other courserelated recordings anything you can capture on your computer screen and/or webcam including live action,

More information

Creating a Database Using Access 2003 for Windows 2000/Me/XP

Creating a Database Using Access 2003 for Windows 2000/Me/XP Creating a Database Using Access 2003 for Windows 2000/Me/XP Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

DigitalCommons@University of Nebraska - Lincoln

DigitalCommons@University of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-1-007 Pythagorean Triples Diane Swartzlander University

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

Themes and Templates Manual FOR ADVANCED USERS

Themes and Templates Manual FOR ADVANCED USERS Manual FOR ADVANCED USERS Table of Contents Introduction... 3 Key Information... 3 Portal Structure... 4 Portal Structure: Template... 5 Overview... 5 1) Editing a Portal Template... 6 2) Adding a Portal

More information

160 CHAPTER 4. VECTOR SPACES

160 CHAPTER 4. VECTOR SPACES 160 CHAPTER 4. VECTOR SPACES 4. Rank and Nullity In this section, we look at relationships between the row space, column space, null space of a matrix and its transpose. We will derive fundamental results

More information

Welcome to Math 19500 Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013

Welcome to Math 19500 Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013 Welcome to Math 19500 Video Lessons Prof. Department of Mathematics The City College of New York Fall 2013 An important feature of the following Beamer slide presentations is that you, the reader, move

More information

Introduction to Microsoft Publisher : Tools You May Need

Introduction to Microsoft Publisher : Tools You May Need Introduction to Microsoft Publisher : Tools You May Need 1. Why use Publisher instead of Word for creating fact sheets, brochures, posters, newsletters, etc.? While both Word and Publisher can create documents

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

1When I get busy I tend to just start piling stuff in my work area. Pretty

1When I get busy I tend to just start piling stuff in my work area. Pretty Tiger Tutorial All Content Copyright 2010 Glitschka Studios I don t do a ton of pro-bono work but this was for a good cause: a diabetes fundraiser poster with a jungle theme. They asked if I d specifically

More information

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal White Paper Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper Metadata in PDF Files 1 Contents Term Definitions

More information

The Taxman Game. Robert K. Moniot September 5, 2003

The Taxman Game. Robert K. Moniot September 5, 2003 The Taxman Game Robert K. Moniot September 5, 2003 1 Introduction Want to know how to beat the taxman? Legally, that is? Read on, and we will explore this cute little mathematical game. The taxman game

More information

Collaborative Tools. Course groups can also use the Collaboration tools for private sessions open only to course group members.

Collaborative Tools. Course groups can also use the Collaboration tools for private sessions open only to course group members. Collaborative Tools The Collaboration tools allow you to participate in real-time lessons and discussions. Examples of these sessions include real-time, online discussions, TA sessions, and live question

More information

Warm up. Connect these nine dots with only four straight lines without lifting your pencil from the paper.

Warm up. Connect these nine dots with only four straight lines without lifting your pencil from the paper. Warm up Connect these nine dots with only four straight lines without lifting your pencil from the paper. Sometimes we need to think outside the box! Warm up Solution Warm up Insert the Numbers 1 8 into

More information

The Pointless Machine and Escape of the Clones

The Pointless Machine and Escape of the Clones MATH 64091 Jenya Soprunova, KSU The Pointless Machine and Escape of the Clones The Pointless Machine that operates on ordered pairs of positive integers (a, b) has three modes: In Mode 1 the machine adds

More information

Teaching: The Psychology Department Courses Database. Quick Reference Guide by Craig Rypstat

Teaching: The Psychology Department Courses Database. Quick Reference Guide by Craig Rypstat Teaching: The Psychology Department Courses Database Quick Reference Guide by Craig Rypstat Part I: Entering Your Projected Classes 1. Navigate to: http://glial2.psych.wisc.edu/teaching/ Tutorial: Page

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

2015 Bus & Paratransit Conference

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

More information

A. The answer as per this document is No, it cannot exist keeping all distances rational.

A. The answer as per this document is No, it cannot exist keeping all distances rational. Rational Distance Conor.williams@gmail.com www.unsolvedproblems.org: Q. Given a unit square, can you find any point in the same plane, either inside or outside the square, that is a rational distance from

More information