diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancytooltips/fancytooltipsmark.eps')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancytooltips/fancytooltipsmark.eps | 553 |
1 files changed, 553 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancytooltips/fancytooltipsmark.eps b/Master/texmf-dist/doc/latex/fancytooltips/fancytooltipsmark.eps new file mode 100644 index 00000000000..8e70df560d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fancytooltips/fancytooltipsmark.eps @@ -0,0 +1,553 @@ +%!PS-Adobe-3.0 +%%Creator: xpdf/pdftops 3.00 +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%DocumentMedia: plain 316 214 0 () () +%%BoundingBox: 0 0 316 214 +%%Pages: 1 +%%EndComments +%%BeginDefaults +%%PageMedia: plain +%%EndDefaults +%%BeginProlog +%%BeginResource: procset xpdf 3.00 0 +/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 +% 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 +/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 axialCol sc + 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 + 0 360 arc h f* + } ifelse +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +316 214 false pdfSetup +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageOrientation: Portrait +pdfStartPage +0 0 316 214 re W +%%EndPageSetup +[] 0 d +1 i +0 j +0 J +10 M +1 w +/DeviceGray {} cs +[0] sc +/DeviceGray {} CS +[0] SC +false op +false OP +q +[0.8 0 0 -0.8 0 214] cm +q +[1 0 0 1 0 0] cm +q +[1 0 0 1 -149.5 -286.737] cm +q +/DeviceRGB {} cs +[0 0.396072 1] sc +543.75 391.425 m +543.75 449.212 462.55 496.112 362.5 496.112 c +262.45 496.112 181.25 449.212 181.25 391.425 c +181.25 333.637 262.45 286.737 362.5 286.737 c +462.55 286.737 543.75 333.637 543.75 391.425 c +h +f +Q +q +/DeviceRGB {} cs +[0 0.396072 1] sc +209.375 449.237 m +171.875 567.987 150 549.237 150 549.237 c +150 549.237 232.766 548.636 268.75 478.277 c +f* +Q +q +[1.13967 0 0 0.877444 0 0] cm +q +/DeviceRGB {} cs +[1 0 0] sc +235.969 462.75 m +207.561 462.75 l +207.561 458.894 l +207.561 454.592 208.427 450.789 210.158 447.484 c +211.889 444.126 215.535 439.877 221.096 434.736 c +226.132 430.172 l +229.123 427.444 231.3 424.873 232.664 422.46 c +234.08 420.047 234.788 417.633 234.788 415.22 c +234.788 411.548 233.529 408.689 231.011 406.643 c +228.493 404.544 224.978 403.495 220.467 403.495 c +216.217 403.495 211.627 404.387 206.695 406.171 c +201.764 407.902 196.623 410.499 191.272 413.961 c +191.272 389.252 l +197.62 387.049 203.417 385.422 208.663 384.373 c +213.909 383.324 218.971 382.799 223.85 382.799 c +236.651 382.799 246.409 385.422 253.124 390.668 c +259.839 395.862 263.196 403.469 263.196 413.489 c +263.196 418.63 262.173 423.247 260.127 427.339 c +258.081 431.378 254.592 435.733 249.661 440.401 c +244.625 444.887 l +241.057 448.14 238.723 450.763 237.621 452.756 c +236.52 454.697 235.969 456.848 235.969 459.209 c +235.969 462.75 l +207.561 474.396 m +235.969 474.396 l +235.969 502.411 l +207.561 502.411 l +207.561 474.396 l +f +Q +q +/DeviceRGB {} cs +[1 0 0] sc +329.455 462.75 m +301.047 462.75 l +301.047 458.894 l +301.047 454.592 301.912 450.789 303.644 447.484 c +305.375 444.126 309.021 439.877 314.582 434.736 c +319.618 430.172 l +322.608 427.444 324.786 424.873 326.15 422.46 c +327.566 420.047 328.274 417.633 328.274 415.22 c +328.274 411.548 327.015 408.689 324.497 406.643 c +321.979 404.544 318.464 403.495 313.952 403.495 c +309.703 403.495 305.113 404.387 300.181 406.171 c +295.25 407.902 290.109 410.499 284.758 413.961 c +284.758 389.252 l +291.105 387.049 296.902 385.422 302.149 384.373 c +307.395 383.324 312.457 382.799 317.336 382.799 c +330.137 382.799 339.894 385.422 346.609 390.668 c +353.324 395.862 356.682 403.469 356.682 413.489 c +356.682 418.63 355.659 423.247 353.613 427.339 c +351.567 431.378 348.078 435.733 343.147 440.401 c +338.111 444.887 l +334.543 448.14 332.209 450.763 331.107 452.756 c +330.005 454.697 329.455 456.848 329.455 459.209 c +329.455 462.75 l +301.047 474.396 m +329.455 474.396 l +329.455 502.411 l +301.047 502.411 l +301.047 474.396 l +f +Q +q +/DeviceRGB {} cs +[1 0 0] sc +422.94 462.75 m +394.533 462.75 l +394.533 458.894 l +394.533 454.592 395.398 450.789 397.13 447.484 c +398.861 444.126 402.507 439.877 408.068 434.736 c +413.104 430.172 l +416.094 427.444 418.271 424.873 419.635 422.46 c +421.052 420.047 421.76 417.633 421.76 415.22 c +421.76 411.548 420.501 408.689 417.983 406.643 c +415.465 404.544 411.95 403.495 407.438 403.495 c +403.189 403.495 398.598 404.387 393.667 406.171 c +388.736 407.902 383.595 410.499 378.244 413.961 c +378.244 389.252 l +384.591 387.049 390.388 385.422 395.634 384.373 c +400.88 383.324 405.943 382.799 410.822 382.799 c +423.622 382.799 433.38 385.422 440.095 390.668 c +446.81 395.862 450.168 403.469 450.168 413.489 c +450.168 418.63 449.145 423.247 447.099 427.339 c +445.053 431.378 441.564 435.733 436.633 440.401 c +431.597 444.887 l +428.029 448.14 425.695 450.763 424.593 452.756 c +423.491 454.697 422.94 456.848 422.94 459.209 c +422.94 462.75 l +394.533 474.396 m +422.94 474.396 l +422.94 502.411 l +394.533 502.411 l +394.533 474.396 l +f +Q +Q +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF |