]> andersk Git - moira.git/blob - reg_svr/coupons/coupon.ps
f096294b3af203018f51c19b3ff7018cac8890e8
[moira.git] / reg_svr / coupons / coupon.ps
1 %!PS-Adobe-3.0
2 %%Creator: pstoedit
3 %%Pages: (atend)
4 %%BeginProlog
5 /setPageSize { pop pop } def
6 /ntranslate { neg exch neg exch translate } def
7 /setshowparams { pop pop pop} def
8 /pstoedit.newfont { 80 string cvs  findfont  dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall  /Encoding ISOLatin1Encoding def   dup 80 string cvs /FontName exch def  currentdict end  definefont pop } def
9 /imagestring 1 string def
10 %%EndProlog
11
12
13 % Project Athena Owl Logo
14 % Copyright 1986 by the Massachusetts Institute of Technology
15 %
16 % Original developed by W. E. Sommerfeld, 1986.
17 % Owl eye shading, twig tuning by J. H. Saltzer
18 %
19 % Adjustments of size and position are provided at the end.
20 %
21 /circle { dup 3 index add 2 index moveto 0 360 arc } bind def
22
23 /ellipse
24   { 
25     matrix currentmatrix                % Push current matrix   
26     5 1 roll                    % roll to bottom
27     3 index 2 index add 3 index moveto  % move to start
28     4 2 roll translate scale    % translate then scale
29     0 0 1 0 360 arc             % draw it
30     setmatrix                   % restore matrix
31   } def
32
33 /owl1 {
34 % Do the filled sections first. . .
35 % right eye
36 newpath
37 120 120 6 circle
38 closepath 0 setgray fill
39 newpath
40 121 121 3 circle
41 closepath 1 setgray fill
42 % left eye
43 newpath
44 90 120 6 circle
45 closepath 0 setgray fill
46 91 121 3 circle
47 closepath 1 setgray fill
48 0 setgray
49
50 % Containing Circle
51 75 75 102 circle %75 75 100 circle     
52 % Left eye
53 90 120 10 circle
54 % Right eye
55 120 120 10 circle
56 % Berry on tree
57 37.5 111 3 circle  % 37.5 111 2.5 circle
58 % Theta (outside)
59 140 60 10 circle
60 % Theta (inside)
61 140 60 .5 circle
62
63 % High leaf
64
65 35 140 15 10 ellipse
66
67 % Low leaf
68
69 15 109 10 15 ellipse
70
71 % Twigs holding leaves and berry
72
73 % berry
74 4 145 moveto
75 36 113 lineto
76
77 % high leaf
78 9 140 moveto
79 51 140 lineto
80
81 % low leaf
82 15 134 moveto
83 15 93 lineto
84
85 % squarish outline lines
86 0 45 moveto
87 -10 65 -15 120 3 146 curveto
88 20 160 25 155 75 155 curveto
89 75 -5 moveto
90 100 -5 145 5 155 15 curveto
91 165 25 160 100 155 135 curveto
92
93 % Main outline of owl
94
95 stroke currentlinewidth dup 2 mul setlinewidth
96
97 35 14 moveto
98 35 18 lineto
99 36 19 lineto
100 37 20 lineto
101 50 20 lineto
102 52 21 lineto
103 55 24 lineto
104 56 29 lineto
105 54 34 lineto
106 53 36 lineto
107 51 38 lineto
108 48 40 lineto
109 41 43 lineto
110 31 46 lineto
111 26 45 lineto
112 20 44 lineto
113 15 43 lineto
114 13 43 lineto
115 11 44 lineto
116 10 45 lineto
117 10 46 lineto
118 11 48 lineto
119 13 51 lineto
120 20 61 lineto
121 30 75 lineto
122 34 80 lineto
123 40 87 lineto
124 45 93 lineto
125 50 97 lineto
126 55 101 lineto
127 60 103 lineto
128 64 105 lineto
129 71 105 lineto
130 69 108 lineto
131 67 112 lineto
132 66 115 lineto
133 67 120 lineto
134 68 124 lineto
135 71 129 lineto
136 72 132 lineto
137 73 135 lineto
138 71 141 lineto
139 75 139 lineto
140 80 137 lineto
141 90 136 lineto
142 100 135 lineto
143 120 135 lineto
144 130 136 lineto
145 140 137 lineto
146 146 140 lineto
147 144 136 lineto
148 142 132 lineto
149 141 125 lineto
150 142 118 lineto
151 142 112 lineto
152 140 106 lineto
153 136 100 lineto
154 132 95 lineto
155 129 92 lineto
156 124 89 lineto
157 126 86 lineto
158 127 80 lineto
159 126 73 lineto
160 124 66 lineto
161 120 60 lineto
162 116 55 lineto
163 110 50 lineto
164 105 46 lineto
165 100 43 lineto
166 91 39 lineto
167 84 36 lineto
168 75 35 lineto
169 73 30 lineto
170 73 25 lineto
171 74 22 lineto
172 76 20 lineto
173 90 20 lineto
174 92 18 lineto
175 92 14 lineto
176 75 35 moveto
177 65 33 lineto
178 62 31 lineto
179 61 27 lineto
180 61 22 lineto
181 62 20 lineto
182 63 19 lineto
183 64 19 lineto
184 66 21 lineto
185 67 25 lineto
186 66 31 lineto
187 65 33 lineto
188
189 20 44 moveto
190 20 27 lineto
191 22 25 lineto
192 38 25 lineto
193 40 27 lineto
194 40 43 lineto
195 %  (end of main owl outline)
196
197 stroke setlinewidth
198
199 % everything else
200
201 31 46 moveto
202 39 49 lineto
203 50 53 lineto
204 59 57 lineto
205 76 67 lineto
206 80 70 lineto
207 92 80 lineto
208 100 88 lineto
209 102 91 lineto
210 102 94 lineto
211
212 71 105 moveto
213 75 103 lineto
214 80 101 lineto
215 87 100 lineto
216 92 99 lineto
217 99 96 lineto
218 102 94 lineto
219 110 90 lineto
220 124 89 lineto
221 % Damned stack limit!
222 } bind def /owl2 {
223 26 45 moveto
224 26 30 lineto
225
226 35 45 moveto
227 35 30 lineto
228
229 64 105 moveto
230 78 80 lineto
231
232 33 79 moveto
233 60 66 lineto
234
235 68 97 moveto
236 66 99 lineto
237 61 98 lineto
238 48 83 lineto
239
240 72 90 moveto
241 68 94 lineto
242 65 93 lineto
243 63 92 lineto
244 53 82 lineto
245
246 75 85 moveto
247 73 87 lineto
248 70 88 lineto
249 66 86 lineto
250 60 80 lineto
251
252 77 80 moveto
253 75 83 lineto
254 73 83 lineto
255 67 79 lineto
256
257 44 73 moveto
258 40 74 lineto
259 38 73 lineto
260 33 68 lineto
261
262 51 70 moveto
263 46 71 lineto
264 42 69 lineto
265 32 61 lineto
266
267 60 66 moveto
268 54 67 lineto
269 46 64 lineto
270 30 52 lineto
271
272 105 92 moveto
273 105 100 lineto
274 106 104 lineto
275 108 107 lineto
276 110 109 lineto
277 115 112 lineto
278
279 105 100 moveto
280 104 104 lineto
281 102 107 lineto
282 100 109 lineto
283 95 112 lineto
284
285 130 90 moveto
286 150 80 lineto
287 130 70 lineto
288
289 137 86 moveto
290 137 74 lineto
291
292 130 30 moveto
293 130 45 lineto
294 150 45 lineto
295 150 30 lineto
296
297 140 45 moveto
298 140 35 lineto
299 } bind def
300
301 /owl { owl1 owl2 } bind def
302 /inch { 72 mul } def
303
304 /paint {
305
306 pop
307
308 0 setlinecap
309 0 setlinejoin
310 10.0 setmiterlimit
311 [ ] 0.0 setdash
312
313 (NimbusRomNo9L-Medi) cvn /Times-Bold pstoedit.newfont
314 (Times-Bold) cvn /Times-Bold pstoedit.newfont
315 (TimesNewRomanPS-BoldMT) cvn /Times-Bold pstoedit.newfont
316 (NimbusRomNo9L-Regu) cvn /Times-Roman pstoedit.newfont
317 (Times-Roman) cvn /Times-Roman pstoedit.newfont
318 (TimesNewRomanPSMT) cvn /Times-Roman pstoedit.newfont
319 (NimbusRomNo9L-ReguItal) cvn /Times-Italic pstoedit.newfont
320 (Times-Italic) cvn /Times-Italic pstoedit.newfont
321 (TimesNewRomanPS-ItalicMT) cvn /Times-Italic pstoedit.newfont
322 (NimbusRomNo9L-MediItal) cvn /Times-BoldItalic pstoedit.newfont
323 (Times-BoldItalic) cvn /Times-BoldItalic pstoedit.newfont
324 (TimesNewRomanPS-BoldItalicMT) cvn /Times-BoldItalic pstoedit.newfont
325 (NimbusMonL-Regu) cvn /Courier pstoedit.newfont
326 (Courier) cvn /Courier pstoedit.newfont
327 (CourierNewPSMT) cvn /Courier pstoedit.newfont
328  612.0 792.0 setPageSize
329  0.7347 setlinewidth
330  0.0 0.0 0.0 setrgbcolor
331
332 gsave  % gray boxes start here
333 0.85 setgray
334 newpath
335 140 340 moveto
336 140 460 lineto
337 565 460 lineto
338 565 340 lineto
339 fill
340 newpath
341 374 465 moveto
342 374 685 lineto
343 565 685 lineto
344 565 465 lineto
345 fill
346 newpath
347 374  75 moveto
348 374 155 lineto
349 565 155 lineto
350 565  75 lineto
351 fill
352 newpath
353 374 165 moveto
354 374 250 lineto
355 565 250 lineto
356 565 165 lineto
357 fill
358 newpath
359 374 260 moveto
360 374 330 lineto
361 565 330 lineto
362 565 260 lineto
363 fill
364 stroke
365 grestore % gray boxes end here
366
367 gsave
368 180 375 translate
369 .35 .35 scale
370 2 setlinewidth
371 owl stroke
372 grestore
373
374 gsave
375 470 375 translate
376 .35 .35 scale
377 2 setlinewidth
378 owl stroke
379 grestore
380
381 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
382 (TimesNewRomanPS-BoldMT) cvn findfont [  7.347 0.0 0.0 7.347 39.6738 741.307 ] makefont setfont
383 % Bold Weight
384   0 0 moveto
385  0.285064 0.0 32 0.0286533 0.0 166.055 741.307 1  setshowparams
386 (PLEASE RETAIN -- CONFIDENTIAL) awidthshow
387  0.7347 setlinewidth
388  0.0 0.0 0.0 setrgbcolor
389 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
390 (TimesNewRomanPS-BoldMT) cvn findfont [  14.694 0.0 0.0 14.694 238.777 706.776 ] makefont setfont
391 % Bold Weight
392   0 0 moveto
393  0.47829 0.0 32 0.0477555 0.0 466.557 706.776 1  setshowparams
394 (Important Computing Information:) awidthshow
395  0.7347 setlinewidth
396  0.0 0.0 0.0 setrgbcolor
397 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
398 (TimesNewRomanPS-BoldMT) cvn findfont [  11.0205 0.0 0.0 11.0205 221.879 694.286 ] makefont setfont
399 % Bold Weight
400   0 0 moveto
401  0.333554 0.0 32 0.0330615 0.0 482.706 694.286 1  setshowparams
402 (Instructions for Creating Your MIT Kerberos Identity) awidthshow
403  0.7347 setlinewidth
404  0.0 0.0 0.0 setrgbcolor
405 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
406 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 83.7559 650.939 ] makefont setfont
407 % Regular Weight
408   0 0 moveto
409  0.843436 0.0 32 0.0844905 0.0 126.457 650.939 1  setshowparams
410 (web.mit.edu/is ) awidthshow
411  0.7347 setlinewidth
412  0.0 0.0 0.0 setrgbcolor
413 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
414 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 113.144 672.98 ] makefont setfont
415 % Bold Weight
416   0 0 moveto
417  0.0 0.0 32 0.0 0.0 126.368 672.98 1  setshowparams
418 (MIT) awidthshow
419  0.7347 setlinewidth
420  0.0 0.0 0.0 setrgbcolor
421 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
422 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 88.8984 665.633 ] makefont setfont
423 % Bold Weight
424   0 0 moveto
425  0.0 0.0 32 0.14694 0.0 125.04 665.633 1  setshowparams
426 (Information) awidthshow
427  0.7347 setlinewidth
428  0.0 0.0 0.0 setrgbcolor
429 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
430 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 101.388 658.286 ] makefont setfont
431 % Bold Weight
432   0 0 moveto
433  0.0 0.0 32 0.122695 0.0 125.018 658.286 1  setshowparams
434 (Systems) awidthshow
435
436 % 1 pathnumber
437  0.7347 setlinewidth
438  0.0 0.0 0.0 setrgbcolor
439 % filledpath
440 newpath
441  46.2861 636.98 moveto
442  47.0208 636.98 lineto
443  126.368 636.98 lineto
444  126.368 636.245 lineto
445  125.634 636.245 lineto
446  46.2861 636.245 lineto
447 fill
448
449 % 2 pathnumber
450  0.7347 setlinewidth
451  0.0 0.0 0.0 setrgbcolor
452 % filledpath
453 newpath
454  46.2861 636.245 moveto
455  47.0208 636.245 lineto
456  126.368 636.245 lineto
457  126.368 635.51 lineto
458  125.634 635.51 lineto
459  46.2861 635.51 lineto
460 fill
461  0.7347 setlinewidth
462  0.0 0.0 0.0 setrgbcolor
463 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
464 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 110.94 608.326 ] makefont setfont
465 % Regular Weight
466   0 0 moveto
467  0.393799 0.0 32 0.0396738 0.0 126.408 608.326 1  setshowparams
468 (Go to) awidthshow
469  0.7347 setlinewidth
470  0.0 0.0 0.0 setrgbcolor
471 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
472 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 52.1633 600.979 ] makefont setfont
473 % Regular Weight
474   0 0 moveto
475  0.0 0.0 32 0.191757 0.0 126.565 600.979 1  setshowparams
476 (web.mit.edu/help/register/) awidthshow
477  0.7347 setlinewidth
478  0.0 0.0 0.0 setrgbcolor
479 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
480 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 76.4087 608.326 ] makefont setfont
481 % Bold Weight
482   0 0 moveto
483  0.0 0.0 32 0.0 0.0 110.936 608.326 1  setshowparams
484 (Need Help? ) awidthshow
485  0.7347 setlinewidth
486  0.0 0.0 0.0 setrgbcolor
487 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
488 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 78.6125 555.428 ] makefont setfont
489 % Regular Weight
490   0 0 moveto
491  0.31739 0.0 32 0.0315921 0.0 126.392 555.428 1  setshowparams
492 (IS User Accounts) awidthshow
493  0.7347 setlinewidth
494  0.0 0.0 0.0 setrgbcolor
495 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
496 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 85.9597 548.081 ] makefont setfont
497 % Regular Weight
498   0 0 moveto
499  0.803027 0.0 32 0.0800823 0.0 126.447 548.081 1  setshowparams
500 (Building N42 ) awidthshow
501  0.7347 setlinewidth
502  0.0 0.0 0.0 setrgbcolor
503 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
504 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 83.7559 540.734 ] makefont setfont
505 % Regular Weight
506   0 0 moveto
507  0.257145 0.0 32 0.0257145 0.0 126.388 540.734 1  setshowparams
508 (211 Mass Ave. ) awidthshow
509  0.7347 setlinewidth
510  0.0 0.0 0.0 setrgbcolor
511 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
512 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 80.8169 533.387 ] makefont setfont
513 % Regular Weight
514   0 0 moveto
515  0.168981 0.0 32 0.0168981 0.0 126.385 533.387 1  setshowparams
516 (Cambridge, MA ) awidthshow
517  0.7347 setlinewidth
518  0.0 0.0 0.0 setrgbcolor
519 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
520 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 86.6946 526.04 ] makefont setfont
521 % Regular Weight
522   0 0 moveto
523  0.0 0.0 32 0.300492 0.0 126.663 526.04 1  setshowparams
524 (617.253.1325) awidthshow
525  0.7347 setlinewidth
526  0.0 0.0 0.0 setrgbcolor
527 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
528 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 74.2043 518.693 ] makefont setfont
529 % Regular Weight
530   0 0 moveto
531  0.0 0.0 32 0.194696 0.0 126.564 518.693 1  setshowparams
532 (accounts@mit.edu) awidthshow
533  0.7347 setlinewidth
534  0.0 0.0 0.0 setrgbcolor
535 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
536 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 63.9187 511.346 ] makefont setfont
537 % Regular Weight
538   0 0 moveto
539  1.04621 0.0 32 0.104327 0.0 126.47 511.346 1  setshowparams
540 (web.mit.edu/accounts ) awidthshow
541  0.7347 setlinewidth
542  0.0 0.0 0.0 setrgbcolor
543 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
544 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 59.5107 584.816 ] makefont setfont
545 % Bold Weight
546   0 0 moveto
547  0.132981 0.0 32 0.0132246 0.0 126.365 584.816 1  setshowparams
548 (If you do not have web ) awidthshow
549  0.7347 setlinewidth
550  0.0 0.0 0.0 setrgbcolor
551 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
552 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 65.3879 577.469 ] makefont setfont
553 % Bold Weight
554   0 0 moveto
555  0.430534 0.0 32 0.0433473 0.0 126.414 577.469 1  setshowparams
556 (access or are having ) awidthshow
557  0.7347 setlinewidth
558  0.0 0.0 0.0 setrgbcolor
559 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
560 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 47.7551 570.122 ] makefont setfont
561 % Bold Weight
562   0 0 moveto
563  0.492984 0.0 32 0.0492249 0.0 126.41 570.122 1  setshowparams
564 (difficulty loading the page ) awidthshow
565  0.7347 setlinewidth
566  0.0 0.0 0.0 setrgbcolor
567 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
568 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 101.388 562.775 ] makefont setfont
569 % Bold Weight
570   0 0 moveto
571  0.311513 0.0 32 0.0308574 0.0 126.394 562.775 1  setshowparams
572 (contact: ) awidthshow
573  0.7347 setlinewidth
574  0.0 0.0 0.0 setrgbcolor
575 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
576 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 672.245 ] makefont setfont
577 % Regular Weight
578   0 0 moveto
579  0.0918375 0.0 32 0.0095511 0.0 351.958 672.245 1  setshowparams
580 (Welcome to MIT! As a member of the MIT community, you now have ) awidthshow
581  0.7347 setlinewidth
582  0.0 0.0 0.0 setrgbcolor
583 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
584 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 664.164 ] makefont setfont
585 % Regular Weight
586   0 0 moveto
587  0.029388 0.0 32 0.0029388 0.0 362.219 664.164 1  setshowparams
588 (access to a vast array of computer-based facilities and tools to help you get ) awidthshow
589  0.7347 setlinewidth
590  0.0 0.0 0.0 setrgbcolor
591 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
592 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 656.082 ] makefont setfont
593 % Regular Weight
594   0 0 moveto
595  0.139593 0.0 32 0.0139593 0.0 236.586 656.082 1  setshowparams
596 (your work done \(or to just play\).) awidthshow
597  0.7347 setlinewidth
598  0.0 0.0 0.0 setrgbcolor
599 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
600 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 639.184 ] makefont setfont
601 % Regular Weight
602   0 0 moveto
603  0.0 0.0 32 -0.0066123 0.0 357.81 639.184 1  setshowparams
604 (To take advantage of many of these electronic resources, you first need to ) awidthshow
605  0.7347 setlinewidth
606  0.0 0.0 0.0 setrgbcolor
607 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
608 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 631.102 ] makefont setfont
609 % Regular Weight
610   0 0 moveto
611  0.088164 0.0 32 0.0088164 0.0 360.878 631.102 1  setshowparams
612 (establish an identity in MIT's Kerberos" security system. Many electronic ) awidthshow
613  0.7347 setlinewidth
614  0.0 0.0 0.0 setrgbcolor
615 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
616 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 623.02 ] makefont setfont
617 % Regular Weight
618   0 0 moveto
619  0.0933069 0.0 32 0.0095511 0.0 363.708 623.02 1  setshowparams
620 (systems on campus use your Kerberos identity to confirm that you are who ) awidthshow
621  0.7347 setlinewidth
622  0.0 0.0 0.0 setrgbcolor
623 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
624 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 614.939 ] makefont setfont
625 % Regular Weight
626   0 0 moveto
627  0.0198369 0.0 32 0.0022041 0.0 365.893 614.939 1  setshowparams
628 (you say you are -- when these systems ask for your username and password, ) awidthshow
629  0.7347 setlinewidth
630  0.0 0.0 0.0 setrgbcolor
631 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
632 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 606.857 ] makefont setfont
633 % Regular Weight
634   0 0 moveto
635  0.0 0.0 32 -0.0323268 0.0 361.834 606.857 1  setshowparams
636 (they're really asking for your centrally-maintained MIT Kerberos username ) awidthshow
637  0.7347 setlinewidth
638  0.0 0.0 0.0 setrgbcolor
639 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
640 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 598.775 ] makefont setfont
641 % Regular Weight
642   0 0 moveto
643  0.130777 0.0 32 0.0132246 0.0 343.863 598.775 1  setshowparams
644 (and password. \(See below for partial list of systems using your MIT ) awidthshow
645  0.7347 setlinewidth
646  0.0 0.0 0.0 setrgbcolor
647 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
648 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 590.693 ] makefont setfont
649 % Regular Weight
650   0 0 moveto
651  0.0 0.0 32 0.0 0.0 196.927 590.693 1  setshowparams
652 (Kerberos identity\). ) awidthshow
653  0.7347 setlinewidth
654  0.0 0.0 0.0 setrgbcolor
655 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
656 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 573.795 ] makefont setfont
657 % Regular Weight
658   0 0 moveto
659  0.0 0.0 32 -0.0058776 0.0 359.297 573.795 1  setshowparams
660 (You create your MIT Kerberos identity in the process of registering for an ) awidthshow
661  0.7347 setlinewidth
662  0.0 0.0 0.0 setrgbcolor
663 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
664 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 565.713 ] makefont setfont
665 % Regular Weight
666   0 0 moveto
667  0.131511 0.0 32 0.0132246 0.0 350.427 565.713 1  setshowparams
668 (account on MIT's Athena\256 system. \(See right column for instructions.\)) awidthshow
669  0.7347 setlinewidth
670  0.0 0.0 0.0 setrgbcolor
671 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
672 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 139.593 548.816 ] makefont setfont
673 % Regular Weight
674   0 0 moveto
675  0.0756741 0.0 32 0.007347 0.0 338.696 548.816 1  setshowparams
676 (Sign up now, to open your door to the electronic resources of MIT!) awidthshow
677  0.7347 setlinewidth
678  0.0 0.0 0.0 setrgbcolor
679 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
680 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 672.98 ] makefont setfont
681 % Bold Weight
682   0 0 moveto
683  0.250533 0.0 32 0.0249798 0.0 493.002 672.98 1  setshowparams
684 (Creating Your MIT Kerberos Identity) awidthshow
685  0.7347 setlinewidth
686  0.0 0.0 0.0 setrgbcolor
687 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
688 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 656.816 ] makefont setfont
689 % Regular Weight
690   0 0 moveto
691  0.501065 0.0 32 0.0499596 0.0 565.746 656.816 1  setshowparams
692 (To establish your MIT Kerberos identity \(and set up your Athena ) awidthshow
693  0.7347 setlinewidth
694  0.0 0.0 0.0 setrgbcolor
695 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
696 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 649.469 ] makefont setfont
697 % Regular Weight
698   0 0 moveto
699  1.01976 0.0 32 0.102123 0.0 484.273 649.469 1  setshowparams
700 (Account\), follow these instructions:) awidthshow
701  0.7347 setlinewidth
702  0.0 0.0 0.0 setrgbcolor
703 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
704 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 387.922 624.49 ] makefont setfont
705 % Regular Weight
706   0 0 moveto
707  0.0 0.0 32 0.36735 0.0 394.166 624.49 1  setshowparams
708 (1.) awidthshow
709  0.7347 setlinewidth
710  0.0 0.0 0.0 setrgbcolor
711 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
712 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 624.49 ] makefont setfont
713 % Regular Weight
714   0 0 moveto
715  0.388656 0.0 32 0.0389391 0.0 565.018 624.49 1  setshowparams
716 (If you you do not have a compatible web browser, you can ) awidthshow
717  0.7347 setlinewidth
718  0.0 0.0 0.0 setrgbcolor
719 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
720 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 617.143 ] makefont setfont
721 % Regular Weight
722   0 0 moveto
723  0.558372 0.0 32 0.0558372 0.0 548.863 617.143 1  setshowparams
724 (download Netscape Navigator 4.78 for Macintosh or ) awidthshow
725  0.7347 setlinewidth
726  0.0 0.0 0.0 setrgbcolor
727 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
728 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 609.795 ] makefont setfont
729 % Regular Weight
730   0 0 moveto
731  0.679598 0.0 32 0.0683271 0.0 434.277 609.795 1  setshowparams
732 (Windows at) awidthshow
733  0.7347 setlinewidth
734  0.0 0.0 0.0 setrgbcolor
735 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
736 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 498.861 609.795 ] makefont setfont
737 % Regular Weight
738   0 0 moveto
739  0.0 0.0 32 0.0 0.0 500.514 609.795 1  setshowparams
740 (.) awidthshow
741  0.7347 setlinewidth
742  0.0 0.0 0.0 setrgbcolor
743 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
744 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 435.677 609.795 ] makefont setfont
745 % Bold Weight
746   0 0 moveto
747  0.0 0.0 32 0.0374697 0.0 498.898 609.795 1  setshowparams
748 (web.mit.edu/software/) awidthshow
749  0.7347 setlinewidth
750  0.0 0.0 0.0 setrgbcolor
751 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
752 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 387.922 595.102 ] makefont setfont
753 % Regular Weight
754   0 0 moveto
755  0.0 0.0 32 0.36735 0.0 394.166 595.102 1  setshowparams
756 (2.) awidthshow
757  0.7347 setlinewidth
758  0.0 0.0 0.0 setrgbcolor
759 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
760 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 595.102 ] makefont setfont
761 % Regular Weight
762   0 0 moveto
763  0.266696 0.0 32 0.0264492 0.0 513.562 595.102 1  setshowparams
764 (Using a web browser, go to the web page) awidthshow
765  0.7347 setlinewidth
766  0.0 0.0 0.0 setrgbcolor
767 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
768 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 426.126 587.755 ] makefont setfont
769 % Regular Weight
770   0 0 moveto
771  0.292411 0.0 32 0.029388 0.0 523.139 587.755 1  setshowparams
772 (. \(On campus, you can click on the ) awidthshow
773  0.7347 setlinewidth
774  0.0 0.0 0.0 setrgbcolor
775 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
776 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 434.942 580.408 ] makefont setfont
777 % Regular Weight
778   0 0 moveto
779  0.553229 0.0 32 0.0551025 0.0 551.066 580.408 1  setshowparams
780 (button on the login screen of any Athena ) awidthshow
781  0.7347 setlinewidth
782  0.0 0.0 0.0 setrgbcolor
783 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
784 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 573.061 ] makefont setfont
785 % Regular Weight
786   0 0 moveto
787  0.624495 0.0 32 0.0624495 0.0 560.629 573.061 1  setshowparams
788 (workstation. There are Athena workstations in "clusters" ) awidthshow
789  0.7347 setlinewidth
790  0.0 0.0 0.0 setrgbcolor
791 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
792 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 565.713 ] makefont setfont
793 % Regular Weight
794   0 0 moveto
795  0.598781 0.0 32 0.0602454 0.0 523.178 565.713 1  setshowparams
796 (all over campus, and in individual offices.\) ) awidthshow
797  0.7347 setlinewidth
798  0.0 0.0 0.0 setrgbcolor
799 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
800 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 515.024 595.102 ] makefont setfont
801 % Bold Weight
802   0 0 moveto
803  0.0 0.0 32 -0.0330615 0.0 550.995 595.102 1  setshowparams
804 (web.mit.edu/) awidthshow
805  0.7347 setlinewidth
806  0.0 0.0 0.0 setrgbcolor
807 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
808 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 587.755 ] makefont setfont
809 % Bold Weight
810   0 0 moveto
811  0.0 0.0 32 0.185879 0.0 426.317 587.755 1  setshowparams
812 (register/) awidthshow
813  0.7347 setlinewidth
814  0.0 0.0 0.0 setrgbcolor
815 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
816 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 523.106 587.755 ] makefont setfont
817 % Bold Weight
818   0 0 moveto
819  0.235104 0.0 32 0.0235104 0.0 559.129 587.755 1  setshowparams
820 (Register for ) awidthshow
821  0.7347 setlinewidth
822  0.0 0.0 0.0 setrgbcolor
823 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
824 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 580.408 ] makefont setfont
825 % Bold Weight
826   0 0 moveto
827  0.0962457 0.0 32 0.0095511 0.0 433.478 580.408 1  setshowparams
828 (an Account) awidthshow
829  0.7347 setlinewidth
830  0.0 0.0 0.0 setrgbcolor
831 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
832 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 387.922 549.55 ] makefont setfont
833 % Regular Weight
834   0 0 moveto
835  0.0 0.0 32 0.36735 0.0 394.166 549.55 1  setshowparams
836 (3.) awidthshow
837  0.7347 setlinewidth
838  0.0 0.0 0.0 setrgbcolor
839 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
840 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 549.55 ] makefont setfont
841 % Regular Weight
842   0 0 moveto
843  0.761149 0.0 32 0.0764088 0.0 534.211 549.55 1  setshowparams
844 (Follow the instructions as prompted, using the ) awidthshow
845  0.7347 setlinewidth
846  0.0 0.0 0.0 setrgbcolor
847 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
848 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 542.203 ] makefont setfont
849 % Regular Weight
850   0 0 moveto
851  0.396003 0.0 32 0.0396738 0.0 555.475 542.203 1  setshowparams
852 (information from your MIT Kerberos / Athena Account ) awidthshow
853  0.7347 setlinewidth
854  0.0 0.0 0.0 setrgbcolor
855 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
856 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 534.856 ] makefont setfont
857 % Regular Weight
858   0 0 moveto
859  0.83168 0.0 32 0.0830211 0.0 535.673 534.856 1  setshowparams
860 (Coupon below. The coupon information applies) awidthshow
861  0.7347 setlinewidth
862  0.0 0.0 0.0 setrgbcolor
863 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
864 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 411.432 527.509 ] makefont setfont
865 % Regular Weight
866   0 0 moveto
867  0.368085 0.0 32 0.036735 0.0 548.85 527.509 1  setshowparams
868 ( and is valid for exactly one use -- after you have ) awidthshow
869  0.7347 setlinewidth
870  0.0 0.0 0.0 setrgbcolor
871 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
872 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 520.162 ] makefont setfont
873 % Regular Weight
874   0 0 moveto
875  0.687679 0.0 32 0.0690618 0.0 563.591 520.162 1  setshowparams
876 (successfully registered for your account, nobody else can ) awidthshow
877  0.7347 setlinewidth
878  0.0 0.0 0.0 setrgbcolor
879 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
880 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 512.815 ] makefont setfont
881 % Regular Weight
882   0 0 moveto
883  0.473147 0.0 32 0.0470208 0.0 546.646 512.815 1  setshowparams
884 (register for an account as you, even if they find this ) awidthshow
885  0.7347 setlinewidth
886  0.0 0.0 0.0 setrgbcolor
887 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
888 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 505.468 ] makefont setfont
889 % Regular Weight
890   0 0 moveto
891  0.866946 0.0 32 0.0866946 0.0 425.477 505.468 1  setshowparams
892 (coupon. ) awidthshow
893  0.7347 setlinewidth
894  0.0 0.0 0.0 setrgbcolor
895 % TimesNewRomanPS-ItalicMT TimesNewRomanPS-ItalicMT nonstandard font
896 (TimesNewRomanPS-ItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 537.065 534.856 ] makefont setfont
897 % Regular Weight
898   0 0 moveto
899  0.545147 0.0 32 0.0543678 0.0 558.424 534.856 1  setshowparams
900 (only to ) awidthshow
901  0.7347 setlinewidth
902  0.0 0.0 0.0 setrgbcolor
903 % TimesNewRomanPS-ItalicMT TimesNewRomanPS-ItalicMT nonstandard font
904 (TimesNewRomanPS-ItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 527.509 ] makefont setfont
905 % Regular Weight
906   0 0 moveto
907  0.0 0.0 32 0.369554 0.0 411.802 527.509 1  setshowparams
908 (you) awidthshow
909  0.7347 setlinewidth
910  0.0 0.0 0.0 setrgbcolor
911 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
912 (TimesNewRomanPSMT) cvn findfont [  7.347 0.0 0.0 7.347 387.922 489.305 ] makefont setfont
913 % Regular Weight
914   0 0 moveto
915  0.0 0.0 32 0.36735 0.0 394.166 489.305 1  setshowparams
916 (4.) awidthshow
917  0.7347 setlinewidth
918  0.0 0.0 0.0 setrgbcolor
919 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
920 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 489.305 ] makefont setfont
921 % Regular Weight
922   0 0 moveto
923  0.659026 0.0 32 0.066123 0.0 527.126 489.305 1  setshowparams
924 (That's it! Your Kerberos identity is available) awidthshow
925  0.7347 setlinewidth
926  0.0 0.0 0.0 setrgbcolor
927 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
928 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 437.146 481.958 ] makefont setfont
929 % Regular Weight
930   0 0 moveto
931  0.337962 0.0 32 0.0337962 0.0 553.996 481.958 1  setshowparams
932 (. \(Your Athena account and filespace may ) awidthshow
933  0.7347 setlinewidth
934  0.0 0.0 0.0 setrgbcolor
935 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
936 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 474.611 ] makefont setfont
937 % Regular Weight
938   0 0 moveto
939  0.529719 0.0 32 0.0528984 0.0 540.051 474.611 1  setshowparams
940 (take several hours before they become available.\) ) awidthshow
941  0.7347 setlinewidth
942  0.0 0.0 0.0 setrgbcolor
943 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
944 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 401.146 481.958 ] makefont setfont
945 % Bold Weight
946   0 0 moveto
947  0.0 0.0 32 0.11094 0.0 437.257 481.958 1  setshowparams
948 (immediately) awidthshow
949  0.7347 setlinewidth
950  0.0 0.0 0.0 setrgbcolor
951
952 % 3 pathnumber
953  0.7347 setlinewidth
954  0.0 0.0 0.0 setrgbcolor
955 % eofilledpath
956 newpath
957  141.797 457.713 moveto
958  139.593 459.917 lineto
959  565.719 459.917 lineto
960  563.515 457.713 lineto
961  141.797 457.713 lineto
962 eofill
963
964 % 4 pathnumber
965  0.7347 setlinewidth
966  0.0 0.0 0.0 setrgbcolor
967 % eofilledpath
968 newpath
969  141.797 341.63 moveto
970  139.593 339.426 lineto
971  139.593 459.917 lineto
972  141.797 457.713 lineto
973  141.797 341.63 lineto
974 eofill
975
976 % 5 pathnumber
977  0.7347 setlinewidth
978  0.0 0.0 0.0 setrgbcolor
979 % eofilledpath
980 newpath
981  563.515 341.63 moveto
982  565.719 339.426 lineto
983  139.593 339.426 lineto
984  141.797 341.63 lineto
985  563.515 341.63 lineto
986 eofill
987
988 % 6 pathnumber
989  0.7347 setlinewidth
990  0.0 0.0 0.0 setrgbcolor
991 % eofilledpath
992 newpath
993  563.515 457.713 moveto
994  565.719 459.917 lineto
995  565.719 339.426 lineto
996  563.515 341.63 lineto
997  563.515 457.713 lineto
998 eofill
999
1000 % 7 pathnumber
1001  0.7347 setlinewidth
1002  0.0 0.0 0.0 setrgbcolor
1003 % eofilledpath
1004 newpath
1005  144.001 455.509 moveto
1006  143.267 456.243 lineto
1007  562.045 456.243 lineto
1008  561.311 455.509 lineto
1009  144.001 455.509 lineto
1010 eofill
1011
1012 % 8 pathnumber
1013  0.7347 setlinewidth
1014  0.0 0.0 0.0 setrgbcolor
1015 % eofilledpath
1016 newpath
1017  144.001 343.834 moveto
1018  143.267 343.1 lineto
1019  143.267 456.243 lineto
1020  144.001 455.509 lineto
1021  144.001 343.834 lineto
1022 eofill
1023
1024 % 9 pathnumber
1025  0.7347 setlinewidth
1026  0.0 0.0 0.0 setrgbcolor
1027 % eofilledpath
1028 newpath
1029  561.311 343.834 moveto
1030  562.045 343.1 lineto
1031  143.267 343.1 lineto
1032  144.001 343.834 lineto
1033  561.311 343.834 lineto
1034 eofill
1035
1036 % 10 pathnumber
1037  0.7347 setlinewidth
1038  0.0 0.0 0.0 setrgbcolor
1039 % eofilledpath
1040 newpath
1041  561.311 455.509 moveto
1042  562.045 456.243 lineto
1043  562.045 343.1 lineto
1044  561.311 343.834 lineto
1045  561.311 455.509 lineto
1046 eofill
1047  0.7347 setlinewidth
1048  0.0 0.0 0.0 setrgbcolor
1049 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1050 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 186.614 440.815 ] makefont setfont
1051 % Bold Weight
1052   0 0 moveto
1053  0.0 0.0 32 0.233635 0.0 223.585 440.815 1  setshowparams
1054 (Confidential) awidthshow
1055  0.7347 setlinewidth
1056  0.0 0.0 0.0 setrgbcolor
1057 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1058 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 279.186 440.815 ] makefont setfont
1059 % Bold Weight
1060   0 0 moveto
1061  0.0 0.0 32 -0.163838 0.0 425.21 440.815 1  setshowparams
1062 (MIT KERBEROS / ATHENA ACCOUNT COUPON ) awidthshow
1063  0.7347 setlinewidth
1064  0.0 0.0 0.0 setrgbcolor
1065 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1066 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 466.534 440.815 ] makefont setfont
1067 % Bold Weight
1068   0 0 moveto
1069  0.0 0.0 32 0.14694 0.0 518.101 440.815 1  setshowparams
1070 (Non-Transferable) awidthshow
1071  0.7347 setlinewidth
1072  0.0 0.0 0.0 setrgbcolor
1073 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1074 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 298.288 430.529 ] makefont setfont
1075 % Bold Weight
1076   0 0 moveto
1077  0.0 0.0 32 -0.0896334 0.0 316.565 430.529 1  setshowparams
1078 (Name:) awidthshow
1079  0.7347 setlinewidth
1080  0.0 0.0 0.0 setrgbcolor
1081 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1082 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 288.737 412.243 ] makefont setfont
1083 % Bold Weight
1084   0 0 moveto
1085  0.108736 0.0 32 0.0110205 0.0 316.664 420.243 1  setshowparams
1086 (MIT ID#:) awidthshow
1087  0.7347 setlinewidth
1088  0.0 0.0 0.0 setrgbcolor
1089 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1090 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 281.39 387.182 ] makefont setfont
1091 % Bold Weight
1092   0 0 moveto
1093  0.485637 0.0 32 0.0484902 0.0 316.701 387.182 1  setshowparams
1094 (Key Words:) awidthshow
1095  0.7347 setlinewidth
1096  0.0 0.0 0.0 setrgbcolor
1097 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1098 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 186.614 354.12 ] makefont setfont
1099 % Bold Weight
1100   0 0 moveto
1101  0.203512 0.0 32 0.0205716 0.0 239.538 354.12 1  setshowparams
1102 (Limit One Account) awidthshow
1103  0.7347 setlinewidth
1104  0.0 0.0 0.0 setrgbcolor
1105 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1106 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 329.145 354.12 ] makefont setfont
1107 % Bold Weight
1108   0 0 moveto
1109  0.0 0.0 32 -0.100654 0.0 375.334 354.12 1  setshowparams
1110 (DO NOT LOSE!) awidthshow
1111  0.7347 setlinewidth
1112  0.0 0.0 0.0 setrgbcolor
1113 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1114 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 475.351 354.12 ] makefont setfont
1115 % Bold Weight
1116   0 0 moveto
1117  0.340901 0.0 32 0.0337962 0.0 517.987 354.12 1  setshowparams
1118 (No Cash Value) awidthshow
1119  0.7347 setlinewidth
1120  0.0 0.0 0.0 setrgbcolor
1121 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1122 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 139.593 320.324 ] makefont setfont
1123 % Bold Weight
1124   0 0 moveto
1125  0.261553 0.0 32 0.0264492 0.0 340.927 320.324 1  setshowparams
1126 (What Your MIT Kerberos Identity Gives You Access To \(partial list\) ) awidthshow
1127
1128 % 11 pathnumber
1129  0.7347 setlinewidth
1130  0.0 0.0 0.0 setrgbcolor
1131 % filledpath
1132 newpath
1133  150.614 295.711 moveto
1134  150.614 295.103 150.12 294.609 149.511 294.609 curveto
1135  148.903 294.609 148.409 295.103 148.409 295.711 curveto
1136  148.409 296.32 148.903 296.813 149.511 296.813 curveto
1137  150.12 296.813 150.614 296.32 150.614 295.711 curveto
1138 fill
1139  0.7347 setlinewidth
1140  0.0 0.0 0.0 setrgbcolor
1141 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1142 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 295.344 ] makefont setfont
1143 % Regular Weight
1144   0 0 moveto
1145  0.310778 0.0 32 0.0308574 0.0 197.202 295.344 1  setshowparams
1146 (MIT's central ) awidthshow
1147  0.7347 setlinewidth
1148  0.0 0.0 0.0 setrgbcolor
1149 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1150 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 237.308 295.344 ] makefont setfont
1151 % Regular Weight
1152   0 0 moveto
1153  0.466534 0.0 32 0.0462861 0.0 357.821 295.344 1  setshowparams
1154 (. Once you have established your Kerberos ) awidthshow
1155  0.7347 setlinewidth
1156  0.0 0.0 0.0 setrgbcolor
1157 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1158 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 287.997 ] makefont setfont
1159 % Regular Weight
1160   0 0 moveto
1161  0.509147 0.0 32 0.0506943 0.0 349.76 287.997 1  setshowparams
1162 (identity, others can send email to you at an @mit.edu email address. ) awidthshow
1163  0.7347 setlinewidth
1164  0.0 0.0 0.0 setrgbcolor
1165 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1166 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 196.165 295.344 ] makefont setfont
1167 % Bold Weight
1168   0 0 moveto
1169  0.886048 0.0 32 0.0888987 0.0 237.405 295.344 1  setshowparams
1170 (email services) awidthshow
1171
1172 % 12 pathnumber
1173  0.7347 setlinewidth
1174  0.0 0.0 0.0 setrgbcolor
1175 % filledpath
1176 newpath
1177  150.614 272.201 moveto
1178  150.614 271.592 150.12 271.099 149.511 271.099 curveto
1179  148.903 271.099 148.409 271.592 148.409 272.201 curveto
1180  148.409 272.81 148.903 273.303 149.511 273.303 curveto
1181  150.12 273.303 150.614 272.81 150.614 272.201 curveto
1182 fill
1183  0.7347 setlinewidth
1184  0.0 0.0 0.0 setrgbcolor
1185 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1186 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 271.833 ] makefont setfont
1187 % Regular Weight
1188   0 0 moveto
1189  0.0470208 0.0 32 0.0044082 0.0 191.021 271.833 1  setshowparams
1190 (A wealth of ) awidthshow
1191  0.7347 setlinewidth
1192  0.0 0.0 0.0 setrgbcolor
1193 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1194 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 305.635 271.833 ] makefont setfont
1195 % Regular Weight
1196   0 0 moveto
1197  1.0925 0.0 32 0.10947 0.0 342.485 271.833 1  setshowparams
1198 (\(educational ) awidthshow
1199  0.7347 setlinewidth
1200  0.0 0.0 0.0 setrgbcolor
1201 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1202 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 264.487 ] makefont setfont
1203 % Regular Weight
1204   0 0 moveto
1205  0.515759 0.0 32 0.051429 0.0 367.371 264.487 1  setshowparams
1206 (discounts for computer purchases, access to MIT-only web pages, software ) awidthshow
1207  0.7347 setlinewidth
1208  0.0 0.0 0.0 setrgbcolor
1209 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1210 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 257.139 ] makefont setfont
1211 % Regular Weight
1212   0 0 moveto
1213  0.812578 0.0 32 0.0815517 0.0 203.597 257.139 1  setshowparams
1214 (downloads, etc.\)) awidthshow
1215  0.7347 setlinewidth
1216  0.0 0.0 0.0 setrgbcolor
1217 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1218 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 191.022 271.833 ] makefont setfont
1219 % Bold Weight
1220   0 0 moveto
1221  0.517964 0.0 32 0.0521637 0.0 304.223 271.833 1  setshowparams
1222 ("web certificate") awidthshow
1223 %("web certificate"-based online services) awidthshow
1224
1225 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1226 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 241.022 271.833 ] makefont setfont
1227 % Bold Weight
1228   0 0 moveto
1229  0.517964 0.0 32 0.0521637 0.0 304.223 271.833 1  setshowparams
1230 (-based online services) awidthshow
1231
1232 % 13 pathnumber
1233  0.7347 setlinewidth
1234  0.0 0.0 0.0 setrgbcolor
1235 % filledpath
1236 newpath
1237  150.614 241.344 moveto
1238  150.614 240.735 150.12 240.242 149.511 240.242 curveto
1239  148.903 240.242 148.409 240.735 148.409 241.344 curveto
1240  148.409 241.952 148.903 242.446 149.511 242.446 curveto
1241  150.12 242.446 150.614 241.952 150.614 241.344 curveto
1242 fill
1243  0.7347 setlinewidth
1244  0.0 0.0 0.0 setrgbcolor
1245 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1246 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 181.471 240.976 ] makefont setfont
1247 % Regular Weight
1248   0 0 moveto
1249  0.631842 0.0 32 0.0631842 0.0 367.673 240.976 1  setshowparams
1250 (, MIT's web-based student information system, provides you with ) awidthshow
1251  0.7347 setlinewidth
1252  0.0 0.0 0.0 setrgbcolor
1253 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1254 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 233.629 ] makefont setfont
1255 % Regular Weight
1256   0 0 moveto
1257  0.628169 0.0 32 0.0624495 0.0 262.332 233.629 1  setshowparams
1258 (online access to your student record. ) awidthshow
1259  0.7347 setlinewidth
1260  0.0 0.0 0.0 setrgbcolor
1261 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1262 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 240.976 ] makefont setfont
1263 % Bold Weight
1264   0 0 moveto
1265  0.0 0.0 32 0.0712659 0.0 181.535 240.976 1  setshowparams
1266 (WebSIS) awidthshow
1267
1268 % 14 pathnumber
1269  0.7347 setlinewidth
1270  0.0 0.0 0.0 setrgbcolor
1271 % filledpath
1272 newpath
1273  150.614 217.833 moveto
1274  150.614 217.225 150.12 216.731 149.511 216.731 curveto
1275  148.903 216.731 148.409 217.225 148.409 217.833 curveto
1276  148.409 218.442 148.903 218.935 149.511 218.935 curveto
1277  150.12 218.935 150.614 218.442 150.614 217.833 curveto
1278 fill
1279  0.7347 setlinewidth
1280  0.0 0.0 0.0 setrgbcolor
1281 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1282 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 215.262 ] makefont setfont
1283 % Regular Weight
1284   0 0 moveto
1285  0.0 0.0 32 -0.0595107 0.0 169.658 215.262 1  setshowparams
1286 (The ) awidthshow
1287  0.7347 setlinewidth
1288  0.0 0.0 0.0 setrgbcolor
1289 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1290 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 190.287 215.262 ] makefont setfont
1291 % Regular Weight
1292   0 0 moveto
1293  0.172655 0.0 32 0.0176328 0.0 286.827 215.262 1  setshowparams
1294 ( system, MIT's campus-wide UNIX) awidthshow
1295  0.7347 setlinewidth
1296  0.0 0.0 0.0 setrgbcolor
1297 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1298 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 290.941 215.262 ] makefont setfont
1299 % Regular Weight
1300   0 0 moveto
1301  0.427595 0.0 32 0.0426126 0.0 338.006 215.262 1  setshowparams
1302 (-based academic ) awidthshow
1303  0.7347 setlinewidth
1304  0.0 0.0 0.0 setrgbcolor
1305 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1306 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 207.915 ] makefont setfont
1307 % Regular Weight
1308   0 0 moveto
1309  0.614944 0.0 32 0.0617148 0.0 345.384 207.915 1  setshowparams
1310 (computing facility. In addition to filespace, you can use Athena to ) awidthshow
1311  0.7347 setlinewidth
1312  0.0 0.0 0.0 setrgbcolor
1313 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1314 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 200.568 ] makefont setfont
1315 % Regular Weight
1316   0 0 moveto
1317  0.700169 0.0 32 0.0697965 0.0 367.404 200.568 1  setshowparams
1318 (communicate with other students and faculty on-line, explore the internet, ) awidthshow
1319  0.7347 setlinewidth
1320  0.0 0.0 0.0 setrgbcolor
1321 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1322 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 193.22 ] makefont setfont
1323 % Regular Weight
1324   0 0 moveto
1325  0.347513 0.0 32 0.0345309 0.0 357.806 193.22 1  setshowparams
1326 (do class work, put up your own web pages, and make use of many other ) awidthshow
1327  0.7347 setlinewidth
1328  0.0 0.0 0.0 setrgbcolor
1329 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1330 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 185.874 ] makefont setfont
1331 % Regular Weight
1332   0 0 moveto
1333  0.612005 0.0 32 0.0609801 0.0 305.682 185.874 1  setshowparams
1334 (features and applications \(e.g., third-party software\). ) awidthshow
1335  0.7347 setlinewidth
1336  0.0 0.0 0.0 setrgbcolor
1337 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1338 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 169.716 215.262 ] makefont setfont
1339 % Bold Weight
1340   0 0 moveto
1341  0.0 0.0 32 0.0 0.0 190.285 215.262 1  setshowparams
1342 (Athena) awidthshow
1343  0.7347 setlinewidth
1344  0.0 0.0 0.0 setrgbcolor
1345 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1346 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 285.798 217.466 ] makefont setfont
1347 % Regular Weight
1348   0 0 moveto
1349  0.0 0.0 32 0.0 0.0 289.104 217.466 1  setshowparams
1350 (\256) awidthshow
1351
1352 % 15 pathnumber
1353  0.7347 setlinewidth
1354  0.0 0.0 0.0 setrgbcolor
1355 % filledpath
1356 newpath
1357  150.614 170.078 moveto
1358  150.614 169.469 150.12 168.976 149.511 168.976 curveto
1359  148.903 168.976 148.409 169.469 148.409 170.078 curveto
1360  148.409 170.686 148.903 171.18 149.511 171.18 curveto
1361  150.12 171.18 150.614 170.686 150.614 170.078 curveto
1362 fill
1363  0.7347 setlinewidth
1364  0.0 0.0 0.0 setrgbcolor
1365 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1366 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 169.71 ] makefont setfont
1367 % Regular Weight
1368   0 0 moveto
1369  0.616413 0.0 32 0.0617148 0.0 267.497 169.71 1  setshowparams
1370 (Some of the electronically-run campus ) awidthshow
1371  0.7347 setlinewidth
1372  0.0 0.0 0.0 setrgbcolor
1373 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1374 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 300.492 169.71 ] makefont setfont
1375 % Regular Weight
1376   0 0 moveto
1377  0.366615 0.0 32 0.036735 0.0 359.295 169.71 1  setshowparams
1378 (\(Housing, Phys. Ed.\) ) awidthshow
1379  0.7347 setlinewidth
1380  0.0 0.0 0.0 setrgbcolor
1381 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1382 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 267.431 169.71 ] makefont setfont
1383 % Bold Weight
1384   0 0 moveto
1385  0.0 0.0 32 0.148409 0.0 299.165 169.71 1  setshowparams
1386 ("lotteries") awidthshow
1387
1388 % 16 pathnumber
1389  0.7347 setlinewidth
1390  0.0 0.0 0.0 setrgbcolor
1391 % filledpath
1392 newpath
1393  150.614 153.914 moveto
1394  150.614 153.306 150.12 152.812 149.511 152.812 curveto
1395  148.903 152.812 148.409 153.306 148.409 153.914 curveto
1396  148.409 154.523 148.903 155.016 149.511 155.016 curveto
1397  150.12 155.016 150.614 154.523 150.614 153.914 curveto
1398 fill
1399  0.7347 setlinewidth
1400  0.0 0.0 0.0 setrgbcolor
1401 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1402 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 153.547 ] makefont setfont
1403 % Regular Weight
1404   0 0 moveto
1405  0.573066 0.0 32 0.0573066 0.0 351.965 153.547 1  setshowparams
1406 (For information about these systems and services \(and how to access ) awidthshow
1407  0.7347 setlinewidth
1408  0.0 0.0 0.0 setrgbcolor
1409 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1410 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 157.96 146.2 ] makefont setfont
1411 % Regular Weight
1412   0 0 moveto
1413  0.393065 0.0 32 0.0389391 0.0 185.916 146.2 1  setshowparams
1414 (them\), see) awidthshow
1415  0.7347 setlinewidth
1416  0.0 0.0 0.0 setrgbcolor
1417 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1418 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 300.492 146.2 ] makefont setfont
1419 % Regular Weight
1420   0 0 moveto
1421  0.0 0.0 32 0.0 0.0 302.145 146.2 1  setshowparams
1422 (.) awidthshow
1423  0.7347 setlinewidth
1424  0.0 0.0 0.0 setrgbcolor
1425 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1426 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 187.348 146.2 ] makefont setfont
1427 % Bold Weight
1428   0 0 moveto
1429  0.0 0.0 32 0.0844905 0.0 300.582 146.2 1  setshowparams
1430 (web.mit.edu/is/help/kerberos/uses.html) awidthshow
1431  0.7347 setlinewidth
1432  0.0 0.0 0.0 setrgbcolor
1433 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1434 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 320.324 ] makefont setfont
1435 % Bold Weight
1436   0 0 moveto
1437  0.199838 0.0 32 0.0198369 0.0 500.336 320.324 1  setshowparams
1438 (Choosing Your MIT Kerberos Username) awidthshow
1439  0.7347 setlinewidth
1440  0.0 0.0 0.0 setrgbcolor
1441 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1442 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 304.895 ] makefont setfont
1443 % Regular Weight
1444   0 0 moveto
1445  0.496657 0.0 32 0.0499596 0.0 561.37 304.895 1  setshowparams
1446 (Unlike usernames you may have created on other systems, once ) awidthshow
1447  0.7347 setlinewidth
1448  0.0 0.0 0.0 setrgbcolor
1449 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1450 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 297.548 ] makefont setfont
1451 % Regular Weight
1452   0 0 moveto
1453  0.435677 0.0 32 0.0433473 0.0 491.542 297.548 1  setshowparams
1454 (you pick your MIT Kerberos username,) awidthshow
1455  0.7347 setlinewidth
1456  0.0 0.0 0.0 setrgbcolor
1457 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1458 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 426.861 290.201 ] makefont setfont
1459 % Regular Weight
1460   0 0 moveto
1461  0.314452 0.0 32 0.0315921 0.0 564.288 290.201 1  setshowparams
1462 ( Be sure to pick a name you will feel comfortable ) awidthshow
1463  0.7347 setlinewidth
1464  0.0 0.0 0.0 setrgbcolor
1465 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1466 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 282.854 ] makefont setfont
1467 % Regular Weight
1468   0 0 moveto
1469  0.778782 0.0 32 0.0778782 0.0 542.996 282.854 1  setshowparams
1470 (using and sharing with others \(your advisor, instructors, ) awidthshow
1471  0.7347 setlinewidth
1472  0.0 0.0 0.0 setrgbcolor
1473 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1474 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 275.507 ] makefont setfont
1475 % Regular Weight
1476   0 0 moveto
1477  0.540739 0.0 32 0.0543678 0.0 565.05 275.507 1  setshowparams
1478 (potential employers, friends, and maybe even your family\) for as ) awidthshow
1479  0.7347 setlinewidth
1480  0.0 0.0 0.0 setrgbcolor
1481 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1482 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 268.16 ] makefont setfont
1483 % Regular Weight
1484   0 0 moveto
1485  0.201308 0.0 32 0.0198369 0.0 448.178 268.16 1  setshowparams
1486 (long as you are at MIT. ) awidthshow
1487  0.7347 setlinewidth
1488  0.0 0.0 0.0 setrgbcolor
1489 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1490 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 492.984 297.548 ] makefont setfont
1491 % Bold Weight
1492   0 0 moveto
1493  0.398207 0.0 32 0.0396738 0.0 557.673 297.548 1  setshowparams
1494 (you will not be able to ) awidthshow
1495  0.7347 setlinewidth
1496  0.0 0.0 0.0 setrgbcolor
1497 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1498 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 290.201 ] makefont setfont
1499 % Bold Weight
1500   0 0 moveto
1501  0.474616 0.0 32 0.0477555 0.0 426.912 290.201 1  setshowparams
1502 (change it, ever!) awidthshow
1503  0.7347 setlinewidth
1504  0.0 0.0 0.0 setrgbcolor
1505 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1506 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 239.507 ] makefont setfont
1507 % Bold Weight
1508   0 0 moveto
1509  0.297554 0.0 32 0.0301227 0.0 499.625 239.507 1  setshowparams
1510 (Choosing Your MIT Kerberos Password) awidthshow
1511  0.7347 setlinewidth
1512  0.0 0.0 0.0 setrgbcolor
1513 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1514 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 224.078 ] makefont setfont
1515 % Regular Weight
1516   0 0 moveto
1517  0.499596 0.0 32 0.0499596 0.0 560.614 224.078 1  setshowparams
1518 (Unlike your username, you can change your password any time ) awidthshow
1519  0.7347 setlinewidth
1520  0.0 0.0 0.0 setrgbcolor
1521 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1522 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 216.731 ] makefont setfont
1523 % Regular Weight
1524   0 0 moveto
1525  0.461392 0.0 32 0.0462861 0.0 563.844 216.731 1  setshowparams
1526 (you like -- in fact, you should. But pick a password that can't be ) awidthshow
1527  0.7347 setlinewidth
1528  0.0 0.0 0.0 setrgbcolor
1529 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1530 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 209.384 ] makefont setfont
1531 % Regular Weight
1532   0 0 moveto
1533  0.498861 0.0 32 0.0499596 0.0 560.164 209.384 1  setshowparams
1534 (easily guessed. Don't use words in the dictionary or names. Do ) awidthshow
1535  0.7347 setlinewidth
1536  0.0 0.0 0.0 setrgbcolor
1537 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1538 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 202.037 ] makefont setfont
1539 % Regular Weight
1540   0 0 moveto
1541  0.607597 0.0 32 0.0609801 0.0 560.646 202.037 1  setshowparams
1542 (use combinations of capital and lowercase letters, numbers and ) awidthshow
1543  0.7347 setlinewidth
1544  0.0 0.0 0.0 setrgbcolor
1545 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1546 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 194.69 ] makefont setfont
1547 % Regular Weight
1548   0 0 moveto
1549  1.33936 0.0 32 0.133715 0.0 420.381 194.69 1  setshowparams
1550 (punctuation. ) awidthshow
1551  0.7347 setlinewidth
1552  0.0 0.0 0.0 setrgbcolor
1553 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1554 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 419.513 187.343 ] makefont setfont
1555 % Regular Weight
1556   0 0 moveto
1557  0.304166 0.0 32 0.0301227 0.0 561.587 187.343 1  setshowparams
1558 ( \(Also, don't use your MIT Kerberos password as a ) awidthshow
1559  0.7347 setlinewidth
1560  0.0 0.0 0.0 setrgbcolor
1561 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1562 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 179.996 ] makefont setfont
1563 % Regular Weight
1564   0 0 moveto
1565  0.664904 0.0 32 0.066123 0.0 540.034 179.996 1  setshowparams
1566 (password in any non-Kerberos systems you access: this ) awidthshow
1567  0.7347 setlinewidth
1568  0.0 0.0 0.0 setrgbcolor
1569 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1570 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 172.649 ] makefont setfont
1571 % Regular Weight
1572   0 0 moveto
1573  0.426861 0.0 32 0.0426126 0.0 494.485 172.649 1  setshowparams
1574 (endangers your MIT Kerberos account.\) ) awidthshow
1575  0.7347 setlinewidth
1576  0.0 0.0 0.0 setrgbcolor
1577 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1578 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 420.248 194.69 ] makefont setfont
1579 % Bold Weight
1580   0 0 moveto
1581  0.12196 0.0 32 0.0124899 0.0 560.588 194.69 1  setshowparams
1582 (And never write down your password or share it ) awidthshow
1583  0.7347 setlinewidth
1584  0.0 0.0 0.0 setrgbcolor
1585 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1586 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 187.343 ] makefont setfont
1587 % Bold Weight
1588   0 0 moveto
1589  0.0 0.0 32 0.0 0.0 395.269 187.343 1  setshowparams
1590 (with) awidthshow
1591  0.7347 setlinewidth
1592  0.0 0.0 0.0 setrgbcolor
1593 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1594 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 417.309 187.343 ] makefont setfont
1595 % Bold Weight
1596   0 0 moveto
1597  0.0 0.0 32 0.0 0.0 419.511 187.343 1  setshowparams
1598 (!) awidthshow
1599  0.7347 setlinewidth
1600  0.0 0.0 0.0 setrgbcolor
1601 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1602 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 396.738 187.343 ] makefont setfont
1603 % Bold Weight
1604   0 0 moveto
1605  0.0 0.0 32 0.14694 0.0 417.454 187.343 1  setshowparams
1606 (anyone) awidthshow
1607  0.7347 setlinewidth
1608  0.0 0.0 0.0 setrgbcolor
1609 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1610 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 143.996 ] makefont setfont
1611 % Bold Weight
1612   0 0 moveto
1613  0.244655 0.0 32 0.0242451 0.0 497.406 143.996 1  setshowparams
1614 (Protecting Your MIT Kerberos Identity) awidthshow
1615  0.7347 setlinewidth
1616  0.0 0.0 0.0 setrgbcolor
1617 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1618 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 128.567 ] makefont setfont
1619 % Regular Weight
1620   0 0 moveto
1621  0.551025 0.0 32 0.0551025 0.0 559.157 128.567 1  setshowparams
1622 (It is important that you safeguard your Kerberos username and ) awidthshow
1623  0.7347 setlinewidth
1624  0.0 0.0 0.0 setrgbcolor
1625 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1626 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 121.22 ] makefont setfont
1627 % Regular Weight
1628   0 0 moveto
1629  0.617148 0.0 32 0.0617148 0.0 434.264 121.22 1  setshowparams
1630 (password because ) awidthshow
1631  0.7347 setlinewidth
1632  0.0 0.0 0.0 setrgbcolor
1633 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1634 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 497.392 113.873 ] makefont setfont
1635 % Regular Weight
1636   0 0 moveto
1637  0.335023 0.0 32 0.0337962 0.0 549.132 113.873 1  setshowparams
1638 (. Don't share your ) awidthshow
1639  0.7347 setlinewidth
1640  0.0 0.0 0.0 setrgbcolor
1641 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1642 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 106.526 ] makefont setfont
1643 % Regular Weight
1644   0 0 moveto
1645  0.685475 0.0 32 0.0683271 0.0 549.142 106.526 1  setshowparams
1646 (password delibrately, and don't expose your username and ) awidthshow
1647  0.7347 setlinewidth
1648  0.0 0.0 0.0 setrgbcolor
1649 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1650 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 99.1792 ] makefont setfont
1651 % Regular Weight
1652   0 0 moveto
1653  0.769231 0.0 32 0.0771435 0.0 562.863 99.1792 1  setshowparams
1654 (password on the Internet inadvertantly \(hackers illegally gather ) awidthshow
1655  0.7347 setlinewidth
1656  0.0 0.0 0.0 setrgbcolor
1657 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1658 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 91.832 ] makefont setfont
1659 % Regular Weight
1660   0 0 moveto
1661  0.527515 0.0 32 0.0528984 0.0 558.706 91.832 1  setshowparams
1662 (usernames and passwords all the time\). The bottom line: if it's ) awidthshow
1663  0.7347 setlinewidth
1664  0.0 0.0 0.0 setrgbcolor
1665 % TimesNewRomanPSMT TimesNewRomanPSMT nonstandard font
1666 (TimesNewRomanPSMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 84.4851 ] makefont setfont
1667 % Regular Weight
1668   0 0 moveto
1669  0.520168 0.0 32 0.0521637 0.0 498.175 84.4851 1  setshowparams
1670 (done in your name, you are responsible. ) awidthshow
1671  0.7347 setlinewidth
1672  0.0 0.0 0.0 setrgbcolor
1673 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1674 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 445.963 121.22 ] makefont setfont
1675 % Bold Weight
1676   0 0 moveto
1677  0.376901 0.0 32 0.0374697 0.0 553.978 121.22 1  setshowparams
1678 (will be held responsible for anything ) awidthshow
1679  0.7347 setlinewidth
1680  0.0 0.0 0.0 setrgbcolor
1681 % TimesNewRomanPS-BoldMT TimesNewRomanPS-BoldMT nonstandard font
1682 (TimesNewRomanPS-BoldMT) cvn findfont [  6.6123 0.0 0.0 6.6123 382.779 113.873 ] makefont setfont
1683 % Bold Weight
1684   0 0 moveto
1685  0.362207 0.0 32 0.0360003 0.0 497.408 113.873 1  setshowparams
1686 (done using your MIT Kerberos identity) awidthshow
1687  0.7347 setlinewidth
1688  0.0 0.0 0.0 setrgbcolor
1689 % TimesNewRomanPS-BoldItalicMT TimesNewRomanPS-BoldItalicMT nonstandard font
1690 (TimesNewRomanPS-BoldItalicMT) cvn findfont [  6.6123 0.0 0.0 6.6123 434.208 121.22 ] makefont setfont
1691 % Bold Weight
1692   0 0 moveto
1693  0.0 0.0 32 0.183675 0.0 444.676 121.22 1  setshowparams
1694 (you) awidthshow
1695 } bind def   % end of function paint
1696
1697
1698 /myform << /FormType 1 /BBox [ 0 0 612 792 ] /Matrix matrix /PaintProc { paint } >> def
1699
1700 /dopage {   % name mit-id word-1 word-2 word-3 word-4 word-5 word-6
1701 8 6 roll    % word-1 word-2 word-3 word-4 word-5 word-6 name mit-id
1702 /id exch def
1703 /name exch def  % word-1 word-2 word-3 word-4 word-5 word-6
1704 myform execform
1705 (Times-Bold) cvn findfont [  12 0 0 12 0 0 ] makefont setfont
1706 555 737.603 moveto id stringwidth pop -1 mul 0 rmoveto currentpoint   % mit-id at top
1707 id show
1708 (Times-Roman) cvn findfont [  12 0 0 12 0 0  ] makefont setfont
1709 moveto name stringwidth pop ( -- ) stringwidth pop add -1 mul 0 rmoveto  % name at top
1710 name show
1711 ( -- ) show
1712 330 430 moveto
1713 (Times-Roman) cvn findfont [ 10 0 0 10 0 0  ] makefont setfont   % name
1714 name show
1715 330 412 moveto
1716 (Times-Roman) cvn findfont [ 10 0 0 10 0 0  ] makefont setfont   % id
1717 id show
1718 330 390 moveto
1719 (Courier) cvn findfont [ 10 0 0 10 0 0  ] makefont setfont
1720 6 -1 roll show
1721 ( ) show
1722 5 -1 roll show
1723 ( ) show
1724 4 -1 roll show
1725 330 380 moveto
1726 3 -1 roll show
1727 ( ) show
1728 exch show
1729 ( ) show
1730 show
1731 showpage
1732 } bind def
1733
1734 (Garry Zacheiss) (996574941) (DIDDLE) (DIDDLE) (DEE) (WUBBA) (WUBBA) (WUBBA) dopage
1735
This page took 2.001457 seconds and 3 git commands to generate.