Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!fxgrp!news From: brown%astroatc.UUCP@cs.wisc.edu (Vidiot) Newsgroups: rec.arts.startrek.info Subject: ST:TNG Program Guide troff source update (6 of 6) Message-ID: <1991Mar6.204010.25220@fxgrp.fx.com> Date: 6 Mar 91 20:40:10 GMT Sender: trek-info@dweeb.fx.com Reply-To: brown%astroatc.UUCP@cs.wisc.edu (Vidiot) Followup-To: rec.arts.startrek Organization: Vulcan Science Academy, Tau Ceti Sector Lines: 1399 Approved: griffith@dweeb.fx.com ---- Cut Here and unpack ---- #!/bin/sh # this is part 6 of a multipart archive # do not concatenate these parts, unpack them in order with /bin/sh # file sttng404d continued # CurArch=6 if test ! -r s2_seq_.tmp then echo "Please unpack part 1 first!" exit 1; fi ( read Scheck if test "$Scheck" != $CurArch then echo "Please unpack part $Scheck next!" exit 1; else exit 0; fi ) < s2_seq_.tmp || exit 1 echo "x - Continuing file sttng404d" sed 's/^X//' << 'SHAR_EOF' >> sttng404d X+ $pprocs begin X+ 8#34 [(1)(4)] def X+ 8#36 [(1)(2)] def X+ 8#46 [(3)(4)] def X+ end X+ % boxes X+ /PS2{gsave /wid exch def pop pop /char exch def pop pop pop /size exch def X+ /len size 3.5 mul def % length of a side X+ len 0 rlineto 0 len neg rlineto len neg 0 rlineto closepath X+ char 3 eq {fill}{size 5 mul .07 mul setlinewidth stroke}ifelse X+ grestore wid .06 div 0 rmoveto}def X+ /PS3/PS2 load def % boxes are the same... X+ % circle X+ /PS4{gsave /wid exch def pop pop pop pop pop pop /size exch def X+ wid .8333 mul size 2.5 mul neg rmoveto currentpoint % center X+ newpath size 1.8 mul 0 360 arc size .2 mul setlinewidth stroke X+ grestore wid .06 div 0 rmoveto}def X+ /bb{$pprocs begin /wid exch def pop pop pop pop pop pop /size exch 6 mul def X+ /s2 size 2 div def /s4 size 4 div def gsave X+ currentpoint newpath transform round exch round exch itransform translate X+ size 16 div setlinewidth 2 setlinejoin 0 setgray}def X+ $pprocs begin X+ /mrr{moveto rlineto rlineto}def X+ /be{stroke grestore wid .06 div 0 rmoveto end}def X+ end X+ % leftfloor X+ /PS6 {bb s4 0 0 size s4 size -.8 mul mrr be}def X+ % rightfloor X+ /PS7 {bb s4 neg 0 0 size s4 size -.8 mul mrr be}def X+ % leftceil X+ /PS8 {bb s4 0 0 size neg s4 size .2 mul mrr be}def X+ % rightceil X+ /PS9 {bb s4 neg 0 0 size neg s4 size .2 mul mrr be}def X+ % boldvert X+ /PS5 {bb 0 0 0 size neg s4 size .2 mul mrr be}def X+ % box rule X+ /PS32 {bb /sw size 24 div def sw 2 div size 4.5 div moveto X+ 0 size neg rlineto sw setlinewidth be}def X+ % rule (roman, bold and italic) X+ /PS16 {gsave $pprocs begin X+ /wid exch def pop pop pop pop pop pop /size exch 6 mul def X+ /sw size 14 div def currentpoint exch sw 2 div sub exch X+ newpath transform round exch round exch itransform translate X+ 0 0 moveto size 2 div 0 rlineto sw setlinewidth be}def X+ % lefttopcurl X+ /PS20 {bb s4 size .2 mul moveto 0 size -.55 mul rlineto currentpoint X+ pop size -.8 mul 2 copy exch s4 add exch s4 arcto pop pop pop pop be}def X+ % leftbotcurl X+ /PS21 {bb s4 size -.8 mul moveto 0 size .55 mul rlineto currentpoint X+ pop size .2 mul 2 copy exch s4 add exch s4 arcto pop pop pop pop be}def X+ % righttopcurl X+ /PS22 {bb s4 size .2 mul moveto 0 size -.55 mul rlineto currentpoint X+ pop size -.8 mul 2 copy exch s4 sub exch s4 arcto pop pop pop pop be}def X+ % rightbotcurl X+ /PS23 {bb s4 size -.8 mul moveto 0 size .55 mul rlineto currentpoint X+ pop size .2 mul 2 copy exch s4 sub exch s4 arcto pop pop pop pop be}def X+ % rightmidcurl X+ /PS25 {bb /s3 size -.3 mul def s4 size -.8 mul moveto s4 s3 s2 s3 X+ s4 arcto pop pop size add s4 s3 4 2 roll X+ s4 arcto pop pop pop pop s4 size .2 mul lineto be}def X+ % leftmidcurl X+ /PS24 {bb /s3 size -.3 mul def s4 size -.8 mul moveto s4 s3 0 s3 X+ s4 arcto pop pop size add s4 s3 4 2 roll s4 arcto pop pop pop pop X+ s4 size .2 mul lineto be}def X*** /dev/null Mon Mar 4 23:45:41 1991 X--- groff.pro Mon Mar 4 23:53:59 1991 X*************** X*** 0 **** X--- 1,922 ---- X+ % Start of dictionary addition to prolog - ST:TNG logo X+ % RCS: $Header: /usr/brown/startrek/RCS/groff.pro,v 1.1 91/03/04 23:53:29 brown Exp Locker: brown $ X+ /resolution 72 def X+ /MB{save /psv exch def resolution 72 div dup neg scale X+ 0 0 translate 0 0 moveto}def X+ /PE{psv restore}def X+ X+ % Set outline, shadow and graduated to "true" if required, "false" to disable: X+ /outline true def X+ /shadow true def X+ X+ % To change the screen value for Linotronic printer use, set linotronic to true: X+ /linotronic false def X+ X+ % Set the following R, G and B values to your own color/shade requirements: X+ /setshadowcolor {0 0 0 setrgbcolor} bind def X+ /setfillcolor {0.8 0.8 0.8 setrgbcolor} bind def X+ /setoutlinecolor {0 0 0 setrgbcolor} bind def X+ X+ % Set DOTSIZE to the value wanted for the dot pitch: X+ % The first number is for the Linotronic, the second for 300 dpi LaserWriter X+ linotronic {/DOTSIZE 90.71428571 def} {/DOTSIZE 75.0 def} ifelse X+ X+ % Setup coordinates for default word spacing X+ /STARx 0.0 def X+ /STARy 231.9 def X+ /TREKx 197.0 def X+ /TREKy 179.4 def X+ /THEx 0.0 def X+ /THEy 135.8 def X+ /NEXTx 77.9 def X+ /NEXTy 135.8 def X+ /GENERATIONx 182.9 def X+ /GENERATIONy 135.8 def X+ /PROGx 33.0 def X+ /PROGy 36.0 def X+ /RAMx 0.0 def X+ /RAMy 0 def X+ /GUIDEx 73.0 def X+ /GUIDEy 0.0 def X+ /PROGc 2.0 def X+ /PROGi 1.5 def X+ X+ /STi {newpath moveto} bind def X+ /STm {moveto} bind def X+ /STl {lineto} bind def X+ /STc {curveto} bind def X+ /STcp {closepath} bind def X+ /STp {matrix currentmatrix 3 1 roll STx add exch STy add translate} bind def X+ /STr {setmatrix} bind def X+ X+ /STAR { X+ STARy STARx STp X+ X+ % S in STAR... X+ 0.0 0.0 STi X+ 6.4 14.7 STl X+ 36.3 14.7 STl X+ 49.4 14.7 51.3 28.9 40.8 31.3 STc X+ 18.1 34.2 30.0 67.7 46.6 67.7 STc X+ 73.9 67.7 STl X+ 67.3 53.3 STl X+ 51.1 53.3 STl X+ 46.2 53.3 43.3 42.1 51.8 42.1 STc X+ 72.1 42.2 67.7 0.0 40.0 0.0 STc X+ 0.0 0.0 STl X+ STcp X+ X+ % Top of T in STAR... X+ 71.9 53.3 STm X+ 111.7 53.3 STl X+ 118.0 67.7 STl X+ 78.2 67.7 STl X+ 71.9 53.3 STl X+ STcp X+ X+ % Bottom of T in STAR... X+ 75.8 0.0 STm X+ 59.4 0.0 STl X+ 77.8 42.1 STl X+ 94.2 42.1 STl X+ 75.8 0.0 STl X+ STcp X+ X+ % A in STAR... X+ 140.7 0.0 STm X+ 79.9 0.0 STl X+ 116.2 42.1 STl X+ 132.7 42.1 STl X+ 109.4 14.7 STl X+ 127.7 14.7 STl X+ 137.2 46.0 STl X+ 138.1 50.5 139.6 53.3 134.0 53.3 STc X+ 115.9 53.3 STl X+ 122.2 67.7 STl X+ 149.5 67.7 STl X+ 155.2 67.7 157.9 63.9 156.2 58.0 STc X+ 140.7 0.0 STl X+ STcp X+ X+ % R in STAR... X+ 161.6 42.1 STm X+ 143.2 0.0 STl X+ 159.4 0.0 STl X+ 172.2 29.4 STl X+ 180.7 29.4 STl X+ 182.4 29.4 184.5 26.1 183.1 23.2 STc X+ 173.1 0.0 STl X+ 188.9 0.0 STl X+ 196.8 17.9 STl X+ 198.4 21.8 198.0 27.2 194.7 29.4 STc X+ 201.0 29.4 202.6 31.8 203.7 34.1 STc X+ 213.4 56.3 STl X+ 217.3 65.5 210.2 67.7 205.1 67.7 STc X+ 172.7 67.7 STl X+ 166.4 53.3 STl X+ 193.3 53.3 STl X+ 196.5 53.3 192.4 42.1 188.3 42.1 STc X+ 161.6 42.1 STl X+ STcp STf STr X+ } bind def X+ X+ /TREK { X+ TREKy TREKx STp X+ X+ % Top of T in TREK... X+ 0.0 52.5 STi X+ 6.4 67.2 STl X+ 57.3 67.2 STl X+ 50.9 52.5 STl X+ 0.0 52.5 STl X+ STcp X+ X+ % Bottom of T in TREK... X+ 17.3 0.0 STm X+ 0.8 0.0 STl X+ 18.8 41.4 STl X+ 35.2 41.4 STl X+ 17.3 0.0 STl X+ STcp X+ X+ % R in TREK... X+ 49.9 0.0 STm X+ 33.7 0.0 STl X+ 51.7 41.4 STl X+ 79.0 41.4 STl X+ 83.0 41.4 87.4 52.5 84.0 52.5 STc X+ 56.5 52.5 STl X+ 62.9 67.2 STl X+ 95.4 67.2 STl X+ 104.4 67.2 105.2 59.5 103.4 55.1 STc X+ 93.4 32.3 STl X+ 92.1 29.4 90.1 27.7 85.5 27.7 STc X+ 87.8 26.0 87.7 19.0 86.6 16.6 STc X+ 79.4 0.0 STl X+ 63.8 0.0 STl X+ 73.1 21.4 STl X+ 73.7 23.2 73.2 27.7 69.4 27.7 STc X+ 62.0 27.7 STl X+ 49.9 0.0 STl X+ STcp X+ X+ % Top of E in TREK... X+ 146.8 52.5 STm X+ 153.2 67.2 STl X+ 113.7 67.2 STl X+ 107.3 52.5 STl X+ 146.8 52.5 STl X+ STcp X+ X+ % Bottom of E in TREK... X+ 86.7 0.0 STm X+ 104.7 41.4 STl X+ 141.9 41.4 STl X+ 136.0 27.7 STl X+ 114.5 27.7 STl X+ 108.2 13.3 STl X+ 129.7 13.3 STl X+ 123.9 0.0 STl X+ 86.7 0.0 STl X+ STcp X+ X+ % Top of K in TREK... X+ 200.3 52.5 STm X+ 214.1 67.2 STl X+ 194.5 67.2 STl X+ 187.1 67.2 178.5 63.0 174.5 60.0 STc X+ 177.6 67.2 STl X+ 159.9 67.2 STl X+ 153.5 52.5 STl X+ 200.3 52.5 STl X+ STcp X+ X+ % Bottom of K in TREK... X+ 200.1 0.0 STm X+ 186.5 28.2 STl X+ 185.0 31.0 180.1 41.4 167.7 41.4 STc X+ 149.4 41.4 STl X+ 131.3 0.0 STl X+ 148.4 0.0 STl X+ 160.4 27.7 STl X+ 165.8 27.7 STl X+ 172.1 27.7 174.2 21.0 175.3 18.0 STc X+ 182.0 0.0 STl X+ 200.1 0.0 STl X+ STcp STf STr X+ } bind def X+ X+ /THE { X+ THEy THEx STp X+ X+ % Capital T X+ 14.8 17.6 STi X+ 7.2 0.0 STl X+ 0.0 0.0 STl X+ 7.5 17.6 STl X+ 1.4 17.6 STl X+ 3.9 23.4 STl X+ 22.8 23.4 STl X+ 20.3 17.6 STl X+ STcp X+ X+ % Capital H X+ 28.4 0.0 STm X+ 32.3 9.0 STl X+ 26.7 9.0 STl X+ 22.8 0.0 STl X+ 16.3 0.0 STl X+ 26.4 23.4 STl X+ 32.9 23.4 STl X+ 28.7 13.7 STl X+ 34.3 13.7 STl X+ 38.5 23.4 STl X+ 44.8 23.4 STl X+ 34.6 0.0 STl X+ STcp X+ X+ X+ % Capital E X+ 58.2 5.4 STm X+ 55.9 0.0 STl X+ 40.3 0.0 STl X+ 50.4 23.4 STl X+ 66.0 23.4 STl X+ 63.5 17.6 STl X+ 53.8 17.6 STl X+ 52.0 13.7 STl X+ 61.8 13.7 STl X+ 59.8 9.0 STl X+ 50.0 9.0 STl X+ 48.4 5.4 STl X+ STcp STf STr X+ } bind def X+ X+ /NEXT { X+ NEXTy NEXTx STp X+ X+ % Capital N X+ 13.1 0.0 STi X+ 19.7 0.0 STl X+ 27.2 17.4 STl X+ 28.5 20.4 27.4 23.4 23.5 23.4 STc X+ 10.1 23.4 STl X+ 0.0 0.0 STl X+ 7.4 0.0 STl X+ 15.1 17.6 STl X+ 17.9 17.6 STl X+ 20.7 17.6 19.5 14.9 18.4 12.2 STc X+ STcp X+ X+ % Capital E X+ 37.3 13.7 STm X+ 46.6 13.7 STl X+ 44.6 9.0 STl X+ 35.2 9.0 STl X+ 33.7 5.4 STl X+ 43.0 5.4 STl X+ 40.7 0.0 STl X+ 25.6 0.0 STl X+ 35.6 23.4 STl X+ 50.8 23.4 STl X+ 48.3 17.6 STl X+ 38.9 17.6 STl X+ 37.3 13.7 STl X+ STcp X+ X+ % Capital X X+ 45.2 0.0 STm X+ 47.5 5.4 STl X+ 50.2 5.3 50.4 5.3 52.3 7.1 STc X+ 57.8 12.6 STl X+ 54.7 23.4 STl X+ 61.2 23.4 STl X+ 62.9 17.7 STl X+ 67.3 22.1 STl X+ 68.4 23.2 69.1 23.4 70.4 23.4 STc X+ 75.5 23.4 STl X+ 73.0 17.6 STl X+ 70.5 17.6 70.5 17.5 69.0 16.3 STc X+ 64.5 11.8 STl X+ 67.9 0.0 STl X+ 61.4 0.0 STl X+ 59.5 6.8 STl X+ 54.2 1.5 STl X+ 53.0 0.4 52.3 0.0 49.9 0.0 STc X+ 45.2 0.0 STl X+ STcp X+ X+ % Capital T X+ 76.9 17.6 STm X+ 81.5 17.6 STl X+ 73.9 0.0 STl X+ 79.9 0.0 STl X+ 87.5 17.6 STl X+ 93.4 17.6 STl X+ 95.8 23.4 STl X+ 79.4 23.4 STl X+ 76.9 17.6 STl X+ STcp STf STr X+ } bind def X+ X+ /GENERATION { X+ GENERATIONy GENERATIONx STp X+ X+ % Capital G X+ 25.8 17.6 STi X+ 26.8 20.1 STl X+ 27.7 22.0 26.5 23.4 23.7 23.4 STc X+ 12.3 23.4 STl X+ 11.2 23.4 9.6 22.5 9.3 21.4 STc X+ 1.9 4.3 STl X+ 0.8 1.9 2.2 0.0 6.0 0.0 STc X+ 13.8 0.0 STl X+ 18.4 0.0 19.2 2.8 19.9 4.1 STc X+ 24.1 13.7 STl X+ 14.8 13.7 STl X+ 12.7 9.0 STl X+ 15.3 9.0 STl X+ 14.4 7.0 STl X+ 13.9 5.8 13.5 5.4 12.3 5.4 STc X+ 10.7 5.4 STl X+ 9.7 5.5 9.1 6.1 9.5 7.2 STc X+ 14.0 17.6 STl X+ STcp X+ X+ % Capital E X+ 46.3 13.7 STm X+ 35.2 13.7 STl X+ 36.9 17.6 STl X+ 47.9 17.6 STl X+ 50.4 23.4 STl X+ 33.9 23.4 STl X+ 23.8 0.0 STl X+ 40.3 0.0 STl X+ 42.7 5.4 STl X+ 31.6 5.4 STl X+ 33.2 9.0 STl X+ 44.2 9.0 STl X+ STcp X+ X+ % Capital N X+ 58.3 0.0 STm X+ 64.4 13.9 STl X+ 64.6 14.6 66.1 17.7 63.3 17.6 STc X+ 61.2 17.6 STl X+ 53.5 0.0 STl X+ 46.8 0.0 STl X+ 57.0 23.4 STl X+ 68.8 23.4 STl X+ 71.9 23.4 73.9 21.2 72.5 17.6 STc X+ 64.9 0.0 STl X+ STcp X+ X+ % Capital E X+ 89.4 5.4 STm X+ 79.9 5.4 STl X+ 81.4 9.0 STl X+ 90.9 9.0 STl X+ 93.0 13.7 STl X+ 83.4 13.7 STl X+ 85.2 17.6 STl X+ 94.7 17.6 STl X+ 97.2 23.4 STl X+ 81.6 23.4 STl X+ 71.4 0.0 STl X+ 87.1 0.0 STl X+ STcp X+ X+ % Capital R X+ 111.0 0.0 STm X+ 104.5 0.0 STl X+ 107.3 6.6 STl X+ 108.0 8.1 107.7 9.0 106.5 9.0 STc X+ 103.4 9.0 STl X+ 99.5 0.0 STl X+ 92.6 0.0 STl X+ 102.7 23.4 STl X+ 115.9 23.4 STl X+ 119.1 23.4 120.5 21.5 119.2 18.9 STc X+ 116.8 13.5 STl X+ 116.3 12.5 115.4 11.6 113.1 11.3 STc X+ 115.1 10.8 115.3 9.7 114.6 8.3 STc X+ 111.0 0.0 STl X+ 105.4 13.7 STm X+ 108.3 13.7 STl X+ 109.6 13.7 110.3 13.8 110.9 14.9 STc X+ 111.5 16.1 STl X+ 111.8 17.0 111.3 17.5 109.8 17.6 STc X+ 107.1 17.6 STl X+ STcp X+ X+ % Capital A X+ 125.7 23.4 STm X+ 123.1 17.6 STl X+ 133.9 17.6 STl X+ 133.4 5.4 STl X+ 125.5 5.4 STl X+ 132.0 13.7 STl X+ 125.1 13.7 STl X+ 114.9 0.0 STl X+ 140.0 0.0 STl X+ 140.6 18.6 STl X+ 140.6 21.1 140.0 23.4 136.0 23.4 STc X+ STcp X+ X+ % Capital T X+ 162.9 17.6 STm X+ 165.3 23.4 STl X+ 146.8 23.4 STl X+ 144.3 17.6 STl X+ 150.9 17.6 STl X+ 143.2 0.1 STl X+ 150.0 0.0 STl X+ 157.6 17.6 STl X+ STcp X+ X+ % Capital I X+ 158.5 0.0 STm X+ 168.7 23.4 STl X+ 175.2 23.4 STl X+ 165.1 0.0 STl X+ STcp X+ X+ STcp X+ % Capital O (revised) X+ 171.9 3.5 STm X+ 171.3 1.7 172.8 0.0 174.6 0.0 STc X+ 184.5 0.0 STl % X+ 187.8 0.0 189.5 1.5 190.6 4.0 STc % X+ 196.6 17.8 STl % X+ 197.5 19.8 197.4 23.4 192.3 23.4 STc % X+ 184.7 23.4 STl X+ 182.5 23.4 180.5 22.7 179.4 20.8 STc X+ 171.9 3.5 STl X+ 179.7 7.2 STm X+ 179.2 6.0 179.7 5.4 180.6 5.4 STc X+ 183.4 5.4 STl X+ 184.4 5.4 184.9 5.7 185.4 6.9 STc X+ 189.0 15.2 STl X+ 189.5 16.0 189.7 17.6 188.2 17.6 STc X+ 185.5 17.6 STl X+ 184.4 17.5 183.9 17.0 183.4 15.8 STc X+ STcp X+ X+ % Capital N X+ 207.9 0.0 STm X+ 214.5 0.0 STl X+ 222.0 17.4 STl X+ 223.3 20.4 222.2 23.4 218.3 23.4 STc X+ 204.9 23.4 STl X+ 194.8 0.0 STl X+ 202.2 0.0 STl X+ 209.9 17.6 STl X+ 212.7 17.6 STl X+ 215.5 17.6 214.3 14.9 213.2 12.2 STc X+ STcp STf STr X+ } bind def X+ X+ /PROG { X+ PROGy PROGx STp X+ X+ % Capital P X+ 10.8 9.0 STi X+ 6.9 0.0 STl X+ 0.0 0.0 STl X+ 10.1 23.4 STl X+ 24.5 23.4 STl X+ 26.8 23.4 27.9 21.9 26.6 18.9 STc X+ 23.5 11.9 STl X+ 22.5 9.9 21.2 9.0 18.4 9.0 STc X+ 10.8 9.0 STl X+ 12.8 13.7 STm X+ 16.2 13.7 STl X+ 17.3 13.7 17.7 14.0 18.1 14.6 STc X+ 18.9 16.1 STl X+ 19.3 17.1 18.9 17.6 17.7 17.6 STc X+ 14.5 17.6 STl X+ 12.8 13.7 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital R X+ 18.4 0.0 STm X+ 11.9 0.0 STl X+ 14.7 6.6 STl X+ 15.4 8.1 15.1 9.0 13.9 9.0 STc X+ 10.8 9.0 STl X+ 6.9 0.0 STl X+ 0.0 0.0 STl X+ 10.1 23.4 STl X+ 23.3 23.4 STl X+ 26.5 23.4 27.9 21.5 26.6 18.9 STc X+ 24.2 13.5 STl X+ 23.7 12.5 22.8 11.6 20.5 11.3 STc X+ 22.5 10.8 22.7 9.7 22.0 8.3 STc X+ 18.4 0.0 STl X+ 12.8 13.7 STm X+ 15.7 13.7 STl X+ 17.0 13.7 17.7 13.8 18.3 14.9 STc X+ 18.9 16.1 STl X+ 19.2 17.0 18.7 17.5 17.2 17.6 STc X+ 14.5 17.6 STl X+ 12.8 13.7 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital O X+ 1.5 3.5 STm X+ 0.9 1.7 2.4 0.0 4.2 0.0 STc X+ 14.0 0.0 STl X+ 17.3 0.0 19.0 1.5 20.1 4.0 STc X+ 26.1 17.8 STl X+ 27.0 19.8 26.9 23.4 21.8 23.4 STc X+ 14.3 23.4 STl X+ 12.1 23.4 10.1 22.7 9.0 20.8 STc X+ 1.5 3.5 STl X+ 9.3 7.2 STm X+ 8.8 6.0 9.3 5.4 10.2 5.4 STc X+ 13.0 5.4 STl X+ 14.0 5.4 14.5 5.7 15.0 6.9 STc X+ 18.6 15.2 STl X+ 19.1 16.0 19.3 17.6 17.8 17.6 STc X+ 15.1 17.6 STl X+ 14.0 17.5 13.5 17.0 13.0 15.8 STc X+ 9.3 7.2 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital G X+ 25.8 17.6 STm X+ 26.8 20.1 STl X+ 27.7 22.0 26.5 23.4 23.7 23.4 STc X+ 12.3 23.4 STl X+ 11.2 23.4 9.6 22.5 9.3 21.4 STc X+ 1.9 4.3 STl X+ 0.8 1.9 2.2 0.0 6.0 0.0 STc X+ 13.8 0.0 STl X+ 18.4 0.0 19.2 2.8 19.9 4.1 STc X+ 24.1 13.7 STl X+ 14.8 13.7 STl X+ 12.7 9.0 STl X+ 15.3 9.0 STl X+ 14.4 7.0 STl X+ 13.9 5.8 13.5 5.4 12.3 5.4 STc X+ 10.7 5.4 STl X+ 9.7 5.5 9.1 6.1 9.5 7.2 STc X+ 14.0 17.6 STl X+ 25.8 17.6 STl X+ STcp X+ } bind def X+ X+ /RAM { X+ X+ 22.0 0 translate X+ X+ % Capital R X+ 18.4 0.0 STm X+ 11.9 0.0 STl X+ 14.7 6.6 STl X+ 15.4 8.1 15.1 9.0 13.9 9.0 STc X+ 10.8 9.0 STl X+ 6.9 0.0 STl X+ 0.0 0.0 STl X+ 10.1 23.4 STl X+ 23.3 23.4 STl X+ 26.5 23.4 27.9 21.5 26.6 18.9 STc X+ 24.2 13.5 STl X+ 23.7 12.5 22.8 11.6 20.5 11.3 STc X+ 22.5 10.8 22.7 9.7 22.0 8.3 STc X+ 18.4 0.0 STl X+ 12.8 13.7 STm X+ 15.7 13.7 STl X+ 17.0 13.7 17.7 13.8 18.3 14.9 STc X+ 18.9 16.1 STl X+ 19.2 17.0 18.7 17.5 17.2 17.6 STc X+ 14.5 17.6 STl X+ 12.8 13.7 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital A X+ 10.8 23.4 STm X+ 8.2 17.6 STl X+ 19.0 17.6 STl X+ 18.5 5.4 STl X+ 10.6 5.4 STl X+ 17.1 13.7 STl X+ 10.2 13.7 STl X+ 0.0 0.0 STl X+ 25.1 0.0 STl X+ 25.7 18.6 STl X+ 25.7 21.1 25.1 23.4 21.1 23.4 STc X+ 10.8 23.4 STl X+ STcp X+ X+ 28.0 0 translate X+ X+ % Capital M X+ 13.1 0.0 STm X+ 19.7 0.0 STl X+ 25.0 12.2 STl X+ 25.7 14.1 27.5 17.6 29.3 17.6 STc X+ 31.2 17.6 STl X+ 32.9 17.6 31.6 14.1 30.7 12.2 STc X+ 25.4 0.0 STl X+ 32.0 0.0 STl X+ 39.8 18.0 STl X+ 40.9 20.5 40.5 23.4 37.7 23.4 STc X+ 10.1 23.4 STl X+ 0.0 0.0 STl X+ 7.4 0.0 STl X+ 15.1 17.6 STl X+ 18.9 17.6 STl X+ 20.6 17.6 19.3 14.1 18.4 12.2 STc X+ 13.1 0.0 STl X+ STcp STf STr X+ } bind def X+ X+ /GUIDE { X+ GUIDEy GUIDEx STp X+ X+ % Capital G X+ 25.8 17.6 STi X+ 26.8 20.1 STl X+ 27.7 22.0 26.5 23.4 23.7 23.4 STc X+ 12.3 23.4 STl X+ 11.2 23.4 9.6 22.5 9.3 21.4 STc X+ 1.9 4.3 STl X+ 0.8 1.9 2.2 0.0 6.0 0.0 STc X+ 13.8 0.0 STl X+ 18.4 0.0 19.2 2.8 19.9 4.1 STc X+ 24.1 13.7 STl X+ 14.8 13.7 STl X+ 12.7 9.0 STl X+ 15.3 9.0 STl X+ 14.4 7.0 STl X+ 13.9 5.8 13.5 5.4 12.3 5.4 STc X+ 10.7 5.4 STl X+ 9.7 5.5 9.1 6.1 9.5 7.2 STc X+ 14.0 17.6 STl X+ 25.8 17.6 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital U X+ 1.5 3.5 STm X+ 0.9 1.7 2.4 0.0 4.2 0.0 STc X+ 14.3 0.0 STl X+ 18.1 0.0 19.3 2.1 20.1 4.0 STc X+ 28.5 23.4 STl X+ 22.2 23.4 STl X+ 15.0 6.9 STl X+ 14.4 5.7 14.2 5.4 13.2 5.4 STc X+ 10.2 5.4 STl X+ 9.1 5.4 8.9 6.0 9.3 7.2 STc X+ 16.3 23.4 STl X+ 10.1 23.4 STl X+ 1.5 3.5 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital I X+ 0.0 0.0 STm X+ 10.2 23.4 STl X+ 16.7 23.4 STl X+ 6.6 0.0 STl X+ 0.0 0.0 STl X+ STcp X+ X+ 10.5 0 translate X+ X+ % Capital D X+ 0.0 0.0 STm X+ 14.0 0.0 STl X+ 17.3 0.0 19.0 1.5 20.1 4.0 STc X+ 26.1 17.8 STl X+ 27.0 19.8 26.9 23.4 21.8 23.4 STc X+ 10.1 23.4 STl X+ 0.0 0.0 STl X+ 8.5 5.4 STm X+ 13.0 5.4 STl X+ 14.0 5.4 14.5 5.7 15.0 6.9 STc X+ 18.6 15.2 STl X+ 19.1 16.0 19.3 17.6 17.8 17.6 STc X+ 13.8 17.6 STl X+ 8.5 5.4 STl X+ STcp X+ X+ 22.0 0 translate X+ X+ % Capital E X+ 17.9 5.4 STm X+ 15.6 0.0 STl X+ 0.0 0.0 STl X+ 10.1 23.4 STl X+ 25.7 23.4 STl X+ 23.2 17.6 STl X+ 13.5 17.6 STl X+ 11.7 13.7 STl X+ 21.5 13.7 STl X+ 19.5 9.0 STl X+ 9.7 9.0 STl X+ 8.1 5.4 STl X+ 17.9 5.4 STl X+ STcp STf STr X+ } bind def X+ X+ /cover { X+ X+ 0 setlinejoin X+ 0 setlinecap X+ [] 0 setdash X+ X+ 1.2173913 1.2173913 scale X+ X+ % Create shadow behind logo (Note increased distance for "STAR TREK") X+ shadow { X+ setshadowcolor X+ /STf {eofill} bind def X+ /STx 12.7 def X+ /STy 22.5 def X+ STAR TREK X+ /STx 8.2 def X+ /STy 27 def X+ THE NEXT GENERATION X+ } if X+ X+ % Create filled area inside logo X+ setfillcolor X+ /STx 5.2 def X+ /STy 30 def X+ /STf {eofill} bind def X+ STAR TREK X+ setfillcolor X+ THE NEXT GENERATION X+ X+ % Create outline logo (Note bolder outline width for "STAR TREK") X+ outline { X+ setoutlinecolor X+ /STf {stroke} bind def X+ 1.4 setlinewidth X+ STAR TREK X+ 0.8 setlinewidth X+ THE NEXT GENERATION X+ } if X+ } bind def X+ X+ /eplogo { X+ X+ 0 setlinejoin X+ 0 setlinecap X+ [] 0 setdash X+ X+ 0.250 0.250 scale X+ X+ /setshadowcolor {0 0 0 setrgbcolor} bind def X+ /setfillcolor {1.0 1.0 1.0 setrgbcolor} bind def X+ /setoutlinecolor {0 0 0 setrgbcolor} bind def X+ X+ % Create shadow behind logo (Note increased distance for "STAR TREK") X+ shadow { X+ setshadowcolor X+ /STf {eofill} bind def X+ /STx 12.7 def X+ /STy 22.5 def X+ STAR TREK X+ /STx 8.2 def X+ /STy 27 def X+ THE NEXT GENERATION X+ } if X+ X+ % Create filled area inside logo X+ setfillcolor X+ /STx 5.2 def X+ /STy 30 def X+ /STf {eofill} bind def X+ STAR TREK X+ setfillcolor X+ THE NEXT GENERATION X+ X+ % Create outline logo (Note bolder outline width for "STAR TREK") X+ outline { X+ setoutlinecolor X+ /STf {stroke} bind def X+ 1.4 setlinewidth X+ STAR TREK X+ 0.8 setlinewidth X+ THE NEXT GENERATION X+ } if X+ } bind def X+ X+ /program { X+ % Create shadow behind logo X+ shadow { X+ setshadowcolor X+ /STf {eofill} bind def X+ /STx 6.35 def X+ /STy 0.0 def X+ PROG RAM GUIDE X+ } if X+ X+ % Create filled area inside logo X+ setfillcolor X+ /STx 2.6 def X+ /STy 3.75 def X+ /STf {eofill} bind def X+ PROG RAM GUIDE X+ X+ % Create outline logo X+ outline { X+ setoutlinecolor X+ /STf {stroke} bind def X+ 0.8 setlinewidth X+ PROG RAM GUIDE X+ } if X+ } bind def X+ X+ /cover_f { X+ currentscreen /spot exch def pop pop DOTSIZE 35 {spot} setscreen X+ gsave X+ cover X+ grestore X+ gsave X+ PROGc PROGc scale X+ program X+ grestore X+ } bind def X+ X+ /cover_i { X+ currentscreen /spot exch def pop pop DOTSIZE 35 {spot} setscreen X+ gsave X+ cover X+ grestore X+ gsave X+ PROGi PROGi scale X+ program X+ grestore X+ } bind def X+ % End of dictionary addition to prolog - ST:TNG logo X+ % Start of dictionary addition to prolog - Dolby Surround logo X+ /dolby { X+ gsave X+ % SURROUND text X+ /Helvetica-Bold findfont 36 scalefont setfont X+ 92 12 moveto X+ (SURROUND) show X+ 4 setlinewidth X+ 82 2 moveto X+ 0 46 rlineto X+ 228 0 rlineto X+ 0 -46 rlineto X+ closepath stroke X+ X+ % Trademark X+ /Helvetica-Bold findfont 28 scalefont setfont X+ 316 29.5 moveto X+ (TM) show X+ X+ % left D box X+ 0 0 moveto X+ 0 50 rlineto X+ 32 0 rlineto X+ 0 -50 rlineto X+ closepath fill X+ X+ % right D box X+ 38 0 moveto X+ 0 50 rlineto X+ 32 0 rlineto X+ 0 -50 rlineto X+ closepath fill X+ X+ 1.0 setgray X+ 4 setlinewidth X+ X+ % left D X+ 10 8 moveto X+ 0 34 rlineto stroke X+ gsave X+ newpath X+ 1.0 1.2142857 scale X+ 12 20.588236 14 270 90 arc fill X+ grestore X+ X+ % right D X+ 60 8 moveto X+ 0 34 rlineto stroke X+ gsave X+ newpath X+ 1.0 1.2142857 scale X+ 58 20.588236 14 90 270 arc fill X+ grestore X+ 0.0 setgray X+ grestore X+ } bind def X+ % End of dictionary addition - Dolby Surround logo X*** /dev/null Mon Mar 4 23:45:41 1991 X--- groff_R.pro Mon Mar 4 23:54:31 1991 X*************** X*** 0 **** X--- 1,100 ---- X+ % RCS: $Header: /usr/brown/startrek/RCS/groff_R.pro,v 1.1 91/03/04 23:53:59 brown Exp Locker: brown $ X+ MB X+ /inches {72 mul} def X+ /barwidth .020 inches def % MUST NOT CHANGE X+ /long .125 inches def % MUST NOT CHANGE X+ /short .050 inches def % MUST NOT CHANGE X+ /nextx .0475 inches def % MUST NOT CHANGE X+ /Helvetica findfont 10 scalefont setfont X+ /linehite 14 def X+ /digarray X+ [ X+ { X+ lbar lbar sbar sbar sbar % digit 0 X+ } X+ { X+ sbar sbar sbar lbar lbar % digit 1 X+ } X+ { X+ sbar sbar lbar sbar lbar % digit 2 X+ } X+ { X+ sbar sbar lbar lbar sbar % digit 3 X+ } X+ { X+ sbar lbar sbar sbar lbar % digit 4 X+ } X+ { X+ sbar lbar sbar lbar sbar % digit 5 X+ } X+ { X+ sbar lbar lbar sbar sbar % digit 6 X+ } X+ { X+ lbar sbar sbar sbar lbar % digit 7 X+ } X+ { X+ lbar sbar sbar lbar sbar % digit 8 X+ } X+ { X+ lbar sbar lbar sbar sbar % digit 9 X+ } X+ ] def X+ /sbar X+ { X+ barwidth setlinewidth % always make sure it is correct width X+ currentpoint % remember where we are X+ currentpoint short add lineto % do the bar X+ exch nextx add exch moveto % advance the current point X+ } def X+ /lbar X+ { X+ barwidth setlinewidth % always make sure it is correct width X+ currentpoint % remember where we are X+ currentpoint long add lineto % do the bar X+ exch nextx add exch moveto % advance the current point X+ } def X+ /dobar X+ { X+ /msg exch def % get all parameters from the stack. X+ /orient exch def X+ moveto % relative to origin of mail piece X+ /sum 0 def X+ X+ gsave X+ orient 1 eq X+ { X+ 90 rotate 0 -612 translate X+ } if X+ lbar % starting marker X+ msg % process the message. X+ { X+ 48 sub dup % convert the digit to binary X+ sum add /sum exch def % update the checksum X+ /digval exch def % have the binary digit X+ digarray digval get exec % draw the digit. X+ } X+ forall X+ digarray X+ 10 sum 10 mod sub % compute check digit X+ get exec X+ lbar % ending marker X+ stroke X+ grestore X+ } def X+ /address X+ { X+ /stringaray exch def X+ /ycoord exch def X+ /xcoord exch def X+ xcoord X+ stringaray length % get number of lines X+ linehite mul ycoord add moveto % adaptively find the top line. X+ stringaray X+ { X+ currentpoint linehite sub exch pop xcoord exch moveto X+ show X+ } forall X+ } def X+ 326 -530 0 (537114123) dobar X+ PE X*** released/sttng.fnt Mon Mar 5 18:54:21 1990 X--- sttng.fnt Mon Mar 4 23:52:25 1991 X*************** X*** 1,1 **** X--- 1,2 ---- X+ .\" $Header: /usr/brown/startrek/RCS/sttng.fnt,v 4.4 91/03/04 23:52:02 brown Exp Locker: brown $ X .\" This file contains the loading of font positions, other than the default, X*************** X*** 22,32 **** X .\" The following loads New Century Schoolbook Bold Italic in font position 4 X! .\".fp 4 NC X .\" The following loads Helvetica in font position 5 X! .\".fp 5 H X .\" The following loads Helvetica Bold in font position 6 X! .\".fp 6 HB X .\" The following loads Helvetica Oblique in font position 7 X! .fp 7 HO X .\" The following loads Helvetica Bold Oblique in font position 8 X! .fp 8 HD X .\" The following register contains the font position of Times-Roman Bold Italic X--- 23,35 ---- X .\" The following loads New Century Schoolbook Bold Italic in font position 4 X! .if \nG==1 .fp 4 NBI X .\" The following loads Helvetica in font position 5 X! .if \nG==1 .fp 5 HR X .\" The following loads Helvetica Bold in font position 6 X! .if \nG==1 .fp 6 HB X .\" The following loads Helvetica Oblique in font position 7 X! .ie \nG==1 .fp 7 HI X! .el .fp 7 HO X .\" The following loads Helvetica Bold Oblique in font position 8 X! .ie \nG==1 .fp 8 HBI X! .el .fp 8 HD X .\" The following register contains the font position of Times-Roman Bold Italic X*** released/makefile.dwb Thu Feb 7 01:04:10 1991 X--- makefile.dwb Mon Mar 4 23:48:50 1991 X*************** X*** 1,2 **** X! # $Header: /usr/brown/startrek/RCS/Makefile,v 4.3 91/02/07 00:18:12 brown Exp Locker: brown $ X X--- 1,2 ---- X! # $Header: /usr/brown/startrek/RCS/makefile.dwb,v 4.4 91/03/04 23:48:21 brown Exp Locker: brown $ X X*************** X*** 14,16 **** X # for details. X! FLAGS=-t -F NewCentury -rF1 -rA1 X X--- 14,16 ---- X # for details. X! FLAGS=-t -F NewCentury -rF1 -rA1 -rL1 X X*************** X*** 21,22 **** X--- 21,27 ---- X X+ # these are the flag options needed for the spine page. Basically it is X+ # like FLAGS, except that it should be whatever it takes to load the Helvetica X+ # type face. The -r options are not used for this sheet. X+ SFLAGS=-t -F Helvetica X+ X # change the following to your page reverser, if you have one, or to cat if X*************** X*** 62,64 **** X X! CVPAGES=-o3 X CTPAGES=-o2 X--- 67,69 ---- X X! CVPAGES=-o-3 X CTPAGES=-o2 X*************** X*** 66,77 **** X PAGES2= X! PAGES3=-o110,115 X! PAGES4=-o171,173,175,177- X! APAGES=-o4,9,11,13,16 X! BPAGES= X! CPAGES=-o1-4,6 X DPAGES=-o8,9 X! EPAGES=-o3 X FPAGES= X! GPAGES=-o23-26,30- X! IPAGES=-o2-5,7-10 X HEADER=sttng.hdr X--- 71,82 ---- X PAGES2= X! PAGES3= X! PAGES4=-o174,175,180- X! APAGES=-o4,9,11,12,16 X! BPAGES=-o2- X! CPAGES=-o3,4,6 X DPAGES=-o8,9 X! EPAGES= X FPAGES= X! GPAGES=-o19 X! IPAGES= X HEADER=sttng.hdr X*************** X*** 86,90 **** X sttng-2.prt sttng-1.prt sttng-in.prt sttng-ct.prt sttng-cv.prt X- DATE=-rM2 -rD4 -rY91 X- VERSION=-rV403 X- X X--- 91,92 ---- X*************** X*** 190,191 **** X--- 192,197 ---- X rm temp.idx X+ X+ sttng-sp.ps: sttng-sp.txt X+ export PSLIBDIR;PSLIBDIR=${LIBDIR};\ X+ ${FORMATTER} ${SFLAGS} ${IMACRO} sttng-sp.txt > sttng-sp.ps X X*** /dev/null Mon Mar 4 23:45:41 1991 X--- makefile.gro Mon Mar 4 23:49:24 1991 X*************** X*** 0 **** X--- 1,145 ---- X+ # $Header: /usr/brown/startrek/RCS/makefile.gro,v 4.4 91/03/04 23:48:50 brown Exp Locker: brown $ X+ X+ # parameters fixed for groff X+ X+ FORMATTER=groff X+ FLAGS= -fN -rG1 X+ IFLAGS= -z -rI1 ${FLAGS} X+ REVERSER=cat X+ X+ # change this to the print spooler for your system X+ PRINTER=lp X+ X+ # flags for your print spooler X+ PRINTFLAGS=-d lw X+ X+ # if you are using the -mlb option set the following to -mlb. If you are X+ # using the tmac.lb file on the command line, set the following to tmac.lb. X+ MACRO=tmac.lb sttng.fnt X+ X+ # if you are running BSD, add -DBSD to the CFLAGS, otherwise the CFLAGS will X+ # only be -O. Note: if you are running the Pyramid OS (SysV & BSD), do not X+ # set the BSD flag. X+ CFLAGS=-O X+ X+ # author maintained variables X+ X+ SHELL=/bin/sh X+ X+ .SUFFIXES: X+ .SUFFIXES:.ps .prt X+ X+ .ps.prt: X+ ${REVERSER} $*.ps | ${PRINTER} ${PRINTFLAGS} X+ touch $@ X+ X+ CVPAGES=-o-3 X+ CTPAGES=-o2 X+ PAGES1= X+ PAGES2= X+ PAGES3= X+ PAGES4=-o174,175,180- X+ APAGES=-o4,9,11,13,16 X+ BPAGES= X+ CPAGES=-o1-4,6 X+ DPAGES=-o8,9 X+ EPAGES=-o3 X+ FPAGES= X+ GPAGES=-o19 X+ IPAGES= X+ RPAGES= X+ HEADER=sttng.hdr X+ INDEXFILES=sttng.hdr sttng-in.txt sttng-1.txt sttng-2.txt sttng-3.txt \ X+ sttng-4.txt sttng-A.txt sttng-B.txt sttng-C.txt sttng-D.txt \ X+ sttng-E.txt sttng-F.txt sttng-G.txt X+ FILES=sttng-I.ps sttng-G.ps sttng-F.ps sttng-E.ps sttng-D.ps \ X+ sttng-C.ps sttng-B.ps sttng-A.ps sttng-4.ps sttng-3.ps sttng-2.ps \ X+ sttng-1.ps sttng-in.ps sttng-ct.ps sttng-cv.ps X+ PRINTERFILES=sttng-I.prt sttng-G.prt sttng-F.prt sttng-E.prt \ X+ sttng-D.prt sttng-C.prt sttng-B.prt sttng-A.prt sttng-4.prt \ X+ sttng-3.prt sttng-2.prt sttng-1.prt sttng-in.prt sttng-ct.prt \ X+ sttng-cv.prt X+ X+ sttng: genidx ${FILES} X+ X+ print: ${PRINTERFILES} X+ X+ touch: X+ touch sttng.idx sttng-I.ps sttng-I.prt X+ X+ clean: X+ -rm sttng-*.ps X+ -rm sttng-*.prt X+ X+ sttng-cv.ps: sttng.hdr sttng-cv.txt sttng.usr X+ ${FORMATTER} ${CVPAGES} ${FLAGS} ${MACRO} ${HEADER} sttng-cv.txt \ X+ > sttng-cv.ps X+ X+ sttng-ct.ps: sttng-ct.txt X+ ${FORMATTER} ${CTPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-ct.txt > sttng-ct.ps X+ X+ sttng-in.ps: sttng-in.txt X+ ${FORMATTER} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-in.txt > sttng-in.ps X+ X+ sttng-1.ps: sttng.hdr sttng-1.txt sttng.usr X+ ${FORMATTER} ${PAGES1} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-1.txt > sttng-1.ps X+ X+ sttng-2.ps: sttng.hdr sttng-2.txt sttng.usr X+ ${FORMATTER} ${PAGES2} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-2.txt > sttng-2.ps X+ X+ sttng-3.ps: sttng.hdr sttng-3.txt sttng.usr X+ ${FORMATTER} ${PAGES3} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-3.txt > sttng-3.ps X+ X+ sttng-4.ps: sttng.hdr sttng-4.txt sttng.usr X+ ${FORMATTER} ${PAGES4} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-4.txt > sttng-4.ps X+ X+ sttng-A.ps: sttng-A.txt X+ ${FORMATTER} -t ${APAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} \ X+ ${HEADER} sttng-A.txt > sttng-A.ps X+ X+ sttng-B.ps: sttng-B.txt X+ ${FORMATTER} ${BPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-B.txt > sttng-B.ps X+ X+ sttng-C.ps: sttng-C.txt X+ ${FORMATTER} ${CPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-C.txt > sttng-C.ps X+ X+ sttng-D.ps: sttng-D.txt X+ ${FORMATTER} ${DPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-D.txt > sttng-D.ps X+ X+ sttng-E.ps: sttng-E.txt X+ ${FORMATTER} ${EPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-E.txt > sttng-E.ps X+ X+ sttng-F.ps: sttng-F.txt X+ ${FORMATTER} ${FPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-F.txt > sttng-F.ps X+ X+ sttng-G.ps: sttng-G.txt X+ ${FORMATTER} ${GPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-G.txt > sttng-G.ps X+ X+ sttng-I.ps: ${INDEXFILES} sttng-I.txt sttng.idx X+ ${FORMATTER} ${IPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-I.txt > sttng-I.ps X+ X+ sttng-R.ps: sttng-R.txt X+ ${FORMATTER} ${RPAGES} ${DATE} ${VERSION} ${FLAGS} ${MACRO} ${HEADER} \ X+ sttng-R.txt > sttng-R.ps X+ X+ sttng.idx: ${INDEXFILES} genidx X+ ${FORMATTER} ${IFLAGS} ${DATE} ${VERSION} ${MACRO} \ X+ ${INDEXFILES} 2> temp.idx X+ ./genidx -i temp.idx -o sttng.idx X+ rm temp.idx X+ X+ genidx: genidx.c X+ cc ${CFLAGS} -o genidx genidx.c SHAR_EOF echo "File sttng404d is complete" chmod 0644 sttng404d || echo "restore of sttng404d fails" set `wc -c sttng404d`;Sum=$1 if test "$Sum" != "257856" then echo original size 257856, current size $Sum;fi rm -f s2_seq_.tmp echo "You have unpacked the last part" exit 0 -- harvard\ att!nicmad\ spool.cs.wisc.edu!astroatc!vidiot!brown Vidiot ucbvax!uwvax..........!astroatc!vidiot!brown rutgers/ decvax!nicmad/ INTERNET:vidiot!brown%astroatc@spool.cs.wisc.edu -- ------------------------------------------------------------------------------- Edited by Jim "The Big Dweeb" Griffith - the official scapegoat for r.a.s.i. Email submissions to trek-info@dweeb.fx.com, and questions to trek-info-request@dweeb.fx.com