diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-26 15:51:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-26 15:51:19 +0000 |
commit | bc65b5163ff4dc16527823da178e3fe9dfbcd031 (patch) | |
tree | 5cb4b745c9c22fc90b795deaf58be991619af3b5 /Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps | |
parent | 666b60b33e888cd50974e4f245b548f91cb582a1 (diff) |
powerdot-FUBerlin update (25jul09)
git-svn-id: svn://tug.org/texlive/trunk@14454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps')
-rw-r--r-- | Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps | 521 |
1 files changed, 521 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps b/Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps new file mode 100644 index 00000000000..2b1b9792cee --- /dev/null +++ b/Master/texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps @@ -0,0 +1,521 @@ +%!PS-Adobe-3.0 EPSF-3.0 +% Produced by xpdf/pdftops 3.02 +%%Creator: TeX +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 103 87 +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.02 0 +%%Copyright: Copyright 1996-2007 Glyph & Cog, LLC +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 15 def +/pdfSetup { + 3 1 roll 2 array astore + /setpagedevice where { + pop 3 dict begin + /PageSize exch def + /ImagingBBox null def + /Policies 1 dict dup begin /PageSize 3 def end def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop pop + } ifelse +} def +/pdfStartPage { + pdfDictSize dict begin + /pdfFillCS [] def + /pdfFillXform {} def + /pdfStrokeCS [] def + /pdfStrokeXform {} def + /pdfFill [0] def + /pdfStroke [0] def + /pdfFillOP false def + /pdfStrokeOP false def + /pdfLastFill false def + /pdfLastStroke false def + /pdfTextMat [1 0 0 1 0 0] def + /pdfFontSize 0 def + /pdfCharSpacing 0 def + /pdfTextRender 0 def + /pdfTextRise 0 def + /pdfWordSpacing 0 def + /pdfHorizScaling 1 def + /pdfTextClipPath [] def +} def +/pdfEndPage { end } def +% PDF color state +/cs { /pdfFillXform exch def dup /pdfFillCS exch def + setcolorspace } def +/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def + setcolorspace } def +/sc { pdfLastFill not { pdfFillCS setcolorspace } if + dup /pdfFill exch def aload pop pdfFillXform setcolor + /pdfLastFill true def /pdfLastStroke false def } def +/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if + dup /pdfStroke exch def aload pop pdfStrokeXform setcolor + /pdfLastStroke true def /pdfLastFill false def } def +/op { /pdfFillOP exch def + pdfLastFill { pdfFillOP setoverprint } if } def +/OP { /pdfStrokeOP exch def + pdfLastStroke { pdfStrokeOP setoverprint } if } def +/fCol { + pdfLastFill not { + pdfFillCS setcolorspace + pdfFill aload pop pdfFillXform setcolor + pdfFillOP setoverprint + /pdfLastFill true def /pdfLastStroke false def + } if +} def +/sCol { + pdfLastStroke not { + pdfStrokeCS setcolorspace + pdfStroke aload pop pdfStrokeXform setcolor + pdfStrokeOP setoverprint + /pdfLastStroke true def /pdfLastFill false def + } if +} def +% build a font +/pdfMakeFont { + 4 3 roll findfont + 4 2 roll matrix scale makefont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /Encoding exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16 { + exch findfont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /WMode exch def + currentdict + end + definefont pop +} def +% graphics state operators +/q { gsave pdfDictSize dict begin } def +/Q { + end grestore + /pdfLastFill where { + pop + pdfLastFill { + pdfFillOP setoverprint + } { + pdfStrokeOP setoverprint + } ifelse + } if +} def +/cm { concat } def +/d { setdash } def +/i { setflat } def +/j { setlinejoin } def +/J { setlinecap } def +/M { setmiterlimit } def +/w { setlinewidth } def +% path segment operators +/m { moveto } def +/l { lineto } def +/c { curveto } def +/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath } def +/h { closepath } def +% path painting operators +/S { sCol stroke } def +/Sf { fCol stroke } def +/f { fCol fill } def +/f* { fCol eofill } def +% clipping operators +/W { clip newpath } def +/W* { eoclip newpath } def +/Ws { strokepath clip newpath } def +% text state operators +/Tc { /pdfCharSpacing exch def } def +/Tf { dup /pdfFontSize exch def + dup pdfHorizScaling mul exch matrix scale + pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put + exch findfont exch makefont setfont } def +/Tr { /pdfTextRender exch def } def +/Ts { /pdfTextRise exch def } def +/Tw { /pdfWordSpacing exch def } def +/Tz { /pdfHorizScaling exch def } def +% text positioning operators +/Td { pdfTextMat transform moveto } def +/Tm { /pdfTextMat exch def } def +% text string operators +/cshow where { + pop + /cshow2 { + dup { + pop pop + 1 string dup 0 3 index put 3 index exec + } exch cshow + pop pop + } def +}{ + /cshow2 { + currentfont /FontType get 0 eq { + 0 2 2 index length 1 sub { + 2 copy get exch 1 add 2 index exch get + 2 copy exch 256 mul add + 2 string dup 0 6 5 roll put dup 1 5 4 roll put + 3 index exec + } for + } { + dup { + 1 string dup 0 3 index put 3 index exec + } forall + } ifelse + pop pop + } def +} ifelse +/awcp { + exch { + false charpath + 5 index 5 index rmoveto + 6 index eq { 7 index 7 index rmoveto } if + } exch cshow2 + 6 {pop} repeat +} def +/Tj { + fCol + 1 index stringwidth pdfTextMat idtransform pop + sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj16 { + fCol + 2 index stringwidth pdfTextMat idtransform pop + sub exch div + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj16V { + fCol + 2 index stringwidth pdfTextMat idtransform exch pop + sub exch div + 0 pdfWordSpacing pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing add 0 exch + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj1 { + 0 pdfTextRise pdfTextMat dtransform rmoveto + currentpoint 8 2 roll + pdfTextRender 1 and 0 eq { + 6 copy awidthshow + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 7 index 7 index moveto + 6 copy + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + false awcp currentpoint stroke moveto + } if + pdfTextRender 4 and 0 ne { + 8 6 roll moveto + false awcp + /pdfTextClipPath [ pdfTextClipPath aload pop + {/moveto cvx} + {/lineto cvx} + {/curveto cvx} + {/closepath cvx} + pathforall ] def + currentpoint newpath moveto + } { + 8 {pop} repeat + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto +} def +/TJm { pdfFontSize 0.001 mul mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { pdfFontSize 0.001 mul mul neg 0 exch + pdfTextMat dtransform rmoveto } def +/Tclip { pdfTextClipPath cvx exec clip newpath + /pdfTextClipPath [] def } def +% Level 2 image operators +/pdfImBuf 100 string def +/pdfIm { + image + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfImM { + fCol imagemask + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pr { 2 index 2 index 3 2 roll putinterval 4 add } def +/pdfImClip { + gsave + 0 2 4 index length 1 sub { + dup 4 index exch 2 copy + get 5 index div put + 1 add 3 index exch 2 copy + get 3 index div put + } for + pop pop rectclip +} def +/pdfImClipEnd { grestore } def +% shading operators +/colordelta { + false 0 1 3 index length 1 sub { + dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { + pop true + } if + } for + exch pop exch pop +} def +/funcCol { func n array astore } def +/funcSH { + dup 0 eq { + true + } { + dup 6 eq { + false + } { + 4 index 4 index funcCol dup + 6 index 4 index funcCol dup + 3 1 roll colordelta 3 1 roll + 5 index 5 index funcCol dup + 3 1 roll colordelta 3 1 roll + 6 index 8 index funcCol dup + 3 1 roll colordelta 3 1 roll + colordelta or or or + } ifelse + } ifelse + { + 1 add + 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch + 6 index 6 index 4 index 4 index 4 index funcSH + 2 index 6 index 6 index 4 index 4 index funcSH + 6 index 2 index 4 index 6 index 4 index funcSH + 5 3 roll 3 2 roll funcSH pop pop + } { + pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul + funcCol sc + dup 4 index exch mat transform m + 3 index 3 index mat transform l + 1 index 3 index mat transform l + mat transform l pop pop h f* + } ifelse +} def +/axialCol { + dup 0 lt { + pop t0 + } { + dup 1 gt { + pop t1 + } { + dt mul t0 add + } ifelse + } ifelse + func n array astore +} def +/axialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index axialCol 2 index axialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index axialSH + exch 3 2 roll axialSH + } { + pop 2 copy add 0.5 mul + axialCol sc + exch dup dx mul x0 add exch dy mul y0 add + 3 2 roll dup dx mul x0 add exch dy mul y0 add + dx abs dy abs ge { + 2 copy yMin sub dy mul dx div add yMin m + yMax sub dy mul dx div add yMax l + 2 copy yMax sub dy mul dx div add yMax l + yMin sub dy mul dx div add yMin l + h f* + } { + exch 2 copy xMin sub dx mul dy div add xMin exch m + xMax sub dx mul dy div add xMax exch l + exch 2 copy xMax sub dx mul dy div add xMax exch l + xMin sub dx mul dy div add xMin exch l + h f* + } ifelse + } ifelse +} def +/radialCol { + dup t0 lt { + pop t0 + } { + dup t1 gt { + pop t1 + } if + } ifelse + func n array astore +} def +/radialSH { + dup 0 eq { + true + } { + dup 8 eq { + false + } { + 2 index dt mul t0 add radialCol + 2 index dt mul t0 add radialCol colordelta + } ifelse + } ifelse + { + 1 add 3 1 roll 2 copy add 0.5 mul + dup 4 3 roll exch 4 index radialSH + exch 3 2 roll radialSH + } { + pop 2 copy add 0.5 mul dt mul t0 add + radialCol sc + encl { + exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 0 360 arc h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + 360 0 arcn h f + } { + 2 copy + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arcn + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arcn h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arc + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arc h f + } ifelse + } ifelse +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%EndSetup +pdfStartPage +[] 0 d +1 i +0 j +0 J +10 M +1 w +/DeviceGray {} cs +[0] sc +/DeviceGray {} CS +[0] SC +false op +false OP +{} settransfer +0 0 103 87 re +W +q +q +[1 0 0 1 0 0] cm +q +[1 0 0 1 0 0] cm +0 0 102 87 re +W +q +[0.1 0 0 0.1 0 0] cm +q +[1020 0 0 870 0 0] cm +/DeviceRGB setcolorspace +<< + /ImageType 1 + /Width 102 + /Height 87 + /ImageMatrix [102 0 0 -87 0 87] + /BitsPerComponent 8 + /Decode [0 1 0 1 0 1] + /DataSource currentfile + /ASCII85Decode filter + << >> /DCTDecode filter +>> +pdfIm +s4IA>!"M;*Ddm8XA,lT0!!3,S!(-_r$4@:N#n@CQ%1j$[&JcW.().Gu/0H)S,W%,4 +2DZs@1-.^"7QN\-4u+la@S'<q=C#6=3(7FrAQinK>?tD3gAjSA%hK9f',E&6(FiQL +1-8WA=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1=]nm1 +s1eUH#QRp+Aci&X!!3`5!tbS6_uLkZ!!*6(!<E3%!<<*"z!!*-'"9eu7#RLhGs24o +F&-)b4!s8T-!sJi2"98E&I/sBO!!El;&g8tq"qsjB#9n.%14bR]#U;[@_%fkqn0Bf +!Ee4T)()If*)C6^X-n-W&2)[BQ3BBMq77Kd<8P2o\<E<1'=^#<GAS,RgBkh^2F`qt +RH$Y*rKnbA=M2II[Pa.Q$R$jD;USO``Vl6SpZEppG[^WcW]#)A'`Q#s>ai`&\eCE. +%f\,!;ioB+]k3(smlLFH:o_%qPq"add_uLk[!!<6&!<E3%!<E3$z!!*-'"9eu7#RL +hGs24oF&HDk5!X&W.":#)5"98H(G5qXF!tbY>+Ya065u@kqE>'NOJHurVOeK%r#pV +6(n.fDQd0^X71uTbN(Dn#.-7:2j.Q'+C3&s#e6q'R884cEP<)lt#=BSg;A7]@cBPD +4&FEMbNG^4UeK7nr5LPUeEP*;,qQC!u,R\HRQV5C/hWN*81['d?O\@K2f_o0O6a2l +BFdaQ^rf%8R-g>_/RjlYail0@j2o_%qPq"addg&MN`!<<05!tbMt!;)^.U4<S;5Qm +:$3g3S4Y@4ZD1JYk@E1dW*A'b83ejMFJ)Vh2q7>uE2h^tQD1]Gf$,ONj,[7PKSI1$ +^5K%kdAAK82-B-4Z+/q;_?IT`[fY$X2MA6,pk%b2i;]_3Eq'jc:PpJ/$*!/.(!EP6 +B62?7a-:/pl,k;<<GR?aPrD'lfQ-<\\aOW"rs"l7qb*-tYC.*]l&"'!efTLZ>:jcr +?hjV]O=4QisRT,tIjO@M.]B:TF5nFk:@mIf1Qr9HNiW3U@=-G^LgUL]jOQT8s9a?: +rV]Rn<&g@"*;&eolN!qDAP1:S>hg$?q)pebVT0$]5Jea0[V;Vl?KJWgb,Y!3$d`ta +'6>sYRb$1;Dl$F'T>b8qF%A3Cf+?DK"IC;ugG95ehD9gVjFGPQ#n1%N($,NFaSN:d ++Rj4L1\k=%fR<#-0F70"%T*Fb#(Ob0;/bYLJ-3jANTEVl,>PdY3NU^Al)[H5.e#NB +HoG@<F@B;O#*[4aD-76AN/`?ZEOlu79WFX*h":0WQ]r]d^B6o?l#nia:!TSsXoER- +jn4aGA"Q1*,&A1YT%;YUPNf`6Et],Y4;*,rfQLVaX.2PUHRP"*i),fCn3/-mbsg$d +@u[?\tFFt6d2ZbEXBR:URf9"ne*\hbV049P0`..e8)2;HGkn406[`iQ",&E%)/VY\ +Vq-!q8O87YV9?(Psg&BhOEEV(d%[<0a)UMV,33%*:OEnI>/kA6`<2;VL&B)o*iZTu +/5LHGA/e2J;*[]:jdK#+@TVYuE8,WbQX_u:P>pfBQ:D)%m$H].-Sg@=23bCQqlJ@P +nFk8il\dK+c6`HLYri\?/Uo++ID5rHkuk0pTfa/<Z59N0+TQ,:>+MZ3DX73eblOMd +4$YNILE4/%hfI$M.o?=,Fqj8m-VM;"VdPFRfhi-":lcs&lO!8s4aB@Db!I`?L*50\ +@3g'#]?;*\s$"b8^JW9M.\U,(k"2.gr:+4N6%@k>?07_@W@k;($'';"6Xr$uftg", +<,6[lK$B855qJUH?/KdRA3h8oekVk3i;Yu2H,.0L6E7s`HrWMEleBVLB9K"6k>I+m +qh'<H%h'OuIuL#fN,&#W2ql0Fja%/Qj,W0ZgiVC.&P0'#s8%0$;g\.^)F='LU%HeD +hq;Ve5A@Q=p;&P1i$P"n)<Se[X=25*PLG3UC[jSo4]3>ircF<?35nL/14>XJpWheA +*1#FENtK9)ofdbM75PBWim=@I-J;F\2<bE(_"8%"<,k;BAW2S)\AKWmr:]Mb)aF+A +I('S6&^orZte)X*A-06$D8rYZqsO2M)M&&`1!GH.g>Uts!1i[Do3,X!m'l]5@,>cl +#8G4IJC6KO6fjg'I4%R3Rn#g"T[k:!fKpPQUKFh>jf)D/<aLriN-]ufP'Q!_D.c/N +"k04-OX^^b+Hdr*K&8c2"qGWm@MCLZH&#o5CT[^\ZY8ah5tOndLfd>a9W]9V(5HHq +#FYAoNs%ug/ECQagUI9(T8(jqa*\W-`nPqER<c`;P&EEbK%Lc"Ag]@`jGRG&HR4LX +N@a(g*\XTZ(.+Q:7MJ]C5G\0&dGY%['p3[Lr-agDnPPRC&1\[XsPOPgD+J-GujjSg +M0P?fMcjg7*'a!DDB-eE:[r@9Y?nI<0llfGT]NZ-U#""Q;\JpfH/Zog@gM$Nq(rrA +b#'A+P?WC7M%7Y+gaYoFAA1OZ"O4+t,Pg_N?d\Pbd7Sd#3"\pDHf$k1^lh8D)qUMo +1qcAdn&T>IT=;Im-pH]e#OZ/0nr_rY-s7EGXMiWg>GS9jk/>0Yjs:jKAq0\aYcYYk +m<ni8ne";!"8/Zfr27E"WBW"NB.jG]5lKjlh#N9qSnSnhCu\rQdj9RT,"@SOR0'Du +>W"<Zb*!7j$6I8&)Q@`FTaO`&aAGL$cW@OEJ2j0u;m[@q3<]2%oSe#>E"l@9/-B0" +n!I,_ABdsfPc-,%GcSIrsf7KM,IJY)ks%V[L<[Dg;E_!%Js(_a+_pMr(^,lSM3\LH +1;@2WjI8;"P4.r?YpRi2.LCKB+6RbI$u,J,NC*<65SmT*XL8+CuZp8jX`A%>$Am:M +e]KS<"D*.ckCqYJ`Um9l$dRN[o9X1Cd\*JhrL>SFB=X2<2crKS)?/=p#IcnO1a5E_ +JLf2j7Eqb^umL%-AFZX[S`[bc=?^1o;0=@$f=;fiU<Ef_nFhk$nS^Hmp1>*AaA9C( +OFD]291E9@7@E"nmlHJje$%WPD@YtMW5Q)mg=+!O+=2DNMdg\sH%mMSOt\&q-]\hl +!WUY83\`.B9f5M@>0od74B91*uKDedY>*3pUVR+*bPe:L9GG+HYUE!%6TY3)I,MMH +/FMCUJJU`^8%a>C8##:DBn)IBUb[jjS]c^T2Pj@.@;HZD)0S9i\RU;E7SRWL"@6@_ +.--jfd-NoZ4?l%A28U:Rdfo%i66NF[mc$D6qAhRU1uY&o;N8M9@$!6BdJUA#'XN,c +@KO%Rqpk&"5@]$uGTL+Bl-dS]U'1.\L64YU*'&#O(R2P[+MM03X=--I&73$`-N;hC +p-$/j@DXl>erRo_O?!_0,FJnNm!Gh_G_nrHOA]h%kO%J1d.[^ARUW5L)-$Z$'08-B +EoVmU5]Z(7;LrM7dj1U`i"A/3eZZ\#(p?oE?=-+262#"skE8EFbDWs&[QV?u1,O3Y ++Lo\3hl%b[V:j^eon#a0cRG3VWY+Fbl0c4;YsVO7:J2Y&nkb:JR1X"j>re"o6=(*@ +%/GH"q<DF3')]85S+DrJPdDD4;U0<O??Pf7sn,,l"R`jfL5mFZKFCu>oH,M^ZLd]: +1m$8+1A#a$1`@IQ`(AL(b+3TE(>`Gb"P9?2'kobdqPl-A(4aG6Mequ6XGL?qf>*MI +2LAHPXd!pY.L"/KG4&#]$DC=,IZh;-=RYYdh'L(mKR!#/:!!+k$N3dp(D<eS@FkKS +^h0g>Bupu\P7L>4S1H@lr?</I;Ma?=U';+4BH7.R&76FeWdmEhm9OND5<#M1u6-\g +Pq$_+2be:5XqgCX>lcg+"6F0Oaq[C*(OOnj1IUe0/D\BR`:'dX"t;*Y:!;*Z6'f`~> +%-EOD- +Q +Q +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF |