proposal1989.ps
17.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
%!PS-Adobe-2.0
%%Creator: dot version 1.7.5 (Mon Jun 25 21:31:03 MDT 2001)
%%For: (connolly) Dan Connolly
%%Title: N1031
%%Pages: (atend)
%%BoundingBox: 36 36 1125 1001
%%EndComments
%%BeginProlog
save
/DotDict 200 dict def
DotDict begin
%%BeginResource: procset
/coord-font-family /Times-Roman def
/default-font-family /Times-Roman def
/coordfont coord-font-family findfont 8 scalefont def
/InvScaleFactor 1.0 def
/set_scale {
dup 1 exch div /InvScaleFactor exch def
dup scale
} bind def
% styles
/solid { } bind def
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
/bold { 2 setlinewidth } bind def
/filled { } bind def
/unfilled { } bind def
/rounded { } bind def
/diagonals { } bind def
% hooks for setting color
/nodecolor { sethsbcolor } bind def
/edgecolor { sethsbcolor } bind def
/graphcolor { sethsbcolor } bind def
/nopcolor {pop pop pop} bind def
/beginpage { % i j npages
/npages exch def
/j exch def
/i exch def
/str 10 string def
npages 1 gt {
gsave
coordfont setfont
0 0 moveto
(() show i str cvs show (,) show j str cvs show ()) show
grestore
} if
} bind def
/set_font {
findfont exch
scalefont setfont
} def
% draw aligned label in bounding box aligned to current point
% alignfactor tells what fraction to place on the left.
% -.5 is centered.
/alignedtext { % text labelwidth fontsz alignfactor
/alignfactor exch def
/fontsz exch def
/width exch def
/text exch def
gsave
% even if node or edge is dashed, don't paint text with dashes
[] 0 setdash
currentpoint newpath moveto
text stringwidth pop
alignfactor mul fontsz -.3 mul rmoveto
text show
grestore
} def
/boxprim { % xcorner ycorner xsize ysize
4 2 roll
moveto
2 copy
exch 0 rlineto
0 exch rlineto
pop neg 0 rlineto
closepath
} bind def
/ellipse_path {
/ry exch def
/rx exch def
/y exch def
/x exch def
matrix currentmatrix
newpath
x y translate
rx ry scale
0 0 1 0 360 arc
setmatrix
} bind def
/endpage { showpage } bind def
/layercolorseq
[ % layer color sequence - darkest to lightest
[0 0 0]
[.2 .8 .8]
[.4 .8 .8]
[.6 .8 .8]
[.8 .8 .8]
]
def
/setlayer {/maxlayer exch def /curlayer exch def
layercolorseq curlayer get
aload pop sethsbcolor
/nodecolor {nopcolor} def
/edgecolor {nopcolor} def
/graphcolor {nopcolor} def
} bind def
/onlayer { curlayer ne {invis} if } def
/onlayers {
/myupper exch def
/mylower exch def
curlayer mylower lt
curlayer myupper gt
or
{invis} if
} def
/curlayer 0 def
%%EndProlog
%%BeginSetup
14 default-font-family set_font
1 setmiterlimit
% /arrowlength 10 def
% /arrowwidth 5 def
% make sure pdfmark is harmless for PS-interpreters other than Distiller
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
% make '<<' and '>>' safe on PS Level 1 devices
/languagelevel where {pop languagelevel}{1} ifelse
2 lt {
userdict (<<) cvn ([) cvn load put
userdict (>>) cvn ([) cvn load put
} if
%%EndResource
%%EndSetup
%%Page: 1 1
%%PageBoundingBox: 36 36 1125 1001
%%PageOrientation: Portrait
gsave
35 35 1090 966 boxprim clip newpath
36 36 translate
0 0 1 beginpage
0 0 translate 0 rotate
[ /CropBox [36 36 1125 1001] /PAGES pdfmark
0.000 0.000 0.000 graphcolor
14.00 /Times-Roman set_font
% prop43#Hypertext
gsave 10 dict begin
newpath 576 220 moveto
522 202 lineto
576 184 lineto
630 202 lineto
closepath
stroke
gsave 10 dict begin
576 203 moveto (Hypertext) 55 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g3
gsave 10 dict begin
newpath 748 132 moveto
656 114 lineto
748 96 lineto
840 114 lineto
closepath
stroke
gsave 10 dict begin
748 115 moveto (Linked information) 109 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#Hypertext -> prop43.n3#_g3
gsave 10 dict begin
dotted
newpath 597 191 moveto
627 176 681 148 715 131 curveto
stroke
newpath 712 130 moveto
722 127 lineto
715 134 lineto
closepath
fill
gsave 10 dict begin
707 159 moveto (includes) 46 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g5
gsave 10 dict begin
newpath 575 132 moveto
512 114 lineto
575 96 lineto
638 114 lineto
closepath
stroke
gsave 10 dict begin
575 115 moveto (Hypermedia) 69 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#Hypertext -> prop43.n3#_g5
gsave 10 dict begin
dotted
newpath 576 184 moveto
575 172 575 155 575 141 curveto
stroke
newpath 573 142 moveto
575 132 lineto
578 142 lineto
closepath
fill
gsave 10 dict begin
605 159 moveto (includes) 46 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#enquire
gsave 10 dict begin
914 26 41 18 ellipse_path
stroke
gsave 10 dict begin
914 27 moveto (ENQUIRE) 61 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g3 -> prop43#enquire
gsave 10 dict begin
dotted
newpath 778 102 moveto
796 95 819 85 833 78 curveto
847 70 868 56 886 45 curveto
stroke
newpath 882 45 moveto
891 41 lineto
885 49 lineto
closepath
fill
gsave 10 dict begin
899 71 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g4
gsave 10 dict begin
743 26 43 18 ellipse_path
stroke
gsave 10 dict begin
743 27 moveto (Hyper Card) 65 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g3 -> prop43.n3#_g4
gsave 10 dict begin
dotted
newpath 747 96 moveto
746 84 745 67 745 53 curveto
stroke
newpath 743 54 moveto
744 44 lineto
748 54 lineto
closepath
fill
gsave 10 dict begin
786 71 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#IBMGroupTalk
gsave 10 dict begin
56 762 56 18 ellipse_path
stroke
gsave 10 dict begin
56 763 moveto (IBM GroupTalk) 91 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#cern
gsave 10 dict begin
344 762 34 18 ellipse_path
stroke
gsave 10 dict begin
344 763 moveto (C.E.R.N) 47 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g6
gsave 10 dict begin
344 688 33 18 ellipse_path
stroke
gsave 10 dict begin
344 689 moveto (division) 45 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#cern -> prop43.n3#_g6
newpath 344 744 moveto
344 735 344 725 344 716 curveto
stroke
newpath 342 716 moveto
344 706 lineto
347 716 lineto
closepath
fill
% prop43.n3#_g7
gsave 10 dict begin
398 614 27 18 ellipse_path
stroke
gsave 10 dict begin
398 615 moveto (group) 32 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g6 -> prop43.n3#_g7
newpath 356 671 moveto
363 661 372 648 380 638 curveto
stroke
newpath 378 637 moveto
386 630 lineto
382 640 lineto
closepath
fill
% prop43.n3#_g8
gsave 10 dict begin
133 614 27 18 ellipse_path
stroke
gsave 10 dict begin
133 615 moveto (group) 32 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g6 -> prop43.n3#_g8
newpath 316 678 moveto
277 664 206 640 165 625 curveto
stroke
newpath 165 628 moveto
157 622 lineto
167 623 lineto
closepath
fill
% prop43#cernDoc
gsave 10 dict begin
442 540 44 18 ellipse_path
stroke
gsave 10 dict begin
442 541 moveto (CERNDOC) 66 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument
gsave 10 dict begin
bold
newpath 593 396 moveto
495 396 lineto
495 360 lineto
593 360 lineto
closepath
stroke
gsave 10 dict begin
544 379 moveto (This document) 83 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#cernDoc -> prop43#thisDocument
gsave 10 dict begin
dotted
newpath 467 525 moveto
485 514 508 498 520 484 curveto
534 467 540 430 542 405 curveto
stroke
newpath 539 406 moveto
543 396 lineto
544 406 lineto
closepath
fill
gsave 10 dict begin
565 467 moveto (includes) 46 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument -> prop43#Hypertext
newpath 593 367 moveto
619 360 650 351 669 342 curveto
680 336 683 320 687 308 curveto
689 296 695 280 687 272 curveto
668 253 631 232 606 217 curveto
stroke
newpath 606 220 moveto
598 213 lineto
608 215 lineto
closepath
fill
gsave 10 dict begin
724 291 moveto (describes) 51 14.00 -0.50 alignedtext
end grestore
% prop43#mesh
gsave 10 dict begin
688 850 48 18 ellipse_path
stroke
gsave 10 dict begin
688 851 moveto (prop43#mesh) 76 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument -> prop43#mesh
newpath 740 839 moveto
770 832 808 822 832 814 curveto
846 808 812 740 813 725 curveto
813 725 813 725 813 466 curveto
812 431 671 400 593 386 curveto
stroke
newpath 740 841 moveto
730 841 lineto
739 837 lineto
closepath
fill
gsave 10 dict begin
846 615 moveto (describes) 51 14.00 -0.50 alignedtext
end grestore
% prop43.n3#_g15
gsave 10 dict begin
bold
newpath 551 308 moveto
445 308 lineto
445 272 lineto
551 272 lineto
closepath
stroke
gsave 10 dict begin
498 291 moveto (prop43.n3#_g15) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument -> prop43.n3#_g15
newpath 534 360 moveto
527 348 519 330 511 316 curveto
stroke
newpath 509 318 moveto
507 308 lineto
514 316 lineto
closepath
fill
gsave 10 dict begin
555 335 moveto (refers to) 46 14.00 -0.50 alignedtext
end grestore
% prop43.n3#_g16
gsave 10 dict begin
bold
newpath 675 308 moveto
569 308 lineto
569 272 lineto
675 272 lineto
closepath
stroke
gsave 10 dict begin
622 291 moveto (prop43.n3#_g16) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument -> prop43.n3#_g16
newpath 570 360 moveto
578 354 587 347 592 342 curveto
598 335 604 324 610 314 curveto
stroke
newpath 606 316 moveto
613 308 lineto
611 318 lineto
closepath
fill
gsave 10 dict begin
632 335 moveto (refers to) 46 14.00 -0.50 alignedtext
end grestore
% prop43.n3#_g17
gsave 10 dict begin
bold
newpath 427 308 moveto
321 308 lineto
321 272 lineto
427 272 lineto
closepath
stroke
gsave 10 dict begin
374 291 moveto (prop43.n3#_g17) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#thisDocument -> prop43.n3#_g17
newpath 495 361 moveto
478 355 461 348 449 342 curveto
436 335 420 324 405 314 curveto
stroke
newpath 404 316 moveto
397 308 lineto
407 312 lineto
closepath
fill
gsave 10 dict begin
479 335 moveto (refers to) 46 14.00 -0.50 alignedtext
end grestore
% prop43#mesh -> prop43#cern
newpath 644 842 moveto
603 835 542 823 506 814 curveto
471 805 416 787 380 775 curveto
stroke
newpath 381 778 moveto
373 772 lineto
383 774 lineto
closepath
fill
gsave 10 dict begin
539 807 moveto (describes) 51 14.00 -0.50 alignedtext
end grestore
% prop43#mesh -> prop43#cernDoc
newpath 688 832 moveto
688 812 687 781 688 762 curveto
688 762 688 762 688 614 curveto
687 583 566 559 494 548 curveto
stroke
newpath 493 550 moveto
484 546 lineto
494 546 lineto
closepath
fill
gsave 10 dict begin
714 689 moveto (unifies) 38 14.00 -0.50 alignedtext
end grestore
% prop43#mesh -> prop43#enquire
newpath 734 845 moveto
755 841 777 835 799 832 curveto
843 825 892 831 934 814 curveto
953 806 968 782 969 762 curveto
969 762 969 762 969 114 curveto
968 94 951 68 936 50 curveto
stroke
newpath 935 52 moveto
930 43 lineto
938 49 lineto
closepath
fill
gsave 10 dict begin
995 467 moveto (unifies) 38 14.00 -0.50 alignedtext
end grestore
% prop43#uucp
gsave 10 dict begin
460 762 41 18 ellipse_path
stroke
gsave 10 dict begin
460 763 moveto (uucp News) 62 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#mesh -> prop43#uucp
newpath 660 835 moveto
635 823 601 806 579 798 curveto
559 790 529 781 504 774 curveto
stroke
newpath 504 777 moveto
495 772 lineto
505 772 lineto
closepath
fill
gsave 10 dict begin
639 807 moveto (unifies) 38 14.00 -0.50 alignedtext
end grestore
% prop43#vaxNotes
gsave 10 dict begin
891 762 50 18 ellipse_path
stroke
gsave 10 dict begin
891 763 moveto (VAX/NOTES) 79 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43#mesh -> prop43#vaxNotes
newpath 733 844 moveto
773 838 828 828 860 814 curveto
868 810 876 798 881 786 curveto
stroke
newpath 877 788 moveto
884 780 lineto
882 790 lineto
closepath
fill
gsave 10 dict begin
901 807 moveto (unifies) 38 14.00 -0.50 alignedtext
end grestore
% prop43.n3#_g15 -> prop43#Hypertext
newpath 514 272 moveto
527 257 544 237 557 222 curveto
stroke
newpath 554 221 moveto
563 216 lineto
558 225 lineto
closepath
fill
gsave 10 dict begin
577 247 moveto (describes) 51 14.00 -0.50 alignedtext
end grestore
% #_g0
gsave 10 dict begin
newpath 528 956 moveto
420 938 lineto
528 920 lineto
636 938 lineto
closepath
stroke
gsave 10 dict begin
528 939 moveto (Computer conferencing) 132 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g0 -> prop43#IBMGroupTalk
gsave 10 dict begin
dotted
newpath 464 931 moveto
362 918 159 893 44 868 curveto
22 863 34 819 45 789 curveto
stroke
newpath 42 789 moveto
48 780 lineto
47 790 lineto
closepath
fill
gsave 10 dict begin
85 851 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g0 -> prop43#mesh
gsave 10 dict begin
dotted
newpath 553 924 moveto
580 909 625 885 655 868 curveto
stroke
newpath 651 867 moveto
661 865 lineto
653 872 lineto
closepath
fill
gsave 10 dict begin
663 895 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g0 -> prop43#uucp
gsave 10 dict begin
dotted
newpath 519 921 moveto
505 895 479 844 467 814 curveto
464 808 463 799 462 790 curveto
stroke
newpath 460 790 moveto
461 780 lineto
464 790 lineto
closepath
fill
gsave 10 dict begin
533 851 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g0 -> prop43#vaxNotes
gsave 10 dict begin
dotted
newpath 583 929 moveto
623 922 676 912 710 902 curveto
786 878 861 847 934 814 curveto
944 809 934 797 921 785 curveto
stroke
newpath 919 786 moveto
913 778 lineto
922 783 lineto
closepath
fill
gsave 10 dict begin
933 851 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g10
gsave 10 dict begin
450 466 58 18 ellipse_path
stroke
gsave 10 dict begin
450 467 moveto (Tim Berners-Lee) 95 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g10 -> prop43#thisDocument
newpath 458 448 moveto
464 436 473 421 481 414 curveto
486 409 493 405 501 400 curveto
stroke
newpath 497 399 moveto
507 396 lineto
500 404 lineto
closepath
fill
gsave 10 dict begin
504 423 moveto (wrote) 31 14.00 -0.50 alignedtext
end grestore
% #_g1
gsave 10 dict begin
newpath 234 868 moveto
137 850 lineto
234 832 lineto
331 850 lineto
closepath
stroke
gsave 10 dict begin
234 851 moveto (Hierarchical systems) 116 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g1 -> prop43#IBMGroupTalk
gsave 10 dict begin
dotted
newpath 184 841 moveto
153 835 113 825 90 814 curveto
81 809 74 799 69 789 curveto
stroke
newpath 67 790 moveto
64 780 lineto
71 788 lineto
closepath
fill
gsave 10 dict begin
131 807 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g1 -> prop43#cern
gsave 10 dict begin
dotted
newpath 234 832 moveto
235 819 237 804 245 798 curveto
259 787 285 778 307 771 curveto
stroke
newpath 303 770 moveto
313 769 lineto
304 775 lineto
closepath
fill
gsave 10 dict begin
286 807 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g1 -> prop43#cernDoc
gsave 10 dict begin
dotted
newpath 221 834 moveto
208 815 187 784 188 762 curveto
188 762 188 762 188 614 curveto
187 582 320 557 393 547 curveto
stroke
newpath 390 545 moveto
400 546 lineto
390 550 lineto
closepath
fill
gsave 10 dict begin
229 689 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g1 -> prop43#uucp
gsave 10 dict begin
dotted
newpath 268 838 moveto
289 830 316 821 333 814 curveto
343 809 351 802 362 798 curveto
377 792 401 783 421 775 curveto
stroke
newpath 417 774 moveto
427 773 lineto
418 779 lineto
closepath
fill
gsave 10 dict begin
403 807 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% #_g1 -> prop43#vaxNotes
gsave 10 dict begin
dotted
newpath 298 844 moveto
342 840 398 835 435 832 curveto
513 825 593 826 672 814 curveto
719 806 795 788 844 775 curveto
stroke
newpath 841 773 moveto
851 773 lineto
842 778 lineto
closepath
fill
gsave 10 dict begin
785 807 moveto (for example) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g7 -> prop43#cernDoc
gsave 10 dict begin
dotted
newpath 408 597 moveto
413 588 420 576 426 566 curveto
stroke
newpath 424 565 moveto
431 558 lineto
428 568 lineto
closepath
fill
end grestore
% prop43.n3#_g14
gsave 10 dict begin
88 540 56 18 ellipse_path
stroke
gsave 10 dict begin
88 541 moveto (prop43.n3#_g14) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g8 -> prop43.n3#_g14
newpath 123 597 moveto
118 588 111 576 104 566 curveto
stroke
newpath 102 568 moveto
99 558 lineto
106 565 lineto
closepath
fill
% prop43.n3#_g9
gsave 10 dict begin
192 540 30 18 ellipse_path
stroke
gsave 10 dict begin
192 541 moveto (section) 39 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g8 -> prop43.n3#_g9
newpath 146 598 moveto
154 588 164 575 173 564 curveto
stroke
newpath 171 563 moveto
179 556 lineto
175 566 lineto
closepath
fill
% prop43.n3#_g9 -> prop43.n3#_g10
newpath 219 532 moveto
262 520 345 496 400 480 curveto
stroke
newpath 397 478 moveto
407 478 lineto
398 483 lineto
closepath
fill
% prop43.n3#_g11
gsave 10 dict begin
58 466 56 18 ellipse_path
stroke
gsave 10 dict begin
58 467 moveto (prop43.n3#_g11) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g9 -> prop43.n3#_g11
newpath 170 528 moveto
149 516 118 499 94 486 curveto
stroke
newpath 94 489 moveto
86 482 lineto
96 484 lineto
closepath
fill
% prop43.n3#_g12
gsave 10 dict begin
188 466 56 18 ellipse_path
stroke
gsave 10 dict begin
188 467 moveto (prop43.n3#_g12) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g9 -> prop43.n3#_g12
newpath 191 522 moveto
190 513 190 503 190 494 curveto
stroke
newpath 188 494 moveto
189 484 lineto
192 494 lineto
closepath
fill
% prop43.n3#_g13
gsave 10 dict begin
318 466 56 18 ellipse_path
stroke
gsave 10 dict begin
318 467 moveto (prop43.n3#_g13) 92 14.00 -0.50 alignedtext
end grestore
end grestore
% prop43.n3#_g9 -> prop43.n3#_g13
newpath 214 527 moveto
233 516 261 499 283 487 curveto
stroke
newpath 281 485 moveto
291 482 lineto
284 489 lineto
closepath
fill
endpage
grestore
%%PageTrailer
%%EndPage: 1
%%Trailer
%%Pages: 1
end
restore
%%EOF