Beamer v3.0 with PSTricks

Size: px
Start display at page:

Download "Beamer v3.0 with PSTricks"

Transcription

1 1/19 Beamer v3.0 with PSTricks November 4, 2004

2 Before Starting 2/19 Before Starting The main bottleneck from MS PowerPoint to LaTeX based presentation tool is drawing graphics. Drawing objects can be done with PGF, PSTricks, or MetaPost. This PDF shows how PSTricks can be used with Beamer! However, this PDF does not tell you how to use Beamer nor PSTricks!

3 Why PSTricks 3/19 Why PSTricks Beamer loads PGF (portable graphics format). PGF supportsdvips/dvipdfm/pdflatex. 1 But less powerful than PSTricks or MetaPost! 1 But remember that Beamer does not supportdvipdfm.

4 Why PSTricks 3/19 Why PSTricks Beamer loads PGF (portable graphics format). PGF supportsdvips/dvipdfm/pdflatex. 1 But less powerful than PSTricks or MetaPost! PSTricks The most powerful and easy to use graphics tool. Seminar, (HA )Prosper, and Beamer support it. You can still use PGF with PSTricks. But dvips should be used! 1 But remember that Beamer does not supportdvipdfm.

5 How to Use PSTricks Beamer Options 4/19 Beamer Options Pass two options,xcolor=pst anddvips, to Beamer. Load pstricks package. Example: \documentclass[slidestop,xcolor=pst,dvips]{beamer} \usepackage{beamerthemeepa} % In-house theme \usepackage{pstricks} % PSTricks package

6 How to Use PSTricks Compile 5/19 Compile Three steps are required: > latex imsi.tex % Two or more times > dvips -Ppdf -G0 imsi.dvi % -Poutline is also ok > ps2pdf imsi.ps % Or use distiller To get prepress quality PDF, type ps2pdf -dnopause -dpdfsettings=/prepress imsi.ps imsi.pdf 2 2 If = is not working under Windows, use #.

7 Colors Color Definition 6/19 Color Definition You can use color definitions in color, xcolor, and pstcol packages.

8 Colors Color Definition 6/19 Color Definition You can use color definitions in color, xcolor, and pstcol packages. Examples of xcolor definition: \xdefinecolor{rgb}{lavender}{0.8,0.6,1} \xdefinecolor{cmyk}{olive}{0.64,0,0.95,0.4} Examples of pstcol definition: \newrgbcolor{lavendar}{ } \newcmykcolor{olive}{ }

9 Colors Color Macros 7/19 Color Macros Predefined colors in pstcol: red, green, blue, cyan, magenta, yellow, black, darkgray, gray, lightgray, and white. Predefined colors in xcolor: Above + orange, violet, purple, brown. Of course, Beamer theme colors: \alert{..} and\structure{..}.

10 Colors Color Macros 7/19 Color Macros Predefined colors in pstcol: red, green, blue, cyan, magenta, yellow, black, darkgray, gray, lightgray, and white. Predefined colors in xcolor: Above + orange, violet, purple, brown. Of course, Beamer theme colors: \alert{..} and\structure{..}. Color macros \textcolor{col}{text} {\color{col} text} {\col text} (only for predefined colors in pstcol)

11 Colors Package xcolor 8/19 Package xcolor Package xcolor provides more flexibility! Color mixing is very easy! Example with PSTricks fillcolor meaning red red!70!blue 70% red + 30% blue red remove red 30% blue example

12 Figures Figures inside Columns 9/19 Figures inside Columns Figures inside columns environment need exact position. \includegraphics understands overlay command.

13 Figures Figures inside Columns 9/19 Figures inside Columns Figures inside columns environment need exact position. \includegraphics understands overlay command. See the right figure

14 Figures Figures inside Columns 9/19 Figures inside Columns Figures inside columns environment need exact position. \includegraphics understands overlay command. See the right figure Source code \begin{columns} \begin{column}{0.65\textwidth} A\\B \end{column} \begin{column}{0.35\textwidth} \rput[lt](0,0){\includegraphics[clip=true,width=\textwidth]{tiger}} \end{column} \end{columns}

15 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

16 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example: 0.0

17 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

18 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Example: Ready to see? 0.0

19 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Example: Ready to see? 0.0

20 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Example: Ready to see? 0.0

21 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

22 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

23 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

24 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

25 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

26 Overlays Manual Overlays 10/19 Manual Overlays PSTricks with Beamer overlays are possible. In the right example \only<i-> is used inside the multido PSTricks macro. Ready to see? Example:

