%!PS-Adobe-3.0
%%BoundingBox: (atend)
%%Pages: (atend)
%%PageOrder: (atend)
%%DocumentFonts: (atend)
%%Creator: Frame 5.1
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
%-
%- Frame ps_prolog 5.0, for use with Frame 5.0 products
%- This ps_prolog file is Copyright (c) 1986-1996 Adobe Systems, Incoporated.
%- All rights reserved. This ps_prolog file may be freely copied and
%- distributed in conjunction with documents created using FrameMaker,
%- FrameMaker/SGML FrameReader and FrameViewer as long as this
%- copyright notice is preserved.
%-
%- FrameMaker users specify the proper paper size for each print job in the
%- "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields. If the
%- printer that the PS file is sent to does not support the requested paper
%- size, or if there is no paper tray of the proper size currently installed,
%- then the job will not be printed. The following flag, if set to true, will
%- cause the job to print on the default paper in such cases.
/FMAllowPaperSizeMismatch false def
%-
%- Frame products normally print colors as their true color on a color printer
%- or as shades of gray, based on luminance, on a black-and white printer. The
%- following flag, if set to true, forces all non-white colors to print as pure
%- black. This has no effect on bitmap images.
/FMPrintAllColorsAsBlack false def
%-
%- Frame products can either set their own line screens or use a printer's
%- default settings. Three flags below control this separately for no
%- separations, spot separations and process separations. If a flag
%- is true, then the default printer settings will not be changed. If it is
%- false, Frame products will use their own settings from a table based on
%- the printer's resolution.
/FMUseDefaultNoSeparationScreen true def
/FMUseDefaultSpotSeparationScreen true def
/FMUseDefaultProcessSeparationScreen false def
%-
%- For any given PostScript printer resolution, Frame products have two sets of
%- screen angles and frequencies for printing process separations, which are
%- recomended by Adobe. The following variable chooses the higher frequencies
%- when set to true or the lower frequencies when set to false. This is only
%- effective if the appropriate FMUseDefault...SeparationScreen flag is false.
/FMUseHighFrequencyScreens true def
%-
%- The following is a set of predefined optimal frequencies and angles for various
%- common dpi settings. This is taken from "Advances in Color Separation Using
%- PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043)
%- and corrolated with information which is in various PPD (4.0) files.
%-
%- The "dpiranges" figure is the minimum dots per inch device resolution which
%- can support this setting. The "low" and "high" values are controlled by the
%- setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control
%- the use of the "Yellow Triple Dot" feature whereby the frequency id divided by
%- three, but the dot function is "trippled" giving a block of 3x3 dots per cell.
%-
%- PatFreq is a compromise pattern frequency for ps Level 2 printers which is close
%- to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat
%- (too badly) against the screen frequencies of any separations for that DPI.
% This is computed by taking dpi/9 as the ideal pixels per repetition, and then
% computing a tiling size in printer pixels for each of the four separations as
% (dpi/screenFreq)*(cos(screenAngle)+sin(screenAngle)) Actually, this is the same
% for Cyan and Magenta). Then, we take a "nice" LCM of the tile sizes close to
% the desired pattern tile where the beat factor is not more than 2 or 3.
%
/dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def
/CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def
/YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def
/KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def
/CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def
/MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def
/YLowTDot [ true true false true true false false false ] def
/CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def
/YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def
/KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def
/CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def
/MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def
/YHighTDot [ false false true false false true true false ] def
/PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def
%-
%- PostScript Level 2 printers contain an "Accurate Screens" feature which can
%- improve process separation rendering at the expense of compute time. This
%- flag is ignored by PostScript Level 1 printers.
/FMUseAcccurateScreens true def
%-
%- The following PostScript procedure defines the spot function that Frame
%- products will use for process separations. You may un-comment-out one of
%- the alternative functions below, or use your own.
%-
%- Dot function
/FMSpotFunction {abs exch abs 2 copy add 1 gt
{1 sub dup mul exch 1 sub dup mul add 1 sub }
{dup mul exch dup mul add 1 exch sub }ifelse } def
%-
%- Line function
%- /FMSpotFunction { pop } def
%-
%- Elipse function
%- /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add
%- sqrt 1 exch sub } def
%-
%-
/FMversion (5.0) def % matches PS_VERSION in fmprintdriver
% PostScript Level 1 = true, 2 = false
/fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def
% Set up Color vs. Black-and-White
/FMPColor
fMLevel1 {
false
/colorimage where {pop pop true} if
} {
% statusdict /processcolors known {
% statusdict /processcolors get exec
% } {1} ifelse
% 1 gt
true
} ifelse
def
/FrameDict 400 dict def % should check this value each time changes made
%
% For NeWS we add a fake errordict, so we can psh files
%
systemdict /errordict known not {/errordict 10 dict def
errordict /rangecheck {stop} put} if
%- The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk
FrameDict /tmprangecheck errordict /rangecheck get put % save old rangecheck
errordict /rangecheck {FrameDict /bug true put} put % will flag bug found
FrameDict /bug false put % flag bug not found
mark % since we're not sure what will happen next
%- Some PS machines read past the CR, so keep the following 3 lines together!
currentfile 5 string readline
00
0000000000
cleartomark % junk from readline and rangecheck
errordict /rangecheck FrameDict /tmprangecheck get put % restore rangecheck
FrameDict /bug get { % redefine readline if last one got a rangecheck
/readline {
/gstring exch def
/gfile exch def
/gindex 0 def
{
gfile read pop % get a char
dup 10 eq {exit} if % exit if LF
dup 13 eq {exit} if % exit if CR
gstring exch gindex exch put % store it away
/gindex gindex 1 add def % bump index
} loop
pop % eol character
gstring 0 gindex getinterval true % simulate real readline
} bind def
} if
% outer-world defs
/FMshowpage /showpage load def
/FMquit /quit load def
/FMFAILURE { % enter with two error strings on the stack
dup = flush % send a copy of the message to the console
FMshowpage % msg on a page by itself, so it can't be, say, black on black
/Helvetica findfont 12 scalefont setfont
72 200 moveto show
72 220 moveto show
FMshowpage % we might be in the middle of some EPS, where "showpage"
FMquit % and "quit" are redefined
} def % only used once at most, so no bind
/FMVERSION {
FMversion ne {
(Adobe Frame product version does not match ps_prolog! Check installation;)
(also check ~/fminit and ./fminit for old versions) FMFAILURE
} if
} def % only used at startup, so no bind
/FMBADEPSF { % Call with bad operator name on stack (as a string)
(Adobe's PostScript Language Reference Manual, 2nd Edition, section H.2.4)
(says your EPS file is not valid, as it calls X )
dup dup (X) search pop exch pop exch pop length % parmstr errstr errstr indx
5 -1 roll % errstr errstr index parmstr
putinterval % errstr
FMFAILURE
} def
% standard concatprocs routine
/fmConcatProcs
{
/proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def
newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx
}def
% Put all local variables here in alphabetical order.
FrameDict begin [
/ALDsave
/FMdicttop
/FMoptop
/FMpointsize
/FMsaveobject
/b
/bitmapsave
/blut
/bpside
/bs
/bstring
/bwidth
/c
/cf
/cs
/cynu
/depth
/edown
/fh
/fillvals
/fw
/fx
/fy
/g
/gfile
/gindex
/grnt
/gryt
/gstring
/height
/hh
/i
/im
/indx
/is
/k
/kk
/landscape
/lb
/len
/llx
/lly
/m
/magu
/manualfeed
/n
/offbits
/onbits
/organgle
/orgbangle
/orgbfreq
/orgbproc
/orgbxfer
/orgfreq
/orggangle
/orggfreq
/orggproc
/orggxfer
/orgmatrix
/orgproc
/orgrangle
/orgrfreq
/orgrproc
/orgrxfer
/orgxfer
/pagesave
/paperheight
/papersizedict
/paperwidth
/pos
/pwid
/r
/rad
/redt
/sl
/str
/tran
/u
/urx
/ury
/val
/width
/width
/ws
/ww
/x
/x1
/x2
/xindex
/xpoint
/xscale
/xx
/y
/y1
/y2
/yelu
/yindex
/ypoint
/yscale
/yy
] { 0 def } forall
% Start of PDF/Acrobat support
% Bind def
/FmBD {bind def} bind def
systemdict /pdfmark known {
/fMAcrobat true def
% FmPD is a conditional PDFMark
/FmPD /pdfmark load def
% FmPT is a show text operator which only show up when distiller is active
/FmPT /show load def
% FmPD2 and FmPA are Acrobat 2.0-specific
currentdistillerparams /CoreDistVersion get 2000 ge {
% FmPD2 is like FmPD but for Acrobat 2.0-specific PDF
/FmPD2 /pdfmark load def
% x y/name FmPA
% is equivalent to
% [/Dest/name/View[/FitH x y FmDC exch pop]/DEST FmPD
% It is a shortcut for pagragraph Uinique ID designators whic occurr commonly.
/FmPA { mark exch /Dest exch 5 3 roll
/View [ /XYZ null 6 -2 roll FmDC exch pop null] /DEST FmPD
}FmBD
} {
% These are No-Ops for Distiller 1.0
/FmPD2 /cleartomark load def
/FmPA {pop pop pop}FmBD
} ifelse
} {
% these are the No-Ops for regular PostScript
/fMAcrobat false def
/FmPD /cleartomark load def
/FmPD2 /cleartomark load def
/FmPT /pop load def
/FmPA {pop pop pop}FmBD
} ifelse
% This convert a set of X Y coordinates from the current user space to the default
% PostScript coordinates needed by some pdfmark variants. We also convert to
% integer because the distiller doesn't always like floats!
/FmDC {
transform fMDefaultMatrix itransform cvi exch cvi exch
}FmBD
% This converts four numbers into a bounding box making sure the first two are maller than the last two
/FmBx {
dup 3 index lt {3 1 roll exch} if
1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if
}FmBD
% End of PDF/Acrobat support
%
% Color separation code
%
% Constants.
/FMnone 0 def
/FMcyan 1 def
/FMmagenta 2 def
/FMyellow 3 def
/FMblack 4 def
/FMcustom 5 def
/fMNegative false def % we are inverting the page
% Variables.
/FrameSepIs FMnone def % separation we are printing
% If FrameSepIs is FMcustom, this is the custom color
/FrameSepBlack 0 def
/FrameSepYellow 0 def
/FrameSepMagenta 0 def
/FrameSepCyan 0 def
/FrameSepRed 1 def
/FrameSepGreen 1 def
/FrameSepBlue 1 def
/FrameCurGray 1 def
/FrameCurPat null def
/FrameCurColors [ 0 0 0 1 0 0 0 ] def % c m y k r g b
% Utility routines
/FrameColorEpsilon .001 def % epsilon by which values can differ and sill be equal
/eqepsilon { % v1 v2 eqeps bool
sub dup 0 lt {neg} if
FrameColorEpsilon le
} bind def
% are the cmyk and cmykrgb arrays on the stack the same color?
/FrameCmpColorsCMYK { % [ c1 m1 y1 k1 ] [ c2 m2 y2 k2 r2 g2 b2] -> bool
2 copy 0 get exch 0 get eqepsilon {
2 copy 1 get exch 1 get eqepsilon {
2 copy 2 get exch 2 get eqepsilon {
3 get exch 3 get eqepsilon
} {pop pop false} ifelse
}{pop pop false} ifelse
} {pop pop false} ifelse
} bind def
% are the rgb and cmykrgb arrays on the stack the same color?
/FrameCmpColorsRGB { % [ r1 g1 b1 ] [ c2 m2 y2 k2 r2 g2 b2] -> bool
2 copy 4 get exch 0 get eqepsilon {
2 copy 5 get exch 1 get eqepsilon {
6 get exch 2 get eqepsilon
}{pop pop false} ifelse
} {pop pop false} ifelse
} bind def
% convert r g b to c m y k
/RGBtoCMYK { % r g b
1 exch sub % r g y
3 1 roll % y r g
1 exch sub % y r m
3 1 roll % m y r
1 exch sub % m y c
3 1 roll % c m y
3 copy % c m y c m y
2 copy % c m y c m y m y
le { pop } { exch pop } ifelse % c m y c min(m,y)
2 copy % c m y c min(m,y) c min(m,y)
le { pop } { exch pop } ifelse % c m y min(c, min(m,y))
dup dup dup % c m y k k k k
6 1 roll % c k m y k k k
4 1 roll % c k m k y k k
7 1 roll % k c k m k y k
sub % k c k m k y
6 1 roll % y k c k m k
sub % y k c k m
5 1 roll % m y k c k
sub % m y k c
4 1 roll % c m y k
} bind def
/CMYKtoRGB { % c m y k CMYKtoRGB r g b
dup dup 4 -1 roll add % c m k k y+k
5 1 roll 3 -1 roll add % y+k c k m+k
4 1 roll add % m+k y+k c+k
1 exch sub dup 0 lt {pop 0} if 3 1 roll % r m+k y+k
1 exch sub dup 0 lt {pop 0} if exch % r b m+k
1 exch sub dup 0 lt {pop 0} if exch % r g b
} bind def
% Public routines
% Happens at the top of each page that is a separation
/FrameSepInit {
1.0 RealSetgray
} bind def
% Tell the separation code that this separation is for a custom color
/FrameSetSepColor { % c m y k r g b
/FrameSepBlue exch def
/FrameSepGreen exch def
/FrameSepRed exch def
/FrameSepBlack exch def
/FrameSepYellow exch def
/FrameSepMagenta exch def
/FrameSepCyan exch def
/FrameSepIs FMcustom def
setCurrentScreen
} bind def
% Tell the separation code that this separation is Cyan
/FrameSetCyan {
/FrameSepBlue 1.0 def
/FrameSepGreen 1.0 def
/FrameSepRed 0.0 def
/FrameSepBlack 0.0 def
/FrameSepYellow 0.0 def
/FrameSepMagenta 0.0 def
/FrameSepCyan 1.0 def
/FrameSepIs FMcyan def
setCurrentScreen
} bind def
% Tell the separation code that this separation is Magenta
/FrameSetMagenta {
/FrameSepBlue 1.0 def
/FrameSepGreen 0.0 def
/FrameSepRed 1.0 def
/FrameSepBlack 0.0 def
/FrameSepYellow 0.0 def
/FrameSepMagenta 1.0 def
/FrameSepCyan 0.0 def
/FrameSepIs FMmagenta def
setCurrentScreen
} bind def
% Tell the separation code that this separation is Yellow
/FrameSetYellow {
/FrameSepBlue 0.0 def
/FrameSepGreen 1.0 def
/FrameSepRed 1.0 def
/FrameSepBlack 0.0 def
/FrameSepYellow 1.0 def
/FrameSepMagenta 0.0 def
/FrameSepCyan 0.0 def
/FrameSepIs FMyellow def
setCurrentScreen
} bind def
% Tell the separation code that this separation is Black
/FrameSetBlack {
/FrameSepBlue 0.0 def
/FrameSepGreen 0.0 def
/FrameSepRed 0.0 def
/FrameSepBlack 1.0 def
/FrameSepYellow 0.0 def
/FrameSepMagenta 0.0 def
/FrameSepCyan 0.0 def
/FrameSepIs FMblack def
setCurrentScreen
} bind def
% Tell the separation code we are not doing a separation
/FrameNoSep { %
/FrameSepIs FMnone def
setCurrentScreen
} bind def
% Initialize the separation code with all the custom colors we are
% separating (not process colors)
/FrameSetSepColors { % list of arrays of [c m y k r g b] count
FrameDict begin
[ exch 1 add 1 roll ]
/FrameSepColors % array of arrays of colors we are separating
exch def end
} bind def
% is this color array in the array of custom color separations?
/FrameColorInSepListCMYK { % [ c m y k ] -> bool
FrameSepColors { % color elem-of-array
exch dup 3 -1 roll % color color elem
FrameCmpColorsCMYK % color bool
{ pop true exit } if
} forall % exits with either [color] or true
dup true ne {pop false} if
} bind def
/FrameColorInSepListRGB { % [ r g b ] -> bool
FrameSepColors { % color elem-of-array
exch dup 3 -1 roll % color color elem
FrameCmpColorsRGB % color bool
{ pop true exit } if
} forall % exits with either [color] or true
dup true ne {pop false} if
} bind def
% Level 1 color operators saved and redefined
/RealSetgray /setgray load def
/RealSetrgbcolor /setrgbcolor load def
/RealSethsbcolor /sethsbcolor load def
end
% Setgray patch
/setgray { % num
FrameDict begin
FrameSepIs FMnone eq
{ RealSetgray }
{ % go to white unless the current sep color is black
FrameSepIs FMblack eq
{ RealSetgray }
{ FrameSepIs FMcustom eq
FrameSepRed 0 eq and
FrameSepGreen 0 eq and
FrameSepBlue 0 eq and {
RealSetgray
} {
1 RealSetgray pop
} ifelse
} ifelse
} ifelse
end
} bind def
/setrgbcolor { % r g b
FrameDict begin
FrameSepIs FMnone eq
{ RealSetrgbcolor }
{
3 copy [ 4 1 roll ] % r g b [ r g b ]
FrameColorInSepListRGB
{
FrameSepBlue eq exch
FrameSepGreen eq and exch
FrameSepRed eq and
{ 0 } { 1 } ifelse
}
{
FMPColor {
RealSetrgbcolor
currentcmykcolor
} {
RGBtoCMYK
} ifelse
FrameSepIs FMblack eq
{1.0 exch sub 4 1 roll pop pop pop} {
FrameSepIs FMyellow eq
{pop 1.0 exch sub 3 1 roll pop pop} {
FrameSepIs FMmagenta eq
{pop pop 1.0 exch sub exch pop } {
FrameSepIs FMcyan eq
{pop pop pop 1.0 exch sub }
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse
} ifelse
RealSetgray
}
ifelse
end
} bind def
/sethsbcolor {
FrameDict begin
FrameSepIs FMnone eq
{ RealSethsbcolor }
{
RealSethsbcolor % safe since we will overwrite the color state
currentrgbcolor % r g b - Let PostsCript to the conversion.
setrgbcolor % call our version
}
ifelse
end
} bind def
FrameDict begin
/setcmykcolor where {
pop /RealSetcmykcolor /setcmykcolor load def
} {
/RealSetcmykcolor {
4 1 roll
3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat
RealSetrgbcolor pop
} bind def
} ifelse
userdict /setcmykcolor { % c m y k
FrameDict begin
FrameSepIs FMnone eq
{ RealSetcmykcolor }
{
4 copy [ 5 1 roll ]
FrameColorInSepListCMYK
{
FrameSepBlack eq exch
FrameSepYellow eq and exch
FrameSepMagenta eq and exch
FrameSepCyan eq and
{ 0 } { 1 } ifelse
}
{
FrameSepIs FMblack eq
{1.0 exch sub 4 1 roll pop pop pop} {
FrameSepIs FMyellow eq
{pop 1.0 exch sub 3 1 roll pop pop} {
FrameSepIs FMmagenta eq
{pop pop 1.0 exch sub exch pop } {
FrameSepIs FMcyan eq
{pop pop pop 1.0 exch sub }
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse
} ifelse
RealSetgray
}
ifelse
end
} bind put
% Set up a prototype pattern for PostScript Level 2
fMLevel1 {
% set up screen functions for the patterns in PS level 1
% each entry contains an angle, spot function, flipped spot function,
% gray level and frequency multiplier.
/patScreenDict 7 dict dup begin
<0f1e3c78f0e1c387> [ 45 { pop } {exch pop} .5 2 sqrt] FmBD
<0f87c3e1f0783c1e> [ 135 { pop } {exch pop} .5 2 sqrt] FmBD
<cccccccccccccccc> [ 0 { pop } dup .5 2 ] FmBD
<ffff0000ffff0000> [ 90 { pop } dup .5 2 ] FmBD
<8142241818244281> [ 45 { 2 copy lt {exch} if pop} dup .75 2 sqrt] FmBD
<03060c183060c081> [ 45 { pop } {exch pop} .875 2 sqrt] FmBD
<8040201008040201> [ 135 { pop } {exch pop} .875 2 sqrt] FmBD
end def
} { % prototype level 2 pattern dictionary
% define some PostScript procedures for known jaggy patterns.
/patProcDict 5 dict dup begin
<0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke
4 -4 moveto 12 4 lineto stroke
-4 4 moveto 4 12 lineto stroke} bind def
<0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke
-4 4 moveto 4 -4 lineto stroke
4 12 moveto 12 4 lineto stroke} bind def
<8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke
-1 -1 moveto 9 9 lineto stroke } bind def
<03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke
4 -4 moveto 12 4 lineto stroke
-4 4 moveto 4 12 lineto stroke} bind def
<8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke
-4 4 moveto 4 -4 lineto stroke
4 12 moveto 12 4 lineto stroke} bind def
end def
/patDict 15 dict dup begin
/PatternType 1 def % Always 1 for PS Level 2
/PaintType 2 def % Uncolored pattern
/TilingType 3 def % constant spacing and faster tiling
/BBox [ 0 0 8 8 ] def % bounding box
/XStep 8 def % X offset
/YStep 8 def % Y offset
/PaintProc {
begin
patProcDict bstring known {
patProcDict bstring get exec
} {
8 8 true [1 0 0 -1 0 8] bstring imagemask
} ifelse
end
} bind def
end def
} ifelse
%combineColor puts together the current gray value (which could also be
%a fraction of on bits for a fill pattern and the current color and calls
%the appropriate function
%
/combineColor {
FrameSepIs FMnone eq
{
graymode fMLevel1 or not {
% Level 2 pattern
[/Pattern [/DeviceCMYK]] setcolorspace
FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor
} {
FrameCurColors 3 get 1.0 ge {
FrameCurGray RealSetgray
} {
fMAcrobat not FMPColor graymode and and {
0 1 3 {
FrameCurColors exch get
1 FrameCurGray sub mul
} for
RealSetcmykcolor
} {
4 1 6 {
FrameCurColors exch get
graymode {
1 exch sub 1 FrameCurGray sub mul 1 exch sub
} {
1.0 lt {FrameCurGray} {1} ifelse
} ifelse
} for
RealSetrgbcolor
} ifelse
} ifelse
} ifelse
} { % separation case
FrameCurColors 0 4 getinterval aload
FrameColorInSepListCMYK {
FrameSepBlack eq exch
FrameSepYellow eq and exch
FrameSepMagenta eq and exch
FrameSepCyan eq and
FrameSepIs FMcustom eq and
{ FrameCurGray } { 1 } ifelse
} {
FrameSepIs FMblack eq
{FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} {
FrameSepIs FMyellow eq
{pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} {
FrameSepIs FMmagenta eq
{pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } {
FrameSepIs FMcyan eq
{pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub }
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse
} ifelse
graymode fMLevel1 or not {
% Level 2 pattern
[/Pattern [/DeviceGray]] setcolorspace
FrameCurPat setcolor
} {
graymode not fMLevel1 and {
% Level 1 patterns are either all there or not there at all
dup 1 lt {pop FrameCurGray} if
} if
RealSetgray
} ifelse
} ifelse
} bind def
/savematrix {
orgmatrix currentmatrix pop
} bind def
/restorematrix {
orgmatrix setmatrix
} bind def
/fMDefaultMatrix matrix defaultmatrix def
/fMatrix2 matrix def
/dpi 72 0 fMDefaultMatrix dtransform
dup mul exch dup mul add sqrt def
% freq and sangle are used for ps Level 1 pattern building.
/freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def
/sangle 1 0 fMDefaultMatrix dtransform exch atan def
sangle fMatrix2 rotate
fMDefaultMatrix fMatrix2 concatmatrix
dup 0 get /sflipx exch def
3 get /sflipy exch def
%
% screen index depending on dpi
% - screenIndex smallint
/screenIndex {
0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for
} bind def
%
% These routines get the standard Adobe frequencies, angles, and spot functions
% depending on the DPI
%
% - getCyanScreen freq angle spotfunction
/getCyanScreen {
FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse
screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load
} bind def
%
% - getMagentaScreen freq angle spotFunction
/getMagentaScreen {
FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse
screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load
} bind def
%
% - getYellowScreen freq angle spotFunction
% note that some of these use a "tripple dot" function at 1/3 the frequency
/getYellowScreen {
FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse
screenIndex dup 3 1 roll get 3 1 roll get { 3 div
{2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat
FMSpotFunction } } {/FMSpotFunction load } ifelse
0.0 exch
} bind def
%
% - getBlackScreen freq angle spotFunction
/getBlackScreen {
FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse
screenIndex get 45.0 /FMSpotFunction load
} bind def
%
% - getSpotScreen freq angle spotFunction
/getSpotScreen {
getBlackScreen
} bind def
%
% - getCompositeScreen freq angle spotFunction
/getCompositeScreen {
getBlackScreen
} bind def
% FmSetScreen sets the screen for either PostScript Level 1 or Level 2 and optionally
% sets the accuratescreens flag in the latter case
% freq angle spotfunction FMSetScreen -
/FMSetScreen
fMLevel1 { /setscreen load
}{ {
8 dict begin
/HalftoneType 1 def
/SpotFunction exch def
/Angle exch def
/Frequency exch def
/AccurateScreens FMUseAcccurateScreens def
currentdict end sethalftone
} bind } ifelse
def
% This sets the default screen as was set at the beginning of the job
% - setDefaultScreen -
/setDefaultScreen {
FMPColor {
orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer
}
{
orgxfer cvx settransfer
} ifelse
orgfreq organgle orgproc cvx setscreen
} bind def
% This sets the current screen depending on FrameSepIs
% - setCurrentScreen -
/setCurrentScreen {
FrameSepIs FMnone eq {
FMUseDefaultNoSeparationScreen {
setDefaultScreen
} {
getCompositeScreen FMSetScreen
} ifelse
} {
FrameSepIs FMcustom eq {
FMUseDefaultSpotSeparationScreen {
setDefaultScreen
} {
getSpotScreen FMSetScreen
} ifelse
} {
FMUseDefaultProcessSeparationScreen {
setDefaultScreen
} {
FrameSepIs FMcyan eq {
getCyanScreen FMSetScreen
} {
FrameSepIs FMmagenta eq {
getMagentaScreen FMSetScreen
} {
FrameSepIs FMyellow eq {
getYellowScreen FMSetScreen
} {
getBlackScreen FMSetScreen
} ifelse
} ifelse
} ifelse
} ifelse
} ifelse
} ifelse
} bind def
end
% End of Color separation code
%
/FMDOCUMENT { % xscale yscale edown negative paperwidth paperheight manfeed numcopies numfonts
array /FMfonts exch def % Why isn't this in FrameDict???
/#copies exch def
FrameDict begin
0 ne /manualfeed exch def
/paperheight exch def
/paperwidth exch def
0 ne /fMNegative exch def % invert page
0 ne /edown exch def % flip page along y axis
/yscale exch def
/xscale exch def
fMLevel1 {
manualfeed {setmanualfeed} if
/FMdicttop countdictstack 1 add def % some PS's leave junk on dict ...
/FMoptop count def % ...or on operand stack...
setpapername % This stuff may alter the transfer/screen/angle
manualfeed {true} {papersize} ifelse % true->more work to do
{manualpapersize} {false} ifelse % true->more work to do
{desperatepapersize} {false} ifelse % true->failed completely
{papersizefailure} if
count -1 FMoptop {pop pop} for
countdictstack -1 FMdicttop {pop end} for %...if tray not installed
}
{2 dict
dup /PageSize [paperwidth paperheight] put
manualfeed {dup /ManualFeed manualfeed put} if
{setpagedevice} stopped {papersizefailure} if
}
ifelse % fMLevel1
FMPColor {
currentcolorscreen
cvlit /orgproc exch def
/organgle exch def
/orgfreq exch def
cvlit /orgbproc exch def
/orgbangle exch def
/orgbfreq exch def
cvlit /orggproc exch def
/orggangle exch def
/orggfreq exch def
cvlit /orgrproc exch def
/orgrangle exch def
/orgrfreq exch def
currentcolortransfer
fMNegative {
1 1 4 {
pop { 1 exch sub } fmConcatProcs 4 1 roll
} for
4 copy
setcolortransfer
} if
cvlit /orgxfer exch def
cvlit /orgbxfer exch def
cvlit /orggxfer exch def
cvlit /orgrxfer exch def
} {
currentscreen
cvlit /orgproc exch def
/organgle exch def
/orgfreq exch def
currenttransfer
fMNegative {
{ 1 exch sub } fmConcatProcs
dup settransfer
} if
cvlit /orgxfer exch def
} ifelse
end % FrameDict
} def % only used at startup, so no bind
/FMBEGINPAGE { % pagewidth pageheight landscape color-arrays count
FrameDict begin % for the whole page...
/pagesave save def
3.86 setmiterlimit
/landscape exch 0 ne def
landscape { % check for landscape
90 rotate 0 exch dup /pwid exch def neg translate pop
}{
pop /pwid exch def
} ifelse
edown { [-1 0 0 1 pwid 0] concat } if
% paint the whole page in "white". If the page is inverted, then
% this will actually paint our black background
0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto
0 paperheight lineto 0 0 lineto 1 setgray fill
xscale yscale scale
/orgmatrix matrix def
gsave % for CLIP
} def % only used infrequently, so no bind
/FMENDPAGE {
grestore % for CLIP
pagesave restore
end % FrameDict
showpage
} def % only used infrequently, so no bind
/FMFONTDEFINE { % fontindex nonstd_encoding fontname --
FrameDict begin
findfont % fontindex nonstd_encoding font
ReEncode % fontindex font'
1 index exch % fontindex fontindex font'
definefont % fontindex font"
FMfonts 3 1 roll % FMfonts fontindex font"
put
end % FrameDict
} def % only used infrequently, so no bind
/FMFILLS {
FrameDict begin dup
array /fillvals exch def
dict /patCache exch def
end % framedict
} def % Only called once, so no bind
/FMFILL {
FrameDict begin
fillvals 3 1 roll put
end % FrameDict
} def % only used infrequently, so no bind
% Set things to a known, quiescent state, for when we switch to another writer
/FMNORMALIZEGRAPHICS {
newpath
1 setlinewidth
0 setlinecap
0 0 0 sethsbcolor
0 setgray % Not FMsetgray; only called outside of our environment!
} bind def
/FMBEGINEPSF { % <theta> llx lly urx ury fw fh fx fy
end % FrameDict
/FMEPSF save def % in userdict
/showpage {} def % this def is in userdict
%- See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714.
%- "...the following operators MUST NOT be used in an EPS file:" (emphasis ours)
/banddevice {(banddevice) FMBADEPSF} def
/clear {(clear) FMBADEPSF} def
/cleardictstack {(cleardictstack) FMBADEPSF} def % FMBADEPSF knows this is the longest!
/copypage {(copypage) FMBADEPSF} def
/erasepage {(erasepage) FMBADEPSF} def
/exitserver {(exitserver) FMBADEPSF} def
/framedevice {(framedevice) FMBADEPSF} def
/grestoreall {(grestoreall) FMBADEPSF} def
/initclip {(initclip) FMBADEPSF} def
/initgraphics {(initgraphics) FMBADEPSF} def
% /initmatrix {(initmatrix) FMBADEPSF} def % Aldus Freehand 4.0 epsf uses this harmlessly <Gus 4/26/95>
/quit {(quit) FMBADEPSF} def
/renderbands {(renderbands) FMBADEPSF} def
/setglobal {(setglobal) FMBADEPSF} def
/setpagedevice {(setpagedevice) FMBADEPSF} def
/setshared {(setshared) FMBADEPSF} def
/startjob {(startjob) FMBADEPSF} def
/lettertray {(lettertray) FMBADEPSF} def
/letter {(letter) FMBADEPSF} def
/lettersmall {(lettersmall) FMBADEPSF} def
/11x17tray {(11x17tray) FMBADEPSF} def
/11x17 {(11x17) FMBADEPSF} def
/ledgertray {(ledgertray) FMBADEPSF} def
/ledger {(ledger) FMBADEPSF} def
/legaltray {(legaltray) FMBADEPSF} def
/legal {(legal) FMBADEPSF} def
/statementtray {(statementtray) FMBADEPSF} def
/statement {(statement) FMBADEPSF} def
/executivetray {(executivetray) FMBADEPSF} def
/executive {(executive) FMBADEPSF} def
/a3tray {(a3tray) FMBADEPSF} def
/a3 {(a3) FMBADEPSF} def
/a4tray {(a4tray) FMBADEPSF} def
/a4 {(a4) FMBADEPSF} def
/a4small {(a4small) FMBADEPSF} def
/b4tray {(b4tray) FMBADEPSF} def
/b4 {(b4) FMBADEPSF} def
/b5tray {(b5tray) FMBADEPSF} def
/b5 {(b5) FMBADEPSF} def
FMNORMALIZEGRAPHICS % in case we're in a strange state
[/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall % neat trick
fx fw 2 div add fy fh 2 div add translate
rotate
fw 2 div neg fh 2 div neg translate
fw urx llx sub div fh ury lly sub div scale % then scale
llx neg lly neg translate % then compensate for LL offset
/FMdicttop countdictstack 1 add def % high-water mark of dict stack
/FMoptop count def % tricky! "/FMoptop" on stack
} bind def
/FMENDEPSF {
count -1 FMoptop {pop pop} for % clear EPS junk from operand stack
countdictstack -1 FMdicttop {pop end} for % ditto for dict stack
FMEPSF restore
FrameDict begin % for the whole page...
} bind def
FrameDict begin % put most defs here
/setmanualfeed {
%%BeginFeature *ManualFeed True
statusdict /manualfeed true put
%%EndFeature
} bind def
/max {2 copy lt {exch} if pop} bind def
/min {2 copy gt {exch} if pop} bind def
/inch {72 mul} def
/pagedimen { % name width height
paperheight sub abs 16 lt exch % 16pt is an arbitrary slop amount
paperwidth sub abs 16 lt and
{/papername exch def} {pop} ifelse
} bind def
/setpapername { % Already set up: paperwidth paperheight and manualfeed
/papersizedict 14 dict def % one for /papername, one for /unknown
papersizedict begin
/papername /unknown def % in case no match
/Letter 8.5 inch 11.0 inch pagedimen
/LetterSmall 7.68 inch 10.16 inch pagedimen
/Tabloid 11.0 inch 17.0 inch pagedimen
/Ledger 17.0 inch 11.0 inch pagedimen
/Legal 8.5 inch 14.0 inch pagedimen
/Statement 5.5 inch 8.5 inch pagedimen
/Executive 7.5 inch 10.0 inch pagedimen
/A3 11.69 inch 16.5 inch pagedimen
/A4 8.26 inch 11.69 inch pagedimen
/A4Small 7.47 inch 10.85 inch pagedimen
/B4 10.125 inch 14.33 inch pagedimen
/B5 7.16 inch 10.125 inch pagedimen
end
} bind def
/papersize {
papersizedict begin
/Letter {lettertray letter} def
/LetterSmall {lettertray lettersmall} def
/Tabloid {11x17tray 11x17} def
/Ledger {ledgertray ledger} def
/Legal {legaltray legal} def
/Statement {statementtray statement} def
/Executive {executivetray executive} def
/A3 {a3tray a3} def
/A4 {a4tray a4} def
/A4Small {a4tray a4small} def
/B4 {b4tray b4} def
/B5 {b5tray b5} def
/unknown {unknown} def
papersizedict dup papername known {papername} {/unknown} ifelse get
end
statusdict begin stopped end % return true if more work to do
} bind def
/manualpapersize {
papersizedict begin
/Letter {letter} def
/LetterSmall {lettersmall} def
/Tabloid {11x17} def
/Ledger {ledger} def
/Legal {legal} def
/Statement {statement} def
/Executive {executive} def
/A3 {a3} def
/A4 {a4} def
/A4Small {a4small} def
/B4 {b4} def
/B5 {b5} def
/unknown {unknown} def
papersizedict dup papername known {papername} {/unknown} ifelse get
end
stopped % return true if more work to do
} bind def
/desperatepapersize {
statusdict /setpageparams known
{
paperwidth paperheight 0 1
statusdict begin
{setpageparams} stopped % return true iff failed
end
} {true} ifelse % return true iff failed
} bind def
/papersizefailure {
FMAllowPaperSizeMismatch not
{
(The requested paper size is not available in any currently-installed tray)
(Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray)
FMFAILURE } if
} def
%
% Font re-encoding to include diacritics
%
/DiacriticEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle /parenleft
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
/two /three /four /five /six /seven /eight /nine /colon /semicolon
/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K
/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h
/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar
/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute
/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis
/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis
/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve
/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex
/udieresis /dagger /.notdef /cent /sterling /section /bullet
/paragraph /germandbls /registered /copyright /trademark /acute
/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef
/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown
/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef
/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde
/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright
/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis
/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl
/periodcentered /quotesinglbase /quotedblbase /perthousand
/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute
/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve
/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron
/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
] def
/ReEncode { % nonstd_encoding font -- reencodedfont
dup % nonstd_encoding font font
length % nonstd_encoding font dictlength
dict begin % nonstd_encoding font % currentdict = newdict
{% forall % forall is over font to be copied
1 index /FID ne % skip FID
{def} % defs go into newfontdict which is currentdict
{pop pop} ifelse % copy all keys including /Encoding
} forall % nonstd_encoding
0 eq {/Encoding DiacriticEncoding def} if % --
currentdict % push a copy of the copied font dict onto operand stack
end % font' % before popping it off dictionary stack
} bind def
FMPColor
% setup procs for color printing
{
/BEGINBITMAPCOLOR { % iw, ih, width, height, theta, x y
BITMAPCOLOR} def
/BEGINBITMAPCOLORc { % iw, ih, width, height, theta, x y
BITMAPCOLORc} def
/BEGINBITMAPTRUECOLOR {
BITMAPTRUECOLOR } def
/BEGINBITMAPTRUECOLORc {
BITMAPTRUECOLORc } def
/BEGINBITMAPCMYK {
BITMAPCMYK } def
/BEGINBITMAPCMYKc {
BITMAPCMYKc } def
}
% setup procs for B&W printing
{
/BEGINBITMAPCOLOR { % iw, ih, width, height, theta, x y
BITMAPGRAY} def
/BEGINBITMAPCOLORc { % iw, ih, width, height, theta, x y
BITMAPGRAYc} def
/BEGINBITMAPTRUECOLOR {
BITMAPTRUEGRAY } def
/BEGINBITMAPTRUECOLORc {
BITMAPTRUEGRAYc } def
/BEGINBITMAPCMYK {
BITMAPCMYKGRAY } def
/BEGINBITMAPCMYKc {
BITMAPCMYKGRAYc } def
}
ifelse
/K { % c m y k r g b SEPARATION
FMPrintAllColorsAsBlack {
dup 1 eq 2 index 1 eq and 3 index 1 eq and not
{7 {pop} repeat 0 0 0 1 0 0 0} if
} if
FrameCurColors astore
pop combineColor
} bind def
%
% graymode is true if we are just doing gray fills, this way do not keep calling
% setscreen. I don't know what the cost is on calling setscreen with defaults, but
% this is easy to keep track of, and we know for sure we aren't wasting cycles.
% if graymode is false and fMLevel1 is false, then we are using Level 2 patterns.
%
/graymode true def
% used by level 1 patterns
% defaultflip matrixentry fmGetFlit -> eith -1 or 1
fMLevel1 {
/fmGetFlip {
fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse
} FmBD
} if
/setPatternMode {
fMLevel1 {
2 index patScreenDict exch known {
pop pop
patScreenDict exch get aload pop % angle spot fspot gray mult
freq % freq
mul % times multiplier
5 2 roll % angle spot fspot gray mult freq -> gray freq angle spot fspot
fMatrix2 currentmatrix 1 get 0 ne {
3 -1 roll 90 add 3 1 roll % landscape
sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul
} { % portrait
sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul
} ifelse
0 lt {exch pop} {pop} ifelse % take regular or flipped spot function
fMNegative {
{neg} fmConcatProcs % invert spot function
} if
bind
% we need to bypass any screen filter and go directly to systemdict
% to avoid problems with Kodak Precision calibration software
% <Gus 9/13/93>
systemdict /setscreen get exec % leave graylevel on stack
/FrameCurGray exch def
} {
/bwidth exch def
/bpside exch def
/bstring exch def
/onbits 0 def /offbits 0 def
freq sangle landscape {90 add} if
{/ypoint exch def
/xpoint exch def
/xindex xpoint 1 add 2 div bpside mul cvi def
/yindex ypoint 1 add 2 div bpside mul cvi def
bstring yindex bwidth mul xindex 8 idiv add get
1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if
{/onbits onbits 1 add def 1}
{/offbits offbits 1 add def 0}
ifelse
}
setscreen
offbits offbits onbits add div fMNegative {1.0 exch sub} if
/FrameCurGray exch def
} ifelse
} { % Level 2 version
pop pop
dup patCache exch known {
patCache exch get
} { % not in cache
dup
patDict /bstring 3 -1 roll put
patDict
9 PatFreq screenIndex get div dup matrix scale
% 9 orgfreq
% organgle sin abs organgle cos abs add div
% dup 16 div round dup 0 le {pop 1} if % Unix pattern size
% dup 9 div round dup 0 le {pop 1} if % Mac larger (WYSIWYG) size
% div div dup matrix scale % This gives Unix pattern size.
makepattern
dup
patCache 4 -1 roll 3 -1 roll put
} ifelse
/FrameCurGray 0 def
/FrameCurPat exch def
} ifelse
/graymode false def
combineColor
} bind def
/setGrayScaleMode {
graymode not {
/graymode true def
fMLevel1 {
setCurrentScreen
} if
} if
/FrameCurGray exch def
combineColor
} bind def
/normalize {
transform round exch round exch itransform
} bind def
/dnormalize {
dtransform round exch round exch idtransform
} bind def
/lnormalize { % line widths are always odd so that arrow heads work
0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop
} bind def
/H { % THICK
lnormalize setlinewidth
} bind def
/Z {
setlinecap
} bind def
% This is used to fill or stroke white behind a Level 2 pattern
/PFill {
graymode fMLevel1 or not {
gsave 1 setgray eofill grestore
} if
} bind def
/PStroke {
graymode fMLevel1 or not {
gsave 1 setgray stroke grestore
} if
stroke
} bind def
/X { % TEXTURE
fillvals exch get
dup type /stringtype eq
{8 1 setPatternMode} % Silly to pass parameters here
{setGrayScaleMode}
ifelse
} bind def
/V { % FILL
PFill gsave eofill grestore
} bind def
/Vclip {
clip
} bind def
/Vstrk {
currentlinewidth exch setlinewidth PStroke setlinewidth
} bind def
/N { % PEN
PStroke
} bind def
/Nclip {
strokepath clip newpath
} bind def
/Nstrk {
currentlinewidth exch setlinewidth PStroke setlinewidth
} bind def
/M {newpath moveto} bind def
/E {lineto} bind def
/D {curveto} bind def
/O {closepath} bind def
/L { % POLYLINE
/n exch def
newpath
normalize
moveto
2 1 n {pop normalize lineto} for
} bind def
/Y { % POLYGON !!!
L % POLYLINE
closepath
} bind def
/R { % RECT x1 y1 x2 y2
/y2 exch def
/x2 exch def
/y1 exch def
/x1 exch def
x1 y1
x2 y1
x2 y2
x1 y2
4 Y % POLYGON
} bind def
/rarc % Leaves all sorts of junk on the operand stack for caller to clear off
{rad % arcto might fail if we're scaled way down
arcto
} bind def
/RR { % ROUNDRECT x1 y1 x2 y2 r
/rad exch def
normalize
/y2 exch def
/x2 exch def
normalize
/y1 exch def
/x1 exch def
mark
newpath
{
x1 y1 rad add moveto
x1 y2 x2 y2 rarc
x2 y2 x2 y1 rarc
x2 y1 x1 y1 rarc
x1 y1 x1 y2 rarc
closepath
} stopped {x1 y1 x2 y2 R} if % in case rarc failed for degenerate arcs
cleartomark
} bind def
/RRR { % ROUNDRECT ROTATED xs ys x1 y1 x2 y2 x3 y3 x4 y4 r
/rad exch def
normalize /y4 exch def /x4 exch def
normalize /y3 exch def /x3 exch def
normalize /y2 exch def /x2 exch def
normalize /y1 exch def /x1 exch def
newpath
normalize moveto % eats xs ys
mark
{
x2 y2 x3 y3 rarc
x3 y3 x4 y4 rarc
x4 y4 x1 y1 rarc
x1 y1 x2 y2 rarc
closepath
} stopped
{x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if
cleartomark
} bind def
/C { % CLIP
grestore
gsave
R % RECT
clip
setCurrentScreen
} bind def
/CP { % CLIPPOLY p1x p1y p2x p2y ... n
grestore
gsave
Y % POLYGON
clip
setCurrentScreen
} bind def
/F { % FONT
FMfonts exch get
FMpointsize scalefont
setfont
} bind def
/Q { % POINTSIZE (& font)
/FMpointsize exch def
F % could be slightly optimized here
} bind def
/T { % TEXT <string> <x> <y>
moveto show
} bind def
% Callers of RF (rotate/flip) must gsave (or save) first; (g)restore when done
/RF { % <flip> <theta>
rotate
0 ne {-1 1 scale} if
} bind def
/TF { % TEXTFLIPROTATE <string> <flip> <theta> <x> <y>
gsave
moveto
RF
show
grestore
} bind def
/P { % PADTEXT <pad> <string> <x> <y>
moveto
0 32 3 2 roll widthshow
} bind def
/PF { % PADTEXTFLIPROTATE <pad> <string> <flip> <theta> <x> <y>
gsave
moveto
RF
0 32 3 2 roll widthshow
grestore
} bind def
/S { % SPREADTEXT <spread> <string> <x> <y>
moveto
0 exch ashow
} bind def
/SF { % SPREADTEXTFLIPROTATE <spread> <string> <flip> <theta> <x> <y>
gsave
moveto
RF
0 exch ashow
grestore
} bind def
/B { % PADSPREADTEXT <pad> <spread> <string> <x> <y>
moveto
0 32 4 2 roll 0 exch awidthshow
} bind def
/BF { % PADSPREADTEXTFLIPROTATE <pad> <spread> <string> <flip> <theta> <x> <y>
gsave
moveto
RF
0 32 4 2 roll 0 exch awidthshow
grestore
} bind def
/G { % ARCFILL theta1 theta2 width height x y
gsave
newpath
normalize translate 0.0 0.0 moveto % eats x y
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
PFill fill
grestore
} bind def
/Gstrk {
savematrix
newpath
2 index 2 div add exch 3 index 2 div sub exch % theta1 theta2 width height x y
normalize 2 index 2 div sub exch 3 index 2 div add exch % theta1 theta2 width height x y
translate
scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
restorematrix
currentlinewidth exch setlinewidth PStroke setlinewidth
} bind def
/Gclip { % ARCFILL theta1 theta2 width height x y swid
newpath
savematrix
normalize translate 0.0 0.0 moveto % eats x y
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
clip newpath
restorematrix
} bind def
/GG { % ARCFILL ROTATED theta1 theta2 width height angle x y
gsave
newpath
normalize translate 0.0 0.0 moveto % eats x y
rotate % eats angle
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
PFill
fill
grestore
} bind def
/GGclip { % ARCFILL ROTATED theta1 theta2 width height angle x y
savematrix
newpath
normalize translate 0.0 0.0 moveto % eats x y
rotate % eats angle
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
clip newpath
restorematrix
} bind def
/GGstrk { % ARCFILL ROTATED swid theta1 theta2 width height angle x y
savematrix
newpath
normalize translate 0.0 0.0 moveto % eats x y
rotate % eats angle
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
restorematrix
currentlinewidth exch setlinewidth PStroke setlinewidth
} bind def
/A { % ARCPEN theta1 theta2 width height x y
gsave
savematrix
newpath
2 index 2 div add exch 3 index 2 div sub exch % theta1 theta2 width height x y
normalize 2 index 2 div sub exch 3 index 2 div add exch % theta1 theta2 width height x y
translate
scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
restorematrix
PStroke
grestore
} bind def
/Aclip {
newpath
savematrix
normalize translate 0.0 0.0 moveto % eats x y
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
strokepath clip newpath
restorematrix
} bind def
/Astrk {
Gstrk
} bind def
/AA { % ARCPEN ROTATED theta1 theta2 width height angle x y
gsave
savematrix
newpath
% theta1 theta2 width height angle x y
3 index 2 div add exch 4 index 2 div sub exch
% theta1 theta2 width height angle x y
normalize 3 index 2 div sub exch 4 index 2 div add exch
translate % eats x y
rotate % eats angle
scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
restorematrix
PStroke
grestore
} bind def
/AAclip {
savematrix
newpath
normalize translate 0.0 0.0 moveto % eats x y
rotate % eats angle
dnormalize scale % eats width height
0.0 0.0 1.0 5 3 roll arc % eats theta1 theta2
closepath
strokepath clip newpath
restorematrix
} bind def
/AAstrk {
GGstrk
} bind def
/BEGINPRINTCODE { % -x -y width height
/FMdicttop countdictstack 1 add def % high-water mark of dict stack
/FMoptop count 7 sub def % tricky! 7 params on stack, plus "/FMoptop"
/FMsaveobject save def
userdict begin % insulate user from FrameDict; not in /FMdicttop count
/showpage {} def % this def is in userdict
FMNORMALIZEGRAPHICS % in case we're in a strange state
3 index neg 3 index neg translate
} bind def
/ENDPRINTCODE {
count -1 FMoptop {pop pop} for % clear user junk from operand stack
countdictstack -1 FMdicttop {pop end} for % ditto for dict stack
FMsaveobject restore % this is now safe, unless user very malicious
} bind def
/gn { % get a number in a funny encoding scheme
0 % result on stack
{ 46 mul % shift old digits
cf read pop % get next character
32 sub % zero is the space character
dup 46 lt {exit} if % quit if we're the last digit
46 sub add % add in this digit and loop around for next
} loop
add % result on stack
} bind def
/cfs { % create a string of length "sl" filled with "val"s
/str sl string def % create string as "str"
0 1 sl 1 sub {str exch val put} for % fill array
str def % define real array name, too; name is on stack from caller
} bind def
/ic [ % "case" stmt list of procedures that the image commands should call
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
0
{0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx}
{10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx}
{19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}
{13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh}
{4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh}
{13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl}
{7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl}
{0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl}
{10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl}
] def
/ms { % make all the strings
/sl exch def % remember length of currently existing strings
/val 255 def % that's white
/ws cfs % make "ws" a string filled with white
/im cfs % and "im" is a complete image scanline
/val 0 def % that's black
/bs cfs % make "bs" a string filled with black
/cs cfs % here's where we'll put complete command lines
} bind def
400 ms % make strings that will be plenty long for most applications
/ip { % image procedure; reads and executes commands to make scanlines
is % leave image string and...
0 % ...image position on stack all through this procedure
cf cs readline pop % get a string of commands
{ ic exch get exec % execute next command
add % all commands leave a length on the stack; update pos
} forall % step through all commands
pop % get rid of image position pointer
% image string left on stack, so it's returned to image primitive
} bind def
/rip { % this is similar to ip above, except for 24 bit images
% this takes an extra argument, the width of the image
% do red
bis ris copy pop % copy blue to red
is
0
cf cs readline pop
{ ic exch get exec
add
} forall
pop pop % remove is and position from stack
ris gis copy pop % copy red to green
dup is exch % position of green is width bytes into is
% do green
cf cs readline pop
{ ic exch get exec
add
} forall
pop pop
gis bis copy pop % copy green to blue
dup add is exch % position of blue is 2*width bytes into is
% do blue
cf cs readline pop
{ ic exch get exec
add
} forall
pop
} bind def
/rip4 { % this is similar to ip above, except for 32 bit images
% this takes an extra argument, the width of the image
% do cyan
kis cis copy pop % copy black to cyan
is
0
cf cs readline pop
{ ic exch get exec
add
} forall
pop pop % remove is and position from stack
cis mis copy pop % copy cyan to magenta
dup is exch % position of magenta is width bytes into is
% do magenta
cf cs readline pop
{ ic exch get exec
add
} forall
pop pop
mis yis copy pop % copy magenta to yellow
dup dup add is exch % position of yellow is 2*width bytes into is
% do yellow
cf cs readline pop
{ ic exch get exec
add
} forall
pop pop
yis kis copy pop % copy yellow to black
3 mul is exch % position of black is 3*width bytes into is
% do black
cf cs readline pop
{ ic exch get exec
add
} forall
pop
} bind def
/wh { % fill a number of bytes with "white"
/len exch def % number of bytes to fill
/pos exch def % position to put them at
ws 0 len getinterval im pos len getinterval copy pop
pos len % remember where we got to
} bind def
/bl { % fill a number of bytes with "black"
/len exch def % number of bytes to fill
/pos exch def % position to put them at
bs 0 len getinterval im pos len getinterval copy pop
pos len % remember where we got to
} bind def
/s1 1 string def
/fl { % fill a number of bytes with a specific hex value
/len exch def % number of bytes to fill
/pos exch def % position to put them at
/val cf s1 readhexstring pop 0 get def
pos 1 pos len add 1 sub {im exch val put} for
pos len % remember where we got to
} bind def
/hx { % read hex bytes directly; on entry, stack has <str> <pos> <len>
3 copy getinterval % stack has <str> <pos> <len> <substr>
cf exch readhexstring pop pop % stack back to <str> <pos> <len>
} bind def
/wbytes { % width depth -> wb find width in bytes given 1, 2, 8 or 24 or 32
dup dup
8 gt { pop 8 idiv mul }
{ 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse
} bind def
/BEGINBITMAPBWc { % iw, ih, width, height, theta, x y
1 {} COMMONBITMAPc
} bind def
/BEGINBITMAPGRAYc { % iw, ih, width, height, theta, x y
8 {} COMMONBITMAPc
} bind def
/BEGINBITMAP2BITc { % iw, ih, width, height, theta, x y
2 {} COMMONBITMAPc
} bind def
%
% Common routine for imaging compressed images
%
/COMMONBITMAPc { % iw, ih, width, height, theta, x y depth proc
% (x,y) is the lower left corner of the image
/cvtProc exch def
/depth exch def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def % LW+ has a buggy memory leak!
cvtProc % run the desired proc after save has occurred
/is im 0 lb getinterval def % image substring
ws 0 lb getinterval is copy pop % whiten it
/cf currentfile def % evaluate "currentfile" only once
width height depth [width 0 0 height neg 0 height] % top to bottom
{ip} image % zap!
bitmapsave restore % avoid occasional disaster on the LW+
grestore
} bind def
/BEGINBITMAPBW { % iw, ih, width, height, theta, x y
1 {} COMMONBITMAP
} bind def
/BEGINBITMAPGRAY { % iw, ih, width, height, theta, x y
8 {} COMMONBITMAP
} bind def
/BEGINBITMAP2BIT { % iw, ih, width, height, theta, x y
2 {} COMMONBITMAP
} bind def
%
% Common routine for uncompressed images
%
/COMMONBITMAP { % iw, ih, width, height, theta, x y depth proc
/cvtProc exch def
/depth exch def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def % LW+ has a buggy memory leak!
cvtProc % run the desired proc after save has occurred
/is width depth wbytes string def
/cf currentfile def % evaluate "currentfile" only once
width height depth [width 0 0 height neg 0 height] % top to bottom
{cf is readhexstring pop} image
bitmapsave restore % avoid occasional disaster on the LW+
grestore
} bind def
%
% All this hairy color setup stuff gus wrote on the mac, I just copied and
% changed the variable names to be humanly readable.
/ngrayt 256 array def
/nredt 256 array def
/nbluet 256 array def
/ngreent 256 array def
fMLevel1 {
/colorsetup {
currentcolortransfer
/gryt exch def
/blut exch def
/grnt exch def
/redt exch def
0 1 255 {
/indx exch def
/cynu 1 red indx get 255 div sub def
/magu 1 green indx get 255 div sub def
/yelu 1 blue indx get 255 div sub def
/kk cynu magu min yelu min def
% The HP PaintJet XL300 ignores the gray transfer curve but still sets its
% default black generation and undercolor removal functions as if it is
% used. This causes black colors not to work. Bug#56844 <Gus 2/22/93>
% - We go back to the old (correct?) way of doing this since this code
% is now bypassed for PS Level 2 printers in favor of colorSetup2 which
% uses PS Level 2 indexed color, which is much cleaner. <Gus 3/3/93>
/u kk currentundercolorremoval exec def
%- /u 0 def
nredt indx 1 0 cynu u sub max sub redt exec put
ngreent indx 1 0 magu u sub max sub grnt exec put
nbluet indx 1 0 yelu u sub max sub blut exec put
ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put
} for
{255 mul cvi nredt exch get}
{255 mul cvi ngreent exch get}
{255 mul cvi nbluet exch get}
{255 mul cvi ngrayt exch get}
setcolortransfer
{pop 0} setundercolorremoval
{} setblackgeneration
} bind def
}
{
% Here, we set up indexed color for imaging on PS Level 2 without mucking around
% with the transfer functions.
/colorSetup2 {
[ /Indexed /DeviceRGB 255
{dup red exch get 255 div
exch dup green exch get 255 div
exch blue exch get 255 div}
] setcolorspace
} bind def
} ifelse
%
% Setup a transfer function to convert psuedo color values into grayscale
% values based on the color lookup tables.
%
/fakecolorsetup {
/tran 256 string def
0 1 255 {/indx exch def
tran indx
red indx get 77 mul
green indx get 151 mul
blue indx get 28 mul
add add 256 idiv put} for
currenttransfer
{255 mul cvi tran exch get 255.0 div}
exch fmConcatProcs settransfer
} bind def
%
% image a color image
%
/BITMAPCOLOR { % iw, ih, width, height, theta, x y
/depth 8 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def
fMLevel1 {
colorsetup
/is width depth wbytes string def
/cf currentfile def % evaluate "currentfile" only once
width height depth [width 0 0 height neg 0 height] % top to bottom
{cf is readhexstring pop} {is} {is} true 3 colorimage
} {
colorSetup2
/is width depth wbytes string def
/cf currentfile def % evaluate "currentfile" only once
7 dict dup begin
/ImageType 1 def
/Width width def
/Height height def
/ImageMatrix [width 0 0 height neg 0 height] def
/DataSource {cf is readhexstring pop} bind def
/BitsPerComponent depth def
/Decode [0 255] def
end image
} ifelse
bitmapsave restore
grestore
} bind def
%
% Compressed color image rendering
%
/BITMAPCOLORc { % iw, ih, width, height, theta, x y
/depth 8 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def
fMLevel1 {
colorsetup
/is im 0 lb getinterval def % image substring
ws 0 lb getinterval is copy pop % whiten it
/cf currentfile def % evaluate "currentfile" only once
width height depth [width 0 0 height neg 0 height] % top to bottom
{ip} {is} {is} true 3 colorimage
} {
colorSetup2
/is im 0 lb getinterval def % image substring
ws 0 lb getinterval is copy pop % whiten it
/cf currentfile def % evaluate "currentfile" only once
7 dict dup begin
/ImageType 1 def
/Width width def
/Height height def
/ImageMatrix [width 0 0 height neg 0 height] def
/DataSource {ip} bind def
/BitsPerComponent depth def
/Decode [0 255] def
end image
} ifelse
bitmapsave restore
grestore
} bind def
/BITMAPTRUECOLORc {
/depth 24 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def
/is im 0 lb getinterval def % Whole scanline
/ris im 0 width getinterval def % red part of im
/gis im width width getinterval def % green part of im
/bis im width 2 mul width getinterval def % blue part of im
ws 0 lb getinterval is copy pop
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{width rip pop ris} {gis} {bis} true 3 colorimage
bitmapsave restore
grestore
} bind def
/BITMAPCMYKc {
/depth 32 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def
/is im 0 lb getinterval def % Whole scanline
/cis im 0 width getinterval def % cyan part of im
/mis im width width getinterval def % magenta part of im
/yis im width 2 mul width getinterval def % yellow part of im
/kis im width 3 mul width getinterval def % black part of im
ws 0 lb getinterval is copy pop
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage
bitmapsave restore
grestore
} bind def
/BITMAPTRUECOLOR {
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def
/is width string def
/gis width string def
/bis width string def
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{ cf is readhexstring pop }
{ cf gis readhexstring pop }
{ cf bis readhexstring pop }
true 3 colorimage
bitmapsave restore
grestore
} bind def
/BITMAPCMYK {
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def
/is width string def
/mis width string def
/yis width string def
/kis width string def
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{ cf is readhexstring pop }
{ cf mis readhexstring pop }
{ cf yis readhexstring pop }
{ cf kis readhexstring pop }
true 4 colorimage
bitmapsave restore
grestore
} bind def
%
% image a color image to a b&width device
%
/BITMAPTRUEGRAYc {
/depth 24 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def
/is im 0 lb getinterval def % Whole scanline
/ris im 0 width getinterval def % red part of im
/gis im width width getinterval def % green part of im
/bis im width 2 mul width getinterval def % blue part of im
ws 0 lb getinterval is copy pop
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{width rip pop ris gis bis width gray} image
bitmapsave restore
grestore
} bind def
/BITMAPCMYKGRAYc {
/depth 32 def
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/lb width depth wbytes def % so "lb" has width in bytes
sl lb lt {lb ms} if % maybe make bigger strings
/bitmapsave save def
/is im 0 lb getinterval def % Whole scanline
/cis im 0 width getinterval def % cyan part of im
/mis im width width getinterval def % magenta part of im
/yis im width 2 mul width getinterval def % yellow part of im
/kis im width 3 mul width getinterval def % black part of im
ws 0 lb getinterval is copy pop
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{width rip pop cis mis yis kis width cgray} image
bitmapsave restore
grestore
} bind def
/cgray { % c m y k width
/ww exch def
/k exch def
/y exch def
/m exch def
/c exch def
0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB
.144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add
c i 3 -1 roll floor cvi put } for
c
} bind def
/gray { % r g b width
/ww exch def
/b exch def
/g exch def
/r exch def
0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul
b i get .114 mul add add r i 3 -1 roll floor cvi put } for
r
} bind def
/BITMAPTRUEGRAY {
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def
/is width string def
/gis width string def
/bis width string def
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{ cf is readhexstring pop
cf gis readhexstring pop
cf bis readhexstring pop width gray} image
bitmapsave restore
grestore
} bind def
/BITMAPCMYKGRAY {
gsave
% rotate about center of image
3 index 2 div add exch % iw ih width height theta y+(height/2) x
4 index 2 div add exch % iw ih width height theta x+(width/2) y+(height/2)
translate % iw ih width height theta
rotate % iw ih width height
1 index 2 div neg % iw ih width height -(width/2)
1 index 2 div neg % iw ih width height -(width/2) -(height/2)
translate % iw ih width height
scale % iw ih
/height exch def /width exch def
/bitmapsave save def
/is width string def
/yis width string def
/mis width string def
/kis width string def
/cf currentfile def
width height 8 [width 0 0 height neg 0 height]
{ cf is readhexstring pop
cf mis readhexstring pop
cf yis readhexstring pop
cf kis readhexstring pop width cgray} image
bitmapsave restore
grestore
} bind def
/BITMAPGRAY { % iw, ih, width, height, theta, x y
8 {fakecolorsetup} COMMONBITMAP
} bind def
/BITMAPGRAYc { % iw, ih, width, height, theta, x y
8 {fakecolorsetup} COMMONBITMAPc
} bind def
/ENDBITMAP {
} bind def
end % of FrameDict definitions
% OPI stuff
/ALDmatrix matrix def ALDmatrix currentmatrix pop
/StartALD {
/ALDsave save def
savematrix
ALDmatrix setmatrix
} bind def
/InALD {
restorematrix
} bind def
/DoneALD {
ALDsave restore
} bind def
% Dashed lines stuff
/I { setdash } bind def
/J { [] 0 setdash } bind def
%%EndProlog
%%BeginSetup
(5.0) FMVERSION
1 1 0 0 612 792 0 1 20 FMDOCUMENT
0 0 /Helvetica FMFONTDEFINE
1 0 /Helvetica-Bold FMFONTDEFINE
2 0 /Times-Bold FMFONTDEFINE
3 0 /Times-Roman FMFONTDEFINE
4 0 /Courier FMFONTDEFINE
5 0 /Times-Italic FMFONTDEFINE
6 0 /Courier-Bold FMFONTDEFINE
7 0 /Courier-Oblique FMFONTDEFINE
32 FMFILLS
0 0 FMFILL
1 0.1 FMFILL
2 0.3 FMFILL
3 0.5 FMFILL
4 0.7 FMFILL
5 0.9 FMFILL
6 0.97 FMFILL
7 1 FMFILL
8 <0f1e3c78f0e1c387> FMFILL
9 <0f87c3e1f0783c1e> FMFILL
10 <cccccccccccccccc> FMFILL
11 <ffff0000ffff0000> FMFILL
12 <8142241818244281> FMFILL
13 <03060c183060c081> FMFILL
14 <8040201008040201> FMFILL
16 1 FMFILL
17 0.9 FMFILL
18 0.7 FMFILL
19 0.5 FMFILL
20 0.3 FMFILL
21 0.1 FMFILL
22 0.03 FMFILL
23 0 FMFILL
24 <f0e1c3870f1e3c78> FMFILL
25 <f0783c1e0f87c3e1> FMFILL
26 <3333333333333333> FMFILL
27 <0000ffff0000ffff> FMFILL
28 <7ebddbe7e7dbbd7e> FMFILL
29 <fcf9f3e7cf9f3f7e> FMFILL
30 <7fbfdfeff7fbfdfe> FMFILL
%%EndSetup
%%Page: "21" 1
%%BeginPaperSize: Letter
%%EndPaperSize
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
J
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (21 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 94.9 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Quitting Pine and Log) 125.86 675.77 S
0.13 (ging Out) 263.52 675.77 S
2 11 Q
0.11 (T) 173.88 648.07 S
0.11 (o quit Pine:) 180.32 648.07 S
3 F
0.11 (1.) 173.88 629.08 S
0.11 (At almost an) 192.96 629.08 S
0.11 (y place in Pine, press) 250.34 629.08 S
2 F
0.11 (Q) 351.55 629.08 S
3 F
0.11 (\050Quit\051.) 365.82 629.08 S
0.11 (Y) 192.96 612.08 S
0.11 (ou are ask) 199.8 612.08 S
0.11 (ed:) 245.38 612.08 S
4 F
0.11 (Really quit pine?) 212.04 595.08 S
3 F
0.11 (2.) 173.88 578.08 S
0.11 (Press) 192.96 578.08 S
2 F
0.11 (y) 222.34 578.08 S
3 F
0.11 (\050yes\051 or press) 233.56 578.08 S
2 F
0.11 (<Retur) 299.97 578.08 S
0.11 (n>) 334.22 578.08 S
3 F
0.11 (to quit.) 352.44 578.08 S
0.11 (It is a good idea to log of) 173.88 559.08 S
0.11 (f your computer whene) 286.87 559.08 S
0.11 (v) 391.24 559.08 S
0.11 (er you are through with it or) 396.68 559.08 S
0.11 (when you must lea) 173.88 546.08 S
0.11 (v) 258.33 546.08 S
0.11 (e it unattended.) 263.77 546.08 S
77.76 94.9 533.38 684.43 C
78.32 456.41 532.82 523.41 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
166.32 462.41 526.82 517.41 R
6 X
0 0 0 1 0 0 0 K
V
0.5 H
0 Z
0 X
N
3 11 Q
0.11 (W) 180.44 500.58 S
0.11 (e hope you \336nd Pine a useful and enjo) 190.05 500.58 S
0.11 (yable program for electronic) 362.05 500.58 S
0.11 (mail.) 180.44 487.58 S
0.11 (Please send an) 208.9 487.58 S
0.11 (y comments you ha) 274.43 487.58 S
0.11 (v) 361.93 487.58 S
0.11 (e about Pine or this document to) 367.38 487.58 S
5 F
0.11 (
[email protected]) 180.44 474.58 S
77.76 94.9 533.38 684.43 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "21" 1
%%Page: "20" 2
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (20 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 144.73 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Guidelines f) 125.86 675.77 S
0.13 (or Using Email) 201.57 675.77 S
3 11 Q
0.11 (Electronic mail is a unique medium of communication.) 173.88 648.07 S
0.11 (Messages can be) 427.8 648.07 S
-0.37 0.11 (replied to or forw) 173.88 635.08 B
-0.37 0.11 (arded with speed and ease, and email has the potential to reach) 251.91 635.08 B
0.11 (a wide audience.) 173.88 622.08 S
0.11 (These features can also be misused.) 254.86 622.08 S
0.11 (There are a fe) 421.33 622.08 S
0.11 (w basic) 483.36 622.08 S
0.11 (guidelines for the responsible use of email that can help you a) 173.88 609.08 S
0.11 (v) 452.79 609.08 S
0.11 (oid common) 458.18 609.08 S
0.11 (mistak) 173.88 596.08 S
0.11 (es while you enjo) 203.77 596.08 S
0.11 (y the full bene\336ts of this technology) 282.82 596.08 S
0.11 (.) 445.06 596.08 S
-0.22 0.11 (The pri) 173.88 577.08 B
-0.22 0.11 (v) 206.23 577.08 B
-0.22 0.11 (ac) 211.56 577.08 B
-0.22 0.11 (y of an email message cannot be guaranteed.) 221.38 577.08 B
-0.22 0.11 (An email message may) 426.87 577.08 B
0.11 (be forw) 173.88 564.08 S
0.11 (arded, printed, or permanently stored by an) 208.44 564.08 S
0.11 (y recipient.) 403.02 564.08 S
0.11 (Email can be) 459.44 564.08 S
0.11 (misdirected, e) 173.88 551.08 S
0.11 (v) 236.85 551.08 S
0.11 (en when you are careful.) 242.3 551.08 S
0.11 (Do not put something in an email) 358.97 551.08 S
0.11 (message that you w) 173.88 538.08 S
0.11 (ould not w) 262.21 538.08 S
0.11 (ant read by e) 310.26 538.08 S
0.11 (v) 367.92 538.08 S
0.11 (erybody) 373.36 538.08 S
0.11 (.) 409.46 538.08 S
0.11 (And if you recei) 417.93 538.08 S
0.11 (v) 491.2 538.08 S
0.11 (e a) 496.65 538.08 S
0.11 (message intended for someone else, let the sender kno) 173.88 525.08 S
0.11 (w) 418.02 525.08 S
0.11 (.) 425.36 525.08 S
0.11 (Email does not sho) 173.88 506.08 S
0.11 (w the subtleties of v) 259.61 506.08 S
0.11 (oice or body language.) 350.31 506.08 S
0.11 (A) 458.53 506.08 S
0.11 (v) 465.77 506.08 S
0.11 (oid attempts) 471.16 506.08 S
0.11 (at iron) 173.88 493.08 S
0.11 (y or sarcasm.) 202.9 493.08 S
0.11 (The most ef) 268.28 493.08 S
0.11 (fecti) 321.76 493.08 S
0.11 (v) 341.58 493.08 S
0.11 (e email is short, clear) 347.03 493.08 S
0.11 (, and rele) 442.9 493.08 S
0.11 (v) 484.35 493.08 S
0.11 (ant.) 489.68 493.08 S
0.11 (If) 511.93 493.08 S
-0.43 0.11 (you recei) 173.88 480.08 B
-0.43 0.11 (v) 214.79 480.08 B
-0.43 0.11 (e a message that mak) 220.24 480.08 B
-0.43 0.11 (es you upset, do not respond immediately) 314.09 480.08 B
-0.43 0.11 (, and in) 498.23 480.08 B
0.11 (an) 173.88 467.08 S
0.11 (y case, a) 184.32 467.08 S
0.11 (v) 222.65 467.08 S
0.11 (oid \322\337aming,) 228.04 467.08 S
0.11 (\323 that is, sending an angry or rude message.) 286.65 467.08 S
1 12 Q
0.12 (Email Tips) 173.88 435.41 S
3 11 Q
0.11 (As you use email, k) 173.88 416.08 S
0.11 (eep the follo) 262.93 416.08 S
0.11 (wing tips in mind:) 319.08 416.08 S
3 16 Q
0.16 (\245) 173.88 397.08 S
3 11 Q
0.11 (Email is easily forw) 192.96 397.08 S
0.11 (arded to someone else.) 283.35 397.08 S
0.11 (Although this is con) 391.57 397.08 S
0.11 (v) 482.26 397.08 S
0.11 (enient, it) 487.7 397.08 S
0.11 (is not al) 192.96 384.08 S
0.11 (w) 228.68 384.08 S
0.11 (ays appropriate.) 236.62 384.08 S
0.11 (If you are unsure, ask the sender before you) 314.24 384.08 S
0.11 (forw) 192.96 371.08 S
0.11 (ard a message.) 214.06 371.08 S
3 16 Q
0.16 (\245) 173.88 354.08 S
3 11 Q
0.11 (Email replies may go to more people than you realize.) 192.96 354.08 S
0.11 (When replying to a) 442.69 354.08 S
0.11 (message be sure to look at the list of recipients, especially addresses of) 192.96 341.08 S
-0.5 0.11 (mailing lists, which may redistrib) 192.96 328.08 B
-0.5 0.11 (ute your message to dozens or hundreds of) 342.09 328.08 B
0.11 (indi) 192.96 315.08 S
0.11 (viduals.) 210.24 315.08 S
3 16 Q
0.16 (\245) 173.88 298.08 S
3 11 Q
0.11 (Email can be junk mail, so a) 192.96 298.08 S
0.11 (v) 320.78 298.08 S
0.11 (oid unnecessary proliferation of messages.) 326.17 298.08 S
3 16 Q
0.16 (\245) 173.88 281.08 S
3 11 Q
0.11 (Email tak) 192.96 281.08 S
0.11 (es up computer space, so delete messages you no longer need.) 236.31 281.08 S
3 16 Q
0.16 (\245) 173.88 264.08 S
3 11 Q
0.11 (The inte) 192.96 264.08 S
0.11 (grity of an email message cannot be guaranteed.) 230.03 264.08 S
0.11 (If a recei) 452.81 264.08 S
0.11 (v) 492.72 264.08 S
0.11 (ed) 498.16 264.08 S
0.11 (message seems out of character for the sender) 192.96 251.08 S
0.11 (, double-check before taking) 399.37 251.08 S
0.11 (it seriously) 192.96 238.08 S
0.11 (.) 242.15 238.08 S
3 16 Q
0.16 (\245) 173.88 221.08 S
3 11 Q
-0.06 0.11 (Email is meant for informal correspondence as well as scholarly) 192.96 221.08 B
-0.06 0.11 (, scienti\336c,) 481.23 221.08 B
0.11 (and clinical communications.) 192.96 208.08 S
0.11 (Y) 330.89 208.08 S
0.11 (ou should not use email for of) 337.73 208.08 S
0.11 (\336cial record) 472.74 208.08 S
0.11 (purposes where a memo w) 192.96 195.08 S
0.11 (ould be required \050e.g., personnel actions,) 312.68 195.08 S
0.11 (or) 192.96 182.08 S
0.11 (g) 202.15 182.08 S
0.11 (anization changes, contracts, and polic) 207.7 182.08 S
0.11 (y statements\051.) 381.67 182.08 S
3 16 Q
0.16 (\245) 173.88 165.08 S
3 11 Q
0.11 (Email should not be considered pri) 192.96 165.08 S
0.11 (v) 350.1 165.08 S
0.11 (ate.) 355.44 165.08 S
0.11 (Con\336dential information should) 377.06 165.08 S
0.11 (not be sent by email.) 192.96 152.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "20" 2
%%Page: "19" 3
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (19 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 75.99 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Pine Can Do More) 131.47 675.77 S
3 11 Q
0.11 (Pine has other useful features that ha) 173.88 648.07 S
0.11 (v) 339.75 648.07 S
0.11 (e not been co) 345.19 648.07 S
0.11 (v) 404.8 648.07 S
0.11 (ered in this introductory) 410.24 648.07 S
0.11 (document.) 173.88 635.08 S
0.11 (Although originally designed for no) 226.61 635.08 S
0.11 (vice email users, Pine has) 388.56 635.08 S
0.11 (e) 173.88 622.08 S
0.11 (v) 178.6 622.08 S
0.11 (olv) 183.99 622.08 S
0.11 (ed to support man) 198.21 622.08 S
0.11 (y adv) 279.05 622.08 S
0.11 (anced features.) 303.46 622.08 S
0.11 (It has become an easy-to-use) 376.68 622.08 S
-0.35 0.11 (program for sending, recei) 173.88 609.08 B
-0.35 0.11 (ving, and \336ling Internet electronic mail messages and) 292.11 609.08 B
0.11 (b) 173.88 596.08 S
0.11 (ulletin board \050USENET\051 messages including multimedia attachments.) 179.27 596.08 S
0.11 (There) 499.7 596.08 S
-0.08 0.11 (is also a PC v) 173.88 583.08 B
-0.08 0.11 (ersion of Pine for use with IMAP mail serv) 234.83 583.08 B
-0.08 0.11 (ers \050for details look on) 428.68 583.08 B
0.11 (the W) 173.88 570.08 S
0.11 (eb at) 200.13 570.08 S
5 F
0.11 (
http://www) 224.61 570.08 S
0.11 (.imap.or) 273.8 570.08 S
0.11 (g) 311.55 570.08 S
3 F
0.11 (\051.) 317.16 570.08 S
0.11 (If you w) 173.88 551.08 S
0.11 (ould lik) 211.92 551.08 S
0.11 (e to learn more about Pine:) 246.61 551.08 S
3 16 Q
0.16 (\245) 173.88 532.08 S
3 11 Q
0.11 (T) 192.96 532.08 S
0.11 (ry all of the commands at the bottom of each Pine screen, including the) 199.41 532.08 S
0.11 (ones that appear when you press) 192.96 519.08 S
2 F
0.11 (O) 344.64 519.08 S
3 F
0.11 (\050O) 358.92 519.08 S
0.11 (THER CMDS\051.) 370.3 519.08 S
3 16 Q
0.16 (\245) 173.88 502.08 S
3 11 Q
0.11 (Read Pine\325) 192.96 502.08 S
0.11 (s online help.) 242.03 502.08 S
0.11 (It contains tips to help you at e) 308.15 502.08 S
0.11 (v) 446.86 502.08 S
0.11 (ery stage of) 452.3 502.08 S
-0.16 0.11 (learning Pine.) 192.96 489.08 B
-0.16 0.11 (Read about dif) 261.06 489.08 B
-0.16 0.11 (ferent functions, e) 326.78 489.08 B
-0.16 0.11 (v) 408.01 489.08 B
-0.16 0.11 (en those you don\325) 413.45 489.08 B
-0.16 0.11 (t use yet.) 493.17 489.08 B
3 16 Q
0.16 (\245) 173.88 472.08 S
3 11 Q
0.11 (Explore Pine\325) 192.96 472.08 S
0.11 (s other options. T) 254.58 472.08 S
0.11 (o see them, at the Pine Main Menu,) 332.68 472.08 S
0.11 (press) 192.96 459.08 S
2 F
0.11 (S) 221.73 459.08 S
3 F
0.11 (\050Setup\051. Y) 233.56 459.08 S
0.11 (ou see a message asking you to choose one of the) 279.28 459.08 S
0.11 (follo) 192.96 446.08 S
0.11 (wing tasks:) 214.01 446.08 S
2 F
0.11 (P) 192.96 433.08 S
3 F
0.11 ( \050Printer\051 to select a printer) 199.79 433.08 S
0.11 (,) 321.48 433.08 S
2 F
0.11 (N) 192.96 420.08 S
3 F
0.11 ( \050Ne) 201.01 420.08 S
0.11 (wpassw) 220.42 420.08 S
0.11 (ord\051 to change your account passw) 255.79 420.08 S
0.11 (ord,) 412.35 420.08 S
2 F
0.11 (C) 192.96 407.08 S
3 F
0.11 ( \050Con\336g\051 to allo) 201.01 407.08 S
0.11 (w adv) 273.08 407.08 S
0.11 (anced users to set dif) 299.93 407.08 S
0.11 (ferent Pine con\336gurations) 394.33 407.08 S
0.11 (\050there are man) 207 394.08 S
0.11 (y Pine commands that are not a) 271.9 394.08 S
0.11 (v) 413.07 394.08 S
0.11 (ailable by def) 418.41 394.08 S
0.11 (ault and) 479.71 394.08 S
0.11 (ha) 207 381.08 S
0.11 (v) 217.38 381.08 S
0.11 (e to be enabled before you can use them\051,) 222.83 381.08 S
2 F
0.11 (U) 192.96 368.08 S
3 F
0.11 ( \050Update\051 to read technical notes, and) 201.01 368.08 S
2 F
0.11 (S) 192.96 355.08 S
3 F
0.11 ( \050Signature\051 to create an email signature.) 199.19 355.08 S
3 16 Q
0.16 (\245) 173.88 338.08 S
3 11 Q
0.11 (F) 192.96 338.08 S
0.11 (or adv) 199.02 338.08 S
0.11 (anced information, see the online Unix Manual entries for Pine and) 227.2 338.08 S
-0.25 0.11 (Pico. In addition, at the Pine Main Menu, press) 192.96 325.08 B
2 F
-0.25 0.11 (R) 409.2 325.08 B
3 F
-0.25 0.11 (\050RelNotes\051 to see Pine\325) 422.86 325.08 B
-0.25 0.11 (s) 526.38 325.08 B
0.11 (release notes.) 192.96 312.08 S
3 16 Q
0.16 (\245) 173.88 295.08 S
3 11 Q
0.11 (If you access the W) 192.96 295.08 S
0.11 (orld W) 280.92 295.08 S
0.11 (ide W) 311.99 295.08 S
0.11 (eb \050ask your local computer consultant if) 338.23 295.08 S
0.11 (you are not sure or need help getting started\051 visit the Pine Information) 192.96 282.08 S
0.11 (Center at) 192.96 269.08 S
5 F
0.11 (
http://www) 236.83 269.08 S
0.11 (.washington.edu/pine/) 286.02 269.08 S
3 16 Q
0.16 (\245) 173.88 252.08 S
3 11 Q
0.11 (T) 192.96 252.08 S
0.11 (o report problems with Pine or to mak) 198.91 252.08 S
0.11 (e suggestions for impro) 370.61 252.08 S
0.11 (v) 476.55 252.08 S
0.11 (ements, at) 481.99 252.08 S
0.11 (the Pine Main Menu, press) 192.96 239.08 S
2 F
0.11 (B) 319.56 239.08 S
3 F
0.11 (\050Report Bug\051. If you are unsure which) 332.61 239.08 S
0.11 (cate) 192.96 226.08 S
0.11 (gory to choose, select the \336rst option \050Send a question to your local) 210.95 226.08 S
0.11 (support staf) 192.96 213.08 S
0.11 (f\051.) 245.64 213.08 S
0.11 (Y) 173.88 194.08 S
0.11 (our local system managers may ha) 180.72 194.08 S
0.11 (v) 335.85 194.08 S
0.11 (e customized Pine to suit speci\336c needs,) 341.3 194.08 S
0.11 (and the) 173.88 181.08 S
0.11 (y may or may not of) 206.56 181.08 S
0.11 (fer all of Pine\325) 297.89 181.08 S
0.11 (s e) 362.89 181.08 S
0.11 (v) 374.86 181.08 S
0.11 (er) 380.3 181.08 S
0.11 (-gro) 388.85 181.08 S
0.11 (wing set of con\336guration) 407.34 181.08 S
0.11 (and personal-preference options.) 173.88 168.08 S
0.11 (Thus, your local system managers are a good) 326.88 168.08 S
0.11 (source of information about additional Pine features.) 173.88 155.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "19" 3
%%Page: "18" 4
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (18 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 94.82 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Printing Messa) 125.86 675.77 S
0.13 (g) 220.01 675.77 S
0.13 (es) 228.22 675.77 S
3 11 Q
0.11 (Pine pro) 173.88 648.07 S
0.11 (vides three options for printing \050the one you use depends on the) 211.57 648.07 S
0.11 (computer and printer you are using\051, which are e) 173.88 635.08 S
0.11 (xplained later in this section.) 393.13 635.08 S
0.11 (First, see if you can print a message using the follo) 173.88 622.08 S
0.11 (wing method. If your) 403.38 622.08 S
0.11 (message prints, you may not need to read about Pine\325) 173.88 609.08 S
0.11 (s other printing options.) 414.24 609.08 S
1 12 Q
0.12 (Printing an Email Messa) 173.88 577.41 S
0.12 (g) 314.57 577.41 S
0.12 (e) 322.14 577.41 S
2 11 Q
0.11 (T) 173.88 558.08 S
0.11 (o print a message:) 180.32 558.08 S
3 F
0.11 (1.) 173.88 539.08 S
0.11 (From either the F) 192.96 539.08 S
0.11 (older Inde) 271.36 539.08 S
0.11 (x screen or the Message T) 317.19 539.08 S
0.11 (e) 434.33 539.08 S
0.11 (xt screen,) 439.16 539.08 S
0.11 (press) 192.96 526.08 S
2 F
0.11 (y) 221.73 526.08 S
3 F
0.11 (\050prYnt\051. Y) 232.94 526.08 S
0.11 (ou are ask) 279.27 526.08 S
0.11 (ed to con\336rm your choice.) 324.85 526.08 S
0.11 (2.) 173.88 509.08 S
0.11 (F) 192.96 509.08 S
0.11 (ollo) 199.02 509.08 S
0.11 (w the instructions.) 216.3 509.08 S
0.11 (\050T) 304.97 509.08 S
0.11 (ype) 314.7 509.08 S
2 F
0.11 (<Contr) 336.52 509.08 S
0.11 (ol>G) 371.36 509.08 S
3 F
0.11 (if you need help.\051) 400.79 509.08 S
0.11 (If your message prints, \336ne. If your message does not print, you need to learn) 173.88 490.08 S
0.11 (about Pine\325) 173.88 477.08 S
0.11 (s three options for printing. The follo) 224.9 477.08 S
0.11 (wing te) 392.37 477.08 S
0.11 (xt and Pine\325) 425.67 477.08 S
0.11 (s online) 479.54 477.08 S
0.11 (help may be all you need to print your messages. If you ha) 173.88 464.08 S
0.11 (v) 437.58 464.08 S
0.11 (e an) 443.02 464.08 S
0.11 (y questions or) 461.32 464.08 S
0.11 (need help setting the Pine printing option, you can contact your local computer) 173.88 451.08 S
0.11 (consultant.) 173.88 438.08 S
1 12 Q
0.12 (Pine\325) 173.88 406.41 S
0.12 (s Printing Options) 202.44 406.41 S
3 11 Q
0.11 (Pine has three printing options, which are a) 173.88 387.08 S
0.11 (v) 369.14 387.08 S
0.11 (ailable under the S \050Setup\051) 374.47 387.08 S
0.11 (command on Pine\325) 173.88 374.08 S
0.11 (s Main Menu screen. Here is a brief description of each.) 258.14 374.08 S
1 8 Q
0.08 (Printing Using a Printer Attac) 173.88 351.08 S
0.08 (hed to PC or Macintosh) 287.77 351.08 S
3 11 Q
0.11 (By def) 173.88 333.08 S
0.11 (ault, Pine assumes you ha) 204.06 333.08 S
0.11 (v) 319.95 333.08 S
0.11 (e a desktop computer attached to a printer) 325.39 333.08 S
0.11 (.) 513.61 333.08 S
0.11 (If) 522.08 333.08 S
0.11 (you do, you should be able to print messages using this method. See your local) 173.88 320.08 S
0.11 (computer consultant if you need help.) 173.88 307.08 S
1 8 Q
0.08 (Printing Using a Standar) 173.88 284.08 S
0.08 (d Unix Print Command) 268.99 284.08 S
3 11 Q
0.11 (If you are using a Unix w) 173.88 266.08 S
0.11 (orkstation, select this option as your printing method) 288.94 266.08 S
-0.4 0.11 (for Pine.) 173.88 253.08 B
-0.4 0.11 (Using this option may require setting your \322PRINTER\323 or \322LPDEST\323) 217.96 253.08 B
-0.39 0.11 (en) 173.88 240.08 B
-0.39 0.11 (vironment v) 184.04 240.08 B
-0.39 0.11 (ariable using the standard Unix utilities.) 238.06 240.08 B
-0.39 0.11 (See your local computer) 422.32 240.08 B
0.11 (consultant if you need help.) 173.88 227.08 S
1 8 Q
0.08 (Printing Using a P) 173.88 204.08 S
0.08 (er) 243.98 204.08 S
0.08 (sonall) 251.58 204.08 S
0.08 (y Selected Print Command) 275.06 204.08 S
3 11 Q
0.11 (Messages you print will be directed to the appropriate printer by your) 173.88 186.08 S
0.11 (personally selected command. See your local computer consultant if you need) 173.88 173.08 S
0.11 (help.) 173.88 160.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "18" 4
%%Page: "17" 5
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (17 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 294.3 533.38 684.43 R
7 X
V
1 12 Q
0 X
0.12 (Changing a Single Ad) 173.88 676.43 S
0.12 (dress or a Distrib) 300.18 676.43 S
0.12 (ution List) 400.8 676.43 S
2 11 Q
0.11 (T) 173.88 657.1 S
0.11 (o change a single addr) 180.32 657.1 S
0.11 (ess or a distrib) 287.05 657.1 S
0.11 (ution list:) 357.33 657.1 S
3 F
0.11 (1.) 173.88 638.1 S
0.11 (At the Pine Main Menu, press) 192.96 638.1 S
2 F
0.11 (A) 333.64 638.1 S
3 F
0.11 (\050Address Book\051.) 347.3 638.1 S
0.11 (Y) 192.96 625.1 S
0.11 (ou see the Address Book screen.) 199.8 625.1 S
0.11 (2.) 173.88 608.1 S
0.11 (Use the arro) 192.96 608.1 S
0.11 (w k) 247.76 608.1 S
0.11 (e) 264.17 608.1 S
0.11 (ys to select the single address or distrib) 269 608.1 S
0.11 (ution list you w) 446.02 608.1 S
0.11 (ant) 516.43 608.1 S
0.11 (to change.) 192.96 595.1 S
0.11 (3.) 173.88 578.1 S
0.11 (Press) 192.96 578.1 S
2 F
0.11 (V) 222.34 578.1 S
3 F
0.11 (\050V) 236 578.1 S
0.11 (ie) 247.17 578.1 S
0.11 (w/Edit\051 and follo) 255.05 578.1 S
0.11 (w the instructions.) 331.81 578.1 S
0.11 (\050T) 192.96 565.1 S
0.11 (ype) 202.68 565.1 S
2 F
0.11 (<Contr) 224.51 565.1 S
0.11 (ol>G) 259.34 565.1 S
3 F
0.11 (if you need help.\051) 288.78 565.1 S
1 12 Q
0.12 (Using Ad) 173.88 533.43 S
0.12 (dress Book Entries When Composing Email) 227.39 533.43 S
3 11 Q
0.11 (When composing a message, at the) 173.88 514.1 S
0.11 (T) 337.59 514.1 S
0.11 (o) 343.54 514.1 S
0.11 (or the) 354.76 514.1 S
0.11 (Cc) 386.39 514.1 S
0.11 (\050Carbon Cop) 404.44 514.1 S
0.11 (y\051 \336elds you) 462.67 514.1 S
0.11 (can enter an email address in an) 173.88 501.1 S
0.11 (y of the follo) 317.75 501.1 S
0.11 (wing w) 376.14 501.1 S
0.11 (ays:) 409.39 501.1 S
3 16 Q
0.16 (\245) 173.88 482.1 S
3 11 Q
0.11 (T) 192.96 482.1 S
0.11 (ype the entire email address.) 198.91 482.1 S
3 16 Q
0.16 (\245) 173.88 465.1 S
3 11 Q
0.11 (T) 192.96 465.1 S
0.11 (ype a nickname you ha) 198.91 465.1 S
0.11 (v) 302.42 465.1 S
0.11 (e set up in the address book.) 307.86 465.1 S
0.11 (F) 192.96 448.1 S
0.11 (or e) 199.02 448.1 S
0.11 (xample, if your address book look) 216.09 448.1 S
0.11 (ed lik) 369.93 448.1 S
0.11 (e the one in Figure 7 on page) 395.23 448.1 S
0.11 (15, you could type the follo) 192.96 435.1 S
0.11 (wing nickname in the) 317.37 435.1 S
0.11 (T) 420.2 435.1 S
0.11 (o) 426.15 435.1 S
0.11 (\336eld:) 437.37 435.1 S
4 F
0.11 (mu) 212.04 418.1 S
3 F
0.11 (After you pressed) 192.96 401.1 S
2 F
0.11 (<Retur) 278.64 401.1 S
0.11 (n>) 312.89 401.1 S
3 F
0.11 (,) 325.5 401.1 S
0.11 (Pine w) 333.97 401.1 S
0.11 (ould pro) 364.77 401.1 S
0.11 (vide the full address for Mu) 402.45 401.1 S
0.11 (from the address book as follo) 192.96 388.1 S
0.11 (ws:) 329.49 388.1 S
4 F
0.11 (To:) 212.04 371.1 S
0.11 (Mu Li <
[email protected]>) 237.78 371.1 S
3 16 Q
0.16 (\245) 173.88 354.1 S
3 11 Q
0.11 (Select a name from the address book as you compose a message:) 192.96 354.1 S
0.11 (Place your cursor in the) 192.96 337.1 S
0.11 (T) 305.69 337.1 S
0.11 (o) 311.64 337.1 S
0.11 (or) 322.86 337.1 S
0.11 (Cc \336eld, then type) 340.71 337.1 S
2 F
0.11 (<Contr) 434.68 337.1 S
0.11 (ol>T) 469.52 337.1 S
3 F
0.11 (\050T) 497.73 337.1 S
0.11 (o) 507.46 337.1 S
0.11 (AddrBk\051 and use the) 192.96 324.1 S
2 F
0.11 (arr) 292 324.1 S
0.11 (o) 307.4 324.1 S
0.11 (w k) 312.9 324.1 S
0.11 (eys) 329.93 324.1 S
3 F
0.11 (to highlight the name you) 350.53 324.1 S
0.11 (w) 192.96 311.1 S
0.11 (ant.) 200.9 311.1 S
0.11 (Press) 223.14 311.1 S
2 F
0.11 (S) 252.52 311.1 S
3 F
0.11 (\050Select\051 or press) 264.36 311.1 S
2 F
0.11 (<Retur) 343.32 311.1 S
0.11 (n>) 377.57 311.1 S
3 F
0.11 (.) 390.18 311.1 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "17" 5
%%Page: "16" 6
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (16 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 12 Q
0.12 (T) 173.88 676.43 S
0.12 (aking Single Ad) 180.37 676.43 S
0.12 (dresses) 272.08 676.43 S
2 11 Q
-0.2 0.11 (T) 173.88 657.1 B
-0.2 0.11 (o tak) 180.32 657.1 B
-0.2 0.11 (e a single addr) 204.08 657.1 B
-0.2 0.11 (ess fr) 273.07 657.1 B
-0.2 0.11 (om a message y) 298.07 657.1 B
-0.2 0.11 (ou ar) 371.13 657.1 B
-0.2 0.11 (e viewing or ha) 396.03 657.1 B
-0.2 0.11 (v) 467.98 657.1 B
-0.2 0.11 (e selected in) 473.48 657.1 B
0.11 (the index:) 173.88 644.1 S
3 F
0.11 (1.) 173.88 625.1 S
0.11 (At the Message T) 192.96 625.1 S
0.11 (e) 271.85 625.1 S
0.11 (xt or the F) 276.68 625.1 S
0.11 (older Inde) 323.25 625.1 S
0.11 (x screen, press) 369.09 625.1 S
2 F
0.11 (T) 440.8 625.1 S
3 F
0.11 (\050T) 453.85 625.1 S
0.11 (ak) 463.58 625.1 S
0.11 (eAddr\051.) 474.07 625.1 S
0.11 ([Note:) 192.96 612.1 S
0.11 (The) 227.34 612.1 S
0.11 (T) 250.38 612.1 S
0.11 (command is not visible on your screen unless you) 262.82 612.1 S
0.11 (press) 192.96 599.1 S
2 F
0.11 (O) 221.73 599.1 S
3 F
0.11 (\050O) 236 599.1 S
0.11 (THER CMDS\051, b) 247.39 599.1 S
0.11 (ut you need not see this command to use it.]) 325.9 599.1 S
0.11 (Y) 192.96 582.1 S
0.11 (ou see the T) 199.8 582.1 S
0.11 (ak) 253.7 582.1 S
0.11 (e Address screen.) 264.2 582.1 S
2 F
0.11 (If ther) 192.96 565.1 S
0.11 (e is mor) 223.77 565.1 S
0.11 (e than one addr) 261.72 565.1 S
0.11 (ess to tak) 336.82 565.1 S
0.11 (e) 381.19 565.1 S
3 F
0.11 (, you see this message:) 386.18 565.1 S
4 F
0.11 ([Single mode: Use \322P\323 or \322N\323 to select desired) 192.96 548.1 S
0.11 (address]) 192.96 535.1 S
3 F
0.11 (Use) 192.96 518.1 S
2 F
0.11 (P) 216.01 518.1 S
3 F
0.11 (\050Pre) 228.45 518.1 S
0.11 (v\051,) 246.94 518.1 S
2 F
0.11 (N) 264.79 518.1 S
3 F
0.11 (\050Ne) 278.45 518.1 S
0.11 (xt\051, or the up and do) 295.11 518.1 S
0.11 (wn) 386.35 518.1 S
2 F
0.11 (arr) 402.87 518.1 S
0.11 (o) 418.27 518.1 S
0.11 (w k) 423.77 518.1 S
0.11 (eys) 440.8 518.1 S
3 F
0.11 ( to select the) 455.79 518.1 S
0.11 (address you w) 192.96 505.1 S
0.11 (ant, and press) 257.21 505.1 S
2 F
0.11 (T) 324.54 505.1 S
3 F
0.11 (\050T) 337.6 505.1 S
0.11 (ak) 347.32 505.1 S
0.11 (e\051.) 357.82 505.1 S
2 F
0.11 (At this point, or) 192.96 488.1 S
0.11 (, if ther) 268.38 488.1 S
0.11 (e is only one addr) 303.68 488.1 S
0.11 (ess to tak) 387.98 488.1 S
0.11 (e) 432.35 488.1 S
3 F
0.11 (, you see this) 437.34 488.1 S
0.11 (message:) 192.96 475.1 S
4 F
0.11 (Enter new or existing nickname \050one word and easy) 192.96 458.1 S
0.11 (to remember\051:) 192.96 445.1 S
3 F
0.11 (2.) 173.88 428.1 S
0.11 (Enter a nickname for your correspondent and press) 192.96 428.1 S
2 F
0.11 (<Retur) 425.73 428.1 S
0.11 (n>) 459.98 428.1 S
3 F
0.11 (.) 472.59 428.1 S
0.11 (3.) 173.88 411.1 S
0.11 (F) 192.96 411.1 S
0.11 (ollo) 199.02 411.1 S
0.11 (w the instructions.) 216.3 411.1 S
0.11 (\050T) 304.97 411.1 S
0.11 (ype) 314.7 411.1 S
2 F
0.11 (<Contr) 336.52 411.1 S
0.11 (ol>G) 371.36 411.1 S
3 F
0.11 (if you need help.\051) 400.79 411.1 S
1 12 Q
0.12 (T) 173.88 379.43 S
0.12 (aking Multiple Ad) 180.37 379.43 S
0.12 (dresses to Build a Distrib) 281.64 379.43 S
0.12 (ution List) 429.23 379.43 S
2 11 Q
-0.32 0.11 (T) 173.88 360.1 B
-0.32 0.11 (o tak) 180.32 360.1 B
-0.32 0.11 (e multiple addr) 203.96 360.1 B
-0.32 0.11 (esses fr) 276.9 360.1 B
-0.32 0.11 (om a message y) 311.16 360.1 B
-0.32 0.11 (ou ar) 383.87 360.1 B
-0.32 0.11 (e viewing or ha) 408.66 360.1 B
-0.32 0.11 (v) 480.27 360.1 B
-0.32 0.11 (e selected) 485.77 360.1 B
0.11 (in the index:) 173.88 347.1 S
3 F
0.11 (1.) 173.88 328.1 S
0.11 (Press) 192.96 328.1 S
2 F
0.11 (T) 222.34 328.1 S
3 F
0.11 (\050T) 235.4 328.1 S
0.11 (ak) 245.12 328.1 S
0.11 (eAddr\051.) 255.62 328.1 S
0.11 ([Note:) 192.96 315.1 S
0.11 (The) 227.34 315.1 S
2 F
0.11 (T) 250.38 315.1 S
3 F
0.11 (command is not visible on your screen unless you) 263.44 315.1 S
0.11 (press) 192.96 302.1 S
2 F
0.11 (O) 221.73 302.1 S
3 F
0.11 (\050O) 236 302.1 S
0.11 (THER CMDS\051, b) 247.39 302.1 S
0.11 (ut you need not see this command to use it.]) 325.9 302.1 S
0.11 (Y) 192.96 285.1 S
0.11 (ou see the T) 199.8 285.1 S
0.11 (ak) 253.7 285.1 S
0.11 (e Address screen and the follo) 264.2 285.1 S
0.11 (wing message:) 400.1 285.1 S
4 F
0.11 ([Single mode: Use \322P\323 or \322N\323 to select desired) 192.96 268.1 S
0.11 (address]) 192.96 255.1 S
3 F
0.11 (2.) 173.88 238.1 S
0.11 (Press) 192.96 238.1 S
2 F
0.11 (L) 222.34 238.1 S
3 F
0.11 (\050ListMode\051.) 235.4 238.1 S
0.11 (3.) 173.88 221.1 S
0.11 (F) 192.96 221.1 S
0.11 (or each address you w) 199.02 221.1 S
0.11 (ant to tak) 298.97 221.1 S
0.11 (e, use) 340.9 221.1 S
2 F
0.11 (P) 369.46 221.1 S
3 F
0.11 (\050Pre) 381.9 221.1 S
0.11 (v\051,) 400.39 221.1 S
2 F
0.11 (N) 418.25 221.1 S
3 F
0.11 (\050Ne) 431.91 221.1 S
0.11 (xt\051, or the up and) 448.56 221.1 S
-0.44 0.11 (do) 192.96 208.1 B
-0.44 0.11 (wn) 203.9 208.1 B
2 F
-0.44 0.11 (arr) 219.99 208.1 B
-0.44 0.11 (o) 235.38 208.1 B
-0.44 0.11 (w k) 240.88 208.1 B
-0.44 0.11 (eys) 257.47 208.1 B
3 F
-0.44 0.11 ( to select it, and then press) 272.46 208.1 B
2 F
-0.44 0.11 (X) 395.01 208.1 B
3 F
-0.44 0.11 (\050Set/Unset\051 in the box to its) 408.67 208.1 B
0.11 (left.) 192.96 195.1 S
0.11 (4.) 173.88 178.1 S
0.11 (Press) 192.96 178.1 S
2 F
0.11 (T) 222.34 178.1 S
3 F
0.11 (\050T) 235.4 178.1 S
0.11 (ak) 245.12 178.1 S
0.11 (e\051.) 255.62 178.1 S
0.11 (Y) 192.96 165.1 S
0.11 (ou see the follo) 199.8 165.1 S
0.11 (wing message:) 268.8 165.1 S
4 F
0.11 (Enter new or existing nickname \050one word and easy) 192.96 148.1 S
0.11 (to remember\051:) 192.96 135.1 S
3 F
0.11 (5.) 173.88 118.1 S
0.11 (Enter a nickname for your list of correspondents and press) 192.96 118.1 S
2 F
0.11 (<Retur) 459.11 118.1 S
0.11 (n>) 493.37 118.1 S
3 F
0.11 (.) 505.97 118.1 S
0.11 (6.) 173.88 101.1 S
0.11 (F) 192.96 101.1 S
0.11 (ollo) 199.02 101.1 S
0.11 (w the instructions.) 216.3 101.1 S
0.11 (\050T) 304.97 101.1 S
0.11 (ype) 314.7 101.1 S
2 F
0.11 (<Contr) 336.52 101.1 S
0.11 (ol>G) 371.36 101.1 S
3 F
0.11 (if you need help.\051) 400.79 101.1 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "16" 6
%%Page: "15" 7
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (15 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 188.07 533.38 684.43 R
7 X
V
3 11 Q
0 X
-0.13 0.11 (\322nicknames\323 for these addresses, and to quickly retrie) 173.88 677.1 B
-0.13 0.11 (v) 415.67 677.1 B
-0.13 0.11 (e an email address when) 421.12 677.1 B
0.11 (you are composing a message.) 173.88 664.1 S
0.11 (Here is a sample page from an address book:) 316.68 664.1 S
-0.09 0.11 (There are tw) 173.88 442.59 B
-0.09 0.11 (o w) 230.5 442.59 B
-0.09 0.11 (ays to set up addresses in your address book; you can add them) 246.82 442.59 B
0.11 (manually or tak) 173.88 429.59 S
0.11 (e them from messages. W) 244.47 429.59 S
0.11 (ith either method, you specify) 360.5 429.59 S
0.11 (nicknames for your correspondents. A single address book entry \050or nickname\051) 173.88 416.59 S
0.11 (can point to just one email address, or) 173.88 403.59 S
0.11 (, it can point to more than one. When it) 344.54 403.59 S
-0.41 0.11 (points to more than one, it is called a distrib) 173.88 390.59 B
-0.41 0.11 (ution list. Each distrib) 368.2 390.59 B
-0.41 0.11 (ution list has a) 466.55 390.59 B
0.11 (nickname, a full name, and a list of addresses. These addresses may be actual) 173.88 377.59 S
0.11 (addresses, other nicknames in your address book, or other distrib) 173.88 364.59 S
0.11 (ution lists.) 466.45 364.59 S
1 12 Q
0.12 (Ad) 173.88 332.92 S
0.12 (ding Single Ad) 190 332.92 S
0.12 (dresses or Distrib) 275.57 332.92 S
0.12 (ution Lists Man) 379.52 332.92 S
0.12 (uall) 469.21 332.92 S
0.12 (y) 490.18 332.92 S
2 11 Q
0.11 (T) 173.88 313.59 S
0.11 (o add single addr) 180.32 313.59 S
0.11 (esses or distrib) 262.98 313.59 S
0.11 (ution lists manually:) 334.18 313.59 S
3 F
0.11 (1.) 173.88 294.59 S
0.11 (Ha) 192.96 294.59 S
0.11 (v) 205.79 294.59 S
0.11 (e ready the address or addresses you w) 211.23 294.59 S
0.11 (ant to add.) 386.05 294.59 S
0.11 (2.) 173.88 277.59 S
0.11 (At the Pine Main Menu, press) 192.96 277.59 S
2 F
0.11 (A) 333.64 277.59 S
3 F
0.11 (\050AddrBook\051.) 347.3 277.59 S
0.11 (Y) 192.96 260.59 S
0.11 (ou see the Address Book screen.) 199.8 260.59 S
-0.06 0.11 ([) 192.96 247.59 B
2 F
-0.06 0.11 (Note:) 196.73 247.59 B
3 F
-0.06 0.11 (If you need general information about using the Pine address book,) 228.54 247.59 B
0.11 (this is the best place to get it. Press) 192.96 234.59 S
2 F
0.11 (?) 356.55 234.59 S
3 F
0.11 (\050Help\051.]) 367.77 234.59 S
0.11 (3.) 173.88 217.59 S
0.11 (Press) 192.96 217.59 S
2 F
0.11 (A) 222.34 217.59 S
3 F
0.11 (\050AddNe) 236 217.59 S
0.11 (w\051 and follo) 271.82 217.59 S
0.11 (w the instructions.) 326.63 217.59 S
0.11 (\050T) 192.96 204.59 S
0.11 (ype) 202.68 204.59 S
2 F
0.11 (<Contr) 224.51 204.59 S
0.11 (ol>G) 259.34 204.59 S
3 F
0.11 (if you speci\336cally need help to add a ne) 288.78 204.59 S
0.11 (w address.\051) 467.65 204.59 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 7. A Pine Address Book Screen) 77.76 469.26 S
0 0 0 1 0 0 0 K
77.76 475.92 533.65 648.43 C
0 0 0 1 0 0 0 K
77.76 482.92 532.89 648.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 482.92 532.89 648.43 R
7 X
0 0 0 1 0 0 0 K
V
83.38 628.07 527.45 639.92 R
0 X
V
0.5 H
0 Z
N
83.38 612.83 527.76 624.67 R
V
N
78.8 486.43 531.1 643.97 R
N
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(PINE) 98.04 631.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(ADDRESS BOOK) 185.51 631.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 312.76 631.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( Message 3 of 3) 394.75 631.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(gomez) 87.6 616.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Gonzalez, George) 152.64 616.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(
[email protected]) 313.92 616.21 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (mu) 87.6 604.71 S
0.1 (Li, Mu) 152.64 604.71 S
0.1 (
[email protected]) 313.92 604.71 S
0.1 (chris) 87.6 593.21 S
0.1 (Smith, Christine K.) 152.64 593.21 S
0.1 (
[email protected]) 313.92 593.21 S
0.1 (rt) 87.6 581.71 S
0.1 (Research Team) 152.64 581.71 S
0.1 (DISTRIBUTION LIST:) 313.92 581.71 S
0.1 (gomez) 313.92 570.21 S
0.1 (chris) 313.92 558.71 S
0.1 (
[email protected]) 313.92 547.21 S
403.1 495.44 413.16 518.27 R
V
N
331.48 495.44 341.54 518.27 R
V
N
319.89 495.44 332.24 506.67 R
V
N
240.61 495.44 250.67 518.27 R
V
N
162.65 495.45 172.71 518.27 R
V
N
462.89 495.44 472.96 518.27 R
V
N
82.8 496.44 92.86 518.27 R
V
N
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(?) 84.89 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Help) 95.76 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(M) 164.87 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Main Menu) 178.62 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(P) 243.29 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevEntry) 256.05 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(-) 334.13 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevPage) 346.05 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(D) 405.29 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Delete) 418.05 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(C) 465.26 510.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(ComposeTo) 474.7 510.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(O) 84.89 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(OTHER CMDS) 95.76 498.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(V) 164.87 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(View/Edit) 178.62 498.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(N) 243.29 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextEntry) 256.05 498.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(Spc) 322.13 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextPage) 346.05 498.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(A) 405.29 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(AddNew) 418.05 498.09 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(W) 465.26 498.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Whereis) 474.7 498.09 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 475.92 533.65 648.43 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "15" 7
%%Page: "14" 8
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (14 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 80.65 533.38 684.43 R
7 X
V
1 12 Q
0 X
0.12 (Undeleting a Messa) 173.88 676.43 S
0.12 (g) 287.95 676.43 S
0.12 (e) 295.52 676.43 S
3 11 Q
-0.24 0.11 (If you change your mind about a message you ha) 173.88 657.1 B
-0.24 0.11 (v) 392.56 657.1 B
-0.24 0.11 (e mark) 398.01 657.1 B
-0.24 0.11 (ed for deletion, use the) 428.56 657.1 B
2 F
0.11 (U) 173.88 644.1 S
3 F
0.11 (\050Undelete\051 command to remo) 187.54 644.1 S
0.11 (v) 320.07 644.1 S
0.11 (e the deletion mark an) 325.51 644.1 S
0.11 (y time) 425.52 644.1 S
5 F
0.11 (befor) 456.85 644.1 S
0.11 (e) 480.21 644.1 S
3 F
0.11 ( you) 485.21 644.1 S
-0.16 0.11 (e) 173.88 631.1 B
-0.16 0.11 (xpunge a message.) 178.71 631.1 B
-0.16 0.11 (Remember: After you e) 268.65 631.1 B
-0.16 0.11 (xpunge a message, Pine cannot get) 374.49 631.1 B
0.11 (it back.) 173.88 618.1 S
1 12 Q
0.12 (Expunging a Messa) 173.88 586.43 S
0.12 (g) 287.83 586.43 S
0.12 (e) 295.4 586.43 S
3 11 Q
0.11 (A message that is mark) 173.88 567.1 S
0.11 (ed for deletion remains in Pine until you e) 278.84 567.1 S
0.11 (xpunge) 468.55 567.1 S
0.11 (it.) 173.88 554.1 S
0.11 (Y) 188.69 554.1 S
0.11 (ou can e) 195.53 554.1 S
0.11 (xpunge a message that is mark) 232.89 554.1 S
0.11 (ed for deletion at an) 370.7 554.1 S
0.11 (y time, or you) 460.82 554.1 S
0.11 (can w) 173.88 541.1 S
0.11 (ait until you quit Pine. Once you ha) 200.28 541.1 S
0.11 (v) 360.46 541.1 S
0.11 (e a fe) 365.9 541.1 S
0.11 (w messages mark) 390.1 541.1 S
0.11 (ed for) 469.24 541.1 S
0.11 (deletion, you may w) 173.88 528.1 S
0.11 (ant to e) 265.68 528.1 S
0.11 (xpunge them before you continue to w) 298.78 528.1 S
0.11 (ork, because) 472.49 528.1 S
0.11 (it is easier to look through a folder inde) 173.88 515.1 S
0.11 (x that contains fe) 351.87 515.1 S
0.11 (wer messages.) 429.03 515.1 S
2 F
0.11 (T) 173.88 496.1 S
0.11 (o expunge a message:) 180.32 496.1 S
-0.11 0.11 ([W) 173.88 477.1 B
-0.11 0.11 (ar) 188.05 477.1 B
-0.11 0.11 (ning: Once y) 198.49 477.1 B
-0.11 0.11 (ou expunge a message, it is gone. Pine cannot get it back.]) 259.21 477.1 B
3 F
0.11 (1.) 173.88 458.1 S
0.11 (At the F) 192.96 458.1 S
0.11 (older Inde) 229.73 458.1 S
0.11 (x screen, press) 275.57 458.1 S
2 F
0.11 (X) 347.28 458.1 S
3 F
0.11 (\050eXpunge\051.) 360.94 458.1 S
0.11 (Y) 192.96 441.1 S
0.11 (ou are ask) 199.8 441.1 S
0.11 (ed:) 245.38 441.1 S
4 10.5 Q
0.1 (Expunge) 212.04 424.43 S
5 F
0.1 (#) 263.28 424.43 S
4 F
0.1 ( message\050s\051 from \322) 268.63 424.43 S
7 F
0.1 (foldername) 383.92 424.43 S
4 F
0.1 (\323?) 447.97 424.43 S
3 11 Q
0.11 (2.) 173.88 407.6 S
0.11 (Press) 192.96 407.6 S
2 F
0.11 (y) 222.34 407.6 S
3 F
0.11 (\050yes\051 or press) 233.56 407.6 S
2 F
0.11 (<Retur) 299.97 407.6 S
0.11 (n>) 334.22 407.6 S
3 F
0.11 (.) 346.83 407.6 S
0.11 (Messages mark) 192.96 390.6 S
0.11 (ed for deletion disappear) 262.4 390.6 S
0.11 (.) 373.6 390.6 S
2 F
0.11 ([) 173.88 371.6 S
3 F
0.11 (Note:) 177.65 371.6 S
0.11 (Y) 208.26 371.6 S
0.11 (ou will be ask) 215.1 371.6 S
0.11 (ed whether you w) 277.94 371.6 S
0.11 (ant to e) 358.1 371.6 S
0.11 (xpunge messages that are) 391.19 371.6 S
0.11 (mark) 173.88 358.6 S
0.11 (ed for deletion whene) 196.82 358.6 S
0.11 (v) 294.46 358.6 S
0.11 (er you lea) 299.9 358.6 S
0.11 (v) 344.16 358.6 S
0.11 (e a folder \050other than the INBO) 349.6 358.6 S
0.11 (X\051 that) 490.64 358.6 S
0.11 (contains messages mark) 173.88 345.6 S
0.11 (ed for deletion, or when you quit your Pine session]) 282.5 345.6 S
77.76 297.91 533.38 303.93 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 302.42 577.01 302.42 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Using the Ad) 125.86 308.27 S
0.13 (dress Book) 207.46 308.27 S
3 11 Q
0.11 (As you use email, you b) 173.88 280.58 S
0.11 (uild a list of email correspondents.) 282.52 280.58 S
0.11 (Some of their) 444.23 280.58 S
0.11 (addresses may be dif) 173.88 267.58 S
0.11 (\336cult to type or remember) 267.75 267.58 S
0.11 (.) 384.77 267.58 S
0.11 (Pine pro) 393.24 267.58 S
0.11 (vides an address book) 430.92 267.58 S
0.11 (to mak) 173.88 254.58 S
0.11 (e it easier to handle email addresses.) 204.68 254.58 S
0.11 (At the Pine Main Menu,) 374.85 254.58 S
-0.14 0.11 (press) 173.88 241.58 B
2 F
-0.14 0.11 (A) 202.65 241.58 B
3 F
-0.14 0.11 (to see the Address Book screen. Y) 216.31 241.58 B
-0.14 0.11 (ou can use the address book to store) 369.11 241.58 B
0.11 (email addresses for indi) 173.88 228.58 S
0.11 (viduals or groups, to create easily remembered) 281.03 228.58 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "14" 8
%%Page: "13" 9
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (13 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 171.21 533.38 684.43 R
7 X
V
3 11 Q
0 X
0.11 (2.) 173.88 677.1 S
0.11 (T) 192.96 677.1 S
0.11 (ype a) 198.91 677.1 S
5 F
0.11 (foldername) 228.59 677.1 S
3 F
0.11 (and press) 285.4 677.1 S
2 F
0.11 (<Retur) 333.24 677.1 S
0.11 (n>) 367.49 677.1 S
3 F
0.11 (.) 380.1 677.1 S
0.11 (F) 192.96 660.1 S
0.11 (or e) 199.02 660.1 S
0.11 (xample, to sa) 216.09 660.1 S
0.11 (v) 275.66 660.1 S
0.11 (e a message to a folder named \322papers\323) 281.1 660.1 S
0.11 (type) 192.96 647.1 S
2 F
0.11 (papers) 217.95 647.1 S
3 F
0.11 (and press) 256 647.1 S
2 F
0.11 (<Retur) 303.84 647.1 S
0.11 (n>) 338.09 647.1 S
3 F
0.11 (.) 350.7 647.1 S
0.11 (If this is the \336rst time you ha) 192.96 630.1 S
0.11 (v) 322.96 630.1 S
0.11 (e named this folder) 328.4 630.1 S
0.11 (, you see the message:) 414.67 630.1 S
4 10.5 Q
0.1 (Folder \322papers\323 in <mail/[]> doesn\325t exist.) 212.04 613.43 S
0.1 (Create?) 212.04 600.93 S
3 11 Q
0.11 (Press) 192.96 584.1 S
2 F
0.11 (y) 222.34 584.1 S
3 F
0.11 (or press) 233.56 584.1 S
2 F
0.11 (<Retur) 274.57 584.1 S
0.11 (n>) 308.82 584.1 S
3 F
0.11 (to create the folder) 327.04 584.1 S
0.11 (.) 411.41 584.1 S
0.11 (Once you ha) 192.96 567.1 S
0.11 (v) 249.54 567.1 S
0.11 (e created the folder) 254.99 567.1 S
0.11 (, or whene) 341.35 567.1 S
0.11 (v) 388.3 567.1 S
0.11 (er you type the name of a) 393.74 567.1 S
0.11 (folder that already e) 192.96 554.1 S
0.11 (xists, you see a message lik) 283.38 554.1 S
0.11 (e this one:) 407.34 554.1 S
4 F
0.11 ([Message) 212.04 537.1 S
5 F
0.11 (#) 272.43 537.1 S
4 F
0.11 ( copied to \322papers\323 in) 278.04 537.1 S
4 10.5 Q
0.1 (<mail/[]>) 432.37 537.1 S
4 11 Q
0.11 ( and) 490.01 537.1 S
0.11 (deleted]) 212.04 524.1 S
77.76 476.41 533.38 482.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 480.92 577.01 480.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Deleting a Messa) 125.86 486.77 S
0.13 (g) 233.29 486.77 S
0.13 (e) 241.49 486.77 S
3 11 Q
0.11 (Y) 173.88 459.08 S
0.11 (ou k) 180.72 459.08 S
0.11 (eep your Pine folders clean by routinely deleting messages you do not) 200.3 459.08 S
0.11 (w) 173.88 446.08 S
0.11 (ant.) 181.82 446.08 S
0.11 (There are tw) 204.06 446.08 S
0.11 (o steps to deleting a message:) 260.86 446.08 S
0.11 (marking it for deletion and) 400.22 446.08 S
0.11 (then e) 173.88 433.08 S
0.11 (xpunging it.) 200.95 433.08 S
2 F
0.11 (T) 173.88 414.08 S
0.11 (o mark a message y) 180.32 414.08 S
0.11 (ou do not want f) 273.67 414.08 S
0.11 (or deletion:) 351.55 414.08 S
3 F
0.11 (1.) 173.88 395.08 S
0.11 (Select and open the folder that contains the message you wish to mark for) 192.96 395.08 S
0.11 (deletion.) 192.96 382.08 S
0.11 (If you are a Pine be) 237.75 382.08 S
0.11 (ginner) 325.62 382.08 S
0.11 (, this message is probably in your) 353.94 382.08 S
0.11 (INBO) 192.96 369.08 S
0.11 (X folder) 219.84 369.08 S
0.11 (.) 257.08 369.08 S
0.11 (If the message you w) 265.55 369.08 S
0.11 (ant to mark for deletion is in a folder) 361.11 369.08 S
0.11 (other than your INBO) 192.96 356.08 S
0.11 (X, see \322Mo) 291.56 356.08 S
0.11 (ving Between F) 342.9 356.08 S
0.11 (olders\323 on page 10.) 413.94 356.08 S
0.11 (2.) 173.88 339.08 S
0.11 (At the F) 192.96 339.08 S
0.11 (older Inde) 229.73 339.08 S
0.11 (x screen, select the message you w) 275.57 339.08 S
0.11 (ant to mark for) 432.24 339.08 S
0.11 (deletion, or simply vie) 192.96 326.08 S
0.11 (w the message.) 294.21 326.08 S
0.11 (3.) 173.88 309.08 S
0.11 (Press) 192.96 309.08 S
2 F
0.11 (D) 222.34 309.08 S
3 F
0.11 (\050Delete\051.) 236 309.08 S
-0.05 0.11 (If you are looking at the F) 192.96 292.08 B
-0.05 0.11 (older Inde) 310.37 292.08 B
-0.05 0.11 (x screen when you mark a message for) 356.16 292.08 B
-0.47 0.11 (deletion, a) 192.96 279.08 B
-0.47 0.11 (\322D\323) 245.14 279.08 B
-0.47 0.11 (appears in the left column of the message line, and the ne) 268.79 279.08 B
-0.47 0.11 (xt) 522.2 279.08 B
0.11 (message, if there is one, is selected.) 192.96 266.08 S
-0.33 0.11 (If you are looking at the Message T) 192.96 249.08 B
-0.33 0.11 (e) 350.45 249.08 B
-0.33 0.11 (xt screen when you mark a message for) 355.27 249.08 B
-0.17 0.11 (deletion, a) 192.96 236.08 B
-0.17 0.11 (\322DEL\323) 245.44 236.08 B
-0.17 0.11 (brie\337y appears in the upper right corner of your screen,) 282.75 236.08 B
0.11 (you get an on-screen message that the message has been deleted, and the) 192.96 223.08 S
0.11 (ne) 192.96 210.08 S
0.11 (xt message, if there is one, appears.) 203.4 210.08 S
0.11 (Repeat this process to mark additional messages for deletion.) 173.88 191.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "13" 9
%%Page: "12" 10
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (12 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 177.71 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 12 Q
0 X
0 0 0 1 0 0 0 K
0.12 (S) 125.86 675.77 S
1 13 Q
0.13 (a) 133.98 675.77 S
0.13 (ving a Messa) 141.14 675.77 S
0.13 (g) 223.5 675.77 S
0.13 (e) 231.7 675.77 S
3 11 Q
-0.2 0.11 (When you sa) 173.88 648.07 B
-0.2 0.11 (v) 231.91 648.07 B
-0.2 0.11 (e a message, you are gi) 237.35 648.07 B
-0.2 0.11 (v) 340.65 648.07 B
-0.2 0.11 (en a choice:) 346.09 648.07 B
-0.2 0.11 (you can store it in the sa) 405.16 648.07 B
-0.2 0.11 (v) 513.55 648.07 B
-0.2 0.11 (ed-) 519 648.07 B
0.11 (messages folder) 173.88 635.08 S
0.11 (, or you can specify another folder) 245.65 635.08 S
0.11 (.) 400.1 635.08 S
0.11 (Once you sa) 173.88 616.08 S
0.11 (v) 229.24 616.08 S
0.11 (e a message, the cop) 234.69 616.08 S
0.11 (y in the INBO) 326.89 616.08 S
0.11 (X folder automatically is) 390.51 616.08 S
0.11 (mark) 173.88 603.08 S
0.11 (ed for deletion so that you only will ha) 196.82 603.08 S
0.11 (v) 371.48 603.08 S
0.11 (e one cop) 376.93 603.08 S
0.11 (y) 419.96 603.08 S
0.11 (.) 424.85 603.08 S
0.11 (When you quit Pine,) 433.32 603.08 S
-0.15 0.11 (you are ask) 173.88 590.08 B
-0.15 0.11 (ed to con\336rm whether or not you w) 224.78 590.08 B
-0.15 0.11 (ant to e) 382.77 590.08 B
-0.15 0.11 (xpunge the cop) 415.58 590.08 B
-0.15 0.11 (y from the) 483.92 590.08 B
0.11 (INBO) 173.88 577.08 S
0.11 (X folder) 200.76 577.08 S
0.11 (.) 238 577.08 S
0.11 (T) 246.47 577.08 S
0.11 (o conserv) 252.42 577.08 S
0.11 (e space, it is a good idea to do this.) 295.7 577.08 S
1 12 Q
0.12 (Sa) 173.88 545.41 S
0.12 (ving a Messa) 188.62 545.41 S
0.12 (g) 264.64 545.41 S
0.12 (e to the Sa) 272.21 545.41 S
0.12 (ved-Messa) 334.03 545.41 S
0.12 (g) 396.35 545.41 S
0.12 (es Folder) 403.92 545.41 S
2 11 Q
0.11 (T) 173.88 526.08 S
0.11 (o sa) 180.32 526.08 S
0.11 (v) 198.51 526.08 S
0.11 (e a message to the sa) 204.01 526.08 S
0.11 (v) 302.27 526.08 S
0.11 (ed-messages f) 307.77 526.08 S
0.11 (older:) 372.77 526.08 S
3 F
0.11 (1.) 173.88 507.08 S
0.11 (At the F) 192.96 507.08 S
0.11 (older Inde) 229.73 507.08 S
0.11 (x screen, use the) 275.57 507.08 S
2 F
0.11 (arr) 355.75 507.08 S
0.11 (o) 371.15 507.08 S
0.11 (w k) 376.65 507.08 S
0.11 (eys) 393.67 507.08 S
3 F
0.11 (to highlight the message) 414.28 507.08 S
0.11 (you w) 192.96 494.08 S
0.11 (ant to sa) 220.59 494.08 S
0.11 (v) 258.02 494.08 S
0.11 (e, or) 263.47 494.08 S
0.11 (, at the Message T) 283.13 494.08 S
0.11 (e) 364.68 494.08 S
0.11 (xt screen as you vie) 369.51 494.08 S
0.11 (w a message:) 458.19 494.08 S
0.11 (Press) 192.96 477.08 S
2 F
0.11 (S) 222.34 477.08 S
3 F
0.11 (\050Sa) 234.18 477.08 S
0.11 (v) 248.95 477.08 S
0.11 (e\051.) 254.39 477.08 S
-0.25 0.11 (Y) 192.96 460.08 B
-0.25 0.11 (ou are ask) 199.8 460.08 B
-0.25 0.11 (ed if you w) 244.89 460.08 B
-0.25 0.11 (ant to sa) 295.03 460.08 B
-0.25 0.11 (v) 331.97 460.08 B
-0.25 0.11 (e the message to the sa) 337.41 460.08 B
-0.25 0.11 (v) 438.98 460.08 B
-0.25 0.11 (ed-messages folder) 444.42 460.08 B
0.11 (or to another folder:) 192.96 447.08 S
4 F
0.11 (SAVE to folder in <mail/[]> [saved-messages]:) 212.04 430.08 S
3 F
0.11 (2.) 173.88 413.08 S
0.11 (Press) 192.96 413.08 S
2 F
0.11 (<Retur) 222.34 413.08 S
0.11 (n>) 256.59 413.08 S
3 F
0.11 (to choose the def) 274.81 413.08 S
0.11 (ault folder:) 351.41 413.08 S
0.11 ([sa) 406.92 413.08 S
0.11 (v) 419.85 413.08 S
0.11 (ed-messages].) 425.3 413.08 S
0.11 (Pine sa) 192.96 396.08 S
0.11 (v) 224.98 396.08 S
0.11 (es your message, and you see the follo) 230.43 396.08 S
0.11 (wing:) 403.57 396.08 S
4 F
0.11 ([Message) 212.04 379.08 S
5 F
0.11 (#) 272.43 379.08 S
4 F
0.11 ( copied to \322saved-messages\323 in <mail/) 278.04 379.08 S
0.11 ([]> and deleted]) 212.04 366.08 S
1 12 Q
0.12 (Sa) 173.88 334.41 S
0.12 (ving a Messa) 188.62 334.41 S
0.12 (g) 264.64 334.41 S
0.12 (e to a Folder Y) 272.21 334.41 S
0.12 (ou Specify) 355.5 334.41 S
3 11 Q
0.11 (Y) 173.88 315.08 S
0.11 (ou will \336nd it useful to create additional folders for storing messages on) 180.72 315.08 S
0.11 (particular subjects.) 173.88 302.08 S
2 F
0.11 (T) 173.88 283.08 S
0.11 (o sa) 180.32 283.08 S
0.11 (v) 198.51 283.08 S
0.11 (e a message to a f) 204.01 283.08 S
0.11 (older y) 286.66 283.08 S
0.11 (ou specify:) 319.85 283.08 S
3 F
0.11 (1.) 173.88 264.08 S
0.11 (At the F) 192.96 264.08 S
0.11 (older Inde) 229.73 264.08 S
0.11 (x screen, use the) 275.57 264.08 S
2 F
0.11 (arr) 355.75 264.08 S
0.11 (o) 371.15 264.08 S
0.11 (w k) 376.65 264.08 S
0.11 (eys) 393.67 264.08 S
3 F
0.11 (to highlight the message) 414.28 264.08 S
0.11 (you w) 192.96 251.08 S
0.11 (ant to sa) 220.59 251.08 S
0.11 (v) 258.02 251.08 S
0.11 (e or) 263.47 251.08 S
0.11 (, at the Message T) 280.27 251.08 S
0.11 (e) 361.82 251.08 S
0.11 (xt screen as you vie) 366.65 251.08 S
0.11 (w a message:) 455.33 251.08 S
0.11 (Press) 192.96 234.08 S
2 F
0.11 (S) 222.34 234.08 S
3 F
0.11 (\050Sa) 234.18 234.08 S
0.11 (v) 248.95 234.08 S
0.11 (e\051) 254.39 234.08 S
0.11 (to sa) 268.77 234.08 S
0.11 (v) 289.57 234.08 S
0.11 (e a message.) 295.02 234.08 S
0.11 (Y) 192.96 217.08 S
0.11 (ou are ask) 199.8 217.08 S
0.11 (ed if you w) 245.38 217.08 S
0.11 (ant to sa) 296.28 217.08 S
0.11 (v) 333.71 217.08 S
0.11 (e it to the sa) 339.16 217.08 S
0.11 (v) 393.64 217.08 S
0.11 (ed-messages folder or to) 399.09 217.08 S
0.11 (another folder:) 192.96 204.08 S
4 F
0.11 (SAVE to folder in <mail/[]> [saved-messages]:) 212.04 187.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "12" 10
%%Page: "11" 11
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (11 of 21) 490.24 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 73.45 533.38 684.43 R
7 X
V
3 11 Q
0 X
0.11 (3.) 173.88 677.1 S
0.11 (Use the) 192.96 677.1 S
2 F
0.11 (arr) 232.64 677.1 S
0.11 (o) 248.04 677.1 S
0.11 (w k) 253.54 677.1 S
0.11 (eys) 270.56 677.1 S
3 F
0.11 (to highlight another folder) 291.17 677.1 S
0.11 (.) 409.33 677.1 S
0.11 (4.) 173.88 660.1 S
0.11 (T) 192.96 660.1 S
0.11 (o see an inde) 198.91 660.1 S
0.11 (x of the messages in that folder) 257.3 660.1 S
0.11 (, press) 397.85 660.1 S
2 F
0.11 ( V) 432.34 660.1 S
3 F
0.11 (\050V) 448.86 660.1 S
0.11 (ie) 460.02 660.1 S
0.11 (wFldr\051 or) 467.91 660.1 S
0.11 (press) 192.96 647.1 S
2 F
0.11 (<Retur) 221.73 647.1 S
0.11 (n>) 255.98 647.1 S
3 F
0.11 (.) 268.58 647.1 S
-0.05 0.11 ([Note:) 173.88 628.1 B
-0.05 0.11 (This method of accessing folders uses the F) 208.26 628.1 B
-0.05 0.11 (older List screen, which has) 404.6 628.1 B
0.11 (a menu of commands that enable you to add, delete, rename folders, etc. If you) 173.88 615.1 S
0.11 (simply w) 173.88 602.1 S
0.11 (ant to mo) 215.29 602.1 S
0.11 (v) 257.68 602.1 S
0.11 (e to and list the messages in another folder) 263.12 602.1 S
0.11 (, try the method) 455.1 602.1 S
0.11 (belo) 173.88 589.1 S
0.11 (w) 192.99 589.1 S
0.11 (.]) 200.32 589.1 S
2 F
0.11 (T) 173.88 570.1 S
0.11 (o mo) 180.32 570.1 S
0.11 (v) 203.56 570.1 S
0.11 (e most quickly to the index of another f) 209.06 570.1 S
0.11 (older:) 396.51 570.1 S
3 F
0.11 (1.) 173.88 551.1 S
0.11 (From almost an) 192.96 551.1 S
0.11 (ywhere in Pine, press) 263.39 551.1 S
2 F
0.11 (G) 365.4 551.1 S
3 F
0.11 (\050GotoFldr\051.) 379.68 551.1 S
0.11 (Y) 192.96 538.1 S
0.11 (ou are prompted for the name of a folder) 199.8 538.1 S
0.11 (.) 382.6 538.1 S
0.11 ([Note:) 192.96 521.1 S
0.11 (If you ha) 227.34 521.1 S
0.11 (v) 267.81 521.1 S
0.11 (e more than one folder collection de\336ned, observ) 273.26 521.1 S
0.11 (e the) 494.05 521.1 S
0.11 (folder name prompt to mak) 192.96 508.1 S
0.11 (e sure it is set for the desired collection. If it is) 315.97 508.1 S
-0.38 0.11 (not, type) 192.96 495.1 B
2 F
-0.38 0.11 (<Contr) 237.68 495.1 B
-0.38 0.11 (ol>N) 272.52 495.1 B
3 F
-0.38 0.11 ( \050Ne) 295.73 495.1 B
-0.38 0.11 (xt Collection\051 or) 314.86 495.1 B
2 F
-0.38 0.11 (<Contr) 394.3 495.1 B
-0.38 0.11 (ol>P) 429.14 495.1 B
3 F
-0.38 0.11 ( \050Pre) 451.12 495.1 B
-0.38 0.11 (v Collection\051) 472.1 495.1 B
0.11 (to select the desired collection.]) 192.96 482.1 S
0.11 (2.) 173.88 465.1 S
0.11 (T) 192.96 465.1 S
0.11 (ype the folder name.) 198.91 465.1 S
0.11 ([Note you can also press) 192.96 448.1 S
2 F
0.11 (<Retur) 309.35 448.1 S
0.11 (n>) 343.6 448.1 S
3 F
0.11 (to choose the def) 361.82 448.1 S
0.11 (ault folder sho) 438.42 448.1 S
0.11 (wn in) 503.34 448.1 S
0.11 (brack) 192.96 435.1 S
0.11 (ets in the prompt.]) 217.83 435.1 S
0.11 (3.) 173.88 418.1 S
0.11 (Press) 192.96 418.1 S
2 F
0.11 (<Retur) 222.34 418.1 S
0.11 (n>) 256.59 418.1 S
3 F
0.11 (.) 269.2 418.1 S
0.11 (Y) 192.96 405.1 S
0.11 (ou see the list of messages in the folder) 199.8 405.1 S
0.11 (.) 376.62 405.1 S
1 12 Q
0.12 (Deleting a Folder) 173.88 373.43 S
2 11 Q
0.11 (T) 173.88 354.1 S
0.11 (o delete a f) 180.32 354.1 S
0.11 (older and all of the messages it contains:) 231.76 354.1 S
3 F
0.11 (1.) 173.88 335.1 S
0.11 (Press) 192.96 335.1 S
2 F
0.11 (L) 222.34 335.1 S
3 F
0.11 (\050ListFldrs\051. Y) 235.4 335.1 S
0.11 (ou see the F) 296.23 335.1 S
0.11 (older List screen.) 350.24 335.1 S
0.11 ([Note:) 192.96 322.1 S
0.11 (If you see \322Select Here to See Expanded List\323 on your screen, use) 227.34 322.1 S
0.11 (the) 192.96 309.1 S
2 F
0.11 (arr) 212.34 309.1 S
0.11 (o) 227.74 309.1 S
0.11 (w k) 233.24 309.1 S
0.11 (eys) 250.27 309.1 S
3 F
0.11 (to highlight the desired collection \050e.g., F) 270.87 309.1 S
0.11 (older) 457.34 309.1 S
0.11 (-collection) 480.28 309.1 S
0.11 (of mail\051 and press) 192.96 296.1 S
2 F
0.11 (<Retur) 279.67 296.1 S
0.11 (n>) 313.92 296.1 S
3 F
0.11 (.]) 326.53 296.1 S
0.11 (Y) 192.96 279.1 S
0.11 (ou see an e) 199.8 279.1 S
0.11 (xpanded list of your folders in which your current folder is) 249.41 279.1 S
0.11 (highlighted.) 192.96 266.1 S
0.11 (\050When you start Pine, the current folder is your INBO) 252.76 266.1 S
0.11 (X. Y) 495.82 266.1 S
0.11 (ou) 516.43 266.1 S
0.11 (cannot delete your INBO) 192.96 253.1 S
0.11 (X.\051) 305.94 253.1 S
0.11 (2.) 173.88 236.1 S
0.11 (Use the) 192.96 236.1 S
2 F
0.11 (arr) 232.64 236.1 S
0.11 (o) 248.04 236.1 S
0.11 (w k) 253.54 236.1 S
0.11 (eys) 270.56 236.1 S
3 F
0.11 (to highlight the folder you wish to delete.) 291.17 236.1 S
0.11 (3.) 173.88 219.1 S
0.11 (T) 192.96 219.1 S
0.11 (o delete the entire folder of messages, press) 198.91 219.1 S
2 F
0.11 (D) 401.31 219.1 S
3 F
0.11 (\050Delete\051.) 414.97 219.1 S
0.11 (Y) 192.96 202.1 S
0.11 (ou are ask) 199.8 202.1 S
0.11 (ed:) 245.38 202.1 S
4 F
0.11 (Really delete \322) 212.04 185.1 S
7 F
0.11 (folder) 312.69 185.1 S
4 F
0.11 (\323?) 352.95 185.1 S
3 F
0.11 (4.) 173.88 168.1 S
0.11 (Press) 192.96 168.1 S
2 F
0.11 (y) 222.34 168.1 S
3 F
0.11 (\050yes\051 if you w) 233.56 168.1 S
0.11 (ant to delete the folder and all of its messages.) 296.39 168.1 S
0.11 (The folder disappears.) 192.96 151.1 S
2 F
0.11 ([W) 192.96 138.1 S
0.11 (ar) 207.13 138.1 S
0.11 (ning: Ther) 217.57 138.1 S
0.11 (e is no way to undelete a deleted f) 268.89 138.1 S
0.11 (older) 428.9 138.1 S
0.11 (.]) 452.79 138.1 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "11" 11
%%Page: "10" 12
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (10 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 74.89 533.38 684.43 R
7 X
V
1 12 Q
0 X
0.12 (Mo) 173.88 676.43 S
0.12 (ving Between Folder) 191.21 676.43 S
0.12 (s) 310.67 676.43 S
3 11 Q
0.11 (When you start Pine and press) 173.88 657.1 S
2 F
0.11 (I) 313.43 657.1 S
3 F
0.11 (\050Inde) 323.43 657.1 S
0.11 (x\051 at the Main Menu, you see a list of) 347.03 657.1 S
0.11 (messages in your INBO) 173.88 644.1 S
0.11 (X folder) 281.15 644.1 S
0.11 (.) 318.39 644.1 S
0.11 (If you w) 326.86 644.1 S
0.11 (ant to see the messages in another) 364.89 644.1 S
-0.14 0.11 (folder) 173.88 631.1 B
-0.14 0.11 (, you need to go to that folder) 200.37 631.1 B
-0.14 0.11 (.) 332.37 631.1 B
-0.14 0.11 (The follo) 340.84 631.1 B
-0.14 0.11 (wing te) 382.05 631.1 B
-0.14 0.11 (xt sho) 415.22 631.1 B
-0.14 0.11 (ws you tw) 442.05 631.1 B
-0.14 0.11 (o w) 487.88 631.1 B
-0.14 0.11 (ays to) 504.16 631.1 B
0.11 (go to another folder from nearly an) 173.88 618.1 S
0.11 (ywhere in Pine.) 332.14 618.1 S
2 F
0.11 (T) 173.88 599.1 S
0.11 (o access y) 180.32 599.1 S
0.11 (our f) 226.35 599.1 S
0.11 (olders and the messages that ar) 249.54 599.1 S
0.11 (e stor) 399.71 599.1 S
0.11 (ed in them:) 426.13 599.1 S
3 F
0.11 (1.) 173.88 580.1 S
0.11 (Press) 192.96 580.1 S
2 F
0.11 (L) 222.34 580.1 S
3 F
0.11 (\050ListFldrs\051. Y) 235.4 580.1 S
0.11 (ou see the F) 296.23 580.1 S
0.11 (older List screen with collections of) 350.24 580.1 S
0.11 (folders. T) 192.96 567.1 S
0.11 (ypically each collection is sho) 235.95 567.1 S
0.11 (wn as in the e) 371.67 567.1 S
0.11 (xample belo) 433.54 567.1 S
0.11 (w with a) 488.55 567.1 S
0.11 (\322Select Here to See Expanded List\323 b) 192.96 554.1 S
0.11 (utton belo) 362.27 554.1 S
0.11 (w each.) 407.4 554.1 S
0.11 (2.) 173.88 311.88 S
0.11 (If it is not already highlighted, use the) 192.96 311.88 S
2 F
0.11 (arr) 370.51 311.88 S
0.11 (o) 385.91 311.88 S
0.11 (w k) 391.41 311.88 S
0.11 (eys) 408.44 311.88 S
3 F
0.11 (to highlight the) 429.04 311.88 S
0.11 (\322Select Here to See Expanded List\323 b) 192.96 298.88 S
0.11 (utton belo) 362.27 298.88 S
0.11 (w the desired collection) 407.4 298.88 S
0.11 (\050e.g., F) 192.96 285.88 S
0.11 (older) 224.84 285.88 S
0.11 (-collection of mail\051 and press) 247.77 285.88 S
2 F
0.11 (<Retur) 385.6 285.88 S
0.11 (n>) 419.85 285.88 S
3 F
0.11 (.) 432.46 285.88 S
0 0.11 (Y) 192.96 268.88 B
0 0.11 (ou see an e) 199.8 268.88 B
0 0.11 (xpanded list of folders, similar to the follo) 249.4 268.88 B
0 0.11 (wing, in which your) 439.83 268.88 B
0.11 (current folder is highlighted.) 192.96 255.88 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 5. A Pine F) 77.76 338.55 S
0.1 (older List Screen) 162.73 338.55 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0.1 (Figure 6. A Pine F) 77.76 96.11 S
0.1 (older List Screen) 162.73 96.11 S
0 0 0 1 0 0 0 K
77.76 345.21 533.65 538.43 C
0 0 0 1 0 0 0 K
77.76 352.21 532.89 538.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 352.21 532.89 538.43 R
7 X
0 0 0 1 0 0 0 K
V
187.92 459.95 406.79 471.8 R
0 X
V
0.5 H
0 Z
N
82.83 518.07 526.9 529.92 R
V
N
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(PINE) 95.76 521.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(FOLDER LIST) 176.73 521.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 347.76 521.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 3 Messages) 437.73 521.21 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (-----------------------------------------------------------------------) 87.6 503.21 S
0.1 (Folder-collection <mail/[]> ** Default for Saves ** \050Local\051) 87.6 493.21 S
0.1 (-----------------------------------------------------------------------) 87.6 483.21 S
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
([ Select Here to See Expanded List ]) 188.3 463.21 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (-----------------------------------------------------------------------) 87.6 445.21 S
0.1 (News-collection <News on news.university.edu>) 87.6 435.21 S
0.1 (\050Remote\051) 458.99 435.21 S
0.1 (-----------------------------------------------------------------------) 87.6 425.21 S
0.1 ([ Select Here to See Expanded List ]) 189.6 405.21 S
333.29 363.29 343.09 386.11 R
V
N
322.44 363.29 333.36 374.68 R
V
N
474.07 374.93 483.87 386.09 R
V
N
411.65 363.26 421.44 386.09 R
V
N
165.91 363.89 175.71 386.09 R
V
N
251.3 363.26 261.1 386.09 R
V
N
81.31 363.26 91.11 386.09 R
V
N
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(?) 82.88 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Help) 94.09 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(M) 167.47 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Main Menu) 177.96 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(P) 252.97 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevFldr) 263.49 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(-) 334.97 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevPage) 346.04 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(D) 413.14 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Delete) 424.14 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(R) 475.64 379.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Rename) 486.65 379.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(O) 82.88 367.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(OTHER CMDS) 94.09 367.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(V) 167.47 367.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
([Select]) 177.96 367.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(N) 252.97 367.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextFldr) 263.49 367.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(Spc) 322.97 367.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextPage) 346.04 367.03 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(A) 413.14 367.03 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Add) 424.14 367.03 T
78.76 355.56 531.1 533.97 R
N
77.76 345.21 533.65 538.43 C
0 0 612 792 C
77.76 102.78 533.65 240.21 C
77.76 109.78 532.89 240.21 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 109.78 532.89 240.21 R
7 X
0 0 0 1 0 0 0 K
V
335.84 123.51 345.64 146.33 R
0 X
V
0.5 H
0 Z
N
324.99 123.51 335.91 134.9 R
V
N
476.62 135.15 486.42 146.31 R
V
N
414.2 123.49 423.99 146.31 R
V
N
168.46 124.11 178.26 146.31 R
V
N
253.85 123.49 263.65 146.31 R
V
N
83.86 123.49 93.66 146.31 R
V
N
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(?) 85.43 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Help) 96.64 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(M) 170.02 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Main Menu) 180.51 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(P) 255.52 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevFldr) 266.04 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(-) 337.52 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevPage) 348.59 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(D) 415.69 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Delete) 426.69 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(R) 478.19 139.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Rename) 489.2 139.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(O) 85.43 127.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(OTHER CMDS) 96.64 127.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(V) 170.02 127.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
([ViewFldr]) 180.51 127.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(N) 255.52 127.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextFldr) 266.04 127.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(Spc) 325.52 127.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextPage) 348.59 127.25 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(A) 415.69 127.25 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Add) 426.69 127.25 T
82.83 219.85 526.9 231.7 R
V
N
84.38 171.49 120.76 183.33 R
V
N
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(PINE) 95.76 222.99 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(FOLDER LIST) 176.73 222.99 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 347.76 222.99 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 3 Messages) 437.73 222.99 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (-----------------------------------------------------------------------) 87.6 204.99 S
0.1 (Folder-collection <mail/[]> ** Default for Saves ** \050Local\051) 87.6 194.99 S
0.1 (-----------------------------------------------------------------------) 87.6 184.99 S
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(INBOX) 87.6 174.99 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 ( sent-mail saved-messages 101class) 117.6 174.99 S
78.76 114.21 531.1 235.75 R
N
77.76 102.78 533.65 240.21 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "10" 12
%%Page: "9" 13
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (9 of 21) 495.9 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 81.48 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Pine Folder) 125.86 675.77 S
0.13 (s) 197.89 675.77 S
3 11 Q
0.11 (Messages can quickly accumulate in your INBO) 173.88 648.07 S
0.11 (X folder) 391.51 648.07 S
0.11 (.) 428.75 648.07 S
0.11 (If you use email) 437.22 648.07 S
0.11 (often, you soon could ha) 173.88 635.08 S
0.11 (v) 284.76 635.08 S
0.11 (e hundreds.) 290.2 635.08 S
0.11 (Y) 347.73 635.08 S
0.11 (ou need to delete messages you do not) 354.58 635.08 S
0.11 (w) 173.88 622.08 S
0.11 (ant, and you can use folders to or) 181.82 622.08 S
0.11 (g) 331.39 622.08 S
0.11 (anize messages you wish to sa) 336.94 622.08 S
0.11 (v) 473.42 622.08 S
0.11 (e. A folder) 478.86 622.08 S
-0.24 0.11 (is a collection of one or more messages that are stored \050just lik) 173.88 609.08 B
-0.24 0.11 (e the messages in) 452.94 609.08 B
0.11 (your INBO) 173.88 596.08 S
0.11 (X\051 so you can access and manage them.) 224.23 596.08 S
1 12 Q
0.12 (Or) 173.88 564.41 S
0.12 (ganizing Messa) 187.94 564.41 S
0.12 (g) 278.2 564.41 S
0.12 (es With Folder) 285.77 564.41 S
0.12 (s) 369.95 564.41 S
3 11 Q
0.11 (Y) 173.88 545.08 S
0.11 (ou can or) 180.72 545.08 S
0.11 (g) 222.44 545.08 S
0.11 (anize your email messages into dif) 228 545.08 S
0.11 (ferent folders by topic,) 383.91 545.08 S
0.11 (correspondent, date, or an) 173.88 532.08 S
0.11 (y other cate) 290.51 532.08 S
0.11 (gory that is meaningful to you.) 342.98 532.08 S
0.11 (Y) 487.66 532.08 S
0.11 (ou can) 494.5 532.08 S
0.11 (create your o) 173.88 519.08 S
0.11 (wn folders, and Pine automatically pro) 232.45 519.08 S
0.11 (vides three:) 406.95 519.08 S
3 16 Q
0.16 (\245) 173.88 500.08 S
2 11 Q
0.11 (The INBO) 192.96 500.08 S
0.11 (X f) 242.6 500.08 S
0.11 (older) 257.01 500.08 S
3 F
0.11 (\321messages sent to you are listed in this folder) 282 500.08 S
0.11 (.) 491.88 500.08 S
0.11 (When) 500.35 500.08 S
-0.16 0.11 (you \336rst start Pine and go to the F) 192.96 487.08 B
-0.16 0.11 (older Inde) 344.52 487.08 B
-0.16 0.11 (x screen, you are looking at the) 390.2 487.08 B
-0.38 0.11 (list of messages in your INBO) 192.96 474.08 B
-0.38 0.11 (X folder) 327.31 474.08 B
-0.38 0.11 (. Ev) 364.16 474.08 B
-0.38 0.11 (ery incoming message remains in) 381.77 474.08 B
0.11 (your INBO) 192.96 461.08 S
0.11 (X until you delete it or sa) 243.31 461.08 S
0.11 (v) 357.88 461.08 S
0.11 (e it in another folder) 363.33 461.08 S
0.11 (.) 454.95 461.08 S
3 16 Q
0.16 (\245) 173.88 444.08 S
2 11 Q
0.11 (The sa) 192.96 444.08 S
0.11 (v) 224.21 444.08 S
0.11 (ed-messages f) 229.71 444.08 S
0.11 (older) 294.71 444.08 S
3 F
0.11 (\321copies of messages you sa) 319.7 444.08 S
0.11 (v) 448.82 444.08 S
0.11 (e are stored in) 454.26 444.08 S
0.11 (this folder unless you sa) 192.96 431.08 S
0.11 (v) 301.81 431.08 S
0.11 (e them to other folders you create yourself.) 307.26 431.08 S
0.11 (See) 507.1 431.08 S
0.11 (\322Sa) 192.96 418.08 S
0.11 (ving a Message\323 on page 12.) 208.95 418.08 S
3 16 Q
0.16 (\245) 173.88 401.08 S
2 11 Q
0.11 (The sent-mail f) 192.96 401.08 S
0.11 (older) 265.22 401.08 S
3 F
0.11 (\321copies of messages you send are stored in this) 290.21 401.08 S
0.11 (folder) 192.96 388.08 S
0.11 (.) 219.28 388.08 S
0.11 (This is con) 227.75 388.08 S
0.11 (v) 276.8 388.08 S
0.11 (enient if you cannot remember whether you actually) 282.25 388.08 S
0.11 (sent a message and w) 192.96 375.08 S
0.11 (ant to check, or if you w) 289.75 375.08 S
0.11 (ant to send a message ag) 399.61 375.08 S
0.11 (ain.) 510.65 375.08 S
1 12 Q
0.12 (K) 173.88 343.41 S
0.12 (eeping Folder) 182.48 343.41 S
0.12 (s Clean) 262.55 343.41 S
3 11 Q
0.11 (Messages\321whether the) 173.88 324.08 S
0.11 (y are in your INBO) 281.3 324.08 S
0.11 (X or your other Pine folders\321) 368.38 324.08 S
0.11 (occup) 173.88 311.08 S
0.11 (y storage space, and your storage space is limited.) 200.59 311.08 S
3 16 Q
0.16 (\245) 173.88 292.08 S
3 11 Q
0.11 (Check your email frequently to see if you ha) 192.96 292.08 S
0.11 (v) 393.71 292.08 S
0.11 (e ne) 399.15 292.08 S
0.11 (w messages.) 417.33 292.08 S
0.11 (Do not k) 192.96 275.08 S
0.11 (eep too man) 232.23 275.08 S
0.11 (y messages in your INBO) 287.04 275.08 S
0.11 (X folder) 402.78 275.08 S
0.11 (.) 440.02 275.08 S
0.11 (A lar) 448.49 275.08 S
0.11 (ge INBO) 471.14 275.08 S
0.11 (X) 511.48 275.08 S
0.11 (reduces performance:) 192.96 262.08 S
0.11 (it tak) 295.75 262.08 S
0.11 (es longer to display lar) 318.61 262.08 S
0.11 (ge lists of messages) 421.26 262.08 S
0.11 (when you start Pine, and it requires more time to mo) 192.96 249.08 S
0.11 (v) 429.8 249.08 S
0.11 (e between messages.) 435.24 249.08 S
-0.32 0.11 (Delete your incoming messages right a) 192.96 232.08 B
-0.32 0.11 (w) 366.63 232.08 B
-0.32 0.11 (ay if you do not w) 374.57 232.08 B
-0.32 0.11 (ant them, or sa) 455.18 232.08 B
-0.32 0.11 (v) 520.4 232.08 B
-0.32 0.11 (e) 525.85 232.08 B
0.11 (them to other folders if you do.) 192.96 219.08 S
3 16 Q
0.16 (\245) 173.88 202.08 S
3 11 Q
0.11 (Routinely delete obsolete messages from all of your Pine folders.) 192.96 202.08 S
3 16 Q
0.16 (\245) 173.88 185.08 S
3 11 Q
0.11 (Y) 192.96 185.08 S
0.11 (ou will get a message via Pine at the end of each month asking you about) 199.8 185.08 S
0.11 (your sent-mail folders. First it asks you if you w) 192.96 172.08 S
0.11 (ant to rename \050and thus) 410.39 172.08 S
0.11 (sa) 192.96 159.08 S
0.11 (v) 202.12 159.08 S
0.11 (e\051 your current sent-mail folder) 207.57 159.08 S
0.11 (. Then it asks if you w) 348.55 159.08 S
0.11 (ant to delete an) 449.05 159.08 S
0.11 (y) 517.54 159.08 S
-0.12 0.11 (sent-mail folders \050and all the messages the) 192.96 146.08 B
-0.12 0.11 (y contain\051 from pre) 383.77 146.08 B
-0.12 0.11 (vious months) 470.45 146.08 B
0.11 (and the current month.) 192.96 133.08 S
0.11 (T) 300.58 133.08 S
0.11 (o conserv) 306.53 133.08 S
0.11 (e space, it is a good idea to delete an) 349.82 133.08 S
0.11 (y) 514.63 133.08 S
0.11 (sent-mail folders you do not w) 192.96 120.08 S
0.11 (ant.) 330.89 120.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "9" 13
%%Page: "8" 14
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (8 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 224.61 543.59 684.43 R
7 X
V
1 12 Q
0 X
0.12 (Vie) 173.88 676.43 S
0.12 (wing a Messa) 192.07 676.43 S
0.12 (g) 270.76 676.43 S
0.12 (e) 278.33 676.43 S
2 11 Q
0.11 (T) 173.88 657.1 S
0.11 (o view a message:) 180.32 657.1 S
3 F
0.11 (1.) 173.88 638.1 S
-0.26 0.11 (At the F) 192.96 638.1 B
-0.26 0.11 (older Inde) 229.21 638.1 B
-0.26 0.11 (x screen, use the) 274.79 638.1 B
2 F
-0.26 0.11 (arr) 354.18 638.1 B
-0.26 0.11 (o) 369.58 638.1 B
-0.26 0.11 (w k) 375.08 638.1 B
-0.26 0.11 (eys) 391.85 638.1 B
3 F
-0.26 0.11 (to highlight the message you) 412.45 638.1 B
0.11 (w) 192.96 625.1 S
0.11 (ant to vie) 200.9 625.1 S
0.11 (w) 242.67 625.1 S
0.11 (.) 250.01 625.1 S
0.11 (2.) 173.88 608.1 S
0.11 (Press) 192.96 608.1 S
2 F
0.11 (V) 222.34 608.1 S
3 F
0.11 (\050V) 236 608.1 S
0.11 (ie) 247.17 608.1 S
0.11 (wMsg\051 or press) 255.05 608.1 S
2 F
0.11 (<Retur) 330.63 608.1 S
0.11 (n>) 364.89 608.1 S
3 F
0.11 (to read a selected message.) 383.1 608.1 S
0.11 (T) 192.96 591.1 S
0.11 (o see the ne) 198.91 591.1 S
0.11 (xt message, press) 251.69 591.1 S
2 F
0.11 (N) 335.85 591.1 S
3 F
0.11 (\050Ne) 349.51 591.1 S
0.11 (xtMsg\051.) 366.16 591.1 S
0.11 (T) 192.96 578.1 S
0.11 (o see the pre) 198.91 578.1 S
0.11 (vious message, press) 255.35 578.1 S
2 F
0.11 (P) 355.12 578.1 S
3 F
0.11 (\050Pre) 367.56 578.1 S
0.11 (vMsg\051) 386.05 578.1 S
0.11 (T) 192.96 565.1 S
0.11 (o return to the inde) 198.91 565.1 S
0.11 (x, press) 284.65 565.1 S
2 F
0.11 (I) 324.75 565.1 S
3 F
0.11 (\050Inde) 334.75 565.1 S
0.11 (x\051.) 358.34 565.1 S
1 12 Q
0.12 (Repl) 173.88 533.43 S
0.12 (ying to a Messa) 200.18 533.43 S
0.12 (g) 291.23 533.43 S
0.12 (e) 298.8 533.43 S
2 11 Q
-0.44 0.11 (T) 173.88 514.1 B
-0.44 0.11 (o r) 180.32 514.1 B
-0.44 0.11 (eply to a message that y) 193.14 514.1 B
-0.44 0.11 (ou ha) 304.21 514.1 B
-0.44 0.11 (v) 330.03 514.1 B
-0.44 0.11 (e selected at the F) 335.53 514.1 B
-0.44 0.11 (older Index scr) 418.67 514.1 B
-0.44 0.11 (een or that) 490.13 514.1 B
0.11 (y) 173.88 501.1 S
0.11 (ou ar) 179.21 501.1 S
0.11 (e viewing:) 204.32 501.1 S
3 F
0.11 (Press) 192.96 482.1 S
2 F
0.11 (R) 222.34 482.1 S
3 F
0.11 (\050Reply\051.) 236 482.1 S
0.11 (Y) 192.96 465.1 S
0.11 (ou are ask) 199.8 465.1 S
0.11 (ed whether you w) 245.38 465.1 S
0.11 (ant to include the original message in your) 325.54 465.1 S
-0.33 0.11 (reply) 192.96 452.1 B
-0.33 0.11 (.) 215.4 452.1 B
-0.33 0.11 (Also, if the original message w) 223.87 452.1 B
-0.33 0.11 (as sent to more than one person, you are) 362.4 452.1 B
0.11 (ask) 192.96 439.1 S
0.11 (ed if you w) 207.84 439.1 S
0.11 (ant to reply to all recipients.) 258.74 439.1 S
0.11 (Think carefully before you) 391.19 439.1 S
-0.41 0.11 (answer\321it may be that you do not w) 192.96 426.1 B
-0.41 0.11 (ant your reply to be sent to more than just) 356.53 426.1 B
0.11 (the author of the message.) 192.96 413.1 S
0.11 (It is al) 192.96 400.1 S
0.11 (w) 221.23 400.1 S
0.11 (ays a good idea to check the list of addresses in the T) 229.17 400.1 S
0.11 (o and Cc \336elds) 468.35 400.1 S
0.11 (before you send a message to see who will recei) 192.96 387.1 S
0.11 (v) 409.55 387.1 S
0.11 (e it.) 414.99 387.1 S
1 12 Q
0.12 (Forwar) 173.88 355.43 S
0.12 (ding a Messa) 214.37 355.43 S
0.12 (g) 291.05 355.43 S
0.12 (e) 298.62 355.43 S
2 11 Q
0.11 (T) 173.88 336.1 S
0.11 (o f) 180.32 336.1 S
0.11 (orward a message that y) 192.28 336.1 S
0.11 (ou ha) 308.79 336.1 S
0.11 (v) 335.05 336.1 S
0.11 (e selected at the F) 340.55 336.1 S
0.11 (older Index scr) 425.45 336.1 S
0.11 (een or) 497.78 336.1 S
0.11 (that y) 173.88 323.1 S
0.11 (ou ar) 201.46 323.1 S
0.11 (e viewing:) 226.56 323.1 S
3 F
0.11 (1.) 173.88 304.1 S
0.11 (Press) 192.96 304.1 S
2 F
0.11 (F) 222.34 304.1 S
3 F
0.11 (\050F) 234.78 304.1 S
0.11 (orw) 244.62 304.1 S
0.11 (ard\051.) 261.94 304.1 S
0.11 (A cop) 192.96 287.1 S
0.11 (y of the message opens and the) 219.98 287.1 S
0.11 (T) 365.75 287.1 S
0.11 (o) 371.7 287.1 S
0.11 (\336eld is highlighted.) 382.92 287.1 S
0.11 (2.) 173.88 270.1 S
0.11 (Enter the address of your recipient and send the message as usual.) 192.96 270.1 S
0.11 (Note that) 496.04 270.1 S
0.11 (you can modify the original message if you wish, for e) 192.96 257.1 S
0.11 (xample, to forw) 439.17 257.1 S
0.11 (ard) 510.67 257.1 S
0.11 (only a portion of it or to add a message or notes of your o) 192.96 244.1 S
0.11 (wn.) 452.14 244.1 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "8" 14
%%Page: "7" 15
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (7 of 21) 495.9 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 162.96 533.38 684.43 R
7 X
V
1 12 Q
0 X
0.12 (Listing Messa) 173.88 676.43 S
0.12 (g) 254.68 676.43 S
0.12 (es) 262.25 676.43 S
2 11 Q
0.11 (T) 173.88 657.1 S
0.11 (o see a list of the messages y) 180.32 657.1 S
0.11 (ou ha) 313.79 657.1 S
0.11 (v) 340.04 657.1 S
0.11 (e r) 345.54 657.1 S
0.11 (ecei) 358.19 657.1 S
0.11 (v) 376.23 657.1 S
0.11 (ed in y) 381.73 657.1 S
0.11 (our INBO) 413.4 657.1 S
0.11 (X f) 461.21 657.1 S
0.11 (older:) 475.62 657.1 S
3 F
0.11 (At the Pine Main Menu, press) 192.96 638.1 S
2 F
0.11 (I) 333.64 638.1 S
3 F
0.11 (\050F) 343.64 638.1 S
0.11 (older Inde) 353.47 638.1 S
0.11 (x\051.) 399.31 638.1 S
-0.42 0.11 (If you ha) 192.96 621.1 B
-0.42 0.11 (v) 232.59 621.1 B
-0.42 0.11 (e an) 238.04 621.1 B
-0.42 0.11 (y messages, the) 255.91 621.1 B
-0.42 0.11 (y are listed as sho) 325.28 621.1 B
-0.42 0.11 (wn in the follo) 403.61 621.1 B
-0.42 0.11 (wing e) 468.19 621.1 B
-0.42 0.11 (xample) 497.89 621.1 B
0.11 (for the user named \322jhughes.) 192.96 608.1 S
0.11 (\323) 322.04 608.1 S
-0.15 0.11 (See \322Mo) 173.88 589.1 B
-0.15 0.11 (ving Between F) 213.13 589.1 B
-0.15 0.11 (olders\323 on page 10 if you w) 283.86 589.1 B
-0.15 0.11 (ant to list the messages in a) 408.01 589.1 B
0.11 (folder other than your INBO) 173.88 576.1 S
0.11 (X.) 302.27 576.1 S
0.11 (The selected message is highlighted.) 173.88 378.76 S
0.11 (The \336rst column on the left is blank, or) 344.45 378.76 S
-0.43 0.11 (sho) 173.88 365.76 B
-0.43 0.11 (ws a \322+\323) 189.21 365.76 B
-0.43 0.11 (if the message w) 233.43 365.76 B
-0.43 0.11 (as sent directly to you \050i.e., it is not a cop) 307.41 365.76 B
-0.43 0.11 (y or from) 489.26 365.76 B
0.11 (a list\051.) 173.88 352.76 S
0.11 (The second column may be blank, or it may contain:) 173.88 333.76 S
0.11 (\322N\323 if the message is ne) 173.88 320.76 S
0.11 (w \050unread\051,) 282.86 320.76 S
0.11 (\322) 173.88 307.76 S
0.11 (A\323 if you ha) 177.99 307.76 S
0.11 (v) 233.77 307.76 S
0.11 (e answered the message \050using the Reply command\051,) 239.22 307.76 S
0.11 (\322D\323 if you ha) 173.88 294.76 S
0.11 (v) 234.65 294.76 S
0.11 (e mark) 240.1 294.76 S
0.11 (ed the message for deletion. [Note:) 270.89 294.76 S
0.11 (If you answer a) 434.31 294.76 S
0.11 (message as well as mark it deleted \050in either order\051, you only see the \322D\323.]) 173.88 281.76 S
-0.22 0.11 (The rest of the columns in the message line sho) 173.88 262.76 B
-0.22 0.11 (w you the message number) 385.42 262.76 B
-0.22 0.11 (, date) 506.48 262.76 B
0.11 (sent, sender) 173.88 249.76 S
0.11 (, size, and subject. F) 226.69 249.76 S
0.11 (or details, press) 318.46 249.76 S
2 F
0.11 (?) 394.68 249.76 S
3 F
0.11 (\050Help\051.) 405.9 249.76 S
0.11 (Most of the commands you need to handle your messages are visible at the) 173.88 230.76 S
0.11 (bottom of the screen, and you can press) 173.88 217.76 S
2 F
0.11 (O) 357.91 217.76 S
3 F
0.11 (\050O) 372.18 217.76 S
0.11 (THER CMDS\051 to see additional) 383.57 217.76 S
0.11 (commands that are a) 173.88 204.76 S
0.11 (v) 266.48 204.76 S
0.11 (ailable. Y) 271.81 204.76 S
0.11 (ou do not need to see these \322other commands\323) 314.47 204.76 S
0.11 (on the screen to use them.) 173.88 191.76 S
0.11 (That is, you ne) 296.61 191.76 S
0.11 (v) 363.36 191.76 S
0.11 (er need to press) 368.81 191.76 S
2 F
0.11 (O) 444.9 191.76 S
3 F
0.11 (as a pre\336x for) 459.18 191.76 S
0.11 (an) 173.88 178.76 S
0.11 (y other command.) 184.32 178.76 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 4. A Pine F) 77.76 405.42 S
0.1 (older Inde) 162.73 405.42 S
0.1 (x Screen) 207.9 405.42 S
0 0 0 1 0 0 0 K
77.76 412.09 533.65 560.43 C
0 0 0 1 0 0 0 K
77.76 419.09 532.89 560.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 419.09 532.89 560.43 R
7 X
0 0 0 1 0 0 0 K
V
238.25 434.43 248.05 457.26 R
0 X
V
0.5 H
0 Z
N
162.65 435.58 172.45 458.41 R
V
N
83.77 435.55 93.57 458.38 R
V
N
466.49 434.43 476.29 457.26 R
V
N
400.25 435.01 410.05 457.83 R
V
N
310.9 435.37 323.08 445.1 R
V
N
323.57 435.37 333.45 458.19 R
V
N
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(?) 85.6 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Help) 94.82 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(M) 163.97 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Main Menu) 175.01 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(P) 240.08 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevMsg) 250.6 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(-) 325.47 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevPage) 337.09 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(D) 401.42 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Delete) 411.97 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(R) 468.26 449.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Reply) 477.71 449.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(O) 85.6 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(OTHER CMDS) 94.82 437.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(V) 163.97 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
([ViewMsg]) 175.01 437.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(N) 240.08 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextMsg) 250.6 437.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(Spc) 313.47 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextPage) 337.09 437.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(U) 401.42 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Undelete) 411.97 437.93 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(F) 468.26 437.93 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Forward) 477.71 437.93 T
82.83 540.07 526.9 551.92 R
V
N
82.8 487.53 526.87 499.38 R
V
N
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(PINE) 116.4 543.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(FOLDER INDEX) 185.51 543.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 312.76 543.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( Message 3 of 3) 384.76 543.21 T
(NEW) 484.76 543.21 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 ( D) 87.6 513.21 S
0.1 ( 1) 105.9 513.21 S
0.1 (Jan 10) 127.92 513.21 S
0.1 (Mu Li) 175.52 513.21 S
0.1 (\050486\051) 346.61 513.21 S
0.1 (Proposal) 388.54 513.21 S
0.1 (+ A) 87.6 501.71 S
0.1 ( 2) 105.9 501.71 S
0.1 (Jan 10) 127.92 501.71 S
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0.1 (Christine Smith) 175.52 501.71 S
0.1 (\050500\051) 346.61 501.71 S
0.1 (NSF) 388.54 501.71 S
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(+ N) 87.6 490.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 3) 105.6 490.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Jan 11) 127.92 490.21 T
(To:
[email protected]) 174.92 490.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( \050448\051) 342.92 490.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Test) 388.54 490.21 T
0 0 0 1 0 0 0 K
78.55 423.43 531.1 555.97 R
0 X
0 0 0 1 0 0 0 K
N
77.76 412.09 533.65 560.43 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "7" 15
%%Page: "6" 16
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (6 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 122.74 545.75 684.43 R
7 X
V
2 11 Q
0 X
-0.04 0.11 (Using the Addr) 192.96 677.1 B
-0.04 0.11 (ess Book.) 266.34 677.1 B
3 F
-0.04 0.11 (In both the) 316.29 677.1 B
-0.04 0.11 (T) 370.69 677.1 B
-0.04 0.11 (o) 376.64 677.1 B
-0.04 0.11 (and the) 387.86 677.1 B
-0.04 0.11 (Cc) 426.28 677.1 B
-0.04 0.11 (\336elds, you can enter a) 444.33 677.1 B
0.11 (person\325) 192.96 664.1 S
0.11 (s email address manually) 226.11 664.1 S
0.11 (, or you can use an entry from your Pine) 338.94 664.1 S
0.11 (address book.) 192.96 651.1 S
0.11 (See page 17.) 260.49 651.1 S
2 F
0.11 (Cc:) 173.88 632.1 S
3 F
0.11 (In this \336eld, type the email addresses of the persons to whom you w) 196.31 632.1 S
0.11 (ant to) 502.37 632.1 S
0.11 (send copies.) 192.96 619.1 S
0.11 (Separate their addresses with commas.) 253.66 619.1 S
0.11 (When you are \336nished,) 433.49 619.1 S
0.11 (or if you do not w) 192.96 606.1 S
0.11 (ant to send an) 273.96 606.1 S
0.11 (y copies, press) 336.13 606.1 S
2 F
0.11 (<Retur) 407.85 606.1 S
0.11 (n>) 442.11 606.1 S
3 F
0.11 (.) 454.71 606.1 S
2 F
0.11 (Attchmnt:) 173.88 587.1 S
3 F
0.11 (This is an adv) 229.35 587.1 S
0.11 (anced Pine feature that allo) 292.03 587.1 S
0.11 (ws you to attach \336les,) 414.58 587.1 S
0.11 (including w) 192.96 574.1 S
0.11 (ord processing documents, spreadsheets, or images that e) 246.31 574.1 S
0.11 (xist on) 503.73 574.1 S
-0.22 0.11 (the same computer where you are running Pine.) 192.96 561.1 B
-0.22 0.11 (If you do not w) 412.19 561.1 B
-0.22 0.11 (ant to attach a) 480.7 561.1 B
0.11 (\336le to your message, press) 192.96 548.1 S
2 F
0.11 (<Retur) 317.83 548.1 S
0.11 (n>) 352.08 548.1 S
3 F
0.11 (. F) 364.69 548.1 S
0.11 (or more information, place your) 376.47 548.1 S
0.11 (cursor in the) 192.96 535.1 S
0.11 (Attchmnt) 254.99 535.1 S
0.11 (\336eld, then type) 303.04 535.1 S
2 F
0.11 (<Contr) 375.99 535.1 S
0.11 (ol>G) 410.82 535.1 S
3 F
0.11 (\050Get Help\051.) 440.26 535.1 S
2 F
0.11 (Subject:) 173.88 516.1 S
3 F
0.11 (In this \336eld, enter a one-line description of your message.) 219.47 516.1 S
0.11 (A short,) 484.83 516.1 S
0.11 (pertinent description is appreciated by recipients, since this is what the) 192.96 503.1 S
0.11 (y see) 511.64 503.1 S
0.11 (when the) 192.96 490.1 S
0.11 (y scan their inde) 233.69 490.1 S
0.11 (x of messages.) 307.8 490.1 S
0.11 (When \336nished, press) 379.41 490.1 S
2 F
0.11 (<Retur) 476.32 490.1 S
0.11 (n>) 510.57 490.1 S
3 F
0.11 (.) 523.18 490.1 S
2 F
0.11 (Message T) 173.88 471.1 S
0.11 (ext:) 223.65 471.1 S
3 F
0.11 (T) 247.41 471.1 S
0.11 (ype your message.) 253.37 471.1 S
0.11 (T) 342.41 471.1 S
0.11 (o mo) 348.36 471.1 S
0.11 (v) 370.94 471.1 S
0.11 (e around, use the) 376.39 471.1 S
2 F
0.11 (arr) 458.4 471.1 S
0.11 (o) 473.8 471.1 S
0.11 (w k) 479.3 471.1 S
0.11 (eys) 496.33 471.1 S
3 F
0.11 (.) 511.32 471.1 S
0.11 (T) 519.79 471.1 S
0.11 (o) 525.74 471.1 S
0.11 (delete a character) 192.96 458.1 S
0.11 (, press) 271.45 458.1 S
2 F
0.11 (<Backspace>) 305.94 458.1 S
3 F
0.11 ( or) 369.19 458.1 S
2 F
0.11 (<Delete>) 384.29 458.1 S
3 F
0.11 (. T) 427.03 458.1 S
0.11 (o delete a line, type) 438.7 458.1 S
2 F
0.11 (<Contr) 192.96 445.1 S
0.11 (ol>K) 227.8 445.1 S
3 F
0.11 (.) 251.62 445.1 S
0.11 (T) 260.09 445.1 S
0.11 (o justify te) 266.04 445.1 S
0.11 (xt, type) 314.26 445.1 S
2 F
0.11 (<Contr) 353.74 445.1 S
0.11 (ol>J) 388.58 445.1 S
3 F
0.11 (.) 409.35 445.1 S
0.11 (\050T) 417.82 445.1 S
0.11 (o immediately undelete a) 427.54 445.1 S
0.11 (line or to unjustify te) 192.96 432.1 S
0.11 (xt, type) 287.6 432.1 S
2 F
0.11 (<Contr) 327.09 432.1 S
0.11 (ol>U\051) 361.93 432.1 S
3 F
0.11 (. T) 388.91 432.1 S
0.11 (o check the spelling, type) 400.58 432.1 S
2 F
0.11 (<Contr) 192.96 419.1 S
0.11 (ol>T) 227.8 419.1 S
3 F
0.11 (. T) 249.59 419.1 S
0.11 (o see other editing commands, type) 261.26 419.1 S
2 F
0.11 (<Contr) 423.67 419.1 S
0.11 (ol>G) 458.51 419.1 S
3 F
0.11 ( \050Get Help\051.) 482.33 419.1 S
1 12 Q
0.12 (Hints f) 173.88 387.43 S
0.12 (or Sending a Messa) 211.81 387.43 S
0.12 (g) 326.55 387.43 S
0.12 (e) 334.13 387.43 S
2 11 Q
0.11 (Sending a Message.) 173.88 368.1 S
3 F
0.11 (After your message is composed, type) 276.29 368.1 S
2 F
0.11 (<Contr) 451.13 368.1 S
0.11 (ol>X) 485.97 368.1 S
3 F
0.11 (,) 509.18 368.1 S
0.11 (and then press) 192.96 355.1 S
2 F
0.11 (y) 263.04 355.1 S
3 F
0.11 (or press) 274.26 355.1 S
2 F
0.11 (<Retur) 315.27 355.1 S
0.11 (n>) 349.52 355.1 S
3 F
0.11 (.) 362.13 355.1 S
0.11 (Y) 370.6 355.1 S
0.11 (our message is sent and a cop) 377.44 355.1 S
0.11 (y is) 510.66 355.1 S
-0.37 0.11 (sa) 192.96 342.1 B
-0.37 0.11 (v) 202.12 342.1 B
-0.37 0.11 (ed to the sent-mail folder) 207.57 342.1 B
-0.37 0.11 (.) 318.95 342.1 B
-0.37 0.11 (If a message cannot be deli) 327.42 342.1 B
-0.37 0.11 (v) 447.72 342.1 B
-0.37 0.11 (ered, it e) 453.17 342.1 B
-0.37 0.11 (v) 491.44 342.1 B
-0.37 0.11 (entually is) 496.88 342.1 B
0.11 (returned to you. If you w) 192.96 329.1 S
0.11 (ant to re-send a message, you can use) 305.58 329.1 S
0.11 (the) 192.96 316.1 S
2 F
0.11 (F) 212.34 316.1 S
3 F
0.11 (\050F) 224.78 316.1 S
0.11 (orw) 234.62 316.1 S
0.11 (ard\051 command.) 251.94 316.1 S
2 F
0.11 (Changing Y) 173.88 297.1 S
0.11 (our Mind.) 230.3 297.1 S
3 F
0.11 (If you change your mind after typing) 284.57 297.1 S
2 F
0.11 (<Contr) 456.66 297.1 S
0.11 (ol>X) 491.5 297.1 S
3 F
0.11 (to) 520.32 297.1 S
0.11 (send a message, press) 192.96 284.1 S
2 F
0.11 (n) 296.8 284.1 S
3 F
0.11 (instead of) 308.63 284.1 S
2 F
0.11 (y) 358.42 284.1 S
3 F
0.11 (to continue to w) 369.64 284.1 S
0.11 (ork on your message.) 442.48 284.1 S
-0.14 0.11 (While you are writing your message, you can type) 192.96 271.1 B
2 F
-0.14 0.11 (<Contr) 421.37 271.1 B
-0.14 0.11 (ol>O) 456.21 271.1 B
3 F
-0.14 0.11 ( \050Postpone\051 to) 480.03 271.1 B
0.11 (hold your message so you can w) 192.96 258.1 S
0.11 (ork on it later) 339.13 258.1 S
0.11 (, or you can type) 399.91 258.1 S
2 F
0.11 (<Contr) 481.01 258.1 S
0.11 (ol>C) 515.85 258.1 S
3 F
-0.29 0.11 (\050Cancel\051 to delete your message entirely) 192.96 245.1 B
-0.29 0.11 (.) 372.66 245.1 B
-0.29 0.11 (Y) 381.13 245.1 B
-0.29 0.11 (ou are ask) 387.97 245.1 B
-0.29 0.11 (ed to con\336rm whether or) 432.96 245.1 B
0.11 (not you w) 192.96 232.1 S
0.11 (ant to cancel a message.) 237.84 232.1 S
77.76 184.41 545.75 190.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 188.92 577.01 188.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Listing, Vie) 125.86 194.77 S
0.13 (wing, Repl) 196.57 194.77 S
0.13 (ying to, and Forwar) 262.69 194.77 S
0.13 (ding Messa) 384.81 194.77 S
0.13 (g) 456.78 194.77 S
0.13 (es) 464.98 194.77 S
3 11 Q
-0.19 0.11 (Pine stores messages that are sent to you in your INBO) 173.88 167.08 B
-0.19 0.11 (X folder) 420.05 167.08 B
-0.19 0.11 (.) 457.09 167.08 B
-0.19 0.11 (Messages remain) 465.56 167.08 B
0.11 (in your INBO) 173.88 154.08 S
0.11 (X until you delete them or sa) 235.86 154.08 S
0.11 (v) 366.54 154.08 S
0.11 (e them in other folders.) 371.99 154.08 S
0.11 (\050Y) 482.58 154.08 S
0.11 (ou will) 493.2 154.08 S
0.11 (learn more about the INBO) 173.88 141.08 S
0.11 (X and other folders in \322Pine F) 296.55 141.08 S
0.11 (olders\323 on page 9.\051) 432.28 141.08 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "6" 16
%%Page: "5" 17
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (5 of 21) 495.9 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 113.32 533.38 684.43 R
7 X
V
3 11 Q
0 X
0.11 (If a user Jean Hughes whose userid is) 192.96 677.1 S
5 F
0.11 (jhughes) 365.15 677.1 S
3 F
0.11 ( at site) 400.14 677.1 S
5 F
0.11 (art.some) 432.6 677.1 S
0.11 (wher) 471.51 677.1 S
0.11 (e) 493.54 677.1 S
0.11 (.edu) 498.37 677.1 S
3 F
-0.27 0.11 (were to compose such a test message, the completed screen w) 192.96 664.1 B
-0.27 0.11 (ould look lik) 468.79 664.1 B
-0.27 0.11 (e) 525.79 664.1 B
0.11 (the follo) 192.96 651.1 S
0.11 (wing e) 230.65 651.1 S
0.11 (xample.) 260.77 651.1 S
0.11 (7.) 173.88 423.24 S
0.11 (T) 192.96 423.24 S
0.11 (o send your message, type) 198.91 423.24 S
2 F
0.11 (<Contr) 323.05 423.24 S
0.11 (ol>X) 357.89 423.24 S
3 F
0.11 (\050Send\051.) 386.71 423.24 S
0.11 (Y) 192.96 406.24 S
0.11 (ou are ask) 199.8 406.24 S
0.11 (ed:) 245.38 406.24 S
4 F
0.11 (Send message?) 212.04 389.24 S
3 F
0.11 (8.) 173.88 372.24 S
0.11 (Press) 192.96 372.24 S
2 F
0.11 (y) 222.34 372.24 S
3 F
0.11 (\050yes\051 or press) 233.56 372.24 S
2 F
0.11 (<Retur) 299.97 372.24 S
0.11 (n>) 334.22 372.24 S
3 F
0.11 (.) 346.83 372.24 S
0.11 (The message is sent and a cop) 192.96 355.24 S
0.11 (y is sa) 328.62 355.24 S
0.11 (v) 356.67 355.24 S
0.11 (ed to your sent-mail folder) 362.12 355.24 S
0.11 (.) 481.79 355.24 S
0.11 (\050If you) 490.26 355.24 S
0.11 (press) 192.96 342.24 S
2 F
0.11 (n) 221.73 342.24 S
3 F
0.11 (\050no\051 the message is not sent, and you can continue to w) 233.56 342.24 S
0.11 (ork on it.\051) 482.68 342.24 S
-0.13 0.11 (Y) 173.88 323.24 B
-0.13 0.11 (ou ha) 180.72 323.24 B
-0.13 0.11 (v) 205.06 323.24 B
-0.13 0.11 (e just sent a basic message.) 210.51 323.24 B
-0.13 0.11 (There are, of course, other options you can) 338.32 323.24 B
0.11 (use as you compose a message.) 173.88 310.24 S
0.11 (A fe) 320.76 310.24 S
0.11 (w are summarized in the ne) 340.17 310.24 S
0.11 (xt section, and) 464.13 310.24 S
0.11 (complete information about options for the Compose Message screen is) 173.88 297.24 S
0.11 (a) 173.88 284.24 S
0.11 (v) 178.65 284.24 S
0.11 (ailable in Pine\325) 183.99 284.24 S
0.11 (s online help.) 251.75 284.24 S
0.11 (As you compose a message, you can type) 317.87 284.24 S
2 F
0.11 (<Contr) 173.88 271.24 S
0.11 (ol>G) 208.72 271.24 S
3 F
0.11 (\050Get Help\051 at an) 238.15 271.24 S
0.11 (y time to see details about your current task.) 310.92 271.24 S
1 12 Q
0.12 (Hints f) 173.88 239.57 S
0.12 (or Writing a Messa) 211.81 239.57 S
0.12 (g) 320.54 239.57 S
0.12 (e) 328.11 239.57 S
2 11 Q
0.11 (T) 173.88 220.24 S
0.11 (o:) 180.32 220.24 S
3 F
0.11 (In this \336eld, type the email addresses) 195.31 220.24 S
0.11 (of your recipients.) 365.19 220.24 S
0.11 (Separate the) 453.23 220.24 S
0.11 (addresses with commas.) 192.96 207.24 S
0.11 (When you are \336nished, press) 307.61 207.24 S
2 F
0.11 (<Retur) 443.58 207.24 S
0.11 (n>) 477.83 207.24 S
3 F
0.11 (. Al) 490.44 207.24 S
0.11 (w) 507.27 207.24 S
0.11 (ays) 515.21 207.24 S
0.11 (check the addresses in both the) 192.96 194.24 S
0.11 (T) 338.53 194.24 S
0.11 (o) 344.48 194.24 S
0.11 (and the) 355.7 194.24 S
0.11 (Cc) 394.16 194.24 S
0.11 (\336elds for accurac) 412.21 194.24 S
0.11 (y and) 489.66 194.24 S
0.11 (completeness before you send a message.) 192.96 181.24 S
2 F
-0.21 0.11 (Finding and F) 192.96 162.24 B
-0.21 0.11 (ormatting Addr) 260.33 162.24 B
-0.21 0.11 (esses.) 336.32 162.24 B
3 F
-0.21 0.11 (The best w) 367.95 162.24 B
-0.21 0.11 (ay to get a person\325) 416.79 162.24 B
-0.21 0.11 (s email) 498.69 162.24 B
0.11 (address is to ask him or her for it.) 192.96 149.24 S
0.11 (F) 350.09 149.24 S
0.11 (or more information on \336nding and) 356.15 149.24 S
0.11 (formatting email addresses on local and remote computers, type) 192.96 136.24 S
2 F
0.11 (<Contr) 192.96 123.24 S
0.11 (ol>G) 227.8 123.24 S
3 F
0.11 (\050Get Help\051 while your cursor is in the) 257.23 123.24 S
0.11 (T) 432.3 123.24 S
0.11 (o) 438.25 123.24 S
0.11 (\336eld.) 449.47 123.24 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 3. A Pine Compose Message Screen) 77.76 449.9 S
0 0 0 1 0 0 0 K
77.76 456.57 540.18 635.43 C
0 0 0 1 0 0 0 K
77.76 463.57 536.14 635.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 463.57 536.14 635.43 R
7 X
0 0 0 1 0 0 0 K
V
83.38 536.11 242.72 547.95 R
0 X
V
0.5 H
0 Z
N
178.31 526.58 184.69 536.42 R
V
N
155.74 474.87 170.49 499.28 R
V
N
225.58 474.83 240.33 499.21 R
V
N
307.37 474.87 322.12 499.28 R
V
N
373.32 475.38 388.07 499.78 R
V
N
456.84 474.87 471.59 499.28 R
V
N
85.68 474.87 99.93 499.28 R
V
N
83.9 615.07 527.06 626.92 R
V
N
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(^G) 86.43 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Get Help) 103.35 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^X) 157 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Send) 174.49 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^R) 226.76 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Read File) 243.62 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^Y) 308.54 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Prev Pg) 326.1 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^K) 374.48 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Cut Text) 391.63 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^O) 457.95 491.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Postpone) 477.33 491.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^C) 86.43 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Cancel) 103.35 479.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^J) 157 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Justify) 174.49 479.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^W) 226.87 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Where is) 243.62 479.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^V) 308.54 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Next Pg) 326.1 479.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^U) 374.48 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(UnCut Text) 391.63 479.65 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^T) 457.95 479.65 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(To Spell) 477.33 479.65 T
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(PINE) 116.4 618.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(COMPOSE MESSAGE) 185.51 618.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 331.26 618.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 2 Messages) 413.22 618.21 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (To) 87.6 588.21 S
0.1 (:
[email protected]) 135.76 588.21 S
0.1 (Cc) 87.6 576.21 S
0.1 (:) 135.76 576.21 S
0.1 (Attchmnt) 87.6 564.21 S
0.1 (:) 136.4 564.21 S
0.1 (Subject) 87.6 552.21 S
0.1 (:Test) 135.76 552.21 S
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
0.1 (-----) 87.6 540.21 S
6 11 Q
0.11 (Message Text) 124.2 540.21 S
6 10 Q
0.1 (-----) 209.82 540.21 S
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (This is a test.) 87.6 528.21 S
78.41 468.48 531.06 630.97 R
N
77.76 456.57 540.18 635.43 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "5" 17
%%Page: "4" 18
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (4 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 119.9 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Writing a Messa) 125.86 675.77 S
0.13 (g) 226.64 675.77 S
0.13 (e in Pine) 234.85 675.77 S
3 11 Q
0.11 (T) 173.88 648.07 S
0.11 (o write a message, press) 179.83 648.07 S
2 F
0.11 (C) 294.69 648.07 S
3 F
0.11 (\050Compose\051. Y) 308.35 648.07 S
0.11 (ou see the Compose Message) 370.79 648.07 S
0.11 (screen.) 173.88 635.08 S
0.11 (In the command menu abo) 173.88 411.87 S
0.11 (v) 293.56 411.87 S
0.11 (e, the) 299 411.87 S
0.11 (^) 329.1 411.87 S
0.11 (character is used to indicate the Control) 339.98 411.87 S
0.11 (k) 173.88 398.87 S
0.11 (e) 179.38 398.87 S
0.11 (y) 184.21 398.87 S
0.11 (.) 189.1 398.87 S
0.11 (This character means you must hold do) 197.57 398.87 S
0.11 (wn the Control k) 374.29 398.87 S
0.11 (e) 450.18 398.87 S
0.11 (y \050written in this) 455.01 398.87 S
0.11 (document as) 173.88 385.87 S
2 F
0.11 (<Contr) 233.25 385.87 S
0.11 (ol>) 268.08 385.87 S
3 F
0.11 (\051 while you press the letter for each command.) 283.24 385.87 S
0.11 (Dif) 173.88 366.87 S
0.11 (ferent commands are a) 188.6 366.87 S
0.11 (v) 290.57 366.87 S
0.11 (ailable to you when your cursor is in dif) 295.9 366.87 S
0.11 (ferent \336elds) 476.11 366.87 S
-0.19 0.11 (on this screen. T) 173.88 353.87 B
-0.19 0.11 (o see additional commands a) 247.02 353.87 B
-0.19 0.11 (v) 376.11 353.87 B
-0.19 0.11 (ailable when your cursor is in the) 381.45 353.87 B
0.11 (Message T) 173.88 340.87 S
0.11 (e) 222.06 340.87 S
0.11 (xt \336eld, type) 226.89 340.87 S
2 F
0.11 (<Contr) 289.23 340.87 S
0.11 (ol>G) 324.07 340.87 S
3 F
0.11 (\050Get Help\051. F) 353.51 340.87 S
0.11 (or e) 413.73 340.87 S
0.11 (xample, to mo) 430.8 340.87 S
0.11 (v) 495.32 340.87 S
0.11 (e) 500.76 340.87 S
0.11 (around, use the) 173.88 327.87 S
2 F
0.11 (arr) 248.04 327.87 S
0.11 (o) 263.44 327.87 S
0.11 (w k) 268.94 327.87 S
0.11 (eys) 285.97 327.87 S
3 F
0.11 (or) 306.57 327.87 S
2 F
0.11 (<Contr) 321.56 327.87 S
0.11 (ol>N) 356.4 327.87 S
3 F
0.11 (\050Ne) 385.22 327.87 S
0.11 (xt line\051 and) 401.87 327.87 S
2 F
0.11 (<Contr) 456.16 327.87 S
0.11 (ol>P) 490.99 327.87 S
3 F
0.11 (\050Pre) 173.88 314.87 S
0.11 (vious line\051; to correct typing errors, use) 192.37 314.87 S
2 F
0.11 (<Backspace>) 376.43 314.87 S
3 F
0.11 (or) 445.29 314.87 S
2 F
0.11 (<Delete>) 457.53 314.87 S
3 F
0.11 (.) 500.27 314.87 S
0.11 (Y) 173.88 295.87 S
0.11 (ou might start e) 180.72 295.87 S
0.11 (xperimenting in Pine by sending yourself a message.) 251.07 295.87 S
0.11 (The) 494.48 295.87 S
0.11 (follo) 173.88 282.87 S
0.11 (wing section sho) 194.93 282.87 S
0.11 (ws you ho) 270.36 282.87 S
0.11 (w) 316.3 282.87 S
0.11 (.) 323.63 282.87 S
1 12 Q
0.12 (Writing and Sending a T) 173.88 251.21 S
0.12 (est Messa) 313.27 251.21 S
0.12 (g) 371.59 251.21 S
0.12 (e to Y) 379.16 251.21 S
0.12 (our) 411.36 251.21 S
0.12 (self) 430.87 251.21 S
2 11 Q
0.11 (T) 173.88 231.87 S
0.11 (o write and send a test message to y) 180.32 231.87 S
0.11 (ourself:) 350.2 231.87 S
3 F
0.11 (1.) 173.88 212.87 S
0.11 (Press) 192.96 212.87 S
2 F
0.11 (C) 222.34 212.87 S
3 F
0.11 (\050Compose\051 to see the Compose Message screen.) 236 212.87 S
0.11 (2.) 173.88 195.87 S
0.11 (In the) 192.96 195.87 S
0.11 (T) 224.59 195.87 S
0.11 (o) 230.54 195.87 S
0.11 (\336eld, type your email address and press) 241.76 195.87 S
2 F
0.11 (<Retur) 425.49 195.87 S
0.11 (n>) 459.74 195.87 S
3 F
0.11 (.) 472.35 195.87 S
0.11 (3.) 173.88 178.87 S
0.11 (In the) 192.96 178.87 S
0.11 (Cc) 224.59 178.87 S
0.11 (\336eld, press) 242.63 178.87 S
2 F
0.11 (<Retur) 297.12 178.87 S
0.11 (n>) 331.37 178.87 S
3 F
0.11 (.) 343.98 178.87 S
0.11 (4.) 173.88 161.87 S
0.11 (In the) 192.96 161.87 S
0.11 (Attachment) 224.59 161.87 S
0.11 (\336eld, press) 282.62 161.87 S
2 F
0.11 (<Retur) 337.1 161.87 S
0.11 (n>) 371.36 161.87 S
3 F
0.11 (.) 383.96 161.87 S
0.11 (5.) 173.88 144.87 S
0.11 (In the) 192.96 144.87 S
0.11 (Subject) 224.59 144.87 S
0.11 (\336eld, type) 263.96 144.87 S
2 F
0.11 (T) 314.67 144.87 S
0.11 (est) 321.11 144.87 S
3 F
0.11 (and press) 339.87 144.87 S
2 F
0.11 (<Retur) 387.71 144.87 S
0.11 (n>) 421.97 144.87 S
3 F
0.11 (.) 434.57 144.87 S
0.11 (6.) 173.88 127.88 S
0.11 (Belo) 192.96 127.88 S
0.11 (w the) 213.9 127.88 S
0.11 (Message T) 244.2 127.88 S
0.11 (e) 292.38 127.88 S
0.11 (xt) 297.21 127.88 S
0.11 (line, type) 311.59 127.88 S
2 F
0.11 (This is a test.) 359.24 127.88 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 2. A Pine Compose Message Screen) 77.76 438.54 S
0 0 0 1 0 0 0 K
77.76 445.21 533.65 619.41 C
0 0 0 1 0 0 0 K
77.76 452.21 532.89 619.41 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 452.21 532.89 619.41 R
7 X
0 0 0 1 0 0 0 K
V
152.62 461.78 167.37 486.19 R
0 X
V
0.5 H
0 Z
N
222.46 461.74 237.21 486.11 R
V
N
293.76 461.8 308.51 486.21 R
V
N
370.2 462.28 384.95 486.69 R
V
N
453.72 461.78 468.47 486.19 R
V
N
82.56 461.78 96.81 486.19 R
V
N
143.8 570.98 149.2 582.5 R
V
N
83 570.96 137.62 582.5 R
V
N
78.84 455.13 531.1 617.94 R
N
80.78 601.98 523.94 613.82 R
V
N
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(^G) 83.31 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Get Help) 100.22 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^X) 153.88 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Send) 171.37 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^R) 223.74 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Rich Hdr) 240.49 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^Y) 294.92 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrvPg/Top) 311.98 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^K) 371.36 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Cut Line) 388.51 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^O) 454.83 478.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Postpone) 474.21 478.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^C) 83.31 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Cancel) 100.22 466.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^D) 153.88 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Del Char) 171.37 466.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^J) 223.74 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Attach) 240.49 466.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^V) 294.92 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NxtPg/End) 311.98 466.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^U) 371.36 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(UnDel Line) 388.51 466.55 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(^T) 454.83 466.55 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(To AddrBk) 474.21 466.55 T
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(PINE) 113.28 605.11 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(COMPOSE MESSAGE) 182.39 605.11 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 328.14 605.11 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 2 Messages) 410.1 605.11 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(To) 84.48 575.11 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
4 F
0.1 (:) 132.65 575.11 S
0 0 0 1 0 0 0 K
0 X
0 0 0 1 0 0 0 K
0.1 (Cc) 84.48 563.11 S
0.1 (:) 132.65 563.11 S
0.1 (Attchmnt) 84.48 551.11 S
0.1 (:) 133.28 551.11 S
0.1 (Subject) 84.48 539.11 S
0.1 (:) 132.65 539.11 S
0.1 (----- Message Text -----) 84.48 527.11 S
77.76 445.21 533.65 619.41 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "4" 18
%%Page: "3" 19
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 68.4 533.38 68.4 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 46.8 533.38 58.75 R
7 X
V
0 10 Q
0 X
0.1 (Getting Started With Email Using Pine) 239.33 52.09 S
0.1 (3 of 21) 495.9 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 146.17 531 684.43 R
7 X
V
1 12 Q
0 X
0.12 (The Main Men) 173.88 676.43 S
0.12 (u) 254.54 676.43 S
3 11 Q
0.11 (The Main Menu lists Pine\325) 173.88 657.1 S
0.11 (s main options \050see Figure 1\051.) 293.96 657.1 S
0.11 (The k) 433.64 657.1 S
0.11 (e) 459.44 657.1 S
0.11 (y or k) 464.27 657.1 S
0.11 (e) 490.48 657.1 S
0.11 (ys you) 495.31 657.1 S
0.11 (must type to enter your choice is to the left of each option or command) 173.88 644.1 S
0.11 (name.) 173.88 631.1 S
0.11 (Y) 206.62 631.1 S
0.11 (ou can usually type either uppercase or lo) 213.46 631.1 S
0.11 (wercase letters, and you) 400.79 631.1 S
0.11 (should) 173.88 618.1 S
2 F
0.11 (not) 206.74 618.1 S
3 F
0.11 ( press) 222.35 618.1 S
0.11 (<Return>) 253.97 618.1 S
0.11 (to enter commands.) 302.81 618.1 S
0.11 (From the Main Menu you can choose to read online help, write \050compose\051 and) 173.88 599.1 S
-0.16 0.11 (send a message, look at an inde) 173.88 586.1 B
-0.16 0.11 (x of your mail messages, open or maintain your) 314.58 586.1 B
-0.41 0.11 (mail folders, update your address book, con\336gure or update Pine, and quit Pine.) 173.88 573.1 B
0.11 (There are additional options listed at the bottom of the screen as well.) 173.88 560.1 S
-0.17 0.11 (No) 173.88 261.67 B
-0.17 0.11 (w that you kno) 187.27 261.67 B
-0.17 0.11 (w ho) 253.7 261.67 B
-0.17 0.11 (w to start Pine, you can e) 275.39 261.67 B
-0.17 0.11 (xplore on your o) 387.94 261.67 B
-0.17 0.11 (wn, or you can) 461.92 261.67 B
0.11 (bro) 173.88 248.67 S
0.11 (wse the rest of this document for a summary of Pine\325) 188.6 248.67 S
0.11 (s main features.) 427.12 248.67 S
1 12 Q
0.12 (Getting Help in Pine) 173.88 217 S
3 11 Q
0.11 (T) 173.88 197.67 S
0.11 (o read the online help, use the Help command at the bottom of each screen.) 179.83 197.67 S
0.11 (F) 173.88 184.67 S
0.11 (or e) 179.94 184.67 S
0.11 (xample, at the Main Menu screen, press) 197.01 184.67 S
2 F
0.11 (?) 382.15 184.67 S
3 F
0.11 (\050Help\051.) 393.37 184.67 S
0.11 (Because the help te) 431.21 184.67 S
0.11 (xt) 518.36 184.67 S
-0.05 0.11 (is conte) 173.88 171.67 B
-0.05 0.11 (xt sensiti) 208.45 171.67 B
-0.05 0.11 (v) 248.65 171.67 B
-0.05 0.11 (e, you ne) 254.09 171.67 B
-0.05 0.11 (v) 294.71 171.67 B
-0.05 0.11 (er see all of it at once\321only the part that relates to) 300.16 171.67 B
0.11 (the Pine feature you are using.) 173.88 158.67 S
0.11 (T) 316.7 158.67 S
0.11 (o e) 322.65 158.67 S
0.11 (xit the online help, press) 335.95 158.67 S
2 F
0.11 (E) 452.27 158.67 S
3 F
0.11 (\050Exit Help\051.) 465.33 158.67 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0.1 (Figure 1. A Pine Main Men) 77.76 288.33 S
0.1 (u Screen) 201.42 288.33 S
0 0 0 1 0 0 0 K
77.76 295 540.2 544.43 C
0 0 0 1 0 0 0 K
77.76 302 531.63 544.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 302 531.63 544.43 R
7 X
0 0 0 1 0 0 0 K
V
105.14 442.58 485.76 454.42 R
0 X
V
0.5 H
0 Z
N
86.4 526.48 491.92 538.32 R
V
N
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 10 Q
7 X
0 0 0 0 1 1 1 K
(PINE) 131.9 530.09 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(MAIN MENU) 223.25 530.09 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(Folder:INBOX) 333.16 530.09 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
( 2 Messages) 412.41 530.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (?) 117.5 500.09 S
0.1 (HELP) 137.38 500.09 S
0.1 (- Get help using Pine) 248.76 500.09 S
0.1 (C) 117.5 482.09 S
0.1 (COMPOSE MESSAGE) 137.38 482.09 S
0.1 (- Compose and send/post a message) 248.76 482.09 S
0.1 (I) 117.5 464.09 S
0.1 (FOLDER INDEX) 137.38 464.09 S
0.1 (- View messages in current folder) 248.76 464.09 S
0 0 0 0 1 1 1 K
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(L) 117.5 446.09 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(FOLDER LIST) 137.38 446.09 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
(- Select a folder OR news group to view) 248.76 446.09 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
0.1 (A) 117.5 428.09 S
0.1 (ADDRESS BOOK) 137.38 428.09 S
0.1 (- Update address book) 248.76 428.09 S
0.1 (S) 117.5 410.09 S
0.1 (SETUP) 137.38 410.09 S
0.1 (- Configure or update Pine) 248.76 410.09 S
0.1 (Q) 117.5 392.09 S
0.1 (QUIT) 137.38 392.09 S
0.1 (- Exit the Pine program) 248.76 392.09 S
4 9 Q
0.09 (Copyright 1989-1996. PINE is a trademark of the University of Washington.) 88.71 367.76 S
4 10 Q
0.1 ([Folder \322INBOX\323 opened with 2 messages]) 169.32 355.09 S
183.25 319.56 191.4 329.57 R
V
N
269.79 319.56 278.62 342.38 R
V
N
88.17 319.56 96.75 342.38 R
V
N
339.41 319.58 348.24 342.4 R
V
N
78.55 304.43 502.16 543.09 R
N
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(?) 89.42 334.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(Help) 100.08 334.27 T
0 0 0 0 1 1 1 K
7 X
0 0 0 0 1 1 1 K
(F) 193.58 334.27 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
(P) 271.46 334.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(PrevCmd) 282.96 334.27 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(R) 340.96 334.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(RelNotes) 352.46 334.27 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(O) 89.42 322.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(OTHER CMDS) 100.08 322.27 T
0 0 0 0 1 1 1 K
7 X
0 0 0 0 1 1 1 K
(L) 160.08 322.27 T
0 0 0 1 0 0 0 K
0 0 0 0 1 1 1 K
6 F
(L) 184.58 322.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
([ListFldrs]) 193.58 322.27 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(N) 271.46 322.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(NextCmd) 282.96 322.27 T
0 0 0 0 1 1 1 K
6 F
7 X
0 0 0 0 1 1 1 K
(K) 340.96 322.27 T
0 0 0 1 0 0 0 K
4 F
0 X
0 0 0 1 0 0 0 K
(KBLock) 352.46 322.27 T
77.76 295 540.2 544.43 C
0 0 612 792 C
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "3" 19
%%Page: "2" 20
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
77.76 67.82 533.38 67.82 2 L
7 X
0 0 0 1 0 0 0 K
V
0.25 H
2 Z
0 X
N
77.76 47.09 533.38 59.04 R
7 X
V
0 10 Q
0 X
0.1 (2 of 21) 77.76 52.37 S
0.1 (Getting Started With Email Using Pine) 237.63 52.37 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
77.76 90.55 533.38 684.43 R
7 X
V
77.76 665.41 533.38 671.43 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 669.92 577.01 669.92 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (About Pine) 125.86 675.77 S
3 11 Q
0.11 (Electronic mail \050email\051 allo) 173.88 648.07 S
0.11 (ws you to communicate quickly and easily with) 297.97 648.07 S
0.11 (colleagues on campus and around the w) 173.88 635.08 S
0.11 (orld.) 353.19 635.08 S
0.11 (Pine is a sophisticated, easy-to-) 379.82 635.08 S
0.11 (use program for Internet ne) 173.88 622.08 S
0.11 (ws and email that w) 296.92 622.08 S
0.11 (as created at the Uni) 386.89 622.08 S
0.11 (v) 478.73 622.08 S
0.11 (ersity of) 484.17 622.08 S
0.11 (W) 173.88 609.08 S
0.11 (ashington.) 183.49 609.08 S
0.11 (Pine of) 235.73 609.08 S
0.11 (fers:) 267.7 609.08 S
3 16 Q
0.16 (\245) 173.88 590.08 S
2 11 Q
0.11 (On-scr) 192.96 590.08 S
0.11 (een Menus) 225.81 590.08 S
3 F
0.11 (that free you from memorizing commands \321the) 280.07 590.08 S
0.11 (a) 192.96 577.08 S
0.11 (v) 197.73 577.08 S
0.11 (ailable options are displayed across the bottom of each screen.) 203.07 577.08 S
3 16 Q
0.16 (\245) 173.88 560.08 S
2 11 Q
0.11 (On-scr) 192.96 560.08 S
0.11 (een Messages) 225.81 560.08 S
3 F
0.11 ( that appear when you need a w) 289.75 560.08 S
0.11 (arning or information.) 431.92 560.08 S
3 16 Q
0.16 (\245) 173.88 543.08 S
2 11 Q
0.11 (Online Help) 192.96 543.08 S
3 F
0.11 (for e) 254.18 543.08 S
0.11 (v) 274.92 543.08 S
0.11 (ery task.) 280.36 543.08 S
77.76 495.38 533.38 501.41 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 499.9 577.01 499.9 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (About This Document) 125.86 505.74 S
3 11 Q
0.11 (This document should be read at your computer while you use Pine. The te) 173.88 478.05 S
0.11 (xt) 511.59 478.05 S
0.11 (that follo) 173.88 465.05 S
0.11 (ws does not document e) 214.73 465.05 S
0.11 (v) 322.59 465.05 S
0.11 (ery Pine feature; it summarizes main options) 328.03 465.05 S
0.11 (and basic guidelines. The best w) 173.88 452.05 S
0.11 (ay to learn more about Pine is to e) 320.27 452.05 S
0.11 (xplore it on) 474.26 452.05 S
-0.04 0.11 (your o) 173.88 439.05 B
-0.04 0.11 (wn. On-screen information and online help sho) 202.63 439.05 B
-0.04 0.11 (w you what to do. T) 414.49 439.05 B
-0.04 0.11 (ry the) 504.59 439.05 B
0.11 (dif) 173.88 426.05 S
0.11 (ferent options and\321most of all\321ha) 186.16 426.05 S
0.11 (v) 348.44 426.05 S
0.11 (e fun e) 353.88 426.05 S
0.11 (xperimenting.) 384.42 426.05 S
0.11 ([Note:) 173.88 407.05 S
0.11 (This document e) 208.26 407.05 S
0.11 (xplains features found in) 283.07 407.05 S
2 F
0.11 (Pine v) 397.74 407.05 S
0.11 (ersion 3.96) 427.32 407.05 S
3 F
0.11 (. If you use) 479.25 407.05 S
-0.12 0.11 (a dif) 173.88 394.05 B
-0.12 0.11 (ferent v) 193.89 394.05 B
-0.12 0.11 (ersion or if your system administrator has disabled certain features,) 228.39 394.05 B
0.11 (some of the instructions will not w) 173.88 381.05 S
0.11 (ork.]) 330.4 381.05 S
77.76 333.36 533.38 339.38 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 337.87 577.01 337.87 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Bef) 125.86 343.72 S
0.13 (ore Y) 146.93 343.72 S
0.13 (ou Star) 178.79 343.72 S
0.13 (t Pine) 224.75 343.72 S
3 11 Q
-0.08 0.11 (Before you start Pine, you need to get an account on a computer and log in. F) 173.88 316.03 B
-0.08 0.11 (or) 521.21 316.03 B
0.11 (details, see your local computer consultant.) 173.88 303.03 S
77.76 255.34 533.38 261.36 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
125.28 259.85 577.01 259.85 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Star) 125.86 265.69 S
0.13 (ting Pine) 151.92 265.69 S
2 11 Q
0.11 (T) 173.88 238 S
0.11 (o start:) 180.32 238 S
3 F
0.11 (The details of ho) 220.71 238 S
0.11 (w to start Pine v) 296.54 238 S
0.11 (ary considerably from site to site.) 369.63 238 S
0.11 (\050F) 173.88 225 S
0.11 (or e) 183.71 225 S
0.11 (xample, you might select Pine from a menu of choices or type) 200.79 225 S
2 F
0.11 (pine) 486.12 225 S
3 F
0.11 (as a) 512.34 225 S
0.11 (command at the Unix system prompt.\051 Consult your local support staf) 173.88 212 S
0.11 (f for) 488.65 212 S
0.11 (further information. After starting Pine, the Main Menu screen appears.) 173.88 199 S
0.11 (Each) 501.95 199 S
0.11 (Pine screen has a similar layout:) 173.88 186 S
0.11 (the top line tells you the screen name and) 325.18 186 S
0.11 (additional useful information, belo) 173.88 173 S
0.11 (w that is the w) 330.22 173 S
0.11 (ork area \050on the Main Menu) 395.92 173 S
0.11 (screen, the w) 173.88 160 S
0.11 (ork area is a menu of options\051, then the message/prompt line, and) 232.93 160 S
0.11 (\336nally the menu of commands.) 173.88 147 S
2 F
0.11 (T) 173.88 128 S
0.11 (o quit:) 180.32 128 S
3 F
0.11 (When you w) 217.56 128 S
0.11 (ant to lea) 274.76 128 S
0.11 (v) 315.96 128 S
0.11 (e Pine, press) 321.41 128 S
2 F
0.11 (Q) 383.75 128 S
3 F
0.11 (\050Quit\051.) 398.02 128 S
0.11 (F) 434.04 128 S
0.11 (or details, see) 440.1 128 S
0.11 (\322Quitting Pine and Logging Out\323 on page 21.) 173.88 115 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "2" 20
%%Page: "1" 21
612 792 0 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 1 1 0 1 0 0]
[ 1 0 1 0 0 1 0]
[ 1 1 0 0 0 0 1]
[ 1 0 0 0 0 1 1]
[ 0 1 0 0 1 0 1]
[ 0 0 1 0 1 1 0]
7 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
75.74 711 193.75 729 R
7 X
0 0 0 1 0 0 0 K
V
1 10 Q
0 X
0.1 (J) 75.74 722.33 S
0.1 (une 12, 1997) 81.2 722.33 S
75.74 489.6 531.36 489.6 2 L
7 X
V
1.5 H
2 Z
0 X
N
75.74 68.83 531.36 68.83 2 L
7 X
V
0.25 H
0 X
N
75.74 46.8 531.36 58.75 R
7 X
V
0 F
0 X
0.1 (1 of 21) 493.89 52.09 S
75.74 737.5 531.36 737.5 2 L
7 X
V
1.5 H
0 X
N
75.74 68.83 531.36 68.83 2 L
7 X
V
0.25 H
0 X
N
75.74 46.8 531.36 58.75 R
7 X
V
0 X
0.1 (1 of 21) 493.89 52.09 S
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
173.72 495 531.36 677.88 R
7 X
V
3 24 Q
0 X
0.24 (Getting Started W) 173.72 661.88 S
0.24 (ith Email) 351.49 661.88 S
173.72 613.87 531.36 623.88 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
173.72 614.88 425.72 614.88 2 L
0.5 H
0 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
3 24 Q
0 X
0 0 0 1 0 0 0 K
0.24 (Using Pine) 173.72 631.88 S
1 10 Q
-0.06 0.1 (Pine\250 is an electr) 173.72 576.21 B
-0.06 0.1 (onic messa) 258.65 576.21 B
-0.06 0.1 (ging pr) 313.96 576.21 B
-0.06 0.1 (ogram created and maintained b) 348.29 576.21 B
-0.06 0.1 (y the) 504.77 576.21 B
-0.1 0.1 (Computing & Comm) 173.72 564.21 B
-0.1 0.1 (unications gr) 271.59 564.21 B
-0.1 0.1 (oup at the Univer) 335.38 564.21 B
-0.1 0.1 (sity of W) 418.32 564.21 B
-0.1 0.1 (ashington.) 460.3 564.21 B
-0.1 0.1 (T) 516.96 564.21 B
-0.1 0.1 (o) 522.37 564.21 B
-0.21 0.1 (help suppor) 173.72 552.21 B
-0.21 0.1 (t Pine) 232.04 552.21 B
-0.21 0.1 (, a star) 259.77 552.21 B
-0.21 0.1 (ter ver) 292.6 552.21 B
-0.21 0.1 (sion of this document was created b) 323.51 552.21 B
-0.21 0.1 (y C&C) 498.39 552.21 B
0.1 (in 1997 f) 173.72 540.21 S
0.1 (or Pine 3.96. T) 214.44 540.21 S
0.1 (o meet local needs and conditions, modi\336cations) 282.95 540.21 S
0.1 (ma) 173.72 528.2 S
0.1 (y ha) 188.17 528.2 S
0.1 (ve been made to either Pine or this document or both b) 208.43 528.2 S
0.1 (y local) 475.91 528.2 S
0.1 (computer consultants.) 173.72 516.2 S
0.1 (The local ver) 288.16 516.2 S
0.1 (sion of this document is maintained) 350.45 516.2 S
0.1 (b) 173.72 504.2 S
0.1 (y ___________________________________________.) 179.73 504.2 S
75.74 137.53 531.36 477.96 R
7 X
V
75.74 458.94 531.36 464.96 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
123.26 463.45 574.99 463.45 2 L
0.5 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
1 13 Q
0 X
0 0 0 1 0 0 0 K
0.13 (Contents) 123.84 469.3 S
1 12 Q
0.12 (About Pine) 171.86 440.94 S
0.12 (..............................................................................) 238.46 440.94 S
0.12 (2) 510.98 440.94 S
0.12 (About This Document) 171.86 420.94 S
0.12 (............................................................) 300.67 420.94 S
0.12 (2) 510.98 420.94 S
0.12 (Bef) 171.86 400.94 S
0.12 (ore Y) 191.32 400.94 S
0.12 (ou Star) 220.73 400.94 S
0.12 (t Pine) 263.15 400.94 S
0.12 (.............................................................) 297.21 400.94 S
0.12 (2) 510.98 400.94 S
0.12 (Star) 171.86 380.94 S
0.12 (ting Pine) 195.92 380.94 S
0.12 (...........................................................................) 248.83 380.94 S
0.12 (2) 510.98 380.94 S
0.12 (Writing a Messa) 171.86 360.94 S
0.12 (g) 264.9 360.94 S
0.12 (e in Pine) 272.47 360.94 S
0.12 (.....................................................) 324.86 360.94 S
0.12 (4) 510.98 360.94 S
0.12 (Listing, Vie) 171.86 340.94 S
0.12 (wing, Repl) 237.14 340.94 S
0.12 (ying to, and Forwar) 298.17 340.94 S
0.12 (ding Messa) 410.9 340.94 S
0.12 (g) 477.33 340.94 S
0.12 (es) 484.9 340.94 S
0.12 (..) 501.11 340.94 S
0.12 (6) 510.98 340.94 S
0.12 (Pine Folder) 171.86 320.94 S
0.12 (s) 238.35 320.94 S
0.12 (............................................................................) 245.37 320.94 S
0.12 (9) 510.98 320.94 S
0.12 (Sa) 171.86 300.94 S
0.12 (ving a Messa) 186.6 300.94 S
0.12 (g) 262.62 300.94 S
0.12 (e) 270.19 300.94 S
0.12 (..................................................................) 279.93 300.94 S
0.12 (12) 510.98 300.94 S
0.12 (Deleting a Messa) 171.86 280.94 S
0.12 (g) 271.03 280.94 S
0.12 (e) 278.6 280.94 S
0.12 (................................................................) 286.84 280.94 S
0.12 (13) 510.98 280.94 S
0.12 (Using the Ad) 171.86 260.94 S
0.12 (dress Book) 247.19 260.94 S
0.12 (........................................................) 314.49 260.94 S
0.12 (14) 510.98 260.94 S
0.12 (Printing Messa) 171.86 240.94 S
0.12 (g) 258.78 240.94 S
0.12 (es) 266.35 240.94 S
0.12 (.................................................................) 283.39 240.94 S
0.12 (18) 510.98 240.94 S
0.12 (Pine Can Do More) 171.86 220.94 S
0.12 (...................................................................) 276.48 220.94 S
0.12 (19) 510.98 220.94 S
0.12 (Guidelines f) 171.86 200.94 S
0.12 (or Using Email) 241.75 200.94 S
0.12 (....................................................) 328.31 200.94 S
0.12 (20) 510.98 200.94 S
0.12 (Quitting Pine and Log) 171.86 180.94 S
0.12 (ging Out) 298.94 180.94 S
0.12 (.............................................) 352.51 180.94 S
0.12 (21) 510.98 180.94 S
75.74 77.98 531.36 130.55 R
7 X
V
75.74 120.55 531.36 130.55 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
75.74 121.55 327.74 121.55 2 L
0.5 H
0 Z
0 X
0 0 0 1 0 0 0 K
N
0 0 612 792 C
3 8 Q
0 X
0 0 0 1 0 0 0 K
0.08 (Pine\250 is a re) 75.74 107.21 S
0.08 (gistered trademark of the Uni) 118.07 107.21 S
0.08 (v) 214.39 107.21 S
0.08 (ersity of W) 218.35 107.21 S
0.08 (ashington. Permission to use this document for non-commercial purposes, in) 254.58 107.21 S
0.08 (original or modi\336ed form, is granted, pro) 75.74 98.21 S
0.08 (vided that the original source of the document is ackno) 210.45 98.21 S
0.08 (wledged as Uni) 390.39 98.21 S
0.08 (v) 441.08 98.21 S
0.08 (ersity of W) 445.04 98.21 S
0.08 (ashington) 481.27 98.21 S
0.08 (Computing & Communications and that this footnote, as well as the notice at the top of this page, are retained on the title page of an) 75.74 89.21 S
0.08 (y) 509.63 89.21 S
0.08 (documentation based on this te) 75.74 80.21 S
0.08 (xt.) 177.13 80.21 S
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "1" 21
%%Trailer
%%BoundingBox: 0 0 612 792
%%PageOrder: Descend
%%Pages: 21
%%DocumentFonts: Helvetica
%%+ Helvetica-Bold
%%+ Times-Bold
%%+ Times-Roman
%%+ Courier
%%+ Times-Italic
%%+ Courier-Bold
%%+ Courier-Oblique
%%EOF