home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / ghostscr / bug / 1318 < prev    next >
Encoding:
Text File  |  1992-12-23  |  18.6 KB  |  721 lines

  1. Newsgroups: gnu.ghostscript.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ivory.bgu.ac.il!ioffe
  3. From: ioffe@ivory.bgu.ac.il (Ioffe Nicolay)
  4. Subject: question
  5. Message-ID: <1992Dec23.143858.29137@ramon.bgu.ac.il>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Ben-Gurion University, Beer Sheva, Israel
  8. Distribution: gnu
  9. Date: Wed, 23 Dec 1992 14:38:58 GMT
  10. Approved: bug-ghostscript@prep.ai.mit.edu
  11. Lines: 708
  12.  
  13. Here is the file I had problem with.
  14. ( Ghostscript wrote me :
  15. /undefined in Top
  16.  
  17.  
  18.  
  19. %!PS-Adobe-3.0
  20. %%Pages: (atend)
  21. %%EndComments
  22. %%BeginProlog
  23. %%DocumentMedia: () 0 0 0 () ()
  24. %%DocumentNeededResources: font Times-Roman font Helvetica
  25. %%DocumentFonts: Times-Roman Helvetica
  26. %%OperatorMessage: (IGS printing)
  27. %%ProofMode: TrustMe
  28. %%Orientation:  Portrait
  29. %%LanguageLevel: 1
  30. %%BeginDefaults
  31. %%PageBoundingBox: (atend)
  32. %%PageResources: font Times-Roman font Helvetica
  33. %%EndDefaults
  34. %%Creator:  Tim L. Casey, for IGS output.
  35. %%CreatetionDate: Aug 1, 1992
  36. %%DocumentData: Clean7Bit
  37. %%For: (null)
  38. %%Title: 
  39. %%Date: (null)
  40. %%BeginProlog
  41. %%BeginResource: procset (IGS PS dict) 1.0 0
  42. /Scale 0.800000 def % shrink/expand the *board*
  43.  
  44. /tmpstr 10 string def 
  45. /bd {bind def} bind def 
  46. /in { 72 mul } bind def 
  47. /Margin 1 in def 
  48. /Size 19 def 
  49. /MaxSize 25 def 
  50. /SquareSize 25 Scale mul def 
  51. /StarPtRadius 1.25 Scale mul def  
  52. /StoneRadius SquareSize 2 div def 
  53. /TanRadius StoneRadius dup mul dup add sqrt def 
  54. /Bottom Margin def 
  55. /Left Margin def 
  56. /Right systemdict /languagelevel known  
  57.             {systemdict /languagelevel get 2 eq}{false} ifelse { 
  58.     currentpagedevice /PageSize get 0 get Margin sub 
  59.     } { 
  60.     {statusdict /paperwidth get} stopped {8.5 72 mul} if Margin sub 
  61.     } ifelse 
  62.     def 
  63. /Top systemdict /languagelevel known  
  64.             {systemdict /languagelevel get 2 eq}{false} ifelse { 
  65.     currentpagedevice /PageSize get 1 get Margin sub 
  66.     } { 
  67.     {statusdict /paperheight get} stopped {11.0 72 mul} if Margin sub 
  68.     } ifelse 
  69.     def 
  70. /BFSize SquareSize 2 div def 
  71. /AFSize SquareSize 2.4 div def 
  72. /SFSize SquareSize 3 div def 
  73. /BoardFont { /Helvetica findfont BFSize scalefont setfont } bind def 
  74. /SmallFont { /Helvetica findfont SFSize scalefont setfont } bind def 
  75. /AxisFont {/Helvetica findfont AFSize scalefont setfont} bind def 
  76. /CommentFont {/Times-Roman findfont DefFontSize scalefont setfont} bind def 
  77. /TitleFont {  
  78.     /Times-Roman findfont DefFontSize 1.4 mul Scale mul scalefont setfont} 
  79.     bind def 
  80. /StringWidth { stringwidth pop } bind def 
  81. /StringHeight { pop SquareSize 3.5 div } bind def 
  82. /ShowAxis 1 def 
  83. /DoDebug false def 
  84.  
  85. /TopArray [0 0 0 0 0 0 0 0 0 2 0 0 0 3 0 0 0 0 0  3 0 0 0 0 0 0] def 
  86. /MidArray [0 0 0 0 0 0 0 0 0 4 0 0 0 6 0 0 0 0 0  9 0 0 0 0 0 0] def 
  87. /BotArray [0 0 0 0 0 0 0 0 0 6 0 0 0 9 0 0 0 0 0 15 0 0 0 0 0 0] def 
  88. /LetArray [(A) (B) (C) (D) (E) (F) (G) (H) (J) (K) (L) (M) (N) (O) (P) (Q) (R) 
  89.     (S) (T) (U) (V) (W) (X) (Y) (Z) ] def 
  90.  
  91. /CoordLabel {  
  92.  
  93.     LetArray exch get 
  94. } bind def 
  95.  
  96. /XCoord { 
  97.  
  98.     SquareSize mul Left add 
  99. } bind def 
  100.  
  101. /YCoord { 
  102.  
  103.     Top exch SquareSize mul sub 
  104. } bind def 
  105.  
  106. /IsStarPoint {  
  107.  
  108.     dup dup TopPt eq exch MidPt eq or exch BotPt eq or exch 
  109.     dup dup TopPt eq exch MidPt eq or exch BotPt eq or 
  110.     and 
  111. } bind def 
  112.  
  113. /PaintStarPoint { 
  114.  
  115.     StarPtRadius 0 360 arc 0 setgray fill 
  116. } bind def 
  117.  
  118. /DrawStarPoints { 
  119.  
  120.     /ha 3 array def 
  121.     ha dup dup 0 TopPt put 1 MidPt put 2 BotPt put 
  122.     /va 3 array def 
  123.     va dup dup 0 TopPt put 1 MidPt put 2 BotPt put 
  124.  
  125.     currentflat 
  126.     0.06 setflat 
  127.  
  128.     0 1 2 { 
  129.     ha exch get XCoord dup dup 
  130.     0 1 2 {                          
  131.         va exch get YCoord                 
  132.         PaintStarPoint 
  133.     } bind for 
  134.     } bind for 
  135.  
  136.     setflat 
  137.  
  138. } bind def 
  139.  
  140. /XLine {  
  141.     /curx exch def curx 
  142.     XCoord /xpos exch def 
  143.     xpos first moveto xpos last lineto 
  144.     ShowAxis 0 ne { 
  145.     curx CoordLabel dup 
  146.     StringWidth 2 div xpos exch sub  
  147.     last AFSize sub moveto show 
  148.     } bind if 
  149. } bind def 
  150.  
  151. /YLine {  
  152.     /cury exch def cury 
  153.     YCoord /ypos exch def 
  154.     first ypos moveto last ypos lineto 
  155.     ShowAxis 0 ne { 
  156.     Size cury sub tmpstr cvs dup 
  157.     first SquareSize 1.8 div sub exch 
  158.     StringHeight AFSize div ypos exch sub  
  159.     moveto cury 9 gt {spaceshift 0 ( ) ashow} if show 
  160.     } bind if 
  161. } bind def 
  162.  
  163. /DrawBoard {  
  164.  
  165.     save 
  166.     0 setgray 
  167.     AxisFont 
  168.      
  169.     /first 0 YCoord def 
  170.     /last Size 1 sub YCoord def 
  171.     currentlinewidth  
  172.     .5 setlinewidth 0 XLine 
  173.         Size 1 sub XLine stroke 
  174.     setlinewidth 
  175.     1 1 Size 2 sub { 
  176.     XLine 
  177.     } for stroke 
  178.  
  179.      
  180.     /spaceshift (1) stringwidth pop ( ) stringwidth pop sub def 
  181.     /first 0 XCoord def 
  182.     /last Size 1 sub XCoord def 
  183.     currentlinewidth 
  184.         .5 setlinewidth 0 YLine 
  185.         Size 1 sub YLine stroke 
  186.     setlinewidth 
  187.     1 1 Size 2 sub { 
  188.     YLine 
  189.     } for stroke 
  190.  
  191.     DrawStarPoints 
  192.     restore 
  193.  
  194. } bind def 
  195.  
  196. /L {  
  197.  
  198.     gsave 
  199.     YCoord /aty exch def 
  200.     XCoord /atx exch def 
  201.     /char exch def 
  202.     atx char StringWidth 2 div sub /atx exch def 
  203.     gsave  
  204.     newpath atx aty moveto 1 setgray char false charpath  
  205.     3 setlinewidth stroke  
  206.     grestore 
  207.     0 setgray atx aty moveto char BoardFont show 
  208.     grestore 
  209. } bind def  
  210.  
  211. /Empty {  
  212.  
  213.     2 copy 
  214.  
  215.     exch XCoord exch YCoord 2 copy 
  216.     1 setgray gsave newpath 
  217.     moveto StoneRadius dup rmoveto 
  218.     0 SquareSize neg rlineto SquareSize neg 0 rlineto 
  219.     0 SquareSize     rlineto closepath        fill grestore 
  220.  
  221.      
  222.  
  223.     0 setgray 
  224.     moveto 0 StoneRadius neg rmoveto  
  225.     0 SquareSize rlineto  
  226.     StoneRadius StoneRadius neg rmoveto SquareSize neg 0 rlineto stroke 
  227.  
  228.     2 copy IsStarPoint { PaintStarPoint } { pop pop } ifelse 
  229.  
  230. } bind def 
  231.  
  232. /PieceStart { 
  233.     BoardFont 
  234.     dup dup 5 1 roll             
  235.     StringWidth 2 div exch StringHeight 2 div      
  236.     4 2 roll                 
  237.     YCoord dup 3 2 roll             
  238.     XCoord dup 3 2 roll             
  239.     newpath 
  240. } bind def 
  241.  
  242. /W {  
  243.  
  244.     PieceStart 
  245.     StoneRadius 0 360 arc 
  246.     gsave 1 setgray fill grestore 0 setgray 
  247.     stroke             
  248.     3 1 roll                 
  249.     exch sub 3 1 roll             
  250.     exch sub exch moveto 0 setgray show 
  251. } bind def 
  252.  
  253. /WL {  
  254.     /wlcount exch def  
  255.     0 setgray 
  256.     1 1 wlcount { 
  257.     pop newpath 
  258.     YCoord exch XCoord exch 
  259.     StoneRadius 0 360 arc gsave 1 setgray fill grestore stroke 
  260.     } for 
  261. } bind def 
  262.  
  263. /B {  
  264.  
  265.     PieceStart 
  266.     StoneRadius 0 360 arc 0 setgray fill 
  267.     stroke             
  268.     3 1 roll                 
  269.     exch sub 3 1 roll             
  270.     exch sub exch moveto 1 setgray show 
  271. } bind def 
  272.  
  273. /BL {  
  274.     /blcount exch def 
  275.     0 setgray 
  276.     1 1 blcount { 
  277.     pop newpath 
  278.     YCoord exch XCoord exch 
  279.     StoneRadius 0 360 arc fill stroke 
  280.     } for 
  281. } bind def 
  282.  
  283. /RepInit { 
  284.     Size XCoord 0 YCoord moveto 
  285. } bind def 
  286.  
  287. /RepCRLF { 
  288.     Size XCoord 
  289.     currentpoint exch pop 
  290.     StoneRadius 5 add sub 
  291.     moveto 
  292. } bind def 
  293.  
  294. /CurCom { 
  295. } bind def 
  296.  
  297. /SmallStart { 
  298.  
  299.     SmallFont 
  300.     currentpoint newpath moveto 
  301.     StoneRadius 2 div 0 rmoveto currentpoint 
  302. } bind def 
  303.  
  304. /SB { 
  305.  
  306.     SmallStart 
  307.         currentpoint StoneRadius 1.5 div 0 360 arc 0 setgray fill stroke 
  308.     moveto 
  309.     dup StringWidth 2 div neg SFSize 4 div neg 
  310.     rmoveto 1 setgray show 
  311. } bind def 
  312.  
  313. /SW { 
  314.  
  315.     SmallStart 
  316.         currentpoint newpath StoneRadius 1.5 div 0 360 arc 
  317.     moveto 
  318.     gsave 1 setgray fill grestore 
  319.     0 setgray currentpoint stroke moveto 
  320.     dup StringWidth 2 div neg SFSize 4 div neg 
  321.     rmoveto 0 setgray show 
  322. } bind def 
  323.  
  324. /R {  
  325.     currentpoint /cury exch def /curx exch def 
  326.     load exec 
  327.     AxisFont 
  328.     curx StoneRadius add cury AFSize 2 div sub moveto  
  329.     ( @ ) 0 setgray show 
  330.     currentpoint pop cury moveto  
  331.     load exec 
  332.     RepCRLF 
  333. } bind def 
  334.  
  335. /Mark { 
  336.     /myrad StoneRadius 6 mul 7 div def 
  337.     0 myrad rmoveto  
  338.     myrad     myrad neg rlineto 
  339.     myrad neg myrad neg rlineto 
  340.     myrad neg myrad     rlineto 
  341.     closepath fill 
  342. } bind def 
  343.  
  344. /WM {  
  345.     2 copy () W 
  346.     newpath 0 setgray YCoord exch XCoord exch moveto 
  347.     Mark 
  348. } bind def 
  349.  
  350. /BM { 
  351.     2 copy () B 
  352.     newpath 1 setgray YCoord exch XCoord exch moveto 
  353.     Mark 
  354. } bind def 
  355.  
  356. /NN {  
  357.     AxisFont 0 setgray 
  358.     dup StringWidth 2 div  
  359.     Size 1 sub XCoord 0 XCoord sub 2 div exch sub 0 XCoord add  
  360.     Size 1 sub YCoord AFSize 2.5 mul sub moveto show 
  361. } bind def 
  362.  
  363. /CRLF { 
  364.     currentpoint exch pop DefFontSize 1 add sub Left exch moveto 
  365.     currentpoint /comy exch def /comx exch def 
  366. } bind def 
  367.  
  368. /KCom {  
  369.     comx comy moveto 0 setgray CommentFont widthshow 
  370.     currentpoint /comy exch def /comx exch def 
  371. } bind def 
  372.  
  373. /Com {  
  374.     comx comy moveto 0 setgray CommentFont show 
  375.     currentpoint /comy exch def /comx exch def 
  376. } bind def 
  377.  
  378. /Initialize { 
  379.     /firstremoved true def 
  380.     /pagecount 0 def 
  381.     /DefFontSize exch def 
  382.      
  383.     0.000001 setlinewidth  
  384.     1 setlinejoin 
  385.     1 setlinecap 
  386.     /TopPt TopArray Size get def 
  387.     /MidPt MidArray Size get def 
  388.     /BotPt BotArray Size get def 
  389. } bind def 
  390.  
  391. /Finish { 
  392. } bind def 
  393.  
  394. /Title { 
  395.     0 setgray TitleFont  
  396.     Left Top 0.5 Scale mul in add cvi moveto show 
  397.     Left Top 0.5 Scale mul in add DefFontSize 1.4 mul Scale mul 2 add sub moveto show 
  398. } bind def 
  399.  
  400. /PageBegin { 
  401.     /under_y 0 def 
  402.     DrawBoard 
  403.     /pagecount pagecount 1 add def 
  404.     Left Size 1 add YCoord moveto  
  405.     currentpoint /comy exch def /comx exch def 
  406.     save 
  407. } bind def 
  408.  
  409. /PageEnd {  
  410.     0 setgray 
  411.     CommentFont dup StringWidth Right exch sub Bottom 0.5 in sub moveto  
  412.     CommentFont show showpage restore 
  413. } bind def 
  414.  
  415. /UnderBoard {  
  416. } bind def 
  417.  
  418. %%EndResource
  419. %%EndProlog
  420. %%BeginSetup
  421. 10 Initialize
  422. %%EndSetup
  423. %%Page: 1 1
  424. %%BeginPageSetup
  425. PageBegin
  426. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  427. %%EndPageSetup
  428. 9 3 () B
  429. 9 15 () B
  430. 15 9 () B
  431. 3 9 () B
  432. 9 9 () B
  433. 15 15 () B
  434. 3 3 () B
  435. 15 3 () B
  436. 3 15 () B
  437. 2 5 (2) W
  438. 2 4 (3) B
  439. 3 5 (4) W
  440. 5 3 (5) B
  441. 2 13 (6) W
  442. 2 14 (7) B
  443. 3 13 (8) W
  444. 5 15 (9) B
  445. 5 9 (10) W
  446. 2 7 (11) B
  447. 1 9 (12) W
  448. 4 7 (13) B
  449. 4 5 (14) W
  450. 5 6 (15) B
  451. 5 5 (16) W
  452. 3 11 (17) B
  453. 1 11 (18) W
  454. 7 3 (19) B
  455. 7 5 (20) W
  456. %%PageTrailer
  457. (Page:  1 @ 1 - 20) PageEnd
  458. %%Page: 2 2
  459. %%BeginPageSetup
  460. PageBegin
  461. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  462. %%EndPageSetup
  463. 2 4 2 7 2 14 3 3 3 9 3 11 3 15 4 7 5 3 5 6 5 15 7 3 9 3 9 9 9 15 15 3 15 9 15 15 18 BL
  464. 1 9 1 11 2 5 2 13 3 5 3 13 4 5 5 5 5 9 7 5 10 WL
  465. 2 11 (21) B
  466. 1 12 (22) W
  467. 1 14 (23) B
  468. 5 11 (24) W
  469. 7 7 (25) B
  470. 9 6 (26) W
  471. 15 6 (27) B
  472. 8 8 (28) W
  473. 5 13 (29) B
  474. 4 12 (30) W
  475. 6 6 (31) B
  476. 6 5 (32) W
  477. 7 8 (33) B
  478. 7 9 (34) W
  479. 5 7 (35) B
  480. 6 8 (36) W
  481. 8 9 (37) B
  482. 9 7 (38) W
  483. 7 10 (39) B
  484. 6 9 (40) W
  485. %%PageTrailer
  486. (Page:  2 @ 21 - 40) PageEnd
  487. %%Page: 3 3
  488. %%BeginPageSetup
  489. PageBegin
  490. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  491. %%EndPageSetup
  492. 1 14 2 4 2 7 2 11 2 14 3 3 3 9 3 11 3 15 4 7 5 3 5 6 5 7 5 13 5 15 6 6 7 3 7 7 7 8 7 10 8 9 9 3 9 9 9 15 15 3 15 6 15 9 15 15 28 BL
  493. 1 9 1 11 1 12 2 5 2 13 3 5 3 13 4 5 4 12 5 5 5 9 5 11 6 5 6 8 6 9 7 5 7 9 8 8 9 6 9 7 20 WL
  494. 6 12 (41) B
  495. 6 11 (42) W
  496. 7 11 (43) B
  497. 2 8 (44) W
  498. 1 7 (45) B
  499. 3 8 (46) W
  500. 1 5 (47) B
  501. 3 7 (48) W
  502. 12 3 (49) B
  503. 13 16 (50) W
  504. 14 16 (51) B
  505. 13 15 (52) W
  506. 15 13 (53) B
  507. 16 11 (54) W
  508. 16 12 (55) B
  509. 15 11 (56) W
  510. 13 11 (57) B
  511. 14 10 (58) W
  512. 17 10 (59) B
  513. 17 11 (60) W
  514. %%PageTrailer
  515. (Page:  3 @ 41 - 60) PageEnd
  516. %%Page: 4 4
  517. %%BeginPageSetup
  518. PageBegin
  519. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  520. %%EndPageSetup
  521. 1 5 1 7 1 14 2 4 2 7 2 11 2 14 3 3 3 9 3 11 3 15 4 7 5 3 5 6 5 7 5 13 5 15 6 6 6 12 7 3 7 7 7 8 7 10 7 11 8 9 9 3 9 9 9 15 12 3 13 11 14 16 15 3 15 6 15 9 15 13 15 15 16 12 17 10 38 BL
  522. 1 9 1 11 1 12 2 5 2 8 2 13 3 5 3 7 3 8 3 13 4 5 4 12 5 5 5 9 5 11 6 5 6 8 6 9 6 11 7 5 7 9 8 8 9 6 9 7 13 15 13 16 14 10 15 11 16 11 17 11 30 WL
  523. 17 12 (61) B
  524. 18 11 (62) W
  525. 14 17 (63) B
  526. 13 9 (64) W
  527. 13 7 (65) B
  528. 11 11 (66) W
  529. 8 12 (67) B
  530. 11 13 (68) W
  531. 11 9 (69) B
  532. 13 12 (70) W
  533. 12 10 (71) B
  534. 14 12 (72) W
  535. 4 14 (73) B
  536. 16 7 (74) W
  537. 11 16 (75) B
  538. 17 3 (76) W
  539. 15 8 (77) B
  540. 16 6 (78) W
  541. 13 8 (79) B
  542. 17 9 (80) W
  543. %%PageTrailer
  544. (Page:  4 @ 61 - 80) PageEnd
  545. %%Page: 5 5
  546. %%BeginPageSetup
  547. PageBegin
  548. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  549. %%EndPageSetup
  550. 1 5 1 7 1 14 2 4 2 7 2 11 2 14 3 3 3 9 3 11 3 15 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 6 6 12 7 3 7 7 7 8 7 10 7 11 8 9 8 12 9 3 9 9 9 15 11 9 11 16 12 3 12 10 13 7 13 8 13 11 14 16 14 17 15 3 15 6 15 8 15 9 15 13 15 15 16 12 17 10 17 12 48 BL
  551. 1 9 1 11 1 12 2 5 2 8 2 13 3 5 3 7 3 8 3 13 4 5 4 12 5 5 5 9 5 11 6 5 6 8 6 9 6 11 7 5 7 9 8 8 9 6 9 7 11 11 11 13 13 9 13 12 13 15 13 16 14 10 14 12 15 11 16 6 16 7 16 11 17 3 17 9 17 11 18 11 40 WL
  552. 15 5 (81) B
  553. 16 2 (82) W
  554. 14 11 (83) B
  555. 15 12 (84) W
  556. 3 6 (85) B
  557. 2 6 (86) W
  558. 18 12 (87) B
  559. 10 3 (88) W
  560. 15 2 (89) B
  561. 9 2 (90) W
  562. 8 3 (91) B
  563. 9 5 (92) W
  564. 10 4 (93) B
  565. 12 2 (94) W
  566. 16 10 (95) B
  567. 18 10 (96) W
  568. 10 2 (97) B
  569. 11 3 (98) W
  570. 17 1 (99) B
  571. 16 1 (100) W
  572. %%PageTrailer
  573. (Page:  5 @ 81 - 100) PageEnd
  574. %%Page: 6 6
  575. %%BeginPageSetup
  576. PageBegin
  577. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  578. %%EndPageSetup
  579. 1 5 1 7 1 14 2 4 2 7 2 11 2 14 3 3 3 6 3 9 3 11 3 15 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 6 6 12 7 3 7 7 7 8 7 10 7 11 8 3 8 9 8 12 9 3 9 9 9 15 10 2 10 4 11 9 11 16 12 3 12 10 13 7 13 8 13 11 14 11 14 16 14 17 15 2 15 3 15 5 15 6 15 8 15 9 15 13 15 15 16 10 16 12 17 1 17 10 17 12 18 12 58 BL
  580. 1 9 1 11 1 12 2 5 2 6 2 8 2 13 3 5 3 7 3 8 3 13 4 5 4 12 5 5 5 9 5 11 6 5 6 8 6 9 6 11 7 5 7 9 8 8 9 2 9 5 9 6 9 7 10 3 11 3 11 11 11 13 12 2 13 9 13 12 13 15 13 16 14 10 14 12 15 11 15 12 16 1 16 2 16 6 16 7 16 11 17 3 17 9 17 11 18 10 18 11 50 WL
  581. 1 6 (101) B
  582. 10 1 (102) W
  583. 8 1 (103) B
  584. 11 4 (104) W
  585. 10 5 (105) B
  586. 9 4 (106) W
  587. 10 6 (107) B
  588. 11 7 (108) W
  589. 15 10 (109) B
  590. 17 8 (110) W
  591. 13 3 (111) B
  592. 14 1 (112) W
  593. 15 1 (113) B
  594. 15 0 (114) W
  595. 13 2 (115) B
  596. 13 1 (116) W
  597. 12 17 (117) B
  598. 7 16 (118) W
  599. 8 17 (119) B
  600. 8 16 (120) W
  601. %%PageTrailer
  602. (Page:  6 @ 101 - 120) PageEnd
  603. %%Page: 7 7
  604. %%BeginPageSetup
  605. PageBegin
  606. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  607. %%EndPageSetup
  608. 1 5 1 6 1 7 1 14 2 4 2 7 2 11 2 14 3 3 3 6 3 9 3 11 3 15 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 6 6 12 7 3 7 7 7 8 7 10 7 11 8 1 8 3 8 9 8 12 8 17 9 3 9 9 9 15 10 2 10 4 10 5 10 6 11 9 11 16 12 3 12 10 12 17 13 2 13 3 13 7 13 8 13 11 14 11 14 16 14 17 15 1 15 2 15 3 15 5 15 6 15 8 15 9 15 10 15 13 15 15 16 10 16 12 17 1 17 10 17 12 18 12 68 BL
  609. 1 9 1 11 1 12 2 5 2 6 2 8 2 13 3 5 3 7 3 8 3 13 4 5 4 12 5 5 5 9 5 11 6 5 6 8 6 9 6 11 7 5 7 9 7 16 8 8 8 16 9 2 9 4 9 5 9 6 9 7 10 1 10 3 11 3 11 4 11 7 11 11 11 13 12 2 13 1 13 9 13 12 13 15 13 16 14 1 14 10 14 12 15 0 15 11 15 12 16 1 16 2 16 6 16 7 16 11 17 3 17 8 17 9 17 11 18 10 18 11 60 WL
  610. 9 16 (121) B
  611. 7 17 (122) W
  612. 10 17 (123) B
  613. 8 18 (124) W
  614. 9 17 (125) B
  615. 4 16 (126) W
  616. 3 16 (127) B
  617. 3 17 (128) W
  618. 2 17 (129) B
  619. 4 17 (130) W
  620. 7 14 (131) B
  621. 5 16 (132) W
  622. 6 15 (133) B
  623. 1 17 (134) W
  624. 1 16 (135) B
  625. 2 18 (136) W
  626. 6 16 (137) B
  627. 6 17 (138) W
  628. 2 16 (139) B
  629. 5 18 (140) W
  630. %%PageTrailer
  631. (Page:  7 @ 121 - 140) PageEnd
  632. %%Page: 8 8
  633. %%BeginPageSetup
  634. PageBegin
  635. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  636. %%EndPageSetup
  637. 1 5 1 6 1 7 1 14 1 16 2 4 2 7 2 11 2 14 2 16 2 17 3 3 3 6 3 9 3 11 3 15 3 16 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 6 6 12 6 15 6 16 7 3 7 7 7 8 7 10 7 11 7 14 8 1 8 3 8 9 8 12 8 17 9 3 9 9 9 15 9 16 9 17 10 2 10 4 10 5 10 6 10 17 11 9 11 16 12 3 12 10 12 17 13 2 13 3 13 7 13 8 13 11 14 11 14 16 14 17 15 1 15 2 15 3 15 5 15 6 15 8 15 9 15 10 15 13 15 15 16 10 16 12 17 1 17 10 17 12 18 12 78 BL
  638. 1 9 1 11 1 12 1 17 2 5 2 6 2 8 2 13 2 18 3 5 3 7 3 8 3 13 3 17 4 5 4 12 4 16 4 17 5 5 5 9 5 11 5 16 5 18 6 5 6 8 6 9 6 11 6 17 7 5 7 9 7 16 7 17 8 8 8 16 8 18 9 2 9 4 9 5 9 6 9 7 10 1 10 3 11 3 11 4 11 7 11 11 11 13 12 2 13 1 13 9 13 12 13 15 13 16 14 1 14 10 14 12 15 0 15 11 15 12 16 1 16 2 16 6 16 7 16 11 17 3 17 8 17 9 17 11 18 10 18 11 70 WL
  639. 7 18 (141) B
  640. 3 18 (142) W
  641. 10 14 (143) B
  642. 4 2 (144) W
  643. 3 2 (145) B
  644. 8 2 (146) W
  645. 6 1 (147) B
  646. 7 2 (148) W
  647. 4 3 (149) B
  648. 6 2 (150) W
  649. 6 3 (151) B
  650. 5 2 (152) W
  651. 11 14 (153) B
  652. 12 14 (154) W
  653. 10 13 (155) B
  654. 12 13 (156) W
  655. 16 5 (157) B
  656. 17 5 (158) W
  657. 8 15 (159) B
  658. 3 1 (160) W
  659. %%PageTrailer
  660. (Page:  8 @ 141 - 160) PageEnd
  661. %%Page: 9 9
  662. %%BeginPageSetup
  663. PageBegin
  664. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  665. %%EndPageSetup
  666. 1 5 1 6 1 7 1 14 1 16 2 4 2 7 2 11 2 14 2 16 2 17 3 2 3 3 3 6 3 9 3 11 3 15 3 16 4 3 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 1 6 3 6 6 6 12 6 15 6 16 7 3 7 7 7 8 7 10 7 11 7 14 7 18 8 1 8 3 8 9 8 12 8 15 8 17 9 3 9 9 9 15 9 16 9 17 10 2 10 4 10 5 10 6 10 13 10 14 10 17 11 9 11 14 11 16 12 3 12 10 12 17 13 2 13 3 13 7 13 8 13 11 14 11 14 16 14 17 15 1 15 2 15 3 15 5 15 6 15 8 15 9 15 10 15 13 15 15 16 5 16 10 16 12 17 1 17 10 17 12 18 12 88 BL
  667. 1 9 1 11 1 12 1 17 2 5 2 6 2 8 2 13 2 18 3 1 3 5 3 7 3 8 3 13 3 17 3 18 4 2 4 5 4 12 4 16 4 17 5 2 5 5 5 9 5 11 5 16 5 18 6 2 6 5 6 8 6 9 6 11 6 17 7 2 7 5 7 9 7 16 7 17 8 2 8 8 8 16 8 18 9 2 9 4 9 5 9 6 9 7 10 1 10 3 11 3 11 4 11 7 11 11 11 13 12 2 12 13 12 14 13 1 13 9 13 12 13 15 13 16 14 1 14 10 14 12 15 0 15 11 15 12 16 1 16 2 16 6 16 7 16 11 17 3 17 5 17 8 17 9 17 11 18 10 18 11 80 WL
  668. 2 1 (161) B
  669. 4 1 (162) W
  670. 10 12 (163) B
  671. 1 1 (164) W
  672. 1 3 (165) B
  673. 1 2 (166) W
  674. 2 2 (167) B
  675. 2 0 (168) W
  676. 0 3 (169) B
  677. 3 4 (170) W
  678. 11 12 (171) B
  679. 1 8 (172) W
  680. 6 10 (173) B
  681. 5 10 (174) W
  682. 9 18 (175) B
  683. 10 8 (176) W
  684. 9 8 (177) B
  685. 8 7 (178) W
  686. 16 4 (179) B
  687. 17 4 (180) W
  688. %%PageTrailer
  689. (Page:  9 @ 161 - 180) PageEnd
  690. %%Page: 10 10
  691. %%BeginPageSetup
  692. PageBegin
  693. (White [3d]: harhar (Komi: 0.5)  Black [13k]: ManyFaces  Result: W+Resign) (Played at IGS:  128.32.201.46 6969 on 1992-12-13.) Title
  694. %%EndPageSetup
  695. 0 3 1 3 1 5 1 6 1 7 1 14 1 16 2 1 2 2 2 4 2 7 2 11 2 14 2 16 2 17 3 2 3 3 3 6 3 9 3 11 3 15 3 16 4 3 4 7 4 14 5 3 5 6 5 7 5 13 5 15 6 1 6 3 6 6 6 10 6 12 6 15 6 16 7 3 7 7 7 8 7 10 7 11 7 14 7 18 8 1 8 3 8 9 8 12 8 15 8 17 9 3 9 8 9 9 9 15 9 16 9 17 9 18 10 2 10 4 10 5 10 6 10 12 10 13 10 14 10 17 11 9 11 12 11 14 11 16 12 3 12 10 12 17 13 2 13 3 13 7 13 8 13 11 14 11 14 16 14 17 15 1 15 2 15 3 15 5 15 6 15 8 15 9 15 10 15 13 15 15 16 4 16 5 16 10 16 12 17 1 17 10 17 12 18 12 98 BL
  696. 1 1 1 2 1 8 1 9 1 11 1 12 1 17 2 0 2 5 2 6 2 8 2 13 2 18 3 1 3 4 3 5 3 7 3 8 3 13 3 17 3 18 4 1 4 2 4 5 4 12 4 16 4 17 5 2 5 5 5 9 5 10 5 11 5 16 5 18 6 2 6 5 6 8 6 9 6 11 6 17 7 2 7 5 7 9 7 16 7 17 8 2 8 7 8 8 8 16 9 2 9 4 9 5 9 6 9 7 10 1 10 3 10 8 11 3 11 4 11 7 11 11 11 13 12 2 12 13 12 14 13 1 13 9 13 12 13 15 13 16 14 1 14 10 14 12 15 0 15 11 15 12 16 1 16 2 16 6 16 7 16 11 17 3 17 4 17 5 17 8 17 9 17 11 18 10 18 11 89 WL
  697. 1 13 (181) B
  698. 2 12 (182) W
  699. 8 4 (183) B
  700. 7 6 (184) W
  701. 14 2 (185) B
  702. 11 2 (186) W
  703. 12 5 (187) B
  704. 11 5 (188) W
  705. 12 6 (189) B
  706. 11 6 (190) W
  707. 10 9 (191) B
  708. 0 7 (192) W
  709. 15 7 (193) B
  710. 13 17 (194) W
  711. %%PageTrailer
  712. (Page:  10 @ 181 - 194) PageEnd
  713. %%Trailer
  714. %%PageBoundingBox: 0 0 612 792
  715. Finish
  716. %%Pages: 10
  717. %%EOF
  718.  
  719.  
  720.  
  721.