27 Overlays Source Code 11/19 Source Code Overlays \begin{pspicture}(-2.0,-2.0)(2.0,2.0) \newgray{mygray}{0} \SpecialCoor \degrees[1.1] \multido{\i=2+1,\n= }{11}{% \only<\i->{% % i: overlay counter \newgray{mygray}{\n} % n: color counter \psset{fillstyle=solid,fillcolor=mygray} \rput{\n}{\pswedge{1.6}{-0.05}{0.05}} \uput{1.7}[\n](0,0){\scriptsize \n}% }% % end of overlay }% % end of multido \end{pspicture}

28 Overlays Automatic Overlays 12/19 Automatic Overlays Any overlays and transitions can be automated. Animation methods (known to me!). Auto advancing (timed overlay) methods. \animate macro. Animation depends on your imagination and L A T E X skill. Use with caution as animation consumes lots of slides.

29 Overlays Auto Advancing 13/19 Auto Advancing Two approaches are possible: Hyperref package:\hypersetup{pdfpageduration=n} where n is duration time (sec). Beamer option:\transduration<i>{n} where i is overlay counter. (<i> can be omitted for global setting).

30 Overlays Auto Advancing 13/19 Auto Advancing Two approaches are possible: Hyperref package:\hypersetup{pdfpageduration=n} where n is duration time (sec). Beamer option:\transduration<i>{n} where i is overlay counter. (<i> can be omitted for global setting). You need Adobe Reader setup if you use version 5.x. Go toedit Preferences Full Screen. Select Advance Every, and set it to 60 in Windows or 1000 in Linux.

31 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

32 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened! 0

33 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened! 10 0

34 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration 20 Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened! 10 0

35 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened! 10 0

36 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

37 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

38 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

39 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

40 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

41 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

42 Overlays Pdfpageduration 14/19 Auto Advancing:pdfpageduration Inside the current frame, add \hypersetup{pdfpageduration=1}. Inside the next frame, do not forget to set the value to some big value (=500). Two Problems: Overlay is automatically started Next slide is automatically opened!

43 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide.

44 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide. 0

45 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide. 10 0

46 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

47 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

48 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

49 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

50 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

51 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

52 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

53 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

54 Overlays Transduration 15/19 Auto Advancing:transduration Beamer transition macros for auto advancing. Applied options: \transduration<2->{0.5} Animate next slides at every 0.5 sec. \transglitter<6>[direction=315] Glitter at 315 degrees. \transduration<6>{2}. \transduration<12>{500} Big number will not automatically open next slide

55 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added. \transglitter<6>[direction= 315] \transduration<6>{2}

56 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added. \transglitter<6>[direction= 315] \transduration<6>{2} 0

57 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added. \transglitter<6>[direction= 315] \transduration<6>{2} 10 0

58 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added. \transglitter<6>[direction= 315] \transduration<6>{2}

59 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2}

60 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2}

61 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2}

62 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2}

63 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2} 70

64 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2} 70 80

65 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added \transglitter<6>[direction= 315] \transduration<6>{2}

66 Overlays Animate 16/19 Auto Advancing:animate \animate<> shows overlays as fast as it can. So you cannot go back! Beamer s transition effects can be applied. On the 6th overlay, the following effects are added. \transglitter<6>[direction= 315] \transduration<6>{2}

67 Notes Option 17/19 Notes Option The[notes] option in earlier Beamer did not work with PSTricks. But now it also works with PSTricks. Example code: \documentclass[notes]{beamer} % notes option \frame{\frametitle{notes Options} %... slide contents... }% \note{... Note contents...} % Notes outside \frame{...} Ready to see the note of this slide?

68 \documentclass[notes]{beamer} % notes option \frame{\frametitle{notes Options} %... slide contents... }% \note{... Note contents...} % Notes outside \frame{...} Beamer v3.0 with PSTricks Notes Option Notes Option Notes Option The[notes] option in earlier Beamer did not work with PSTricks. But now it also works with PSTricks. Example code: Ready to see the note of this slide? Can you see me now? I am the note page of the previous slide.

69 Slide Size 18/19 Slide Size

70 Reference 19/19 Reference Ki Joo Kim, Useful L A TEX Documents ( Denis Girou, PSTricks and relative Timothy van Zandt Packages except Seminar ( Herbert Voss, Package pstricks (

AGuidetoProsper. Ki-Joo Kim Department Organization, Location. AGuidetoProsper p.1/24. Cincinnati, OH

AGuidetoProsper. Ki-Joo Kim Department Organization, Location. AGuidetoProsper p.1/24. Cincinnati, OH AGuidetoProsper Ki-Joo Kim kijoo2000@yahoo.com Department Organization, Location AGuidetoProsper p.1/24 WhyProsper? L A T E XclassforfancyPDFpresentation. PS for print and PDF for screen presentation.

More information

The rtsched package for L A TEX (version 1.0)

The rtsched package for L A TEX (version 1.0) The rtsched package for L A TEX (version 1.0) Giuseppe Lipari September 29, 2011 List of Figures 1 Two tasks, with deadline equal to period, RM scheduling.... 4 2 Using multido to avoid repetitions.................

More information

Export of PSTricks environments

Export of PSTricks environments pst eps: Export of PSTricks environments Herbert Voß November 5, 2006 Abstract It is relatively easy to save single PSTricks graphics as PostScript files. Important is that one puts a frame using \fbox

More information

A PSTricks package for drawing attachment models

A PSTricks package for drawing attachment models pst-pad A PSTricks package for drawing attachment models ver..c Patrick Drechsler August 9, 8 pst-pad is a PSTricks package to draw simple attachment systems. Contents Introduction Parameters High-level

More information

Making Powerpoint-like Presentations with L A TEX

Making Powerpoint-like Presentations with L A TEX Making Powerpoint-like Presentations with L A TEX Elizabeth Brown ebrown@hsph.harvard.edu Making Powerpoint-like Presentations with LAT E X p.1/21 Overview Goal: easily make presentation-quality slides

More information

CS Problem Solving and Object-Oriented Programming

CS Problem Solving and Object-Oriented Programming CS 101 - Problem Solving and Object-Oriented Programming Lab 5 - Draw a Penguin Due: October 28/29 Pre-lab Preparation Before coming to lab, you are expected to have: Read Bruce chapters 1-3 Introduction

More information

Creating Special Effects with Text

Creating Special Effects with Text Creating Special Effects with Text Introduction With FrameMaker publishing software, you can create special effects such as large, rotated, outlined, or color characters by putting PostScript code in a

More information

12/22/11. } Rolling a Six-Sided Die. } Fig 6.7: Rolling a Six-Sided Die 6,000,000 Times

12/22/11. } Rolling a Six-Sided Die. } Fig 6.7: Rolling a Six-Sided Die 6,000,000 Times } Rolling a Six-Sided Die face = 1 + randomnumbers.nextint( 6 ); The argument 6 called the scaling factor represents the number of unique values that nextint should produce (0 5) This is called scaling

More information

PSTricks. pst-knot. Plotting special knots; v November 8, Package author(s): Herbert Voß

PSTricks. pst-knot. Plotting special knots; v November 8, Package author(s): Herbert Voß PSTricks pst-knot Plotting special knots; v.0.02 November 8, 2009 Package author(s): Herbert Voß Contents 2 Contents 1 introduction 2 2 \psknot 2 3 Special settings 4 3.1 Scaling......................................

More information

For more details and updates go to our website, boatcommand.com.

For more details and updates go to our website, boatcommand.com. Installation Manual Compatibility Compatibility is easy. Our device needs a boat with a working battery. Once installed on your boat, you can monitor and control your boat from anywhere you have internet

More information

Color Correction Utility

Color Correction Utility Color Correction Utility General Information This utility allows you to fine tune the printer s color settings and save them for future use. The Color Correct Utility is the best choice for working with

More information

5. Introduction to Procedures

5. Introduction to Procedures 5. Introduction to Procedures Topics: The module SimpleGraphics Creating and Showing figures Drawing Rectangles, Disks, and Stars Optional arguments Application Scripts Procedures We continue our introduction

More information

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window.

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window. Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration, images, videos

More information

How to prepare slides using latex. How to prepare slides using latex.zip

How to prepare slides using latex. How to prepare slides using latex.zip How to prepare slides using latex How to prepare slides using latex.zip Make a PowerPoint presentation using Python? if you know how to LaTeX, Why would using higher ISO and faster shutter speed yield

More information

Click the buttons in the interactive below to learn how to navigate and interact with slides in the

Click the buttons in the interactive below to learn how to navigate and interact with slides in the PowerPoint 2010 Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration,

More information

Garfield AP CS. Graphics

Garfield AP CS. Graphics Garfield AP CS Graphics Assignment 3 Working in pairs Conditions: I set pairs, you have to show me a design before you code You have until tomorrow morning to tell me if you want to work alone Cumulative

More information

Coils, springs and zigzag lines

Coils, springs and zigzag lines pst coil: Coils, springs and zigzag lines Herbert Voß November 5, 2006 Abstract Coils, springs and zigzag curves do not really count to the ordinary when creating graphics. They are of some importance

More information

L A TEX presentations with Prosper

L A TEX presentations with Prosper L A TEX presentations with Prosper A brief tour David Griffiths Mathematics Division University of Dundee LAT X presentations with Prosper p.1/1 Introduction The PROSPER package has been written by Frédéric

More information

CLICK (Complete Learning In Computer Knowledge)

CLICK (Complete Learning In Computer Knowledge) CLICK (Complete Learning In Computer Knowledge) Microsoft Office 2016 Level 2 Course Overview: The CLICK Level 2 course is intended for students who want to learn the advanced tools and features of Windows

More information

TikZ & PGF(plots) Daniel Knittl-Frank. May This work is licensed under the Creative Commons Attribution-ShareAlike 3.

TikZ & PGF(plots) Daniel Knittl-Frank. May This work is licensed under the Creative Commons Attribution-ShareAlike 3. TikZ & PGF(plots) Daniel Knittl-Frank May 2015 This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Austria license (CC-BY-SA) 2D value plot Bitstamp USD 20,000 Weighted Price High

More information

Introduction to Scientific Typesetting Lesson 12: Verbatim Text and Drawing in L A T E X

Introduction to Scientific Typesetting Lesson 12: Verbatim Text and Drawing in L A T E X Introduction to Scientific Typesetting Lesson 12: and Drawing in L A T E X Ryan Higginbottom January 20, 2012 1 2 Writing About LAT E X (or other code) Typing Inline Rules for Inline Displayed Verbatim

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

Presentation Techniques with PoWER LATEX

Presentation Techniques with PoWER LATEX Power What? Presentation Techniques with pdf Patrick W. Daly MPS February 23, 2005 Outline 1 Why? 2 Requirements for a presentation Content Requirements Font Requirements Dynamic Requirements Processing

More information

Poster generation with LaTeX

Poster generation with LaTeX Poster generation with LaTeX A Sample Study Károly Erdei 14. November 2008 Károly Erdei Poster generation with LaTeX 1/25 Agenda 1 Posters from Internet 2 LaTeX-Posters 3 Sample Poster - Case Study 4 Internet

More information

L A TEX Course at ICT School

L A TEX Course at ICT School L A TEX Course at ICT School Let s add some mathematics Alexandre L École polytechnique, F labrosse@kth.se KTH Royal Institute of Technology Spring 2012 Course overview 1. Basics and tips for your first

More information

Fingerprint Identification Proximity Reader. Quick Installation Guide

Fingerprint Identification Proximity Reader. Quick Installation Guide Fingerprint Identification Proximity Reader Quick Installation Guide 1. WHAT S INCLUDED Please unpack and check the contents of the box. If any of these parts are missing, please contact a nearby distributor

More information

Building Java Programs

Building Java Programs Building Java Programs Graphics reading: Supplement 3G videos: Ch. 3G #1-2 Objects (briefly) object: An entity that contains data and behavior. data: variables inside the object behavior: methods inside

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

Using bardpresenation.sty

Using bardpresenation.sty Using bardpresenationsty Ethan Bloch September 22, 2009 1 Contents 1 Introduction 4 2 Platform 4 3 Document Format 4 4 Slides 6 5 Staying Within the Slides 6 6 Groupings with Bulleted or Enumerated Items

More information

Topic 8 graphics. -mgrimes, Graphics problem report 134

Topic 8 graphics. -mgrimes, Graphics problem report 134 Topic 8 graphics "What makes the situation worse is that the highest level CS course I've ever taken is cs4, and quotes from the graphics group startup readme like 'these paths are abstracted as being

More information

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account Create a unit using United Streaming and PowerPoint Materials: Microsoft PowerPoint, Internet access, United Streaming account Find United Streaming Clips: 1. Decide on a topic for your unit. 2. Search

More information

Building Java Programs

Building Java Programs Building Java Programs Graphics reading: Supplement 3G videos: Ch. 3G #1-2 Objects (briefly) object: An entity that contains data and behavior. data: Variables inside the object. behavior: Methods inside

More information

Customer User Addendum EFI Fiery Central, version 2.0

Customer User Addendum EFI Fiery Central, version 2.0 Customer User Addendum EFI Fiery Central, version 2.0 Overview This document describes how to configure a Printer Group, map Fiery Central Paper Catalog media entries to the paper in the paper trays on

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

Topic 8 Graphics. Margaret Hamilton

