~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/tools/doc/src/venn1.ps

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS-Adobe-2.0 EPSF-2.0
 
2
%%Title: venn1.ps
 
3
%%Creator: fig2dev Version 3.2 Patchlevel 1
 
4
%%CreationDate: Tue Sep 19 19:28:28 2000
 
5
%%For: hasse@helios (Hans Bolinder)
 
6
%%Orientation: Portrait
 
7
%%BoundingBox: 0 0 347 253
 
8
%%Pages: 0
 
9
%%BeginSetup
 
10
%%EndSetup
 
11
%%Magnification: 1.0000
 
12
%%EndComments
 
13
/$F2psDict 200 dict def
 
14
$F2psDict begin
 
15
$F2psDict /mtrx matrix put
 
16
/col-1 {0 setgray} bind def
 
17
/col0 {0.000 0.000 0.000 srgb} bind def
 
18
/col1 {0.000 0.000 1.000 srgb} bind def
 
19
/col2 {0.000 1.000 0.000 srgb} bind def
 
20
/col3 {0.000 1.000 1.000 srgb} bind def
 
21
/col4 {1.000 0.000 0.000 srgb} bind def
 
22
/col5 {1.000 0.000 1.000 srgb} bind def
 
23
/col6 {1.000 1.000 0.000 srgb} bind def
 
24
/col7 {1.000 1.000 1.000 srgb} bind def
 
25
/col8 {0.000 0.000 0.560 srgb} bind def
 
26
/col9 {0.000 0.000 0.690 srgb} bind def
 
27
/col10 {0.000 0.000 0.820 srgb} bind def
 
28
/col11 {0.530 0.810 1.000 srgb} bind def
 
29
/col12 {0.000 0.560 0.000 srgb} bind def
 
30
/col13 {0.000 0.690 0.000 srgb} bind def
 
31
/col14 {0.000 0.820 0.000 srgb} bind def
 
32
/col15 {0.000 0.560 0.560 srgb} bind def
 
33
/col16 {0.000 0.690 0.690 srgb} bind def
 
34
/col17 {0.000 0.820 0.820 srgb} bind def
 
35
/col18 {0.560 0.000 0.000 srgb} bind def
 
36
/col19 {0.690 0.000 0.000 srgb} bind def
 
37
/col20 {0.820 0.000 0.000 srgb} bind def
 
38
/col21 {0.560 0.000 0.560 srgb} bind def
 
39
/col22 {0.690 0.000 0.690 srgb} bind def
 
40
/col23 {0.820 0.000 0.820 srgb} bind def
 
41
/col24 {0.500 0.190 0.000 srgb} bind def
 
42
/col25 {0.630 0.250 0.000 srgb} bind def
 
43
/col26 {0.750 0.380 0.000 srgb} bind def
 
44
/col27 {1.000 0.500 0.500 srgb} bind def
 
45
/col28 {1.000 0.630 0.630 srgb} bind def
 
46
/col29 {1.000 0.750 0.750 srgb} bind def
 
47
/col30 {1.000 0.880 0.880 srgb} bind def
 
48
/col31 {1.000 0.840 0.000 srgb} bind def
 
49
 
 
50
end
 
51
save
 
52
-76.0 302.0 translate
 
53
1 -1 scale
 
54
 
 
55
/cp {closepath} bind def
 
56
/ef {eofill} bind def
 
57
/gr {grestore} bind def
 
58
/gs {gsave} bind def
 
59
/sa {save} bind def
 
60
/rs {restore} bind def
 
61
/l {lineto} bind def
 
62
/m {moveto} bind def
 
63
/rm {rmoveto} bind def
 
64
/n {newpath} bind def
 
65
/s {stroke} bind def
 
66
/sh {show} bind def
 
67
/slc {setlinecap} bind def
 
68
/slj {setlinejoin} bind def
 
69
/slw {setlinewidth} bind def
 
70
/srgb {setrgbcolor} bind def
 
71
/rot {rotate} bind def
 
72
/sc {scale} bind def
 
73
/sd {setdash} bind def
 
74
/ff {findfont} bind def
 
75
/sf {setfont} bind def
 
76
/scf {scalefont} bind def
 
77
/sw {stringwidth} bind def
 
78
/tr {translate} bind def
 
79
/tnt {dup dup currentrgbcolor
 
80
  4 -2 roll dup 1 exch sub 3 -1 roll mul add
 
81
  4 -2 roll dup 1 exch sub 3 -1 roll mul add
 
82
  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
 
83
  bind def
 
84
/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
 
85
  4 -2 roll mul srgb} bind def
 
86
 /DrawEllipse {
 
87
        /endangle exch def
 
88
        /startangle exch def
 
89
        /yrad exch def
 
90
        /xrad exch def
 
91
        /y exch def
 
92
        /x exch def
 
93
        /savematrix mtrx currentmatrix def
 
94
        x y tr xrad yrad sc 0 0 1 startangle endangle arc
 
95
        closepath
 
96
        savematrix setmatrix
 
97
        } def
 
