1 %!PS-Adobe-3.0 EPSF-3.0
2 %%BoundingBox: 33 730 240 777
3 %%Title: lambda-diagram2
4 %%CreationDate: Wed Mar 8 14:33:09 1995
5 %%Creator: Tgif-2.16-p4 by William Chia-Wei Cheng (william@cs.UCLA.edu)
7 % Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc.
9 % This file is part of GNU Emacs.
11 % GNU Emacs is free software: you can redistribute it and/or modify
12 % it under the terms of the GNU General Public License as published by
13 % the Free Software Foundation, either version 3 of the License, or
14 % (at your option) any later version.
16 % GNU Emacs is distributed in the hope that it will be useful,
17 % but WITHOUT ANY WARRANTY; without even the implied warranty of
18 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 % GNU General Public License for more details.
21 % You should have received a copy of the GNU General Public License
22 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 /tgifdict 132 dict def
28 % Using a zero value radius for an ellipse or an arc would result
29 % in a non-invertible CTM matrix which causes problem when this
30 % when this PostScript is wrapped inside other routines, such as
31 % the multi.ps package from
32 % ftp.ucc.su.oz.au:/pub/ps_printing/multi. You can overcome such
33 % error by uncommenting the sole line of the procedure below:
37 % dup 0.01 lt { pop 0.01 } if
40 /tgifellipsedict 6 dict def
41 tgifellipsedict /mtrx matrix put
44 { tgifellipsedict begin
49 /savematrix mtrx currentmatrix def
57 /tgifarrowtipdict 8 dict def
58 tgifarrowtipdict /mtrx matrix put
61 { tgifarrowtipdict begin
68 /savematrix mtrx currentmatrix def
78 /tgifarcdict 8 dict def
79 tgifarcdict /mtrx matrix put
89 /savematrix mtrx currentmatrix def
92 0 0 1 startangle endangle arc
105 /savematrix mtrx currentmatrix def
108 0 0 1 startangle endangle arcn
113 /tgifsetuserscreendict 22 dict def
114 tgifsetuserscreendict begin
117 /tempscale matrix def
120 { /proc2 exch cvlit def
121 /proc1 exch cvlit def
122 /newproc proc1 length proc2 length add array def
123 newproc 0 proc1 putinterval
124 newproc proc1 length proc2 putinterval
127 /resmatrix matrix def
129 { 72 0 resmatrix defaultmatrix dtransform
130 /yres exch def /xres exch def
131 xres dup mul yres dup mul add sqrt
136 { tgifsetuserscreendict begin
137 /spotfunction exch def
138 /screenangle exch def
141 /m tempctm currentmatrix def
142 /rm screenangle temprot rotate def
143 /sm cellsize dup tempscale scale def
145 sm rm m m concatmatrix m concatmatrix pop
147 1 0 m dtransform /y1 exch def /x1 exch def
149 /veclength x1 dup mul y1 dup mul add sqrt def
150 /frequency findresolution veclength div def
152 /newscreenangle y1 x1 atan def
154 m 2 get m 1 get mul m 0 get m 3 get mul sub 0 gt
156 {{neg} /spotfunction load concatprocs
157 /spotfunction exch def
160 frequency newscreenangle /spotfunction load setscreen
164 /tgifsetpatterndict 18 dict def
165 tgifsetpatterndict begin
167 { /ybit exch def /xbit exch def
168 /bytevalue bstring ybit bwidth mul xbit 8 idiv add get def
170 /mask 1 7 xbit 8 mod sub bitshift def
171 bytevalue mask and 0 ne
175 /tgifbitpatternspotfunction
176 { tgifsetpatterndict begin
177 /y exch def /x exch def
179 /xindex x 1 add 2 div bpside mul cvi def
180 /yindex y 1 add 2 div bpside mul cvi def
182 xindex yindex bitison
183 { /onbits onbits 1 add def 1 }
184 { /offbits offbits 1 add def 0 }
190 { tgifsetpatterndict begin
197 /onbits 0 def /offbits 0 def
198 cellsz angle /tgifbitpatternspotfunction load tgifsetuserscreen
200 offbits offbits onbits add div setgray
204 /tgifxpmdict 4 dict def
205 /tgifbwpicstr 1 string def
206 /tgifcolorpicstr 3 string def
208 /tgifsetpixels { tgifxpmdict begin /pixels exch def end } def
210 /tgifsetpix { tgifxpmdict begin pixels 3 1 roll putinterval end } def
216 pixels index 3 mul 3 getinterval aload pop
217 255 mul .114 mul exch 255 mul .587 mul add exch 255 mul .299 mul add
226 pixels index 3 mul 3 getinterval aload pop
227 255 mul cvi tgifcolorpicstr 2 3 -1 roll put
228 255 mul cvi tgifcolorpicstr 1 3 -1 roll put
229 255 mul cvi tgifcolorpicstr 0 3 -1 roll put
237 pixels index 3 mul 3 getinterval aload pop setrgbcolor
241 /tgifcolordict 4 dict def
246 { tgifcolordict begin
255 tgifbwpicstr readhexstring pop 0 get tgifnewcolorspot
256 x y moveto 1 0 rlineto 0 1 rlineto -1 0 rlineto
267 /tgifpatdict 10 dict def
270 { currentdict /retstr get exch
271 pat i cellsz mod get put
275 { 0 1 widthlim {tgifpatbyte} for retstr
288 /widthlim w cellsz div cvi 1 sub def
289 /retstr widthlim 1 add string def
293 w h true [1 0 0 1 0 0] {tgifpatproc} imagemask
294 ltx neg lty neg translate
298 /pat1 <ffffffffffffffff> def
299 /pat2 <0000000000000000> def
300 /pat3 <8000000008000000> def
301 /pat4 <8800000022000000> def
302 /pat5 <8800220088002200> def
303 /pat6 <8822882288228822> def
304 /pat7 <aa55aa55aa55aa55> def
305 /pat8 <77dd77dd77dd77dd> def
306 /pat9 <77ffddff77ffddff> def
307 /pat10 <77ffffff77ffffff> def
308 /pat11 <7fffffff7fffffff> def
309 /pat12 <8040200002040800> def
310 /pat13 <40a00000040a0000> def
311 /pat14 <ff888888ff888888> def
312 /pat15 <ff808080ff080808> def
313 /pat16 <f87422478f172271> def
314 /pat17 <038448300c020101> def
315 /pat18 <081c22c180010204> def
316 /pat19 <8080413e080814e3> def
317 /pat20 <8040201008040201> def
318 /pat21 <8844221188442211> def
319 /pat22 <77bbddee77bbddee> def
320 /pat23 <c1e070381c0e0783> def
321 /pat24 <7fbfdfeff7fbfdfe> def
322 /pat25 <3e1f8fc7e3f1f87c> def
323 /pat26 <0102040810204080> def
324 /pat27 <1122448811224488> def
325 /pat28 <eeddbb77eeddbb77> def
326 /pat29 <83070e1c3870e0c1> def
327 /pat30 <fefdfbf7efdfbf7f> def
328 /pat31 <7cf8f1e3c78f1f3e> def
330 /tgifcentertext { dup stringwidth pop 2 div neg 0 rmoveto } def
332 /tgifrighttext { dup stringwidth pop neg 0 rmoveto } def
334 /tgifreencsmalldict 12 dict def
336 { tgifreencsmalldict begin
337 /newcodesandnames exch def
338 /newfontname exch def
339 /basefontname exch def
341 /basefontdict basefontname findfont def
342 /newfont basefontdict maxlength dict def
347 { exch dup length array copy newfont 3 1 roll put }
348 { exch newfont 3 1 roll put }
356 newfont /FontName newfontname put
357 newcodesandnames aload pop
359 newcodesandnames length 2 idiv
360 { newfont /Encoding get 3 1 roll put}
363 newfontname newfont definefont pop
367 /tgifgray { 8 1 0 72 300 32 div div tgifsetpattern } bind def
369 /tgifboxdict 6 dict def
372 /pat def /w def /y2 exch def /x2 exch def /y1 exch def /x1 exch def
374 w 1 eq { w setlinewidth } if
375 pat pat1 ne pat pat2 ne and { gsave pat tgifgray } if
376 newpath x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto closepath
377 pat pat2 eq { 1 setgray stroke 0 setgray } { stroke } ifelse
378 pat pat1 ne pat pat2 ne and { grestore } if
379 w 1 eq { 1 setlinewidth } if
385 /pat def /y2 exch def /x2 exch def /y1 exch def /x1 exch def
386 pat pat1 ne pat pat2 ne and { gsave pat tgifgray } if
387 newpath x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto closepath
388 pat pat2 eq { 1 setgray fill 0 setgray } { fill } ifelse
389 pat pat1 ne pat pat2 ne and { grestore } if
395 %%PageBoundingBox: 33 730 240 777
397 /tgifsavedpage save def
404 72 0 mul 72 11.00 mul translate
405 72 128 div 100 mul 100 div dup neg scale
411 /Courier findfont [17 0 0 -17 0 0] makefont setfont
413 63 43 moveto (\(\(lambda \(number\) \(* 7 number\)\) 3\)) show
430 -21 0 atan dup cos 8 mul 395 exch sub
431 exch sin 8 mul 64 exch sub lineto
436 395 64 8 3 0 -21 tgifarrowtip
450 /Courier findfont [17 0 0 -17 0 0] makefont setfont
452 112 102 moveto (anonymous function) show
457 /Courier findfont [17 0 0 -17 0 0] makefont setfont
459 344 102 moveto (argument) show
463 tgifsavedpage restore
465 %MatchingCreationDate: Wed Mar 8 14:33:09 1995