Topic 8 Graphics. Margaret Hamilton Topic 8 Graphics When the computer crashed during the execution of your program, there was no hiding. Lights would be flashing, bells would be ringing and everyone would come running to find out whose

More information

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

PSTricks. pst2pdf. Running a PSTricks document with pdflatex; v October 4, Package author(s): Herbert Voß Pablo González Luengo

PSTricks. pst2pdf. Running a PSTricks document with pdflatex; v October 4, Package author(s): Herbert Voß Pablo González Luengo PSTricks pst2pdf Running a PSTricks document with pdflatex; v. 0.18 October 4, 2017 Package author(s): Herbert Voß Pablo González Luengo 2 Contents Contents 1 Introduction 3 2 Requirements 3 2.1 Programs

More information

Audio Visual Template prepared by Jano Gebelein

Audio Visual Template prepared by Jano Gebelein Audio Visual Template prepared by Jano Gebelein your name here your affiliation here Logos are allowed on this page only! Audio Visual Guidelines Introduction Electronic projection Presentation Installation

More information

PSTricks. News new macros and bugfixes for the basic package pstricks. December 27, Package author(s): Herbert Voß

PSTricks. News new macros and bugfixes for the basic package pstricks. December 27, Package author(s): Herbert Voß PSTricks News - new macros and bugfixes for the basic package pstricks December 7, Package author(s): Herbert Voß Contents Contents I. pstricks package. pstricks.sty.. RGB to gray......................................

More information

Trident Z Royal. Royal Lighting Control Software Guide

Trident Z Royal. Royal Lighting Control Software Guide Trident Z Royal Royal Lighting Control Software Guide Introduction 1 2 3 About This Guide This guide will help you understand and navigate the Royal Lighting Control software, which is designed to control

More information

The qrcode package: Quick Response code generation in L A TEX

The qrcode package: Quick Response code generation in L A TEX The qrcode package: Quick Response code generation in L A TEX Anders Hendrickson St. Norbert College, De Pere, WI, USA anders.hendrickson@snc.edu September 26, 2014 1 Introduction The proliferation of

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

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

A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics

A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics The pst-light3d package version 0.11 A PSTricks package for three dimensional lighten effect on characters and PSTricks graphics Denis Girou and Peter Kleiweg August 13, 2007 Abstract This package allow

More information

From: 8/01/2018

From:   8/01/2018 Poster preparation tips This document aims to give advice to people wishing to create posters To print your poster, please use the online submission form Request Poster Printing (A0, A1, A2) from: https://cern.ch/printservice

More information

File Preparation. For best results, please follow the guidelines below.

File Preparation. For best results, please follow the guidelines below. File Preparation For best results, please follow the guidelines below. ACCEPTED DESIGN APPLICATIONS We accept the following application formats: Adobe Photoshop, Adobe Illustrator, Adobe InDesign, Microsoft

More information

Computer Projection Presentation Guide HPS Midyear Meeting Bethesda, MD

Computer Projection Presentation Guide HPS Midyear Meeting Bethesda, MD Computer Projection Presentation Guide 2017 HPS Midyear Meeting Bethesda, MD This Presentation Provides: Information about the computers used at the HPS meeting Guidelines for developing a presentation

More information

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects

New Perspectives on PowerPoint Module 2: Adding Media and Special Effects New Perspectives on PowerPoint 2016 Module 2: Adding Media and Special Effects Objectives, Part 1 Apply a theme used in another presentation Insert shapes Format shapes and pictures Rotate and flip objects

More information

314 TUGboat, Volume 22 (2001), No. 4. Abstract

314 TUGboat, Volume 22 (2001), No. 4. Abstract 34 TUGboat, Volume (00), No. 4 The plot functions of pst-plot Abstract Jana Voß and Herbert Voß Plotting of external data records is one of the standard problems of technical and industrial publications.

More information

ECE 274 Digital Logic. Digital Design. Datapath Components Subtractors, Two s Complement, Overflow, ALUs, Register Files Digital Design

ECE 274 Digital Logic. Digital Design. Datapath Components Subtractors, Two s Complement, Overflow, ALUs, Register Files Digital Design ECE 27 Digital Logic Subtractors,, Overflow, ALUs, Register Files Digital Design..0 Digital Design Chapter : Slides to accompany the textbook Digital Design, First Edition, by Frank Vahid, John Wiley and

More information

Comprehension Coach Questions Click-Path

Comprehension Coach Questions Click-Path Comprehension Coach Questions Click-Path 1. Log into your myngconnect account at www.myngconnect.com. Comprehension Coach is a component for the following programs: Reach/Reach for Reading: Level B Volume

More information

