Customizing SAS in a Windows Environment

Size: px
Start display at page:

Download "Customizing SAS in a Windows Environment"

Transcription

1 Customizing SAS in a Windows Environment Mel Widawski, UCLA, Los Angeles, California ABSTRACT Using the SAS default settings, buttons, and function keys provide a good work environment. But this environment may be personalized by changing some of these settings. You will be shown how to add new buttons on the tool bar, customize function keys, change the appearance of tables, and control where the automatic SAS work libraries are written. INTRODUCTION The following discussion assumes that you will be using SAS version 8 under a Windows operating system. A lot of what will be discussed can be applied to SAS 6.12 under Windows as well. The default set up works well in most environments, and the choices are pretty good. SAS even detects if a machine is set up for a multi-user environment and creates separate SASUSER libraries for each of the users. This is placed under your profile in personal files in the NT Environment: c:\winnt\profiles\yourict.personai\mysas Files\VB\ or in the 95 or 98 environments: c:\my Documents\MySAS Files\V8\ Your personal profile is stored in this directory. This allows you to customize your windows and tools without affecting another on a shared machine in Windows NT. These defaults may not always work for your environment. You may not have sufficient disk space on your. C drive to hold these files as well as all of the programs you have installed, and still allow space for workspace for those programs. Also you may, like me, find that you need different profiles for different purposes. When I am working alone in my office on a project, I like to define my screens with as small a font as I can. I do this in order to maximize the number of lines I can see in a window at one time. But when I have a consultee in my office I know I need bigger fonts so that he/she can read what is on the screen too. If I don't want to have to customize each time, then I need to maintain different SASUSER libraries with different profiles. Space considerations: I tend to have a large number of programs installed and space on C and D are at a premium. This requires that I keep my program files, and my work and profiles on a different disk from the default. Also, since I am constantly emaiiing output to persons who do not have SAS fonts installed, I like to have ASCII characters for box outlines for tables. Finally, I like my tools set up a little differently from the way SAS provides. I have always felt that the only safe practice was to do a save as rather than a save. Thus, you always see the name of the file that is going to be saved, and you can change the name if it is incorrect. In order to meet these requirements I am forced to change the default settings. At this level you will need to know about the SAS configuration files. I have separated my discussion of the customization into the following five sections. First: Understanding SAS" configuration file (SASV8.CFG). If you are just going to customize the internals, and keep the default profile and work files, you may skip this section. If you intend to change the defauh outlines for tables you may want to read this section anyway. It is good to know that this file exists, and its purpose. You will also be shown how to maintain separate configuration files. Second: Modifying Windows shortcuts. You control the location of the configuration file, SASUSER library and work data sets by customizing your shortcuts. This is not actually doing SAS, but learning about Windows shortcuts will help you to control your SAS customization. Third: Customizing the TOOLBOX. This allows you to add tools. Under 6.12 I needed a large number of customized tools to function well. I find that some of the newer features of version 8 make some of these obsolete. Fourth: Customizing OPTIONS. This allows you to define things like size, font, line numbers, and what happens when you run a program. Fifth: Propagating your PROFILE. Once you have a profile you like, you may want to avoid having to set it up again from scratch if you change machines. You may also want to be able to share your profile with others. 618