98
 
 
99
/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
 
100
/$F2psEnd {$F2psEnteredState restore end} def
 
101
%%EndProlog
 
102
 
 
103
$F2psBegin
 
104
10 setmiterlimit
 
105
n -1000 6025 m -1000 -1000 l 8035 -1000 l 8035 6025 l cp clip
 
106
 0.06000 0.06000 sc
 
107
/Times-Roman ff 165.00 scf sf
 
108
5127 4544 m
 
109
gs 1 -1 sc (Definition and Use) col0 sh gr
 
110
% Polyline
 
111
7.500 slw
 
112
n 6675 3149 m 6985 3149 l gs 0.95 setgray ef gr gs col0 s gr 
 
113
/Times-Roman ff 120.00 scf sf
 
114
2078 3794 m
 
115
gs 1 -1 sc (XU) col0 sh gr
 
116
/Times-Roman ff 120.00 scf sf
 
117
2071 3944 m
 
118
gs 1 -1 sc (and) col0 sh gr
 
119
/Times-Roman ff 120.00 scf sf
 
120
2078 4093 m
 
121
gs 1 -1 sc (LU) col0 sh gr
 
122
/Times-Roman ff 120.00 scf sf
 
123
1594 3934 m
 
124
gs 1 -1 sc (LU) col0 sh gr
 
125
/Times-Roman ff 120.00 scf sf
 
126
2634 3934 m
 
127
gs 1 -1 sc (XU) col0 sh gr
 
128
/Times-Roman ff 120.00 scf sf
 
129
1337 3934 m
 
130
gs 1 -1 sc (UU) col0 sh gr
 
131
/Times-Roman ff 120.00 scf sf
 
132
2760 1576 m
 
133
gs 1 -1 sc (U) col0 sh gr
 
134
/Times-Roman ff 120.00 scf sf
 
135
2760 2006 m
 
136
gs 1 -1 sc (B) col0 sh gr
 
137
% Polyline
 
138
n 2722 1875 m 2917 1875 l gs 0.95 setgray ef gr gs col0 s gr 
 
139
/Times-Roman ff 165.00 scf sf
 
140
1830 2785 m
 
141
gs 1 -1 sc (Definition) col0 sh gr
 
142
/Times-Roman ff 120.00 scf sf
 
143
2022 1338 m
 
144
gs 1 -1 sc (X) col0 sh gr
 
145
/Times-Roman ff 120.00 scf sf
 
146
2022 2085 m
 
147
gs 1 -1 sc (L) col0 sh gr
 
148
/Times-Roman ff 165.00 scf sf
 
149
2025 5025 m
 
150
gs 1 -1 sc (Use) col0 sh gr
 
151
% Arc
 
152
gs n 3177.7 2812.0 1547.3 -25.9 25.9 arc
 
153
gs col-1 s gr
 
154
 gr
 
155
 
 
156
% Arc
 
157
gs n 9043.1 2812.0 3868.1 160.4 -160.4 arc
 
158
gs col-1 s gr
 
159
 gr
 
160
 
 
161
% Arc
 
162
gs n 2307.7 2812.0 3917.3 -19.4 19.4 arc
 
163
gs col-1 s gr
 
164
 gr
 
165
 
 
166
% Ellipse
 
167
n 5700 2812 1327 1327 0 360 DrawEllipse gs col-1 s gr
 
168
 
 
169
% Polyline
 
170
n 6677 3706 m 6685 3706 l gs col-1 s gr
 
171
% Polyline
 
172
n 6675 1912 m 6675 3712 l gs col-1 s gr 
 
173
% Polyline
 
174
n 4368 2806 m 6675 2806 l gs col-1 s gr 
 
175
% Arc
 
176
gs n 563.2 3905.0 966.8 -25.8 25.8 arc
 
177
gs col-1 s gr
 
178
 gr
 
179
 
 
180
% Arc
 
181
gs n 23.7 3905.0 2440.3 -19.4 19.4 arc
 
182
gs col-1 s gr
 
183
 gr
 
184
 
 
185
% Arc
 
186
gs n 4217.4 3905.0 2407.4 160.4 -160.4 arc
 
187
gs col-1 s gr
 
188
 gr
 
189
 
 
190
% Ellipse
 
191
n 2137 3905 826 826 0 360 DrawEllipse gs col-1 s gr
 
192
 
 
193
% Polyline
 
194
n 2743 4461 m 2751 4461 l gs col-1 s gr
 
195
% Ellipse
 
196
n 2115 1665 826 826 0 360 DrawEllipse gs col-1 s gr
 
197
 
 
198
% Polyline
 
199
n 2721 2221 m 2729 2221 l gs col-1 s gr
 
200
% Polyline
 
201
n 2722 1105 m 2722 2225 l gs col-1 s gr 
 
202
% Polyline
 
203
n 1286 1665 m 2722 1665 l gs col-1 s gr 
 
204
$F2psEnd
 
205
rs