Formatting Instructions for NIPS*2006

Formatting Instructions for NIPS*2006 Formatting Instructions for NIPS*2006 David S. Hippocampus Department of Computer Science Cranberry-Lemon University Pittsburgh, PA 15213 hippo@cs.cranberry-lemon.edu (if needed) Abstract The abstract

More information

Introduction to L A T E X Part III

Introduction to L A T E X Part III Introduction to L A T E X Part III for MSTStudents Sascha Frank IFI 01.12.2011 Sascha Frank (IFI) Introduction to LA TE X Part III 01.12.2011 1 / 32 1 Outline 2 packages tabularx booktabs (x)color Pdfpages

More information

Computer Projection Presentation Guide

Computer Projection Presentation Guide Computer Projection Presentation Guide 2007 HPS Midyear Topical Meeting Knoxville, TN 05/02/05 This Presentation Provides: Information about the computers used at the HPS meeting. Guidelines for developing

More information

CLUB MEETING November 20th The meeting was opened by Barrie Johnson with the following notices:

CLUB MEETING November 20th The meeting was opened by Barrie Johnson with the following notices: CLUB MEETING November 20th 2015 The meeting was opened by Barrie Johnson with the following notices: The courier [Fedex etc.] scams have surfaced again notification of a delivery being held. Members are

More information

Text and Lists Use Styles. What Are Styles?

Text and Lists Use Styles. What Are Styles? Creating Accessible Word Documents Using Microsoft Word 2003 Cassandra Tex, MBA Assistive Technology Specialist Student Disability Resource Center Humboldt State University Word documents are inherently

More information

12 Steps for Creating Your Project Successfully

12 Steps for Creating Your Project Successfully 12 Steps for Creating Your Project Successfully Step 1: One group member will open Google Slides and create a new blank presentation. Step 2: Click on the words Untitled presentation in the upper left

More information

Through the looking glass, and what Joseph found there

Through the looking glass, and what Joseph found there Through the looking glass, and what Joseph found there Joseph Wright L A TEX Project The xfp package Floating Point Unit The L A TEX3 Project Released 2018-05-12 This package provides a L A TEX 2ε document-level

More information

pst grad:gradients v /11/27 Herbert Voß July 11, 2007 Abstract

pst grad:gradients v /11/27 Herbert Voß July 11, 2007 Abstract pst grad:gradients v. 1.06 2006/11/27 Herbert Voß July 11, 2007 Abstract pst grad is also one of the older and smaller packages. It provides only one fill style. A gradient could be created with the macros

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

Lesson 1 Introduction to PowerPoint

Lesson 1 Introduction to PowerPoint Lesson 1 Introduction to PowerPoint What It Is-- Presentation tool that allows you to view slides Can include text, graphics, animation, sound, video, charts, and transitions Can create handouts, speaker

More information

News new macros and bugfixes for the basic package pstricks. Herbert Voß. December 27, 2018

News new macros and bugfixes for the basic package pstricks. Herbert Voß. December 27, 2018 News - 2018 new macros and bugfixes for the basic package pstricks Herbert Voß December 27, 2018 1 2 Contents Contents I. pstricks package 3 1. pstricks.sty pstricks-pdf.sty 3 2. pstricks-tex.tex 3 3.

More information

Using Graphics. Building Java Programs Supplement 3G

Using Graphics. Building Java Programs Supplement 3G Using Graphics Building Java Programs Supplement 3G Introduction So far, you have learned how to: output to the console break classes/programs into static methods store and use data with variables write

More information

Documentation for colortab: Shading and coloring TEX tables, v. 1.0

Documentation for colortab: Shading and coloring TEX tables, v. 1.0 Documentation for colortab: Shading and coloring TEX tables, v. 1.0 Timothy Van Zandt tvz@princeton.edu May 13, 2010 Contents 1 Introduction 1 2 TEX s halign primitive 2 3 LATEX array environments 4 4

More information

What s New in Blackboard Faculty Tutorial

What s New in Blackboard Faculty Tutorial What s New in Blackboard Faculty Tutorial Global Navigation menu: The new Notification area combines notices, alerts, messages, and other items from all of your courses in one place. Now you can find alerts

More information

Polygons and Angles: Student Guide

Polygons and Angles: Student Guide Polygons and Angles: Student Guide You are going to be using a Sphero to figure out what angle you need the Sphero to move at so that it can draw shapes with straight lines (also called polygons). The

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

PSTricks. pst-poly. A PSTricks package for drawing polygons; v August 28, Package author(s): Denis Girou Herbert Voß