2 UNDERSTANDING SASVS.CFG ALWAYS: Make a copy of a file like this and modify the copy. Also keep an extra copy of the original file somewhere safe from accidental deletion. I* set default locations */ -fontsloc "lsasroot\core\resaurce -TRAINLOC I I* set the default size of memory to use for sorting */ -sortsize 2m 1* set catalog cache * 1 -catcache o J* set the default fileref for the PARMCARDs- option */ SET FT15F001 'FT15F001.DAT' /* Set initial values for symbol tables */ MVARSIZE 4098, \ IISVIITA9MAX SAS System FORMCHARS 1 used by pressing ALT then the decimal 1 I number for the Extended ASCII character. 1 \ ! I* This is the OEM character set */ I* -FORM::HAR saual.aa."mij.t=l-1\<>*" */ I* This is the ANSI character set (for SAS Monospace font and ANSI sastont) */ FORMCHAR i-m f-h W+ l /1<>.. t Thi.$ is the ANSl character set, \ I' FORII:HAR " =1 11<>*' I WARNING: INSTALL Application edits below this line. User I I options should be added above this box com~~ent. I I INSTALL Application aintains and modifies tho 1 1 following options; SASAUTOS, -~ELP, -SASMSG, 1 I -PATH, and -MPS. It also uintains and IIIDdifies 1 I the following CONFJG variables with the -SET option; I I INSTALL, USAGE, LIBRARY, SAMPSIO, SAMPSRC, SASCBT, I I and SASEXT01-SASEXT50. It preserves all lines above I I tho line containing 'DD NOT EDIT BELOW THIS LINE'. I \ 'I I' DO NOT EDIT BELOW THIS LINE - INSTALL Application edits below this line '/ I* * * * * * * * * * * * * * * * * * * * * *I SET sasexto 'd:\sass\sas Institute\SAS\YB' -SET sasroot d:\sass\sas lnstitute\sas\v8 -SET SASFOLDER 'd:\sasb\sas Institute\SAS\VB" J setup the default SAS System user profile folder SASUSER 'IUSERPROFILE\Personal\My SAS B Fil&S\V81' I* setup the default SAS System user work folder -'M)R.K 1 1TEMP\SAS Tamporary Files\ I* Setup the SAS System configuration folder SET SASCFG "d:\sas8\sas Instituto\SAS\V8" NtiiMJI/WINIM file cut et this point VI/IMNII'INVIMI This file is found in a path like c:\llas\v8\ sasv8.cfg, but since this is controlled by you during SAS Installation, It may be elsewhere. Look in the folder where you installed SAS. On my machine SAS is installed on the D drive. It will be in the same folder as SAS.EXE. If you have trouble finding it, you can look in the next section under the shortcuts, as the shortcut points to that folder. A partial copy of this file appeared on the previous page. If you are going to modify it, remember to make a copy in your own file area. I like to store my copy in d:'lamel\sas\ sasv8.cfg. I put an a in front of my name so it always sorts to the top of the list for the drive at the top of the list. SASVS.CFG Contents As you can see, the Configuration File has two main parts. Above Line, you maintain the file. You can actually put your customized options here. In version 6.12 and before, control of the location of SASUSER and WORK libraries. were above the line, but this is no longer true for version 8. You can still control things like FORMCHAR, the default characters used for enclosing text in boxes in SASVS.CFG. The line I am discussing looks like the following: /* DO NOT EDIT BELOW THIS LINE INSTALL Application I* * * * * * * * * "' * * * * * * * * * * * * * * * * * Below this line, SAS install maintains the lines and establishes default folders and concatenation lists. Among these for version 8 are the SASUSER and WORK libraries. FORMCHAR in SASVS.CFG Since I output to the researchers that I work with, and they don't always have SAS fonts Installed on their computers, it is best to change the FORMCHAR specification to one that works with any font. The default FORMCHAR looks like the following, except that the following was cut after font and doesn't have the comment end(*/). /*This is the ANSI character set(for SAS Monospace font -FORIICHAR 1-m ftj W+:J /\<>* We want to change from this to the following, which is currently commented out. Please take a look in the listing of this file on the previous page and locate both sets of lines. t This is the ANSI character set /* FORMCHAR J J+J +=J /\<~* To change from one to the other remove the rand */from the -FORMCHAR line directly above, and comment out the one above that by enclosing it with r and */. /*This is the ANSI character set(for SAS Monospace font -FORMCHAR 1-m ftj W+=l /\<>* t This is the ANSI character set /* FDRMCHAR J =J-/\<>* SASUSER Pointer In SASVS.CFG The SASUSER pointer is found below the line. This Is how it looks on my machine: t Setup the SAS Syste configuration folder */ -SASUSER "IUSERPROFILE\Personal\Uy SAS 8 Files\V8\' *I 619

3 On Windows 95 & 98 machines it would look like the following:!* Setup the SAS System configuration folder */ -SASUSER "c:\my Document$\My SAS 8 Files\VS\' In order to preserve the defauh SASUSER profiles you should make a copy of the SASUSER directory under your own directory (e.g. e:\amel for me). Actually, since I customize different profiles for different purposes, I create separate SASUSER libraries on my machine for each different profile I want to create. SAS does not recommend changing anything below the line and there are drawbacks to doing so even if you maintain a separate SASVS.CFG file. When you install an upgrade to SAS, you then have to reconcile the new SASV8.CFG file with your own. If you must make this change in the configuration file, it is best to save your copy in a completely separate library from the SAS installation library. This is because SAS has been known to empty a library during the install. I will demonstrate a way to accomplish the same function without modifying the statements in the SASV8.CFG. This is covered In the next section under modifying the Windows SAS Shortcut. If you are still intent on changing the configuration, file then this is what you can do. Note that simply adding the same specification to the file above the line does not work, just as in any SAS program the lines are executed in the order they appear. To change the pointer to point to your SASUSER directory make a change like the following: in Explorer, right click and drag it to the folder you want, and click copy when the menu pops up. You can then rename the shortcut as you desire. For example, I might name mine SAS V8 Big. You may place this shortcut on the desk top, in the Programs folder, or in the same folder as you store the original shortcut. ' c... '..-aj Downloaded Pro!llam Fie Ell[] Fonlo f!'f::l Forms :e He$> ill(;j Histor $ CJ HP\rinst H211r1 ill elillmtoller ~ CJ J~va ci! CJ Me<ia ' G:l msdownld.tmp L(ij Olline'w'obPaoe f D Pif a(;z~prolleo ' f$1- \ill Admiriatrotor t-;~claiu.... o.. ktop J Setup the default SAS syst user profile dir */ -SASUSER d:\amel\sas\sasuser\ Replace d:\amel\sas\ with the path you want. The SASUSER folder will be created the first time you open SAS. The SASWORK pointer can be changed in a similar manner. Change it if you have another disk that will always have space for the work data sets. Saving SASV8.CFG I recommend that you ALWAYS do a SAVE AS when saving files. Also, remember this is a copy that should be saved in your directory not the SAS directory. You could still call H SASV8.CFG or you could give it another name like BIGSASV8.CFG. To make use of the new SASV8.CFG you will need to create a new shortcut for SAS. So proceed to the next section. MODIFYING THE SAS SHORTCUT Preparation: Creating Folders and Copying Files ALWAYS: Make a copy of a file like The SAS System for Windows V8 shortcut and modify the copy. Find the icon You should take the same precaution with any file or folder that you will be working with. For example, if you intend to create separate SASUSER folders for different purposes, and intend to refer to them in the shortcut or the configuration file, then you will have to create any folders you need first. Assume that we will be using separate SASUSER folders to have versions of SAS with different sized fonts. We need to create the main folder in which to store 620

4 SASUSER. Then we can find the default user folder and copy It to the new folder by dragging and dropping. SASUSER Folder Since tool and font definitions, as well as other options you may choose, are stored in your SASUSER folder in profiles, it would be best to create a copy of this folder. The SASUSER folder usually contains the two catalogs Proflle.sc2 and Profile2.sc2. The location of this folder has been discussed in the section above SASUSER Pointer in SASV8.CFG. Copy it to your personal folder. I copy mine to d:\amel\sas\sasblg. Maintaining different SASUSER profiles is useful to preserve the default or to maintain different customized environments. If. you share machines and login I D's, then this is the only way to be able to customize your environment without affecting the SAS computing environment of those with whom you share. SAS Shortcut The SAS Shortcut is usually found in the following path. c:\winntlprofilea\aii Usars\Start Manu\Programs\The SAS System Winnt could be replaced with Wln95 or Windows, depending on which operating system you are running. The shortcut is called The SAS System for Windows V8. To copy the profile, right click and drag and drop it to the location you desire as described above. Remember to change the name to something that will be meaningful to yo~. Modifying the SAS Shortcut Right Click on the Shortcut, for example BIG SAS System V8, and choose Properties at the bottom of the pop up menu. An example of the Properties Window is shown in the bottom of the previous column. You will want to click on the Shortcut tab. Then, under Target: you will want to change the -CONFIG to point to your new SASV8.CFG file. For example: "0:\SAS lnstltute\sas\v8\sas.exe" CONFIG "E:\amel\sas\SASV8blg.CFG" This is in the Target: box as one continuous line. Under Start in: you may want to change the pointer to point to another folder. It appears that SASUSER folder needs to be In the folder described here. You may want to control where SAS looks for your SAS program files. For example: E:\amel\sas\prog\ This used to be controlled by the Start in: field in version 6.12, but In version 8 you need to use another specification to control this. The SAS system option that controls the location of your default folder for storing programs is SASINITIALFOLDER. It is specified in the shortcut as: SASINITIAL.FOL.DER " E:\amel\sas\prog\ " Make sure this directory exists first or this won't work. You can control the location of SASUSER and the WORK file in the same way. The contents of Target: in the Shortcut to control all of these are shown below. "D:\SASS\SAS lnstltute\sas\vs\sas.exe" CONFIG "e:\amei\sas\sasv8blg.cfg" SASUSER "e:\amei\sas\sas8blg\".sasinitialfolder "e:\amei\sas\prog\" -WORK "g:\tempsas\sastempt" You are now ready to run and customize SAS in your own shell. Your customization will not affect other users. CUSTOMIZING SAS Creating Tools First you will run SAS by clicking on the new shortcut in the START Menu under Programs or double clicking on the icon on your desktop, if you copied it there. The tool we are going to change Is the save tool. It is also possible to add more tools to the tool bar. I have always felt it to be unfortunate that the default is save instead of save as. Most users would benefit from being asked what to save. Since it is convenient while program to bring in an existing program and modify it for the current use. Often it is disastrous to save the new program over the previous one. Therefore, the first thing I do in customizing SAS is to 621

