MM 1A03E
Tutorial
Wednesday, June 2,
1999
Administrative
Stuff
Please sign up for CIS services on MUGSI if you have not done
so already. Visit http://www.mcmaster.ca/dataserv-htm/mcss0001.htm.
You must register with MUGSI to log on to Windows in the
computer labs and to use e-mail.
Also, please sign up for the class electronic discussion list.
Francois has put up instructions for this at http://www.chass.utoronto.ca/~lachance/mcmaster/humcom.htm
About Word
Processors
By now, you are probably already familiar with word processors. The
most recent word processors, such as Corel WordPerfect and
Microsoft Word, even allow you to go beyond typing up essays,
to publishing brochures and using complex text/image layouts. This is
called desktop publishing.
You will need to know some basics on word processors for the upcoming
skills test. Specifically, you will have to know your way around
Microsoft Word.
Microsoft Word: Getting
Started
You can load up Microsoft Word through the General
Campus Applications folder on the Desktop of the lab
computers.
You will notice that the Microsoft Word screen has 8 main
parts (listed here from the top of the screen to the bottom):
- Title Bar
- Menu Bar
- Button Bar
- features zooming option in pull-down box
- Status Bar I
- features font options (BOLD, ITALICIZE, UNDERLINE)
- features justification (LEFT, CENTRE, RIGHT)
- Ruler Bar
- Work Area
- Scroll Bar
- also features options for viewing document
- Status Bar II
Of these 8 elements, perhaps the one that needs the most explaining
is the Menu Bar. See below for more information
on the Menu Bar.
Microsoft Word: The Menu
Bar
The Menu Bar has 9 categories: FILE,
EDIT, VIEW, INSERT,
FORMAT, TOOLS, TABLE,
WINDOW, and HELP. Given here are some
of the most important features for each of these 9 categories.
FILE
- SAVE AS
- save your document here
- try to stick to the 8.3 format
- Word saves documents with a doc extension
- PAGE SETUP
- set your Margins here (more below)
- select your Paper Size, Paper Source, and Layout
- PRINT
EDIT
- UNDO
- take back your last action
- CUT
- highlight your text by clicking and dragging with the mouse
- remove this text with EDIT | CUT
- COPY
- highlight your text by clicking and dragging with the mouse
- copy this text to the clipboard (the computer's short-term memory)
with EDIT | COPY
- PASTE
- insert (at the cursor point) the text that you have copied to the
clipboard with EDIT | PASTE
- FIND
- enter in a string of characters, like a word, and EDIT |
FIND will locate all of the instances of that entry in your
document
- REPLACE
- much like EDIT | FIND, except that here you can
substitute all of the instances of the string that you entered with
another string (more below)
VIEW
- NORMAL
- shows document, but without headers, footers, etc. (just main
content)
- the best mode for editing your document
- PAGE LAYOUT
- shows your document complete with headers, footers, etc.
- the best mode for seeing how your document actually looks
- HEADER AND FOOTER
- lets you create headers and/or footers for your document (more below)
INSERT
- BREAK
- inserts the break of your choice, e.g. a Page Break
- PAGE NUMBERS
- insert and customize page numbers according to their position on the
page and alignment
- gives you the option of not numbering the first page
- PICTURE
- allows you to insert a graphic (more below)
FORMAT
- FONT
- select the Font tab here for setting font style and size and for
toggling special font options such as Superscript, Subscript, and
Smallcaps
TOOLS
- SPELLING AND GRAMMAR
- as you type, words that are not recognized by Word's
dictionary are underlined in red; use SPELLING to help you find options
for these words
- as you type, anything that is deemed by Word as
"grammatically incorrect" is underlined in green; use GRAMMAR to help
you to fix these problems
TABLE
- INSERT TABLE
- add a chart to your document (more below)
WINDOW
- has various options to allow you to split the screen
- great for viewing more than one document at once
HELP
- find out the answers to your other questions...
See below for more information on some of the most common procedures
in Word.
Microsoft Word: Setting
Margins
Here is how to set the margins for your document.
- Select FILE | PAGE SETUP.
- Select the Margins tab.
- Enter measurements for the Top, Bottom, Left, and Right margins (1"
all around is common).
- Use the gutter to give extra space on the left-hand side of the
paper (for hole-punching, etc.); the left margin begins at the right
side of the gutter.
- Enter measurements for the headers and footers.
Microsoft Word: Replacing
Words
Here is how to replace words in your document.
- Select EDIT | REPLACE.
- At FIND WHAT, enter what to look for.
- At REPLACE WITH, enter what to replace that string with.
- Click REPLACE ALL to apply this change to the whole document.
Microsoft Word: Inserting
Headers and Footers
Here is how to insert headers and footers into your document.
- Select VIEW | HEADER AND FOOTER.
- Enter the desired text into the dotted box for your header. Notice
the AutoText option, which helps to customize your header more easily
with information such as the date, time, and number of pages.
- Toggle the Header/Footer Switch icon (4th in from the right on the
pop-up toolbar).
- Enter the desired text into the dotted box for your footer. Again,
notice the AutoText option.
- Click CLOSE on the pop-up toolbar.
Microsoft Word: Inserting
Pictures
Here is how to insert pictures into your document.
- Select INSERT | PICTURE.
- Choose between CLIP ART and FROM FILE.
- Choose CLIP ART if you need to look for a ready-made a graphic.
Highlight the image and click INSERT.
- Choose FROM FILE if you would like to use an image of your own.
Highlight the filename and click INSERT.
- The image will appear bordered by 8 squares. Click and drag one of
these squares to resize the image.
- The inner squares squash and stretch the image
- The outer squares (on the corners) maintain the aspect for the
picture -- that is, they change the image size, but they do not distort
the image.
- Click and drag the image itself to move it.
- On the pop-up toolbar, select the Text Wrapping option. This
defines how you would like your image and text to work together.
- Select SQUARE to wrap words in straight lines next to the
image.
- Select TIGHT to wrap words snugly up against the image.
- Select NONE for no text wrapping.
- Close the pop-up toolbar when desired. Click on the image to get it
back.
Microsoft Word: Inserting
Tables
Here is how to insert tables into your document.
- Select TABLE | INSERT TABLE.
- Fill out the pop-up box.
- Enter the desired number of columns.
- Enter the desired number of rows.
- Enter the column width if desired.
- Fill in your table cells as desired.
- Customize your table as desired.
- Access TABLE on the Menu Bar for your options.
- Right-click on the table for a menu that gives you even more
options.
- (One really handy feature is MERGE CELLS, which lets you combine a
bunch of cells to make a giant cell; it's perfect for adding a
title.)
HTML: More on
Images
Here are some final words on images in HTML.
You can customize the size of your image. To do this, you specify
the desired width and height for the image in either pixels (dots of
light on the screen) or percent (percentage of the screen width or
height).
For example, to get image dog.gif to show up with a
width of 200 pixels and a height of 150 pixels, you would type this:
<IMG SRC="dog.gif" WIDTH=200 HEIGHT=150>
However, to get image dog.gif to show up with a
width that takes up 50% of the screen and a height that takes up 25% of
the screen, you would type this:
<IMG SRC="dog.gif" WIDTH=50% HEIGHT=25%>
WARNING:It is best not to rely on browsers to resize an image. If you
are concerned about either possible distortion or performance (speed with
which a browser assembles and displays the components of an hypermedia
document), you should
always use in your markup the true pixel dimension of the images. Of
course, there are occasions where this feature is a boon.
Furthermore, you can give the image a caption, so that the user has
something to read while the image loads. After loading, the caption
will appear when the user "mouses over" the image. This is a great
feature for the visually impaired, who have machines that read to them
the text on the screen. To add a caption, use the ALT
code.
To give the image dog.gif the caption Here
is a dog., you would type this:
<IMG SRC="dog.gif" ALT="Here is a dog.">
HTML: Indenting
Text
Here is a final tag for HTML.
Sometimes you need to be able to indent a chunk of text, particuarly
if you are using a large quotation. To do this, surround the text in
the <BLOCKQUOTE></BLOCKQUOTE> tags.
This paragraph here is surrounded by the
<BLOCKQUOTE></BLOCKQUOTE> tags. As you can see, it makes a
big difference, because now the text is indented on some
browsers (Remember, browsers render elements differently).
For example, view this document in Lynx, Mosaic, Netscape,
Internet Explorer or Cyberdog and compare the results.
You should now have the basics to continue your
markup adventures.