PSTricks. pst-poly. A PSTricks package for drawing polygons; v August 28, Package author(s): Denis Girou Herbert Voß PSTricks pst-poly A PSTricks package for drawing polygons; v.1.63 August 28, 2014 Package author(s): Denis Girou Herbert Voß Contents 2 Contents 1 Introduction 4 2 Optional arguments 4 3 Pre-defined polygons

More information

PowerPoint Introduction

PowerPoint Introduction PowerPoint 2010 Introduction PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that can include animation, narration, images, and videos. In this lesson,

More information

PANTONE TRANSPARENT TRANSLUCENT REMARK

PANTONE TRANSPARENT TRANSLUCENT REMARK Updated 4/4/2011 Vanceva Color System Pantone Matching Guide* Vanceva 8188 = Pantone 115U 8 1 8 8 Below are the closest matches of our Vanceva interlayer system to the Pantone color system. Find the colored

More information

Introduction to PowerPoint 2010

Introduction to PowerPoint 2010 Introduction to PowerPoint 2010 PowerPoint is a system in the Microsoft Office Suite that enables you to present information in office meetings, lectures and seminars to create maximum impact in a minimal

More information

CISC 1600 Lecture 3.1 Introduction to Processing

CISC 1600 Lecture 3.1 Introduction to Processing CISC 1600 Lecture 3.1 Introduction to Processing Topics: Example sketches Drawing functions in Processing Colors in Processing General Processing syntax Processing is for sketching Designed to allow artists

More information

PowerPoint. For Evaluation Only. Lesson 5: Enhancing Presentations. Microsoft. Core Certification. Lesson Objectives

PowerPoint. For Evaluation Only. Lesson 5: Enhancing Presentations. Microsoft. Core Certification. Lesson Objectives Microsoft Office Specialist 2010 Series Microsoft PowerPoint 2010 Core Certification Lesson 5: Enhancing Presentations Lesson Objectives In this lesson, you will learn how to enhance a presentation by

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

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

Graflog User s guide

Graflog User s guide Graflog User s guide Command line & Web-based tool to graph the results obtained with the CD++ toolkit. http://www.sce.carleton.ca/faculty/wainer/wbgraf/index.html Table of contents 1 Introduction... 1

More information

Customer User Addendum EFI Fiery Central, version 2.7

Customer User Addendum EFI Fiery Central, version 2.7 Customer User Addendum EFI Fiery Central, version 2.7 Overview This document describes how to configure a Printer Group, map Fiery Central Paper Catalog media entries to the paper in the paper trays on

More information

After completing each task, be sure to save the file in the My Documents folder on your computer using the suggested name.

After completing each task, be sure to save the file in the My Documents folder on your computer using the suggested name. PowerPoint Basic PPT2K13B Final Assignment This is the final assignment for the PowerPoint Basic course. Before attempting to complete this evaluation, you should have completed all Lessons Presentations,

More information

Visual Aids for the Nursery 1

Visual Aids for the Nursery 1 Visual Aids for the Nursery 1 Shapes, Colors, & Numbers By Glorianne Muggli Visual Aids for the Nursery 1: Shapes, Colors, & Numbers By Glorianne Muggli General Instructions This book can be implemented

More information

Separation Hans Hagen. Color

Separation Hans Hagen. Color Color Separation Hans Hagen 1 1 Color spaces Currently CONTEXT supports four color spaces: gray, RGB, CMYK, and spot colors. The first three are defined rather straightforward. The subtractive colors in

More information

4) Verify that the Color Type text box displays Process and that the Color Mode text box displays CMYK.

4) Verify that the Color Type text box displays Process and that the Color Mode text box displays CMYK. Oahu Magazine Cover Follow the instructions below to complete this assignment: Create Process Color Swatches 1) Download and open Oahu Magazine Cover from Mrs. Burnett s website. 2) Display the Swatches

More information

Building Java Programs

Building Java Programs Building Java Programs Supplement 3G: Graphics 1 drawing 2D graphics Chapter outline DrawingPanel and Graphics objects drawing and filling shapes coordinate system colors drawing with loops drawing with

More information

Scientific Illustrations by H. Adam Steinberg

Scientific Illustrations by H. Adam Steinberg Scientific Illustrations 101 2007 by H. Adam Steinberg Intestine diet Enterocytes PL E Macrophage scavenger receptors modified LDL NP1L1 PL ABA1 AB G5/G8 apical ABA1 Blood basolateral Tangier disease HDL

More information

Canvas Tips and Techniques