5 replace the save tool with one that will do a save as, and allow me to see what I am saving each time. The Bitmap Browser window provides a large scrollable array of tool icons. The one I will choose for the save as function is the closed folder. You will see an arrow pointing to this folder in the window below. When you are done choosing an icon press OK. Back in the Customize Tools window you will see the information for the save tool, but the icon next to WFILE REPLACE will be changed as you indicated. We will now modify the lines for Command, Help Text, and Tip Text. First we will review what may be placed in these fields, starting with the command field. Once in SAS, choose Tools>Customize and you will see the Customize Tools window like the one below. Notice the Command area with WFILE REPLACE typed in. There is an array of tools for this window just above the Command area. Below this area is the Help Text area; this contains the help text that appears at the bottom left corner status area when you point to a tool. Below this is the Tip Text area where the bubble text that will appear by the cursor when you point to a tool can be supplied. Command Help Text Tip Text Any valid command that could be typed in the Command bar in SAS. Appears at the bottom area of the entire SAS window. Can be a long identifier for the tool. Bubble help that appears by tool when pointed to, should be short. I will replace WFILE REPLACE with DLGSAVE, which is the command that gives us the Save As Dialog window. I will change the help and tip to indicate that they will cause a Save As Dialog window to pop up. Adding a tool is verv much the same process. First choose the tool that will follow the new tool. Then choose add blank tool from the pull down menu to the left of delete (the x-out) in the middle tool bar in the Customize Tools window. Next assign an icon and type in the command and the help information. Some Useful Commands: Prog Log Out These can be used each on its own tool to jump to the Program, Log, or Output windows respectively. CLEAR Erase the contents of the current window. KEYS Opens window for modifying function keys. DLGSAVE Save. As discussed above. In the large area below this is a scrollable list of tools that are already defined. I have selected WFILE REPLACE, which is why that tool is highlighted and the name appears in the command box. In preparation for changing the tool we will change the icon. Choose the button that has the four tiny icons arranged in a square (look for the arrow pointing up diagonally). This will open the Bitmap Browser window. Virtually any command that can be used in the command area can be used in defining a tool. NOTE: you will have to customize the tools for the enhanced editor independently of the other windows. Simply activate this window and then proceed as above. 622

6 Setting Enhanced Editor Options To customize the Enhanced Editor options choose Tools>Options>Enhanced Editor in the pull down menus. Controlling the font for the enhanced editor is independent of the font for the other windows: program, log, and output. Setting Preferences Choosing Tools>Optlons>Preferences allows you to set preference for your SAS sessions. The one you most likely will want. to set is the Save settings on exit preference on the General tab. This will allow various changes like window resizing to be retained across sessions. The General tab allows you to control the actions in the editor. If you have used SAS for a number of years you may be used to automatically clearing lines from the program editor when you submit a program. To do this in the Enhanced Editor you have to check the Clear text on submit box on this screen. I like to have my lines numbered, and so I check the Show line numbers box here as well. The Appearance tab allows control over font and color for program elements that you use in the editor. CONCLUSION You now have some of the information necessary to customize SAS while being a good neighbor in shared environments, and can control where the work file is saved as well as where your profiles are to be kept. You have been introduced to creating tools and controlling the look of your session. REFERENCES SAS Institute Inc. (1999), SASS' Companion for the Microsoft Windows Environment, Version 8, First Edition, Cary, NC: SAS Institute Inc. SAS is a registered trademark or trademark of SAS Institute Inc. in the USA and other countries. e indicates USA registration. Windows, and Windows NT are registered trademarks or trademarks of Microsoft Corporation in the USA. e indicates USA registration. CONTACT INFORMATION Mel Wldawski UCLA Los Angeles, CA mel@ucla.edu 623

Getting PC SAS to Do What You Want, When You Want, How You Want Jodie Gilmore, Fulcrum Communications, Washougal, WA

Getting PC SAS to Do What You Want, When You Want, How You Want Jodie Gilmore, Fulcrum Communications, Washougal, WA Getting PC SAS to Do What You Want, When You Want, How You Want Jodie Gilmore, Fulcrum Communications, Washougal, WA ABSTRACT Searching for a file that is not where you thought it was, starting SAS up

More information

CHAPTER 2 Interacting with the SAS System under Windows

CHAPTER 2 Interacting with the SAS System under Windows 25 CHAPTER 2 Interacting with the SAS System under Windows Overview of the SAS System Interface 27 Accessing SAS Commands, Tools, and Options from Menus 28 Using the Docking View 29 Using the Window Bar

More information

A Guided Tour Through the SAS Windowing Environment Casey Cantrell, Clarion Consulting, Los Angeles, CA

A Guided Tour Through the SAS Windowing Environment Casey Cantrell, Clarion Consulting, Los Angeles, CA A Guided Tour Through the SAS Windowing Environment Casey Cantrell, Clarion Consulting, Los Angeles, CA ABSTRACT The SAS system running in the Microsoft Windows environment contains a multitude of tools

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

SAS/ASSIST Software Setup

SAS/ASSIST Software Setup 173 APPENDIX 3 SAS/ASSIST Software Setup Appendix Overview 173 Setting Up Graphics Devices 173 Setting Up Remote Connect Configurations 175 Adding a SAS/ASSIST Button to Your Toolbox 176 Setting Up HTML

More information

File Management Tutorial

File Management Tutorial Just a reminder... Files: any individual item on your computer that contains data. E.g. document, photo, spreadsheet, email, PowerPoint, etc. File Management Tutorial Folders: containers for your files

More information

Changes and Enhancements

Changes and Enhancements vii Changes and Enhancements Introduction This section describes the features of SAS System under OS/2 that have been implemented or enhanced since Release 6.12. Version 8 changes and enhancements are

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

SAS Studio: A New Way to Program in SAS

SAS Studio: A New Way to Program in SAS SAS Studio: A New Way to Program in SAS Lora D Delwiche, Winters, CA Susan J Slaughter, Avocet Solutions, Davis, CA ABSTRACT SAS Studio is an important new interface for SAS, designed for both traditional

More information

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA Paper 160-26 Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively

More information

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at FIREFOX MENU REFERENCE This menu reference is available in a prettier format at http://support.mozilla.com/en-us/kb/menu+reference FILE New Window New Tab Open Location Open File Close (Window) Close Tab

More information

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images. Creating the Newsletter Overview: You will be creating a cover page and a newsletter. The Cover page will include Your Name, Your Teacher's Name, the Title of the Newsletter, the Date, Period Number, an

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

Here is a step-by-step guide to creating a custom toolbar with text

Here is a step-by-step guide to creating a custom toolbar with text How to Create a Vertical Toolbar with Text Buttons to Access Your Favorite Folders, Templates and Files 2007-2017 by Barry MacDonnell. All Rights Reserved. Visit http://wptoolbox.com. The following is

More information

Information Visualization

Information Visualization Paper 166-25 Presenting Your Data Easily with Graph-N-Go Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively using reports and listings can

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Before you attempt to connect to IFAS, there are a few settings that you will have to change in Internet Explorer.

Before you attempt to connect to IFAS, there are a few settings that you will have to change in Internet Explorer. KU Endowment Account Reporting System IFAS End-user Setup Note: For this setup, please be sure to have your computer technician or other technical resource handy. Some of these steps may require administrative

More information

TeamSpot 3. Introducing TeamSpot. TeamSpot 3 (rev. 25 October 2006)

