brown@vidiot.UUCP (Vidiot) (11/30/89)
Some of you may have seen my program guide that I have out for Star Trek: The
Next Generation. I am attempting to incorporate an Encapsulated PostScript
file into the main PostScript output.
The Documentor's Workbench 2.0 generated PostScript output prints just fine,
but the EPS stuff is ignored. Also, if a showpage is added to the end of the
EPS file, it will print just fine on its own. Unfortunately I do not know
PostScript to know what is wrong. I can get around the text generated output
to see if stuff is where I expect it on a page, but that is all.
I am attaching the PostScript output. If you can help me make this print,
I would appreciate it. Please respond via e-mail, as it will be faster and
the net not be bothered with the details.
Thanks in advance.
***** CUT HERE *****
%!PS-Adobe-1.0
%%Creator: vidiot:brown (Michael Brown)
%%Title: stdin (ditroff)
%%CreationDate: Thu Nov 30 01:45:50 1989
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Copyright (c) 1985,1987 Adobe Systems Incorporated. All Rights Reserved.
% GOVERNMENT END USERS: See Notice file in TranScript library directory
% -- probably /usr/lib/ps/Notice
% RCS: $Header: psdit.pro,v 2.2 87/11/17 16:40:42 byron Rel $
/$DITroff 140 dict def $DITroff begin
/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
/xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto
/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F
/pagesave save def}def
/PB{save /psv exch def currentpoint translate
resolution 72 div dup neg scale 0 0 moveto}def
/PE{psv restore}def
/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
/tan{dup sin exch cos div}bind def
/point{resolution 72 div mul}bind def
/dround {transform round exch round exch itransform}bind def
/xT{/devname exch def}def
/xr{/mh exch def /my exch def /resolution exch def}def
/xp{}def
/xs{docsave restore end}def
/xt{}def
/xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not
{fonts slotno fontname findfont put fontnames slotno fontname put}if}def
/xH{/fontheight exch def F}bind def
/xS{/fontslant exch def F}bind def
/s{/fontsize exch def /fontheight fontsize def F}bind def
/f{/fontnum exch def F}bind def
/F{fontheight 0 le {/fontheight fontsize def}if
fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore
fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if
makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}bind def
/X{exch currentpoint exch pop moveto show}bind def
/N{3 1 roll moveto show}bind def
/Y{exch currentpoint pop exch moveto show}bind def
/S /show load def
/ditpush{}def/ditpop{}def
/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}bind def
/AN{4 2 roll moveto 0 exch ashow}bind def
/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}bind def
/AS{0 exch ashow}bind def
/MX{currentpoint exch pop moveto}bind def
/MY{currentpoint pop exch moveto}bind def
/MXY /moveto load def
/cb{pop}def % action on unknown char -- nothing for now
/n{}def/w{}def
/p{pop showpage pagesave restore /pagesave save def}def
/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
/dstroke{currentpoint stroke moveto}bind def
/Dl{2 copy gsave rlineto stroke grestore rmoveto}bind def
/arcellipse{oldmat currentmatrix pop
currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
rad 0 rad -180 180 arc oldmat setmatrix}def
/Dc{gsave dup /diamv exch def /diamh exch def arcellipse dstroke
grestore diamh 0 rmoveto}def
/De{gsave /diamv exch def /diamh exch def arcellipse dstroke
grestore diamh 0 rmoveto}def
/Da{currentpoint /by exch def /bx exch def /fy exch def /fx exch def
/cy exch def /cx exch def /rad cx cx mul cy cy mul add sqrt def
/ang1 cy neg cx neg atan def /ang2 fy fx atan def cx bx add cy by add
2 copy rad ang1 ang2 arcn stroke exch fx add exch fy add moveto}def
/Barray 200 array def % 200 values in a wiggle
/D~{mark}def
/D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop
/Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and
{Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def
Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put
Bcontrol Blen 2 sub 2 copy get 2 mul put
Bcontrol Blen 1 sub 2 copy get 2 mul put
/Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub
{/i exch def
Bcontrol i get 3 div Bcontrol i 1 add get 3 div
Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div
Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div
/Xbi Xcont Bcontrol i 2 add get 2 div add def
/Ybi Ycont Bcontrol i 3 add get 2 div add def
/Xcont Xcont Bcontrol i 2 add get add def
/Ycont Ycont Bcontrol i 3 add get add def
Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto
}for dstroke}if}def
end
/ditstart{$DITroff begin
/nfonts 60 def % NFONTS makedev/ditroff dependent!
/fonts[nfonts{0}repeat]def
/fontnames[nfonts{()}repeat]def
/docsave save def
}def
% character outcalls
/oc {/pswid exch def /cc exch def /name exch def
/ditwid pswid fontsize mul resolution mul 72000 div def
/ditsiz fontsize resolution mul 72 div def
ocprocs name known{ocprocs name get exec}{name cb}
ifelse}def
/fractm [.65 0 0 .6 0 0] def
/fraction
{/fden exch def /fnum exch def gsave /cf currentfont def
cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto
fnum show rmoveto currentfont cf setfont(\244)show setfont fden show
grestore ditwid 0 rmoveto} def
/oce {grestore ditwid 0 rmoveto}def
/dm {ditsiz mul}def
/ocprocs 50 dict def ocprocs begin
(14){(1)(4)fraction}def
(12){(1)(2)fraction}def
(34){(3)(4)fraction}def
(13){(1)(3)fraction}def
(23){(2)(3)fraction}def
(18){(1)(8)fraction}def
(38){(3)(8)fraction}def
(58){(5)(8)fraction}def
(78){(7)(8)fraction}def
(sr){gsave .05 dm .16 dm rmoveto(\326)show oce}def
(is){gsave 0 .15 dm rmoveto(\362)show oce}def
(->){gsave 0 .02 dm rmoveto(\256)show oce}def
(<-){gsave 0 .02 dm rmoveto(\254)show oce}def
(==){gsave 0 .05 dm rmoveto(\272)show oce}def
end
% DIThacks fonts for some special chars
50 dict dup begin
/FontType 3 def
/FontName /DIThacks def
/FontMatrix [.001 0.0 0.0 .001 0.0 0.0] def
/FontBBox [-220 -280 900 900] def% a lie but ...
/Encoding 256 array def
0 1 255{Encoding exch /.notdef put}for
Encoding
dup 8#040/space put %space
dup 8#110/rc put %right ceil
dup 8#111/lt put %left top curl
dup 8#112/bv put %bold vert
dup 8#113/lk put %left mid curl
dup 8#114/lb put %left bot curl
dup 8#115/rt put %right top curl
dup 8#116/rk put %right mid curl
dup 8#117/rb put %right bot curl
dup 8#120/rf put %right floor
dup 8#121/lf put %left floor
dup 8#122/lc put %left ceil
dup 8#140/sq put %square
dup 8#141/bx put %box
dup 8#142/ci put %circle
dup 8#143/br put %box rule
dup 8#144/rn put %root extender
dup 8#145/vr put %vertical rule
dup 8#146/ob put %outline bullet
dup 8#147/bu put %bullet
dup 8#150/ru put %rule
dup 8#151/ul put %underline
pop
/DITfd 100 dict def
/BuildChar{0 begin
/cc exch def /fd exch def
/charname fd /Encoding get cc get def
/charwid fd /Metrics get charname get def
/charproc fd /CharProcs get charname get def
charwid 0 fd /FontBBox get aload pop setcachedevice
40 setlinewidth
newpath 0 0 moveto gsave charproc grestore
end}def
/BuildChar load 0 DITfd put
%/UniqueID 5 def
/CharProcs 50 dict def
CharProcs begin
/space{}def
/.notdef{}def
/ru{500 0 rls}def
/rn{0 750 moveto 500 0 rls}def
/vr{20 800 moveto 0 -770 rls}def
/bv{20 800 moveto 0 -1000 rls}def
/br{20 770 moveto 0 -1040 rls}def
/ul{0 -250 moveto 500 0 rls}def
/ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def
/bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def
/sq{80 0 rmoveto currentpoint dround newpath moveto
640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def
/bx{80 0 rmoveto currentpoint dround newpath moveto
640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def
/ci{355 333 rmoveto currentpoint newpath 333 0 360 arc
50 setlinewidth stroke}def
/lt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
/lb{20 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
/rt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
/rb{20 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
/lk{20 800 moveto 20 300 -280 300 s4 arcto pop pop 1000 sub
currentpoint stroke moveto
20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
/rk{20 800 moveto 20 300 320 300 s4 arcto pop pop 1000 sub
currentpoint stroke moveto
20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
/lf{20 800 moveto 0 -1000 rlineto s4 0 rls}def
/rf{20 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
/lc{20 -200 moveto 0 1000 rlineto s4 0 rls}def
/rc{20 -200 moveto 0 1000 rlineto s4 neg 0 rls}def
end
/Metrics 50 dict def Metrics begin
/.notdef 0 def
/space 500 def
/ru 500 def
/br 0 def
/lt 250 def
/lb 250 def
/rt 250 def
/rb 250 def
/lk 250 def
/rk 250 def
/rc 250 def
/lc 250 def
/rf 250 def
/lf 250 def
/bv 250 def
/ob 350 def
/bu 350 def
/ci 750 def
/bx 750 def
/sq 750 def
/rn 500 def
/ul 500 def
/vr 0 def
end
DITfd begin
/s2 500 def /s4 250 def /s3 333 def
/a4p{arcto pop pop pop pop}def
/2cx{2 copy exch}def
/rls{rlineto stroke}def
/currx{currentpoint pop}def
/dround{transform round exch round exch itransform} def
end
end
/DIThacks exch definefont pop
ditstart
(psc)xT
576 1 1 xr
1(NewCenturySchlbk-Roman)xf 1 f
2(NewCenturySchlbk-Italic)xf 2 f
3(NewCenturySchlbk-Bold)xf 3 f
4(NewCenturySchlbk-BoldItalic)xf 4 f
5(Helvetica)xf 5 f
6(Helvetica-Bold)xf 6 f
7(Courier)xf 7 f
8(Courier-Bold)xf 8 f
9(Symbol)xf 9 f
10(DIThacks)xf 10 f
10 s
1 f
xi
%%EndProlog
%%Page: 1 1
10 s 0 xH 0 xS 1 f
% included PostScript
PB
%!PS-Adobe-2.0 EPSF-1.2
%%Title: ST:TNG Cover Logo
%%CreationDate: 11/26/89, 20:42:51
%%BoundingBox: 209.2 567.3 401.5 642.2
%%EndComments
/i { newpath moveto } bind def
/l { lineto } bind def
/m { moveto } bind def
/c { curveto } bind def
/f { gsave eofill grestore } bind def
/r { setrgbcolor } bind def
/s { setlinewidth stroke } bind def
/cp { closepath } bind def
/sf { currentscreen 4 -2 roll pop 3 1 roll setscreen } bind def
gsave
60 sf
249.2 630.3 i
249.2 630.3 l
0.000 0.000 0.000 r .3 cp s
249.2 630.3 i
249.2 630.3 l
.3 cp s
244.3 611.1 i
237.1 611.1 l
245.2 629.6 l
252.4 629.6 l
244.3 611.1 l
cp f
242.5 634.5 i
260.1 634.5 l
262.9 640.9 l
245.4 640.9 l
242.5 634.5 l
cp f
297.6 611.1 i
300.4 617.6 l
322.8 617.6 l
319.9 611.1 l
297.6 611.1 l
cp f
305.2 588.1 i
297.9 588.1 l
305.8 606.2 l
313.0 606.2 l
305.2 588.1 l
cp f
335.7 588.1 i
343.6 606.2 l
360.0 606.2 l
357.4 600.3 l
347.9 600.3 l
345.1 593.9 l
354.6 593.9 l
352.1 588.1 l
335.7 588.1 l
cp f
222.9 568.4 i
224.6 572.4 l
222.1 572.4 l
220.4 568.4 l
217.5 568.4 l
222.0 578.7 l
224.8 578.7 l
223.0 574.4 l
225.5 574.4 l
227.3 578.7 l
230.1 578.7 l
225.6 568.4 l
222.9 568.4 l
cp f
236.3 570.8 i
235.3 568.4 l
228.4 568.4 l
232.9 578.7 l
239.7 578.7 l
238.6 576.1 l
234.3 576.1 l
233.5 574.4 l
237.9 574.4 l
237.0 572.4 l
232.6 572.4 l
232.0 570.8 l
236.3 570.8 l
cp f
278.8 576.1 i
280.8 576.1 l
277.5 568.4 l
280.1 568.4 l
283.5 576.1 l
286.0 576.1 l
287.1 578.7 l
279.9 578.7 l
278.8 576.1 l
cp f
330.9 570.8 i
326.7 570.8 l
327.4 572.4 l
331.6 572.4 l
332.5 574.4 l
328.3 574.4 l
329.0 576.1 l
333.2 576.1 l
334.3 578.7 l
327.4 578.7 l
323.0 568.4 l
329.8 568.4 l
330.9 570.8 l
cp f
261.3 574.4 i
265.5 574.4 l
264.6 572.4 l
260.4 572.4 l
259.8 570.8 l
263.9 570.8 l
262.9 568.4 l
256.2 568.4 l
260.6 578.7 l
267.3 578.7 l
266.2 576.1 l
262.1 576.1 l
261.3 574.4 l
cp f
217.2 576.1 i
219.6 576.1 l
cp f
217.2 576.1 i
213.9 568.4 l
210.6 568.4 l
214.0 576.1 l
211.3 576.1 l
212.4 578.7 l
220.7 578.7 l
219.6 576.1 l
cp f
272.4 611.1 i
246.1 611.1 l
262.0 629.6 l
268.6 629.6 l
258.4 617.6 l
267.1 617.6 l
271.3 631.3 l
271.7 633.3 272.4 634.5 269.9 634.5 c
261.9 634.5 l
264.7 640.9 l
277.2 640.9 l
279.7 640.9 280.9 639.1 280.1 636.6 c
272.4 611.1 l
cp f
385.6 611.1 i
391.7 617.6 l
383.1 617.6 l
379.9 617.6 376.1 615.7 374.3 614.4 c
375.7 617.6 l
367.9 617.6 l
365.1 611.1 l
385.6 611.1 l
cp f
385.6 588.1 i
379.6 600.4 l
378.9 601.7 376.8 606.2 371.4 606.2 c
363.3 606.2 l
355.3 588.1 l
362.8 588.1 l
368.1 600.3 l
370.5 600.3 l
373.3 600.3 374.2 597.3 374.7 595.9 c
377.6 588.1 l
385.6 588.1 l
cp f
250.7 568.4 i
253.6 568.4 l
257.1 576.3 l
257.4 577.0 257.4 578.7 256.1 578.7 c
249.4 578.7 l
244.9 568.4 l
248.2 568.4 l
251.6 576.1 l
253.3 576.1 l
254.0 576.1 253.4 574.6 253.0 573.7 c
250.7 568.4 l
cp f
363.2 576.1 i
364.3 578.7 l
356.2 578.7 l
355.0 576.1 l
358.0 576.1 l
354.6 568.4 l
357.6 568.4 l
360.9 576.1 l
363.2 576.1 l
cp f
367.2 569.9 i
366.9 569.1 367.6 568.4 368.4 568.4 c
373.3 568.4 l
374.0 568.4 375.0 569.8 375.3 570.4 c
377.8 576.2 l
378.2 577.1 378.1 578.7 375.9 578.7 c
372.8 578.7 l
371.8 578.7 370.9 578.6 370.5 577.6 c
367.2 569.9 l
cp f
370.6 571.6 i
370.4 571.0 370.6 570.8 370.8 570.8 c
372.6 570.8 l
372.7 570.8 373.0 571.0 373.1 571.4 c
374.7 575.1 l
374.9 575.4 375.0 576.1 374.5 576.1 c
373.4 576.1 l
372.6 576.1 372.5 575.8 372.3 575.4 c
370.6 571.6 l
1.000 1.000 1.000 r cp f
346.8 578.7 i
345.7 576.1 l
350.5 576.1 l
350.2 570.8 l
346.8 570.8 l
349.6 574.4 l
346.6 574.4 l
342.1 568.4 l
352.8 568.4 l
353.7 576.6 l
353.7 577.3 353.4 578.7 351.7 578.7 c
346.8 578.7 l
0.000 0.000 0.000 r cp f
397.0 616.3 i
398.1 616.3 l
399.3 616.3 399.3 615.3 398.8 615.0 c
399.0 614.8 399.0 614.8 399.0 614.5 c
399.0 614.0 l
399.0 613.8 399.0 613.8 399.0 613.8 c
398.5 613.8 l
398.5 613.8 398.5 614.0 398.5 614.0 c
398.5 614.2 l
398.5 614.8 398.3 614.8 398.1 614.8 c
397.3 614.8 l
397.3 613.8 l
397.0 613.8 l
397.0 616.3 l
397.3 616.1 m
398.1 616.1 l
398.3 616.1 398.5 615.9 398.5 615.6 c
398.5 615.3 398.3 615.0 398.1 615.0 c
397.3 615.0 l
397.3 616.1 l
400.3 615.0 m
400.3 613.2 398.5 612.2 397.0 612.9 c
395.3 613.8 395.3 616.3 397.0 617.1 c
398.5 617.9 400.3 616.6 400.3 615.0 c
399.8 615.0 m
399.8 612.4 396.0 612.4 396.0 615.0 c
396.0 617.7 399.8 617.7 399.8 615.0 c
cp f
319.5 588.1 i
312.4 588.1 l
320.3 606.2 l
332.1 606.2 l
334.6 606.2 335.7 611.1 333.1 611.1 c
322.4 611.1 l
325.2 617.6 l
341.4 617.6 l
343.6 617.6 343.8 614.2 343.0 612.3 c
338.7 602.2 l
338.1 601.0 337.2 600.3 335.1 600.3 c
336.1 599.5 336.1 596.4 335.7 595.3 c
332.5 588.1 l
325.6 588.1 l
329.7 597.5 l
330.0 598.2 329.8 600.3 328.0 600.3 c
324.8 600.3 l
319.5 588.1 l
cp f
311.9 574.4 i
307.0 574.4 l
307.8 576.1 l
312.6 576.1 l
313.7 578.7 l
306.4 578.7 l
302.1 568.4 l
309.3 568.4 l
310.3 570.8 l
305.5 570.8 l
306.1 572.4 l
311.0 572.4 l
311.9 574.4 l
cp f
361.3 568.4 i
365.8 578.7 l
368.7 578.7 l
364.2 568.4 l
361.3 568.4 l
cp f
382.5 568.4 i
385.0 568.4 l
388.7 576.8 l
388.9 577.3 388.8 578.7 386.8 578.7 c
381.7 578.7 l
377.2 568.4 l
380.4 568.4 l
383.8 576.1 l
385.3 576.1 385.6 575.8 385.2 574.6 c
382.5 568.4 l
cp f
340.4 568.4 i
337.5 568.4 l
338.9 571.5 l
339.3 572.3 338.8 572.4 337.0 572.4 c
335.3 568.4 l
332.3 568.4 l
336.7 578.7 l
343.5 578.7 l
344.3 578.7 344.6 578.0 344.0 576.7 c
343.0 574.3 l
342.9 574.0 342.3 573.6 341.3 573.4 c
341.8 572.4 342.0 572.2 341.5 571.0 c
340.4 568.4 l
cp f
268.4 568.4 i
264.9 568.4 l
265.9 570.8 l
267.1 570.8 l
270.3 573.9 l
269.1 578.7 l
272.0 578.7 l
272.8 576.3 l
274.2 577.8 l
275.2 578.8 274.6 578.7 278.2 578.7 c
277.1 576.1 l
275.8 576.1 275.7 575.7 275.2 575.3 c
273.5 573.5 l
274.8 568.4 l
272.0 568.4 l
271.2 571.2 l
268.4 568.4 l
cp f
337.9 574.4 i
340.2 574.4 l
340.3 574.8 341.1 576.1 339.9 576.1 c
338.7 576.1 l
337.9 574.4 l
1.000 1.000 1.000 r cp f
362.1 611.1 i
364.9 617.6 l
347.6 617.6 l
344.8 611.1 l
362.1 611.1 l
0.000 0.000 0.000 r cp f
210.9 611.1 i
213.7 617.6 l
226.9 617.6 l
232.6 617.6 233.5 623.8 228.9 624.9 c
218.9 626.1 224.9 640.9 228.5 640.9 c
243.5 640.9 l
240.6 634.5 l
233.4 634.5 l
231.3 634.5 230.0 629.6 233.7 629.6 c
242.7 629.7 240.7 611.1 228.5 611.1 c
210.9 611.1 l
cp f
302.6 576.1 i
303.7 578.7 l
296.7 578.7 l
296.2 578.7 295.5 578.2 295.3 577.8 c
292.0 570.1 l
291.6 569.2 292.6 568.4 294.3 568.4 c
297.3 568.4 l
299.4 568.4 299.8 569.8 300.0 570.2 c
301.8 574.4 l
298.3 574.4 l
297.4 572.4 l
298.9 572.4 297.9 570.8 297.4 570.8 c
296.1 570.8 l
295.8 570.8 295.2 571.1 295.4 571.6 c
297.4 576.1 l
302.6 576.1 l
cp f
317.2 568.4 i
319.9 574.5 l
320.0 574.8 320.7 576.1 319.4 576.1 c
318.5 576.1 l
315.1 568.4 l
312.1 568.4 l
316.6 578.7 l
321.9 578.7 l
323.2 578.7 324.1 577.7 323.4 576.1 c
320.1 568.4 l
317.2 568.4 l
cp f
282.0 629.6 i
273.9 611.1 l
281.1 611.1 l
286.7 624.0 l
290.4 624.0 l
291.2 624.0 292.1 622.6 291.5 621.3 c
287.1 611.1 l
294.1 611.1 l
297.5 619.0 l
298.2 620.7 298.0 623.1 296.6 624.0 c
299.4 624.0 300.1 625.1 300.6 626.1 c
304.8 635.8 l
306.6 639.9 303.4 640.9 301.2 640.9 c
286.9 640.9 l
284.2 634.5 l
296.0 634.5 l
297.4 634.5 295.6 629.6 293.8 629.6 c
282.0 629.6 l
cp f
grestore
PE
3 f
36 s
1613 2880(P)N
1832(R)X
2067(O)X
2307(G)X
2547(R)X
2782(A)X
3001(M)X
1914 3184(G)N
2154(U)X
2394(I)X
2522(D)X
2762(E)X
1 f
12 s
1902 4320(Space,)N
2219(the)X
2394(\256nal)X
2626(frontier.)X
1342 4544(These)N
1637(are)X
1812(the)X
1987(voyages)X
2365(of)X
2476(the)X
2651(starship)X
3049(Enterprise.)X
1232 4656(Its)N
2 f
1384(continuing)X
1 f
1891(mission:)X
2291(to)X
2407(explore)X
2761(strange)X
3128(new)X
3341(worlds,)X
1511 4768(to)N
1627(seek)X
1856(out)X
2031(new)X
2244(life)X
2415(and)X
2613(new)X
2826(civilizations,)X
1502 4880(to)N
1618(boldly)X
1916(go)X
2046(where)X
2350(no)X
2 f
2488(one)X
1 f
2669(has)X
2857(gone)X
3094(before.)X
1 p
%%Trailer
xt
xs
***** CUT HERE *****
--
harvard\ att!nicmad\
Vidiot ucbvax!uwvax..........!astroatc!vidiot!brown
rutgers/ decvax!nicmad/
ARPA/INTERNET: <@spool.cs.wisc.edu,@astroatc:brown@vidiot>brown@vidiot.UUCP (Vidiot) (12/01/89)
I received a reply from the first posting, but unfortunately the suggestion
didn't work. But the person was correct in that some of the macro definitions
in the EPS portion of the file matched names in the main body. Attached below
is another copy of the PostScript file with corrections. Obviously it still
doesn't work.
Please help via e-mail. Thanks.
***** CUT HERE *****
%!PS-Adobe-1.0
%%Creator: vidiot:brown (Michael Brown)
%%Title: stdin (ditroff)
%%CreationDate: Thu Nov 30 22:03:00 1989
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Copyright (c) 1985,1987 Adobe Systems Incorporated. All Rights Reserved.
% GOVERNMENT END USERS: See Notice file in TranScript library directory
% -- probably /usr/lib/ps/Notice
% RCS: $Header: psdit.pro,v 2.2 87/11/17 16:40:42 byron Rel $
/$DITroff 140 dict def $DITroff begin
/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
/xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto
/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F
/pagesave save def}def
/PB{save /psv exch def currentpoint translate
resolution 72 div dup neg scale 0 0 moveto}def
/PE{psv restore}def
/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
/tan{dup sin exch cos div}bind def
/point{resolution 72 div mul}bind def
/dround {transform round exch round exch itransform}bind def
/xT{/devname exch def}def
/xr{/mh exch def /my exch def /resolution exch def}def
/xp{}def
/xs{docsave restore end}def
/xt{}def
/xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not
{fonts slotno fontname findfont put fontnames slotno fontname put}if}def
/xH{/fontheight exch def F}bind def
/xS{/fontslant exch def F}bind def
/s{/fontsize exch def /fontheight fontsize def F}bind def
/f{/fontnum exch def F}bind def
/F{fontheight 0 le {/fontheight fontsize def}if
fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore
fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if
makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}bind def
/X{exch currentpoint exch pop moveto show}bind def
/N{3 1 roll moveto show}bind def
/Y{exch currentpoint pop exch moveto show}bind def
/S /show load def
/ditpush{}def/ditpop{}def
/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}bind def
/AN{4 2 roll moveto 0 exch ashow}bind def
/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}bind def
/AS{0 exch ashow}bind def
/MX{currentpoint exch pop moveto}bind def
/MY{currentpoint pop exch moveto}bind def
/MXY /moveto load def
/cb{pop}def % action on unknown char -- nothing for now
/n{}def/w{}def
/p{pop showpage pagesave restore /pagesave save def}def
/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
/dstroke{currentpoint stroke moveto}bind def
/Dl{2 copy gsave rlineto stroke grestore rmoveto}bind def
/arcellipse{oldmat currentmatrix pop
currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
rad 0 rad -180 180 arc oldmat setmatrix}def
/Dc{gsave dup /diamv exch def /diamh exch def arcellipse dstroke
grestore diamh 0 rmoveto}def
/De{gsave /diamv exch def /diamh exch def arcellipse dstroke
grestore diamh 0 rmoveto}def
/Da{currentpoint /by exch def /bx exch def /fy exch def /fx exch def
/cy exch def /cx exch def /rad cx cx mul cy cy mul add sqrt def
/ang1 cy neg cx neg atan def /ang2 fy fx atan def cx bx add cy by add
2 copy rad ang1 ang2 arcn stroke exch fx add exch fy add moveto}def
/Barray 200 array def % 200 values in a wiggle
/D~{mark}def
/D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop
/Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and
{Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def
Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put
Bcontrol Blen 2 sub 2 copy get 2 mul put
Bcontrol Blen 1 sub 2 copy get 2 mul put
/Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub
{/i exch def
Bcontrol i get 3 div Bcontrol i 1 add get 3 div
Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div
Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div
/Xbi Xcont Bcontrol i 2 add get 2 div add def
/Ybi Ycont Bcontrol i 3 add get 2 div add def
/Xcont Xcont Bcontrol i 2 add get add def
/Ycont Ycont Bcontrol i 3 add get add def
Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto
}for dstroke}if}def
end
/ditstart{$DITroff begin
/nfonts 60 def % NFONTS makedev/ditroff dependent!
/fonts[nfonts{0}repeat]def
/fontnames[nfonts{()}repeat]def
/docsave save def
}def
% character outcalls
/oc {/pswid exch def /cc exch def /name exch def
/ditwid pswid fontsize mul resolution mul 72000 div def
/ditsiz fontsize resolution mul 72 div def
ocprocs name known{ocprocs name get exec}{name cb}
ifelse}def
/fractm [.65 0 0 .6 0 0] def
/fraction
{/fden exch def /fnum exch def gsave /cf currentfont def
cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto
fnum show rmoveto currentfont cf setfont(\244)show setfont fden show
grestore ditwid 0 rmoveto} def
/oce {grestore ditwid 0 rmoveto}def
/dm {ditsiz mul}def
/ocprocs 50 dict def ocprocs begin
(14){(1)(4)fraction}def
(12){(1)(2)fraction}def
(34){(3)(4)fraction}def
(13){(1)(3)fraction}def
(23){(2)(3)fraction}def
(18){(1)(8)fraction}def
(38){(3)(8)fraction}def
(58){(5)(8)fraction}def
(78){(7)(8)fraction}def
(sr){gsave .05 dm .16 dm rmoveto(\326)show oce}def
(is){gsave 0 .15 dm rmoveto(\362)show oce}def
(->){gsave 0 .02 dm rmoveto(\256)show oce}def
(<-){gsave 0 .02 dm rmoveto(\254)show oce}def
(==){gsave 0 .05 dm rmoveto(\272)show oce}def
end
% DIThacks fonts for some special chars
50 dict dup begin
/FontType 3 def
/FontName /DIThacks def
/FontMatrix [.001 0.0 0.0 .001 0.0 0.0] def
/FontBBox [-220 -280 900 900] def% a lie but ...
/Encoding 256 array def
0 1 255{Encoding exch /.notdef put}for
Encoding
dup 8#040/space put %space
dup 8#110/rc put %right ceil
dup 8#111/lt put %left top curl
dup 8#112/bv put %bold vert
dup 8#113/lk put %left mid curl
dup 8#114/lb put %left bot curl
dup 8#115/rt put %right top curl
dup 8#116/rk put %right mid curl
dup 8#117/rb put %right bot curl
dup 8#120/rf put %right floor
dup 8#121/lf put %left floor
dup 8#122/lc put %left ceil
dup 8#140/sq put %square
dup 8#141/bx put %box
dup 8#142/ci put %circle
dup 8#143/br put %box rule
dup 8#144/rn put %root extender
dup 8#145/vr put %vertical rule
dup 8#146/ob put %outline bullet
dup 8#147/bu put %bullet
dup 8#150/ru put %rule
dup 8#151/ul put %underline
pop
/DITfd 100 dict def
/BuildChar{0 begin
/cc exch def /fd exch def
/charname fd /Encoding get cc get def
/charwid fd /Metrics get charname get def
/charproc fd /CharProcs get charname get def
charwid 0 fd /FontBBox get aload pop setcachedevice
40 setlinewidth
newpath 0 0 moveto gsave charproc grestore
end}def
/BuildChar load 0 DITfd put
%/UniqueID 5 def
/CharProcs 50 dict def
CharProcs begin
/space{}def
/.notdef{}def
/ru{500 0 rls}def
/rn{0 750 moveto 500 0 rls}def
/vr{20 800 moveto 0 -770 rls}def
/bv{20 800 moveto 0 -1000 rls}def
/br{20 770 moveto 0 -1040 rls}def
/ul{0 -250 moveto 500 0 rls}def
/ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def
/bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def
/sq{80 0 rmoveto currentpoint dround newpath moveto
640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def
/bx{80 0 rmoveto currentpoint dround newpath moveto
640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def
/ci{355 333 rmoveto currentpoint newpath 333 0 360 arc
50 setlinewidth stroke}def
/lt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
/lb{20 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
/rt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
/rb{20 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
/lk{20 800 moveto 20 300 -280 300 s4 arcto pop pop 1000 sub
currentpoint stroke moveto
20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
/rk{20 800 moveto 20 300 320 300 s4 arcto pop pop 1000 sub
currentpoint stroke moveto
20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
/lf{20 800 moveto 0 -1000 rlineto s4 0 rls}def
/rf{20 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
/lc{20 -200 moveto 0 1000 rlineto s4 0 rls}def
/rc{20 -200 moveto 0 1000 rlineto s4 neg 0 rls}def
end
/Metrics 50 dict def Metrics begin
/.notdef 0 def
/space 500 def
/ru 500 def
/br 0 def
/lt 250 def
/lb 250 def
/rt 250 def
/rb 250 def
/lk 250 def
/rk 250 def
/rc 250 def
/lc 250 def
/rf 250 def
/lf 250 def
/bv 250 def
/ob 350 def
/bu 350 def
/ci 750 def
/bx 750 def
/sq 750 def
/rn 500 def
/ul 500 def
/vr 0 def
end
DITfd begin
/s2 500 def /s4 250 def /s3 333 def
/a4p{arcto pop pop pop pop}def
/2cx{2 copy exch}def
/rls{rlineto stroke}def
/currx{currentpoint pop}def
/dround{transform round exch round exch itransform} def
end
end
/DIThacks exch definefont pop
ditstart
(psc)xT
576 1 1 xr
1(NewCenturySchlbk-Roman)xf 1 f
2(NewCenturySchlbk-Italic)xf 2 f
3(NewCenturySchlbk-Bold)xf 3 f
4(NewCenturySchlbk-BoldItalic)xf 4 f
5(Helvetica)xf 5 f
6(Helvetica-Bold)xf 6 f
7(Courier)xf 7 f
8(Courier-Bold)xf 8 f
9(Symbol)xf 9 f
10(DIThacks)xf 10 f
10 s
1 f
xi
%%EndProlog
%%Page: 1 1
10 s 0 xH 0 xS 1 f
% included PostScript
PB
%%BeginFile: ST:TNG cover logo
%!PS-Adobe-2.0 EPSF-1.2
%%Title: ST:TNG Cover Logo
%%CreationDate: 11/26/89, 20:42:51
%%BoundingBox: 209.2 567.3 401.5 642.2
%%EndComments
/STi { newpath moveto } bind def
/STl { lineto } bind def
/STm { moveto } bind def
/STc { curveto } bind def
/STf { gsave eofill grestore } bind def
/STr { setrgbcolor } bind def
/STs { setlinewidth stroke } bind def
/STcp { closepath } bind def
/STsf { currentscreen 4 -2 roll pop 3 1 roll setscreen } bind def
gsave
60 STsf
249.2 630.3 STi
249.2 630.3 STl
0.000 0.000 0.000 STr .3 STcp STs
249.2 630.3 STi
249.2 630.3 STl
.3 STcp STs
244.3 611.1 STi
237.1 611.1 STl
245.2 629.6 STl
252.4 629.6 STl
244.3 611.1 STl
STcp STf
242.5 634.5 STi
260.1 634.5 STl
262.9 640.9 STl
245.4 640.9 STl
242.5 634.5 STl
STcp STf
297.6 611.1 STi
300.4 617.6 STl
322.8 617.6 STl
319.9 611.1 STl
297.6 611.1 STl
STcp STf
305.2 588.1 STi
297.9 588.1 STl
305.8 606.2 STl
313.0 606.2 STl
305.2 588.1 STl
STcp STf
335.7 588.1 STi
343.6 606.2 STl
360.0 606.2 STl
357.4 600.3 STl
347.9 600.3 STl
345.1 593.9 STl
354.6 593.9 STl
352.1 588.1 STl
335.7 588.1 STl
STcp STf
222.9 568.4 STi
224.6 572.4 STl
222.1 572.4 STl
220.4 568.4 STl
217.5 568.4 STl
222.0 578.7 STl
224.8 578.7 STl
223.0 574.4 STl
225.5 574.4 STl
227.3 578.7 STl
230.1 578.7 STl
225.6 568.4 STl
222.9 568.4 STl
STcp STf
236.3 570.8 STi
235.3 568.4 STl
228.4 568.4 STl
232.9 578.7 STl
239.7 578.7 STl
238.6 576.1 STl
234.3 576.1 STl
233.5 574.4 STl
237.9 574.4 STl
237.0 572.4 STl
232.6 572.4 STl
232.0 570.8 STl
236.3 570.8 STl
STcp STf
278.8 576.1 STi
280.8 576.1 STl
277.5 568.4 STl
280.1 568.4 STl
283.5 576.1 STl
286.0 576.1 STl
287.1 578.7 STl
279.9 578.7 STl
278.8 576.1 STl
STcp STf
330.9 570.8 STi
326.7 570.8 STl
327.4 572.4 STl
331.6 572.4 STl
332.5 574.4 STl
328.3 574.4 STl
329.0 576.1 STl
333.2 576.1 STl
334.3 578.7 STl
327.4 578.7 STl
323.0 568.4 STl
329.8 568.4 STl
330.9 570.8 STl
STcp STf
261.3 574.4 STi
265.5 574.4 STl
264.6 572.4 STl
260.4 572.4 STl
259.8 570.8 STl
263.9 570.8 STl
262.9 568.4 STl
256.2 568.4 STl
260.6 578.7 STl
267.3 578.7 STl
266.2 576.1 STl
262.1 576.1 STl
261.3 574.4 STl
STcp STf
217.2 576.1 STi
219.6 576.1 STl
STcp STf
217.2 576.1 STi
213.9 568.4 STl
210.6 568.4 STl
214.0 576.1 STl
211.3 576.1 STl
212.4 578.7 STl
220.7 578.7 STl
219.6 576.1 STl
STcp STf
272.4 611.1 STi
246.1 611.1 STl
262.0 629.6 STl
268.6 629.6 STl
258.4 617.6 STl
267.1 617.6 STl
271.3 631.3 STl
271.7 633.3 272.4 634.5 269.9 634.5 STc
261.9 634.5 STl
264.7 640.9 STl
277.2 640.9 STl
279.7 640.9 280.9 639.1 280.1 636.6 STc
272.4 611.1 STl
STcp STf
385.6 611.1 STi
391.7 617.6 STl
383.1 617.6 STl
379.9 617.6 376.1 615.7 374.3 614.4 STc
375.7 617.6 STl
367.9 617.6 STl
365.1 611.1 STl
385.6 611.1 STl
STcp STf
385.6 588.1 STi
379.6 600.4 STl
378.9 601.7 376.8 606.2 371.4 606.2 STc
363.3 606.2 STl
355.3 588.1 STl
362.8 588.1 STl
368.1 600.3 STl
370.5 600.3 STl
373.3 600.3 374.2 597.3 374.7 595.9 STc
377.6 588.1 STl
385.6 588.1 STl
STcp STf
250.7 568.4 STi
253.6 568.4 STl
257.1 576.3 STl
257.4 577.0 257.4 578.7 256.1 578.7 STc
249.4 578.7 STl
244.9 568.4 STl
248.2 568.4 STl
251.6 576.1 STl
253.3 576.1 STl
254.0 576.1 253.4 574.6 253.0 573.7 STc
250.7 568.4 STl
STcp STf
363.2 576.1 STi
364.3 578.7 STl
356.2 578.7 STl
355.0 576.1 STl
358.0 576.1 STl
354.6 568.4 STl
357.6 568.4 STl
360.9 576.1 STl
363.2 576.1 STl
STcp STf
367.2 569.9 STi
366.9 569.1 367.6 568.4 368.4 568.4 STc
373.3 568.4 STl
374.0 568.4 375.0 569.8 375.3 570.4 STc
377.8 576.2 STl
378.2 577.1 378.1 578.7 375.9 578.7 STc
372.8 578.7 STl
371.8 578.7 370.9 578.6 370.5 577.6 STc
367.2 569.9 STl
STcp STf
370.6 571.6 STi
370.4 571.0 370.6 570.8 370.8 570.8 STc
372.6 570.8 STl
372.7 570.8 373.0 571.0 373.1 571.4 STc
374.7 575.1 STl
374.9 575.4 375.0 576.1 374.5 576.1 STc
373.4 576.1 STl
372.6 576.1 372.5 575.8 372.3 575.4 STc
370.6 571.6 STl
1.000 1.000 1.000 STr STcp STf
346.8 578.7 STi
345.7 576.1 STl
350.5 576.1 STl
350.2 570.8 STl
346.8 570.8 STl
349.6 574.4 STl
346.6 574.4 STl
342.1 568.4 STl
352.8 568.4 STl
353.7 576.6 STl
353.7 577.3 353.4 578.7 351.7 578.7 STc
346.8 578.7 STl
0.000 0.000 0.000 STr STcp STf
397.0 616.3 STi
398.1 616.3 STl
399.3 616.3 399.3 615.3 398.8 615.0 STc
399.0 614.8 399.0 614.8 399.0 614.5 STc
399.0 614.0 STl
399.0 613.8 399.0 613.8 399.0 613.8 STc
398.5 613.8 STl
398.5 613.8 398.5 614.0 398.5 614.0 STc
398.5 614.2 STl
398.5 614.8 398.3 614.8 398.1 614.8 STc
397.3 614.8 STl
397.3 613.8 STl
397.0 613.8 STl
397.0 616.3 STl
397.3 616.1 STm
398.1 616.1 STl
398.3 616.1 398.5 615.9 398.5 615.6 STc
398.5 615.3 398.3 615.0 398.1 615.0 STc
397.3 615.0 STl
397.3 616.1 STl
400.3 615.0 STm
400.3 613.2 398.5 612.2 397.0 612.9 STc
395.3 613.8 395.3 616.3 397.0 617.1 STc
398.5 617.9 400.3 616.6 400.3 615.0 STc
399.8 615.0 STm
399.8 612.4 396.0 612.4 396.0 615.0 STc
396.0 617.7 399.8 617.7 399.8 615.0 STc
STcp STf
319.5 588.1 STi
312.4 588.1 STl
320.3 606.2 STl
332.1 606.2 STl
334.6 606.2 335.7 611.1 333.1 611.1 STc
322.4 611.1 STl
325.2 617.6 STl
341.4 617.6 STl
343.6 617.6 343.8 614.2 343.0 612.3 STc
338.7 602.2 STl
338.1 601.0 337.2 600.3 335.1 600.3 STc
336.1 599.5 336.1 596.4 335.7 595.3 STc
332.5 588.1 STl
325.6 588.1 STl
329.7 597.5 STl
330.0 598.2 329.8 600.3 328.0 600.3 STc
324.8 600.3 STl
319.5 588.1 STl
STcp STf
311.9 574.4 STi
307.0 574.4 STl
307.8 576.1 STl
312.6 576.1 STl
313.7 578.7 STl
306.4 578.7 STl
302.1 568.4 STl
309.3 568.4 STl
310.3 570.8 STl
305.5 570.8 STl
306.1 572.4 STl
311.0 572.4 STl
311.9 574.4 STl
STcp STf
361.3 568.4 STi
365.8 578.7 STl
368.7 578.7 STl
364.2 568.4 STl
361.3 568.4 STl
STcp STf
382.5 568.4 STi
385.0 568.4 STl
388.7 576.8 STl
388.9 577.3 388.8 578.7 386.8 578.7 STc
381.7 578.7 STl
377.2 568.4 STl
380.4 568.4 STl
383.8 576.1 STl
385.3 576.1 385.6 575.8 385.2 574.6 STc
382.5 568.4 STl
STcp STf
340.4 568.4 STi
337.5 568.4 STl
338.9 571.5 STl
339.3 572.3 338.8 572.4 337.0 572.4 STc
335.3 568.4 STl
332.3 568.4 STl
336.7 578.7 STl
343.5 578.7 STl
344.3 578.7 344.6 578.0 344.0 576.7 STc
343.0 574.3 STl
342.9 574.0 342.3 573.6 341.3 573.4 STc
341.8 572.4 342.0 572.2 341.5 571.0 STc
340.4 568.4 STl
STcp STf
268.4 568.4 STi
264.9 568.4 STl
265.9 570.8 STl
267.1 570.8 STl
270.3 573.9 STl
269.1 578.7 STl
272.0 578.7 STl
272.8 576.3 STl
274.2 577.8 STl
275.2 578.8 274.6 578.7 278.2 578.7 STc
277.1 576.1 STl
275.8 576.1 275.7 575.7 275.2 575.3 STc
273.5 573.5 STl
274.8 568.4 STl
272.0 568.4 STl
271.2 571.2 STl
268.4 568.4 STl
STcp STf
337.9 574.4 STi
340.2 574.4 STl
340.3 574.8 341.1 576.1 339.9 576.1 STc
338.7 576.1 STl
337.9 574.4 STl
1.000 1.000 1.000 STr STcp STf
362.1 611.1 STi
364.9 617.6 STl
347.6 617.6 STl
344.8 611.1 STl
362.1 611.1 STl
0.000 0.000 0.000 STr STcp STf
210.9 611.1 STi
213.7 617.6 STl
226.9 617.6 STl
232.6 617.6 233.5 623.8 228.9 624.9 STc
218.9 626.1 224.9 640.9 228.5 640.9 STc
243.5 640.9 STl
240.6 634.5 STl
233.4 634.5 STl
231.3 634.5 230.0 629.6 233.7 629.6 STc
242.7 629.7 240.7 611.1 228.5 611.1 STc
210.9 611.1 STl
STcp STf
302.6 576.1 STi
303.7 578.7 STl
296.7 578.7 STl
296.2 578.7 295.5 578.2 295.3 577.8 STc
292.0 570.1 STl
291.6 569.2 292.6 568.4 294.3 568.4 STc
297.3 568.4 STl
299.4 568.4 299.8 569.8 300.0 570.2 STc
301.8 574.4 STl
298.3 574.4 STl
297.4 572.4 STl
298.9 572.4 297.9 570.8 297.4 570.8 STc
296.1 570.8 STl
295.8 570.8 295.2 571.1 295.4 571.6 STc
297.4 576.1 STl
302.6 576.1 STl
STcp STf
317.2 568.4 STi
319.9 574.5 STl
320.0 574.8 320.7 576.1 319.4 576.1 STc
318.5 576.1 STl
315.1 568.4 STl
312.1 568.4 STl
316.6 578.7 STl
321.9 578.7 STl
323.2 578.7 324.1 577.7 323.4 576.1 STc
320.1 568.4 STl
317.2 568.4 STl
STcp STf
282.0 629.6 STi
273.9 611.1 STl
281.1 611.1 STl
286.7 624.0 STl
290.4 624.0 STl
291.2 624.0 292.1 622.6 291.5 621.3 STc
287.1 611.1 STl
294.1 611.1 STl
297.5 619.0 STl
298.2 620.7 298.0 623.1 296.6 624.0 STc
299.4 624.0 300.1 625.1 300.6 626.1 STc
304.8 635.8 STl
306.6 639.9 303.4 640.9 301.2 640.9 STc
286.9 640.9 STl
284.2 634.5 STl
296.0 634.5 STl
297.4 634.5 295.6 629.6 293.8 629.6 STc
282.0 629.6 STl
STcp STf
grestore
%%EndFile
PE
3 f
36 s
1613 2880(P)N
1832(R)X
2067(O)X
2307(G)X
2547(R)X
2782(A)X
3001(M)X
1914 3184(G)N
2154(U)X
2394(I)X
2522(D)X
2762(E)X
1 f
12 s
1902 4320(Space,)N
2219(the)X
2394(\256nal)X
2626(frontier.)X
1342 4544(These)N
1637(are)X
1812(the)X
1987(voyages)X
2365(of)X
2476(the)X
2651(starship)X
3049(Enterprise.)X
1232 4656(Its)N
2 f
1384(continuing)X
1 f
1891(mission:)X
2291(to)X
2407(explore)X
2761(strange)X
3128(new)X
3341(worlds,)X
1511 4768(to)N
1627(seek)X
1856(out)X
2031(new)X
2244(life)X
2415(and)X
2613(new)X
2826(civilizations,)X
1502 4880(to)N
1618(boldly)X
1916(go)X
2046(where)X
2350(no)X
2 f
2488(one)X
1 f
2669(has)X
2857(gone)X
3094(before.)X
1 p
%%Trailer
xt
xs
***** CUT HERE *****
--
harvard\ att!nicmad\
Vidiot ucbvax!uwvax..........!astroatc!vidiot!brown
rutgers/ decvax!nicmad/
ARPA/INTERNET: <@spool.cs.wisc.edu,@astroatc:brown@vidiot>