Canvas Tips and Techniques Corporate Flow Image Editing Illustration Canvas Tips and Techniques Web Automation Page 1 Text Effects Creative Department Copyright 1995-2003 ACD Systems of America, Inc. (Formerly Deneba Software) Protected

More information

Outline Lines Polygons Curves. PSTricks. Evelyn Crofts. week11. Evelyn Crofts. PSTricks

Outline Lines Polygons Curves. PSTricks. Evelyn Crofts. week11. Evelyn Crofts. PSTricks week11 Bézier Parabolas Two More What is? What is? A Package for making images. What is? A Package for making images. Most useful for polygons, lines, etc. But it can get pretty fancy. What is? A Package

More information

CSE2003: System Programming Final Exam. (Spring 2009)

CSE2003: System Programming Final Exam. (Spring 2009) CSE2003: System Programming Final Exam. (Spring 2009) 3:00PM 5:00PM, June 17, 2009. Instructor: Jin Soo Kim Student ID: Name: 1. Write the full name of the following acronym. (25 points) (1) GNU ( ) (2)

More information

DMX Channel Index. Software Version 1.09/03. web:

DMX Channel Index. Software Version 1.09/03.   web: DMX Channel Index Software Version 1.09/03 e-mail: support@elationlighting.com web: http://www.elationlighting.com DMX Channel Selection (DMX Protocol) Normal Mode - 14 DMX Channels 1) Pan Coarse 0-660

More information

CS 112 Project Assignment: Visual Password

CS 112 Project Assignment: Visual Password CS 112 Project Assignment: Visual Password Instructor: Dan Fleck Overview In this project you will use Python to implement a visual password system. In the industry today there is ongoing research about

More information

FUNCTION STANDARD EXTENDED PAN MOVEMENT PAN Movement

FUNCTION STANDARD EXTENDED PAN MOVEMENT PAN Movement 2 3 3 5 5 6 7 8 9 10 ELATION SMARTY HYBRID PAN MOVEMENT 1 1 0-255 PAN Movement 2 4 4 7 6 8 11 12 PAN FINE MOVEMENT [16 BIT] 0-255 Fine Control of PAN Movement TILT MOVEMENT 0-255 TILT Movement TILT MOVEMENT

More information

PowerPoint. PowerPoint. Presentation Software. PowerPoint Winter COMP 1270 Computer Usage II 1-1. Presentation Software and Office Integration

PowerPoint. PowerPoint. Presentation Software. PowerPoint Winter COMP 1270 Computer Usage II 1-1. Presentation Software and Office Integration PowerPoint Presentation Software and Office Integration PowerPoint 1. PowerPoint overview 2. PowerPoint Basics 3. Advanced PowerPoint 4. Tips for Effective Presentations 5. Office Integration Presentation

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

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

Presentations with pdftex

Presentations with pdftex Indian TEX Users Group http://www.river-valley.com/tug/ 1/10 Presentations with pdftex C. V. Radhakrishnan River Valley Technologies (Development Division of Focal Image (India) Pvt. Ltd.) Software Technology

More information

HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v FOR WINDOWS

HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v FOR WINDOWS HOW TO DOWNLOAD, INSTALL, and USE HTMLDOC v1.8.14 FOR WINDOWS Adobe portable document format (PDF) is the standard format for distribution of documents over the internet. Documents can not be written in

More information

Integrated Cloud Environment Bates Stamping User s Guide

Integrated Cloud Environment Bates Stamping User s Guide Integrated Cloud Environment Bates Stamping User s Guide 2017 RICOH USA, INC. R I C O H U S A, I N C It is the reader's responsibility when discussing the information contained this document to maintain

More information

Purple Pen for Planning

Purple Pen for Planning Purple Pen for Planning Purple Pen is now used to plan all levels of orienteering events from club activities to International events. It is very easy to use. Download Purple Pen from www.purplepen.golde.org

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

LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions

LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions No. 9, 1st Floor, 8th Main, 9th Cross, SBM Colony, Brindavan Nagar, Mathikere, Bangalore 560 054 Email: itechanalytcisolutions@gmail.com Website: www.itechanalytcisolutions.com

More information

Accessible Presentation Guide

Accessible Presentation Guide Text Have a descriptive and informative page title Use a san-serif font when possible for readability Large text - at least 18 point (24px) or 14 point(18.66px) and bold Aa 18pt san-serif Contrast ratio

More information

AP Vacation Hours Entry

AP Vacation Hours Entry AP Vacation Hours Entry Overview The AP Vacation entry screen allows AP employees to enter their vacation hours for the quarter. By clicking on a day, the user is presented with a screen for entering the

More information