TeamSpot 3. Introducing TeamSpot. TeamSpot 3 (rev. 25 October 2006) TeamSpot 3 Introducing TeamSpot TeamSpot 3 (rev. 25 October 2006) Table of Contents AN INTRODUCTION TO TEAMSPOT...3 INSTALLING AND CONNECTING (WINDOWS XP/2000)... 4 INSTALLING AND CONNECTING (MACINTOSH

More information

Copyright 2004, Mighty Computer Services

Copyright 2004, Mighty Computer Services EZ-GRAPH DATABASE PROGRAM MANUAL Copyright 2004, Mighty Computer Services The Table of Contents is located at the end of this document. I. Purpose EZ-Graph Database makes it easy to draw and maintain basic

More information

GO! Finder V1.4. User Manual

GO! Finder V1.4. User Manual GO! Finder V1.4 User Manual 1 Tables of Contents GO! Finder Introduction-------------------------------------------------------------------------------------1 System Requirements ---------------------------------------------------------------------------------------2

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Expedient User Manual Getting Started

Expedient User Manual Getting Started Volume 1 Expedient User Manual Getting Started Gavin Millman & Associates Pty Ltd 281 Buckley Street Essendon VIC 3040 Phone 03 9331 3944 Web www.expedientsoftware.com.au Table of Contents Logging In...

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

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

Introduction. CHAPTER 3 Working in the SAS Windowing Environment

Introduction. CHAPTER 3 Working in the SAS Windowing Environment 57 CHAPTER 3 Working in the SAS Windowing Environment Introduction 57 Using Function Keys 58 Using the SAS ToolBox 60 Using the Command Window 60 Using the Toolbar 61 Using the Tool Icons 61 Opening Files

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Microsoft PowerPoint 2002

Microsoft PowerPoint 2002 Microsoft PowerPoint 2002 Creating a New Presentation Upon opening, PowerPoint 2002 will display a blank title slide for a new presentation. You can begin creating a PowerPoint presentation by typing the

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule MAKING TABLES WITH WORD BASIC INSTRUCTIONS Setting the Page Orientation Once in word, decide if you want your paper to print vertically (the normal way, called portrait) or horizontally (called landscape)

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

ChemSense Studio Client Version 3.0.7

ChemSense Studio Client Version 3.0.7 Quick Start Guide: ChemSense Studio Client Version 3.0.7 January 5, 2005 Comments/Questions/Bug Report? E-mail: chemsense-contact@ctl.sri.com Background The ChemSense Studio Client software supports the

More information

Sema Foundation ICT Department. Lesson - 18

Sema Foundation ICT Department. Lesson - 18 Lesson - 18 1 Manipulating Windows We can work with several programs at a time in Windows. To make working with several programs at once very easy, we can change the size of the windows by: maximize minimize

More information

Horizon Launcher Configuration Guide

Horizon Launcher Configuration Guide Horizon Launcher Configuration Guide Windows NT and Windows 2000 are registered trademarks of Microsoft Corporation. All other product or company names are trademarks or registered trademarks of their

More information

This is a demonstration of how you can create a Microsoft Power Point presentation:

This is a demonstration of how you can create a Microsoft Power Point presentation: This is a demonstration of how you can create a Microsoft Power Point presentation: Go to your start menu and choose Microsoft Office documents and choose the Power Point blank presentation document. Then

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

ClickFORMS Quickstart Tutorial

ClickFORMS Quickstart Tutorial ClickFORMS Quickstart Tutorial A ClickFORMS Tutorial 2003 by Bradford Technologies. All Rights Reserved. No part of this document may be reproduced in any form or by any means without the written permission

More information

Customize the Navigation Pane

Customize the Navigation Pane Page 1 of 7 Microsoft Office Outlook Home > Products > Outlook > Outlook 2007 Help and How-to > Search and navigation > Navigation pane Customize the Navigation Pane Applies to: Microsoft Office Outlook

More information

RenameMan User Guide. ExtraBit Software

RenameMan User Guide. ExtraBit Software RenameMan User Guide ExtraBit Software http://www.extrabit.com Version 3.1 August, 2005 Contents Introduction... 5 What does RenameMan do?... 5 Features... 5 Quick tour of RenameMan... 5 Getting started...

More information

Wimba Pronto. Version 2.0. User Guide

Wimba Pronto. Version 2.0. User Guide Wimba Pronto Version 2.0 User Guide Wimba Pronto 2.0 User Guide Welcome to Wimba Pronto 1 What's New in Wimba Pronto 2.0 2 Getting Started 3 Wimba Pronto System Requirements 3 Creating a New Wimba Pronto

More information

The QuickCalc BASIC User Interface

The QuickCalc BASIC User Interface The QuickCalc BASIC User Interface Running programs in the Windows Graphic User Interface (GUI) mode. The GUI mode is far superior to running in the CONSOLE mode. The most-used functions are on buttons,

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

Microsoft FrontPage Practical Session

Microsoft FrontPage Practical Session Ministry of manpower Higher college of technology Department of Information Technology QA Umbrella Workshop 30 th August- 3 rd September 2008 IT Skills Microsoft FrontPage Practical Session Copyright of

More information

KDE User Guide. This chapter will introduce the new appearance and basic operating of Asianux 2.0.

KDE User Guide. This chapter will introduce the new appearance and basic operating of Asianux 2.0. KDE User Guide This chapter will introduce the new appearance and basic operating of Asianux 2.0. 1. Desktop System Asianux 2.0 uses the latest stable KDE 3.2.1 as standard desktop environment. With a

More information

Verification and Configuration Instructions. JMP Genomics 3.1 for SAS Required Verification and Configuration Steps.

Verification and Configuration Instructions. JMP Genomics 3.1 for SAS Required Verification and Configuration Steps. Verification and Configuration Instructions JMP Genomics 3.1 for SAS 9.1.3 Required Verification and Configuration Steps Once you have successfully completed the installation of the SAS 9.1.3 Foundation

More information

SAS Windowing environment Tips and Tricks

SAS Windowing environment Tips and Tricks Paper 2564-2018 SAS Windowing environment Tips and Tricks Ravi Venkata and Mahesh Minnakanti, The EMMES Corporation; ABSTRACT If you work with SAS, then you probably find yourself repeating steps and tasks

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Visual Paradigm Quick Start

Visual Paradigm Quick Start Visual Paradigm Quick Start Last update: Apr 23, 2015 Copyright 2002-2015 Visual Paradigm International Ltd. Matrix Diagram... 33 Getting Started Installing Visual Paradigm 1. Execute the Visual Paradigm

More information

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager BCM 4.0 Personal Call Manager User Guide BCM 4.0 Business Communications Manager Document Status: Beta Document Version: 02 Part Code: N0027256 Date: January 2006 Copyright Nortel Networks Limited 2006

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT 1 IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING EACH CLASS WILL RUN APPROXIMATELY 40 MINUTES WE WILL PICK UP WHERE WE LEFT OFF AT THE NEXT CLASS THE CLASS

More information

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Objectives Start Windows and view the desktop Use pointing devices Use the Start button Use the taskbar Work with windows 2 Objectives Use

More information

DW DIGs Model Windows Tricks

DW DIGs Model Windows Tricks Window Menu 1. Window > Cascade Windows All open windows that aren't minimized at the bottom of the screen will be offset diagonally so you can see the title bar of each. 2. Window > Tile Windows All open

More information

1 Interface Fundamentals

1 Interface Fundamentals 1 Interface Fundamentals Windows The Media Composer interface is focused on three primary windows: the Composer, the Timeline and the Project. The Composer window contains the source and record monitors

More information

MS Word Basic Word 2007 Concepts

MS Word Basic Word 2007 Concepts MS Word Basic Word 2007 Concepts BWD 1 BASIC MS WORD CONCEPTS This section contains some very basic MS Word information that will help you complete the assignments in this book. If you forget how to save,

More information

IBM NetBAY Virtual Console Software. Installer and User Guide

IBM NetBAY Virtual Console Software. Installer and User Guide IBM NetBAY Virtual Console Software Installer and User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the

More information

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

Impress Guide Chapter 1 Introducing Impress

Impress Guide Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two pages on one

More information

Installation Instructions for JMP Genomics 7.1

Installation Instructions for JMP Genomics 7.1 Installation Instructions for JMP Genomics 7.1 These instructions describe the process for downloading and installing JMP Genomics 7.1 on your Windows desktop machine. These instructions include two major

More information

Computer Essentials Session 1 Step-by-Step Guide

Computer Essentials Session 1 Step-by-Step Guide Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters

Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters Paper HW02 Dynamic Projects in SAS Enterprise Guide How to Create and Use Parameters Susan J. Slaughter, Avocet Solutions, Davis, CA Lora D. Delwiche, University of California, Davis, CA ABSTRACT SAS Enterprise

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Hidden Gems for Avatar Champions May 15, Title. Subtitle

Hidden Gems for Avatar Champions May 15, Title. Subtitle Hidden Gems for Avatar Champions May 15, 2017 Title Subtitle 1 Purpose As a token of our appreciation for your participation as an Avatar Champion, we are pleased to share with you hidden gems, helpful

More information

INSTALLING THE PS3 XBOX READY SOFTWARE:

INSTALLING THE PS3 XBOX READY SOFTWARE: INSTALLING THE PS3 XBOX READY SOFTWARE: 1. Insert the Installation CD to CD-ROM drive and execute Ready_Setup.exe NOTE: If it is the first time for the target USB disk using under this software, the software

More information

Strategic Series-7001 Introduction to Custom Screens Version 9.0

Strategic Series-7001 Introduction to Custom Screens Version 9.0 Strategic Series-7001 Introduction to Custom Screens Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference,

More information

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA MANUAL NO. SIEZ-C887-13.2B Copyright 2001 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2007 Email User s Guide Revision 1.1 3/9/2009 This document covers how to use Microsoft Outlook 2007 for accessing your email with the NCMail Exchange email system. The syntax

More information

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

4 Tutorial: TTCN Suite

4 Tutorial: TTCN Suite 4 Tutorial: TTCN Suite Basics (in Windows) This tutorial is intended as an easy introduction to the TTCN suite for the newcomer. It is assumed that you have some basic knowledge about Windows. In addition,

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

How to Make a CD. Now there are two options to burning a CD: MP3 or CDA.

How to Make a CD. Now there are two options to burning a CD: MP3 or CDA. How to Make a CD There are many different CD burning programs out there. I looked and looked for a good free CD burning program that was easy to use, and would also make MP3 CDs. The one I settled on is

More information

Program and Graphical User Interface Design

Program and Graphical User Interface Design CHAPTER 2 Program and Graphical User Interface Design OBJECTIVES You will have mastered the material in this chapter when you can: Open and close Visual Studio 2010 Create a Visual Basic 2010 Windows Application

More information

PageGate Version 8 Documentation USER MANUAL NotePage, Inc. NotePage, Inc.

PageGate Version 8 Documentation USER MANUAL NotePage, Inc. NotePage, Inc. PageGate Version 8 Documentation USER MANUAL NotePage, Inc. Thi s pa ge i s i ntenti ona l l y l eft bl a nk. Remove thi s text from the ma nua l templ a te i f you wa nt i t compl etel y bl a nk. 3 Table

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Laboratory Assignment #4 Debugging in Eclipse CDT 1

Laboratory Assignment #4 Debugging in Eclipse CDT 1 Lab 4 (10 points) November 20, 2013 CS-2301, System Programming for Non-majors, B-term 2013 Objective Laboratory Assignment #4 Debugging in Eclipse CDT 1 Due: at 11:59 pm on the day of your lab session

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION Module 1 Using Windows Welcome! Microsoft Windows is an important part of everyday student life. Whether you are logging onto an NSCC computer or

More information

Submitting Code in the Background Using SAS Studio

Submitting Code in the Background Using SAS Studio ABSTRACT SAS0417-2017 Submitting Code in the Background Using SAS Studio Jennifer Jeffreys-Chen, SAS Institute Inc., Cary, NC As a SAS programmer, how often does it happen that you would like to submit

More information

ASSET INFORMATION 2-1 PRESENTATION OF ASSET INFORMATION

ASSET INFORMATION 2-1 PRESENTATION OF ASSET INFORMATION ASSET uses a split screen approach to presenting information. The Welcome screen below shows the split screen. There are two parts to the screen that remain fixed the Menu Tree on the left and the Display

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION Touring the Mac S e s s i o n 3 : U S E A N APPLICATION Touring_the_Mac_Session-3_Jan-25-2011 1 This session covers opening an application and typing a document using the TextEdit application which is

More information

Desktop User Guide May 2014

Desktop User Guide May 2014 Desktop User Guide May 2014 Table of Contents Software Environment... 1 Logging into the SaaS environment... 1 Logging off the Hosted Desktop... 6 Directories... 7 Wizmo AdminSet... 8 Shadowing a User...

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Impress Guide. Chapter 1 Introducing Impress

Impress Guide. Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress Copyright This document is Copyright 2005 2009 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information