summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texsis/base/penguin.eps
blob: af54d9dfec953b788634b08d8d92fd601618352b (plain)
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
%!PS-Adobe-2.0 EPSF-1.2
%%Title: penguin.ps
%%Creator: FeynDiagram 2.4  by Bill Dimm
%%CreationDate: Dec 15 10:44
%%For:paige paige
%%Pages: 1
%%DocumentFonts:
%%BoundingBox: 100 299 513 650
save
countdictstack
mark
newpath
/showpage {} def
%%EndProlog
%%Page 1 1
%!
% @(#) abbrev.ps 1.10@(#)

/CP /charpath load def
/CF /currentflat load def
/CPT /currentpoint load def
/C2 /curveto load def
/RC2 /rcurveto load def
/FP /flattenpath load def
/L2 /lineto load def
/M2 /moveto load def
/NP /newpath load def
/PBX /pathbbox load def
/RM2 /rmoveto load def
/SD /setdash load def
/SLC /setlinecap load def
/SLW /setlinewidth load def
/S /show load def
/ST /stroke load def

% @(#) max.ps 1.9@(#)

/max { 2 copy lt {exch} if pop } bind def

% @(#) arrow.ps 1.9@(#)

/tan
  {
  dup
  sin exch cos div
  } bind def

/arrow_dict 12 dict def
arrow_dict /arrow_mtrxstor matrix put

/arrow
  {
  arrow_dict 
    begin

    /alpha exch def
    /y2 exch def
    /x2 exch def
    /y1 exch def
    /x1 exch def
  
    /arrow_oldmtrx arrow_mtrxstor currentmatrix def
  
    /dx x2 x1 sub def
    /dy y2 y1 sub def
  
    /len dx dx mul dy dy mul add sqrt def
    
    /theta 1 alpha tan atan def
    /rad len alpha tan mul 
      theta sin alpha tan theta cos -1 add mul add div def
  
    x1 y1 translate
    dy dx atan rotate
  
    len 0 M2
    rad neg 0 rad theta 360 theta sub arcn
    closepath
  
    arrow_oldmtrx setmatrix
    end
  } bind def

% @(#) text.ps 1.9@(#)

/text_dict 20 dict def
text_dict /text_mtrxstor matrix put

/SF* {  exch findfont exch scalefont setfont } bind def

systemdict /selectfont known
  { /SF /selectfont load def }
  { /SF /SF* load def }
  ifelse

/txtsta
  {
  text_dict begin

  /angle exch def
  /y exch def
  /x exch def

  /text_oldmtrx text_mtrxstor currentmatrix def

  x y translate
  angle rotate
  } bind def


/txtend
  {
  text_oldmtrx setmatrix
  end
  } bind def

save

NP
1.638 SLW
1 SLC
306 314.1 M2
118.8 314.1 L2
ST
1 SLW
0 SLC
217.805 314.1 206.995 314.1 22 arrow
fill
NP
1.638 SLW
1 SLC
493.2 314.1 M2
306 314.1 L2
ST
1 SLW
0 SLC
405.005 314.1 394.195 314.1 22 arrow
fill
NP
1.638 SLW
1 SLC
120.028 590.132 112.239 269.373 338.007 arc
ST
1 SLW
0 SLC
177.719 493.855 186.711 499.849 22 arrow
fill
NP
1.638 SLW
1 SLC
306 560.775 82.875 188.797 351.203 arc
ST
NP
1.638 SLW
1 SLC
491.971 590.132 112.239 201.993 270.627 arc
ST
1 SLW
0 SLC
425.289 499.849 434.281 493.855 22 arrow
fill
NP
1.638 SLW
1 SLC
488.676 396 65.676 86.0501 273.95 arc
ST
1 SLW
0 SLC
423.222 401.399 423.222 390.601 22 arrow
fill
NP
1.638 SLW
1 SLC
306 314.1 M2
299.762 314.724 294.862 319.696 294.862 326.817  C2
294.862 333.939 299.762 338.911 306 339.535  C2
314.131 340.348 317.138 338.436 317.138 335.465  C2
317.138 332.494 314.131 330.583 306 331.396  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 331.396 M2
299.762 332.019 294.862 336.991 294.862 344.113  C2
ST
0 setgray
1.638 SLW
1 SLC
306 331.396 M2
299.762 332.019 294.862 336.991 294.862 344.113  C2
294.862 351.235 299.762 356.207 306 356.83  C2
314.131 357.644 317.138 355.732 317.138 352.761  C2
317.138 349.79 314.131 347.878 306 348.691  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 348.691 M2
299.762 349.315 294.862 354.287 294.862 361.409  C2
ST
0 setgray
1.638 SLW
1 SLC
306 348.691 M2
299.762 349.315 294.862 354.287 294.862 361.409  C2
294.862 368.53 299.762 373.502 306 374.126  C2
314.131 374.939 317.138 373.027 317.138 370.057  C2
317.138 367.086 314.131 365.174 306 365.987  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 365.987 M2
299.762 366.611 294.862 371.583 294.862 378.704  C2
ST
0 setgray
1.638 SLW
1 SLC
306 365.987 M2
299.762 366.611 294.862 371.583 294.862 378.704  C2
294.862 385.826 299.762 390.798 306 391.422  C2
314.131 392.235 317.138 390.323 317.138 387.352  C2
317.138 384.381 314.131 382.47 306 383.283  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 383.283 M2
299.762 383.906 294.862 388.878 294.862 396  C2
ST
0 setgray
1.638 SLW
1 SLC
306 383.283 M2
299.762 383.906 294.862 388.878 294.862 396  C2
294.862 403.122 299.762 408.094 306 408.717  C2
314.131 409.53 317.138 407.619 317.138 404.648  C2
317.138 401.677 314.131 399.765 306 400.578  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 400.578 M2
299.762 401.202 294.862 406.174 294.862 413.296  C2
ST
0 setgray
1.638 SLW
1 SLC
306 400.578 M2
299.762 401.202 294.862 406.174 294.862 413.296  C2
294.862 420.417 299.762 425.389 306 426.013  C2
314.131 426.826 317.138 424.914 317.138 421.943  C2
317.138 418.973 314.131 417.061 306 417.874  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 417.874 M2
299.762 418.498 294.862 423.47 294.862 430.591  C2
ST
0 setgray
1.638 SLW
1 SLC
306 417.874 M2
299.762 418.498 294.862 423.47 294.862 430.591  C2
294.862 437.713 299.762 442.685 306 443.309  C2
314.131 444.122 317.138 442.21 317.138 439.239  C2
317.138 436.268 314.131 434.356 306 435.17  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 435.17 M2
299.762 435.793 294.862 440.765 294.862 447.887  C2
ST
0 setgray
1.638 SLW
1 SLC
306 435.17 M2
299.762 435.793 294.862 440.765 294.862 447.887  C2
294.862 455.009 299.762 459.981 306 460.604  C2
314.131 461.417 317.138 459.506 317.138 456.535  C2
317.138 453.564 314.131 451.652 306 452.465  C2
ST
1 setgray
4.914 SLW
0 SLC
[] 0 SD
306 452.465 M2
299.762 453.089 294.862 458.061 294.862 465.183  C2
ST
0 setgray
1.638 SLW
1 SLC
306 452.465 M2
299.762 453.089 294.862 458.061 294.862 465.183  C2
294.862 472.304 299.762 477.276 306 477.9  C2
ST
NP
1.638 SLW
1 SLC
224.1 548.1 M2
235.781 550.101 236.647 553.765 227.389 561.308 C2
218.13 568.852 220.005 573.416 231.893 572.273 C2
243.781 571.13 245.74 574.346 239.273 584.386 C2
232.806 594.427 236.003 598.186 246.952 593.417 C2
257.901 588.648 260.76 591.098 257.721 602.648 C2
254.683 614.197 258.887 616.781 267.82 608.855 C2
276.753 600.929 280.231 602.373 280.919 614.296 C2
281.608 626.219 286.405 627.374 292.444 617.07 C2
298.483 606.767 302.236 607.063 306.584 618.186 C2
310.933 629.309 315.852 628.921 318.402 617.253 C2
320.952 605.586 324.612 604.705 332.192 613.934 C2
339.772 623.163 344.329 621.27 343.139 609.387 C2
341.95 597.504 345.157 595.532 355.223 601.959 C2
365.289 608.386 369.035 605.175 364.223 594.245 C2
359.411 583.314 361.85 580.446 373.412 583.439 C2
384.973 586.432 387.541 582.218 379.58 573.316 C2
371.618 564.414 373.049 560.931 384.969 560.196 C2
396.889 559.46 398.025 554.658 387.9 548.1 C2
ST
114.12 477.9 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(s) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
-1 mul 2 1 roll -0.5 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
(s) S
txtend
114.12 314.1 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(d) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
-1 mul 2 1 roll -0.5 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
() S
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(d) true CP
FP PBX
7 -1 roll setflat
4.212 add
3 -1 roll pop dup 3 1 roll
NP M2 1.9656 SLW
L2 ST
M2
/Times-Roman 28.08 SF
(d) S
txtend
324.72 396 0 txtsta
0 0 M2
/Times-Roman 28.08 SF
(g) S
txtend
306 489.6 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(u, c, t) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
-0.5 mul 2 1 roll 0 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
(u, c, t) S
txtend
306 630 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(W) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
-0.5 mul 2 1 roll 0 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
(W) S
txtend
497.88 477.9 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(d) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
0 mul 2 1 roll -0.2 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
(d) S
txtend
497.88 461.52 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(u) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
0 mul 2 1 roll -0.8 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
() S
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(u) true CP
FP PBX
7 -1 roll setflat
4.212 add
3 -1 roll pop dup 3 1 roll
NP M2 1.9656 SLW
L2 ST
M2
/Times-Roman 28.08 SF
(u) S
txtend
497.88 330.48 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(u) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
0 mul 2 1 roll -0.2 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
(u) S
txtend
497.88 314.1 0 txtsta
0 0 M2
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(d) true CP
FP PBX
3 -1 roll sub
3 1 roll sub neg
0 mul 2 1 roll -0.8 mul
NP
4 2 roll M2 RM2
setflat
/Times-Roman 28.08 SF
() S
CF dup 5 mul setflat
CPT
/Times-Roman 28.08 SF
(d) true CP
FP PBX
7 -1 roll setflat
4.212 add
3 -1 roll pop dup 3 1 roll
NP M2 1.9656 SLW
L2 ST
M2
/Times-Roman 28.08 SF
(d) S
txtend
restore
showpage
%%Trailer
cleartomark
countdictstack exch sub { end } repeat
restore
%%EOF