--- cdlabelgen-4.1.0.orig/cdlabelgen +++ cdlabelgen-4.1.0/cdlabelgen @@ -94,6 +94,11 @@ # option. # Thanks to Andras Salamon for this patch. # --------------------------------------------------------------------- +# 20021102 tony mancill +# - added -C/--no-cover-plaque option +# - added -n/--number-in-set option +# 20030601 tony mancill +# - fold 2.6.0 upstream changes into Debian 2.5.0-2 use Socket qw(:DEFAULT :crlf); use strict; --- cdlabelgen-4.1.0.orig/debian/dirs +++ cdlabelgen-4.1.0/debian/dirs @@ -0,0 +1,4 @@ +usr/bin +usr/share/cdlabelgen +usr/share/man/man1 +usr/share/lintian/overrides --- cdlabelgen-4.1.0.orig/debian/control +++ cdlabelgen-4.1.0/debian/control @@ -0,0 +1,26 @@ +Source: cdlabelgen +Section: graphics +Priority: optional +Maintainer: Juan Manuel Garcia Molina +Uploaders: Stephen Gran +Author: Avinash Chopde +Homepage: http://www.aczoom.com/tools/cdinsert/ +Build-Depends: debhelper (>> 5.0.0) +Build-Depends-Indep: perl +Standards-Version: 3.8.0 + +Package: cdlabelgen +Architecture: all +Depends: perl +Recommends: ghostscript +Description: generates front cards and tray cards for CDs and DVDs + cdlabelgen was designed to simplify the process of + generating labels for CDs and DVDs. It originated as a program + to allow auto generation of front cards and tray cards for CDs + burned via an automated mechanism (specifically for archiving + data), but has now become popular for labelling CD + compilations of mp3's, and copies of CDs. Note that cdlabelgen + does not actually print anything--it just spits out + postscript, which you can then do with as you please. + . + --- cdlabelgen-4.1.0.orig/debian/rules +++ cdlabelgen-4.1.0/debian/rules @@ -0,0 +1,85 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean + +gen_copyright: + # Add the lines of copyright found in cdlabelgen script to + # debian/copyright + head -n 20 cdlabelgen >> debian/usr/share/doc/copyright + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/cdlabelgen. + $(MAKE) install BASE_DIR=$(CURDIR)/debian/cdlabelgen/usr + + # copy over the black & white version of the debian logo + cp -p $(CURDIR)/debian/debian-bw.eps $(CURDIR)/debian/cdlabelgen/usr/share/cdlabelgen/ + + # add lintian override to avoid warning regarding INSTALL doc + install -o root -g root -m 0644 $(CURDIR)/debian/cdlabelgen.lintian-override \ + $(CURDIR)/debian/cdlabelgen/usr/share/lintian/overrides/cdlabelgen + + # build the manpage + # 20021102/tm - no longer needed - the upstream builds this in its Makefile + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs INSTALL.WEB + + # Add the lines of copyright from cdlabel script to + # usr/share/doc/copyright file + head -n 36 cdlabelgen | tail -n 29 - | cut -c 2-80 - >> debian/cdlabelgen/usr/share/doc/cdlabelgen/copyright + + dh_installexamples + dh_installman cdlabelgen.1 + dh_installchangelogs ChangeLog + dh_link + dh_compress + dh_fixperms + # You may want to make some executables suid here. + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install +# arch-independent package - nothing to do + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- cdlabelgen-4.1.0.orig/debian/changelog +++ cdlabelgen-4.1.0/debian/changelog @@ -0,0 +1,224 @@ +cdlabelgen (4.1.0-2) unstable; urgency=low + + * Update Author and Homepage. Thanks, Simon. Closes: #518629. + + -- Juan Manuel Garcia Molina Tue, 10 Mar 2009 16:20:16 +0100 + +cdlabelgen (4.1.0-1) unstable; urgency=low + + * New upstream release + * Recommends ghostscript, not gs. + * Move Homepage information to a field in debian/control. + * Bump Standards-Version to 3.8.0 (no changes needed). + + -- Juan Manuel Garcia Molina Sat, 01 Nov 2008 21:44:47 +0100 + +cdlabelgen (4.0.0-1) unstable; urgency=low + + * New upstream release. + * Bumped Standards-Version to 3.7.2.2 (no changes needed). + * Extract DH_COMPAT from debian/rules (created debian/compat). Update + debhelper to 5.0.0. + + -- Juan Manuel Garcia Molina Fri, 21 Sep 2007 18:08:07 +0200 + +cdlabelgen (3.6.0-2) unstable; urgency=low + + * Fix download URL in copyright file. Closes: #356471. + * Update Standards-Version to 3.7.2, no changes needed. + * Remove debian/TODO.Debian file, because the only item it contained + was corrected few months ago. + * Dependencies: debhelper moved from Build-Depends-Indep to Build- + Depends. + + -- Juan Manuel Garcia Molina Sat, 17 Jun 2006 10:41:07 +0200 + +cdlabelgen (3.6.0-1) unstable; urgency=low + + * New upstream release + * Update Standards-Version to 3.6.2, no changes needed. + + -- Juan Manuel Garcia Molina Sat, 27 Aug 2005 13:37:13 +0200 + +cdlabelgen (3.5.0-1) unstable; urgency=low + + * New upstream release + + -- Juan Manuel Garcia Molina Sat, 22 Jan 2005 12:57:26 +0100 + +cdlabelgen (3.1.0-1) unstable; urgency=low + + * New upstream release + + -- Juan Manuel Garcia Molina Sun, 26 Dec 2004 17:29:05 +0100 + +cdlabelgen (3.0.0-4) unstable; urgency=low + + * Include INSTALL.WEB upstream file, with valuable info for using + cdlabelgen as web label creation tool. + * Add lintian override to avoid a warning regarding the absence of + installation instructions doc in packages for users. + + -- Juan Manuel Garcia Molina Sat, 16 Oct 2004 17:27:57 +0200 + +cdlabelgen (3.0.0-3) unstable; urgency=low + + * Closes: #272825: Whish: support of slim dvd cases. + * Fix font size in slim dvd cases, thanks to Dominique Dumont + . + * Reference to DVD support in package description. + + -- Juan Manuel Garcia Molina Sat, 2 Oct 2004 11:59:23 +0200 + +cdlabelgen (3.0.0-2) unstable; urgency=low + + * Avoid non-UTF8 characters in text files + * Refine copyright info obtained from cdlabelgen + * Added suport for slim DVD cases, thanks to Dominique Dumont + . + + -- Juan Manuel Garcia Molina Fri, 1 Oct 2004 23:43:08 +0200 + +cdlabelgen (3.0.0-1) unstable; urgency=low + + * New upstream version (added DVD case support) + + -- Juan Manuel Garcia Molina Sun, 16 Nov 2003 12:53:56 +0100 + +cdlabelgen (2.6.1-3) unstable; urgency=low + + * Use 'head/tail -n 1' instead of 'head/tail -1' + + -- Juan Manuel Garcia Molina Sat, 27 Sep 2003 13:41:18 +0200 + +cdlabelgen (2.6.1-2) unstable; urgency=low + + * debian/rules cleanup + * Automatic generation of copyright file from cdlabelgen script + * Bumped Standards-Version: to 3.6.1 + * Use DH_COMPAT=4 (not DH_COMPAT=3) in debian/rules + * Change maintainer email address + + -- Juan Manuel Garcia Molina Sun, 7 Sep 2003 11:17:27 +0200 + +cdlabelgen (2.6.1-1) unstable; urgency=low + + * New upstream release + * Use dh_installman instead of dh_installmanpages + + -- Juan Manuel Garcia Molina Wed, 30 Jul 2003 12:29:38 +0200 + +cdlabelgen (2.6.0-3) unstable; urgency=low + + * Package adopted (Closes: #202544). + * Bumped Standards-Version: to 3.6.0. + * Remove useless debian/cdlabelgen.{postinst,prerm} scripts. + * Change debhelper dependency to make lintian happier. + * Added Stephen Gran to Uploaders:. + + -- Juan Manuel Garcia Molina Sun, 27 Jul 2003 23:19:36 +0200 + +cdlabelgen (2.6.0-2) unstable; urgency=low + + * orphaned; package maintainer set to packages@qa.debian.org + + -- tony mancill Tue, 22 Jul 2003 20:58:13 -0700 + +cdlabelgen (2.6.0-1) unstable; urgency=low + + * new upstream release (adds -O for slim cd cover cases) + * bumped standards version to 3.5.10 + + -- tony mancill Tue, 27 May 2003 20:48:54 -0700 + +cdlabelgen (2.5.0-2) unstable; urgency=low + + * added -n switch (number in a volume, appears next to date) + as suggested by (closes: #101581) + * added -C switch (no cover plaque) as suggested by + (closes: #159043) + + -- tony mancill Sat, 2 Nov 2002 17:08:29 -0800 + +cdlabelgen (2.5.0-1) unstable; urgency=low + + * new upstream release + + -- tony mancill Sat, 2 Nov 2002 09:02:58 -0800 + +cdlabelgen (2.4.0-1) unstable; urgency=low + + * new upstream release + * package is no longer Debian-native (mistake in 2.3 upload) + + -- tony mancill Tue, 3 Sep 2002 20:32:07 -0700 + +cdlabelgen (2.3.0-1) unstable; urgency=low + + * package from new upstream maintainer (closes: #141667) + + -- tony mancill Sun, 7 Apr 2002 16:53:05 -0700 + +cdlabelgen (1.5.0-6) unstable; urgency=low + + * minor spelling corrections to debian/control (closes: #124489) + * extra spacing at end of debian/control for DDTS (closes: #127738) + * debian-bw.eps is now really black and white (closes: #111145) + + -- tony mancill Sun, 6 Jan 2002 12:07:10 -0800 + +cdlabelgen (1.5.0-5) unstable; urgency=low + + * change in margins to accomodate A4 (closes: #85102) + * change default date format to be locale aware (closes: #87053) + * depends on virtual "perl5" to fix problem with dh_perl/testing + + -- tony mancill Thu, 1 Mar 2001 19:52:26 -0700 + +cdlabelgen (1.5.0-4) unstable; urgency=low + + * added Build-depends (Closes: Bug#70340) + * converted package over to a "modern" debhelper/standards version 3.2.1 + + -- tony mancill Sun, 18 Feb 2001 02:26:07 -0700 + +cdlabelgen (1.5.0-3) unstable; urgency=low + + * new maintainer upload + + -- tony mancill Fri, 27 Oct 2000 16:06:21 -0700 + +cdlabelgen (1.5.0-2) unstable; urgency=low + + * update from CVS -- new upstream isn't carrying a ChangeLog anymore -- + too bad + * debian/rules: update for new perl policy; use a few debhelperisms + + -- Adam Di Carlo Wed, 7 Jul 1999 02:34:16 -0400 + +cdlabelgen (1.5.0-1) unstable; urgency=low + + * new upstream version, which includes Debian logos + * debian/rules: adapt to some changes in the upstream makefile + + -- Adam Di Carlo Thu, 24 Jun 1999 21:15:24 -0400 + +cdlabelgen (1.1.3-1) unstable; urgency=low + + * new upstream version + * debian/control: update description, now used a lot for MP3 CDs + + -- Adam Di Carlo Wed, 24 Mar 1999 18:17:59 -0500 + +cdlabelgen (1.0.2-1) unstable; urgency=low + + * new upstream version + + -- Adam Di Carlo Tue, 23 Mar 1999 00:46:03 -0500 + +cdlabelgen (0.7.0-1) unstable; urgency=low + + * initial packaging + * Makefile: minor changes to accomodate alternate prefix + + -- Adam Di Carlo Sat, 23 Jan 1999 01:04:06 -0500 --- cdlabelgen-4.1.0.orig/debian/debian-bw.eps +++ cdlabelgen-4.1.0/debian/debian-bw.eps @@ -0,0 +1,3217 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: Adobe Illustrator(R) 8.0 +%%AI8_CreatorVersion: 8 +%%For: (Raul M Silva) (onShore) +%%Title: (OpenHorColor.eps) +%%CreationDate: (3/3/99) (3:13 PM) +%%BoundingBox: 222 376 368 436 +%%HiResBoundingBox: 222.2349 376.6436 367.9922 435.7261 +%%DocumentProcessColors: Black +%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 +%%+ procset Adobe_ColorImage_AI6 1.3 0 +%%+ procset Adobe_Illustrator_AI5 1.3 0 +%%+ procset Adobe_cshow 2.0 8 +%%+ procset Adobe_shading_AI8 1.0 0 +%AI5_FileFormat 4.0 +%AI3_ColorUsage: Black&White +%AI3_IncludePlacedImages +%AI7_ImageSettings: 1 +%%DocumentCustomColors: (PANTONE Rubine Red 2X CVC) +%%CMYKCustomColor: 0.15 0.96 0.67 0.01 (PANTONE Rubine Red 2X CVC) +%%CMYKProcessColor: 1 1 1 1 ([Registration]) +%%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) +%%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 131071 -1 +%%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () +%AI3_TemplateBox: 306.5 395.5 306.5 395.5 +%AI3_TileBox: 31 31 583 761 +%AI3_DocumentPreview: PC_ColorTIFF +%AI5_ArtSize: 612 792 +%AI5_RulerUnits: 2 +%AI5_ArtFlags: 1 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI8_OpenToView: -253 763 1 1009 720 18 0 1 7 40 0 0 +%AI5_OpenViewLayers: 7 +%%PageOrigin:31 31 +%%AI3_PaperRect:-31 761 581 -31 +%%AI3_Margin:31 -31 -29 31 +%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 +%AI7_Thumbnail: 128 52 8 +%%EndComments +%%BeginProlog +%%BeginResource: procset Adobe_level2_AI5 1.2 0 +%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) +%%Version: 1.2 0 +%%CreationDate: (04/10/93) () +%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) +userdict /Adobe_level2_AI5 26 dict dup begin + put + /packedarray where not + { + userdict begin + /packedarray + { + array astore readonly + } bind def + /setpacking /pop load def + /currentpacking false def + end + 0 + } if + pop + userdict /defaultpacking currentpacking put true setpacking + /initialize + { + Adobe_level2_AI5 begin + } bind def + /terminate + { + currentdict Adobe_level2_AI5 eq + { + end + } if + } bind def + mark + /setcustomcolor where not + { + /findcmykcustomcolor + { + (AI8_CMYK_CustomColor) + 6 packedarray + } bind def + /findrgbcustomcolor + { + (AI8_RGB_CustomColor) + 5 packedarray + } bind def + /setcustomcolor + { + exch + aload pop dup + (AI8_CMYK_CustomColor) eq + { + pop pop + 4 + { + 4 index mul + 4 1 roll + } repeat + 5 -1 roll pop + setcmykcolor + } + { + dup (AI8_RGB_CustomColor) eq + { + pop pop + 3 + { + 1 exch sub + 3 index mul + 1 exch sub + 3 1 roll + } repeat + 4 -1 roll pop + setrgbcolor + } + { + pop + 4 + { + 4 index mul 4 1 roll + } repeat + 5 -1 roll pop + setcmykcolor + } ifelse + } ifelse + } + def + } if + /setAIseparationgray + { + false setoverprint + 0 setgray + /setseparationgray where{ + pop setseparationgray + }{ + /setcolorspace where{ + pop + [/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace + 1 exch sub setcolor + }{ + setgray + }ifelse + }ifelse + } def + + /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def + userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put + userdict /level2? + systemdict /languagelevel known dup + { + pop systemdict /languagelevel get 2 ge + } if + put +/level2ScreenFreq +{ + begin + 60 + HalftoneType 1 eq + { + pop Frequency + } if + HalftoneType 2 eq + { + pop GrayFrequency + } if + HalftoneType 5 eq + { + pop Default level2ScreenFreq + } if + end +} bind def +userdict /currentScreenFreq + level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put +level2? not + { + /setcmykcolor where not + { + /setcmykcolor + { + exch .11 mul add exch .59 mul add exch .3 mul add + 1 exch sub setgray + } def + } if + /currentcmykcolor where not + { + /currentcmykcolor + { + 0 0 0 1 currentgray sub + } def + } if + /setoverprint where not + { + /setoverprint /pop load def + } if + /selectfont where not + { + /selectfont + { + exch findfont exch + dup type /arraytype eq + { + makefont + } + { + scalefont + } ifelse + setfont + } bind def + } if + /cshow where not + { + /cshow + { + [ + 0 0 5 -1 roll aload pop + ] cvx bind forall + } bind def + } if + } if + cleartomark + /anyColor? + { + add add add 0 ne + } bind def + /testColor + { + gsave + setcmykcolor currentcmykcolor + grestore + } bind def + /testCMYKColorThrough + { + testColor anyColor? + } bind def + userdict /composite? + 1 0 0 0 testCMYKColorThrough + 0 1 0 0 testCMYKColorThrough + 0 0 1 0 testCMYKColorThrough + 0 0 0 1 testCMYKColorThrough + and and and + put + composite? not + { + userdict begin + gsave + /cyan? 1 0 0 0 testCMYKColorThrough def + /magenta? 0 1 0 0 testCMYKColorThrough def + /yellow? 0 0 1 0 testCMYKColorThrough def + /black? 0 0 0 1 testCMYKColorThrough def + grestore + /isCMYKSep? cyan? magenta? yellow? black? or or or def + /customColor? isCMYKSep? not def + end + } if + end defaultpacking setpacking +%%EndResource +%%BeginProcSet: Adobe_ColorImage_AI6 1.3 0 +userdict /Adobe_ColorImage_AI6 known not +{ + userdict /Adobe_ColorImage_AI6 53 dict put +} if +userdict /Adobe_ColorImage_AI6 get begin +/initialize { + Adobe_ColorImage_AI6 begin + Adobe_ColorImage_AI6 { + dup type /arraytype eq { + dup xcheck { + bind + } if + } if + pop pop + } forall +} def +/terminate { end } def +currentdict /Adobe_ColorImage_AI6_Vars known not { + /Adobe_ColorImage_AI6_Vars 41 dict def +} if +Adobe_ColorImage_AI6_Vars begin + /plateindex -1 def + /_newproc null def + /_proc1 null def + /_proc2 null def + /sourcearray 4 array def + /_ptispace null def + /_ptiname null def + /_pti0 0 def + /_pti1 0 def + /_ptiproc null def + /_ptiscale 0 def + /_pticomps 0 def + /_ptibuf 0 string def + /_gtigray 0 def + /_cticmyk null def + /_rtirgb null def + /XIEnable true def + /XIType 0 def + /XIEncoding 0 def + /XICompression 0 def + /XIChannelCount 0 def + /XIBitsPerPixel 0 def + /XIImageHeight 0 def + /XIImageWidth 0 def + /XIImageMatrix null def + /XIRowBytes 0 def + /XIFile null def + /XIBuffer1 null def + /XIBuffer2 null def + /XIBuffer3 null def + /XIDataProc null def + /XIColorSpace /DeviceGray def + /XIColorValues 0 def + /XIPlateList false def +end +/ci6colorimage /colorimage where {/colorimage get}{null} ifelse def +/ci6image systemdict /image get def +/ci6curtransfer systemdict /currenttransfer get def +/ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def +/ci6foureq { + 4 index ne { + pop pop pop false + }{ + 4 index ne { + pop pop false + }{ + 4 index ne { + pop false + }{ + 4 index eq + } ifelse + } ifelse + } ifelse +} def +/ci6testplate { + Adobe_ColorImage_AI6_Vars begin + /plateindex -1 def + /setcmykcolor where { + pop + gsave + 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub + 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub + grestore + 1 0 0 0 ci6foureq { + /plateindex 0 def + }{ + 0 1 0 0 ci6foureq { + /plateindex 1 def + }{ + 0 0 1 0 ci6foureq { + /plateindex 2 def + }{ + 0 0 0 1 ci6foureq { + /plateindex 3 def + }{ + 0 0 0 0 ci6foureq { + /plateindex 5 def + } if + } ifelse + } ifelse + } ifelse + } ifelse + pop pop pop pop + } if + plateindex + end +} def +/ci6concatprocs { + /packedarray where { + pop dup type /packedarraytype eq 2 index type + /packedarraytype eq or + }{ + false + } ifelse + { + /_proc2 exch cvlit def + /_proc1 exch cvlit def + _proc1 aload pop + _proc2 aload pop + _proc1 length + _proc2 length add + packedarray cvx + }{ + /_proc2 exch cvlit def + /_proc1 exch cvlit def + /_newproc _proc1 length _proc2 length add array def + _newproc 0 _proc1 putinterval + _newproc _proc1 length _proc2 putinterval + _newproc cvx + } ifelse +} def +/ci6istint { + type /arraytype eq +} def +/ci6isspot { + dup type /arraytype eq { + dup length 1 sub get /Separation eq + }{ + pop false + } ifelse +} def +/ci6spotname { + dup ci6isspot {dup length 2 sub get}{pop ()} ifelse +} def +/ci6altspace { + aload pop pop pop ci6colormake +} def +/ci6numcomps { + dup /DeviceGray eq { + pop 1 + }{ + dup /DeviceRGB eq { + pop 3 + }{ + /DeviceCMYK eq { + 4 + }{ + 1 + } ifelse + } ifelse + } ifelse +} def +/ci6marksplate { + dup /DeviceGray eq { + pop plateindex 3 eq + }{ + dup /DeviceRGB eq { + pop plateindex 5 ne + }{ + dup /DeviceCMYK eq { + pop plateindex 5 ne + }{ + dup ci6isspot { + /findcmykcustomcolor where { + pop + dup length 2 sub get + 0.1 0.1 0.1 0.1 5 -1 roll + findcmykcustomcolor 1 setcustomcolor + systemdict /currentgray get exec + 1 ne + }{ + pop plateindex 5 ne + } ifelse + }{ + pop plateindex 5 ne + } ifelse + } ifelse + } ifelse + } ifelse +} def +/ci6colormake { + dup ci6numcomps + exch 1 index 2 add 1 roll + dup 1 eq {pop}{array astore} ifelse + exch +} def +/ci6colorexpand { + dup ci6spotname exch + dup ci6istint { + ci6altspace + exch 4 1 roll + }{ + 1 3 1 roll + } ifelse +} def +/ci6colortint { + dup /DeviceGray eq { + 3 1 roll 1 exch sub mul 1 exch sub exch + }{ + dup /DeviceRGB eq { + 3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch + }{ + dup /DeviceCMYK eq { + 3 1 roll {1 index mul exch} forall pop 4 array astore exch + }{ + 3 1 roll mul exch + } ifelse + } ifelse + } ifelse +} def +/ci6colortocmyk { + dup /DeviceGray eq { + pop 1 exch sub 0 0 0 4 -1 roll 4 array astore + }{ + dup /DeviceRGB eq { + pop aload pop _rgbtocmyk 4 array astore + }{ + dup /DeviceCMYK eq { + pop + }{ + ci6altspace ci6colortint ci6colortocmyk + } ifelse + } ifelse + } ifelse +} def +/ci6makeimagedict { + 7 dict begin + /ImageType 1 def + /Decode exch def + /DataSource exch def + /ImageMatrix exch def + /BitsPerComponent exch def + /Height exch def + /Width exch def + currentdict end +} def +/ci6stringinvert { + 0 1 2 index length 1 sub { + dup 2 index exch get 255 exch sub 2 index 3 1 roll put + } for +} def +/ci6stringknockout { + 0 1 2 index length 1 sub { + 255 2 index 3 1 roll put + } for +} def +/ci6stringapply { + 0 1 4 index length 1 sub { + dup + 4 index exch get + 3 index 3 1 roll + 3 index exec + } for + pop exch pop +} def +/ci6walkrgbstring { + 0 3 index + dup length 1 sub 0 3 3 -1 roll { + 3 getinterval {} forall + 5 index exec + 3 index + } for + + 5 {pop} repeat +} def +/ci6walkcmykstring +{ + 0 3 index + dup length 1 sub 0 4 3 -1 roll { + 4 getinterval {} forall + + 6 index exec + + 3 index + + } for + + 5 { pop } repeat + +} def +/ci6putrgbtograystr +{ + .11 mul exch + + .59 mul add exch + + .3 mul add + + cvi 3 copy put + + pop 1 add +} def +/ci6putcmyktograystr +{ + exch .11 mul add + + exch .59 mul add + + exch .3 mul add + + dup 255 gt { pop 255 } if + + 255 exch sub cvi 3 copy put + + pop 1 add +} def +/ci6rgbtograyproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + XIBuffer3 + dup 3 1 roll + + /ci6putrgbtograystr load exch + ci6walkrgbstring + end +} def +/ci6cmyktograyproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + XIBuffer3 + dup 3 1 roll + + /ci6putcmyktograystr load exch + ci6walkcmykstring + end +} def +/ci6separatecmykproc { + Adobe_ColorImage_AI6_Vars begin + sourcearray 0 get exec + + XIBuffer3 + + 0 2 index + + plateindex 4 2 index length 1 sub { + get 255 exch sub + + 3 copy put pop 1 add + + 2 index + } for + pop pop exch pop + end +} def + +/ci6compositeimage { + dup 1 eq { + pop pop image + }{ + /ci6colorimage load null ne { + ci6colorimage + }{ + 3 1 roll pop + sourcearray 0 3 -1 roll put + 3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load + image + } ifelse + } ifelse +} def +/ci6knockoutimage { + gsave + 0 ci6curtransfer exec 1 ci6curtransfer exec + eq { + 0 ci6curtransfer exec 0.5 lt + }{ + 0 ci6curtransfer exec 1 ci6curtransfer exec gt + } ifelse + {{pop 0}}{{pop 1}} ifelse + systemdict /settransfer get exec + ci6compositeimage + grestore +} def +/ci6drawimage { + ci6testplate -1 eq { + pop ci6compositeimage + }{ + dup type /arraytype eq { + dup length plateindex gt {plateindex get}{pop false} ifelse + }{ + { + true + }{ + dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse + } ifelse + } ifelse + { + dup 1 eq { + pop pop ci6image + }{ + dup 3 eq { + ci6compositeimage + }{ + pop pop + sourcearray 0 3 -1 roll put + /ci6separatecmykproc load + ci6image + } ifelse + } ifelse + }{ + ci6curoverprint { + 7 {pop} repeat + }{ + ci6knockoutimage + } ifelse + } ifelse + } ifelse +} def +/ci6proctintimage { + /_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store + /_pticomps _ptispace ci6numcomps store + /_ptiscale _pti1 _pti0 sub store + level2? { + _ptiname length 0 gt version cvr 2012 ge and { + [/Separation _ptiname _ptispace {_ptiproc}] setcolorspace + [_pti0 _pti1] ci6makeimagedict ci6image + }{ + [/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace + [0 255] ci6makeimagedict ci6image + } ifelse + }{ + _pticomps 1 eq { + { + dup + { + 255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put + } ci6stringapply + } ci6concatprocs ci6image + }{ + { + dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse + _ptibuf { + exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc + _pticomps 2 add -2 roll + _pticomps 1 sub -1 0 { + 1 index add 2 index exch + 5 -1 roll + 255 mul cvi put + } for + pop pop + } ci6stringapply + } ci6concatprocs false _pticomps + /ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse + } ifelse + } ifelse +} def +/ci6graytintimage { + /_gtigray 5 -1 roll store + {1 _gtigray sub mul 1 exch sub} 4 1 roll + /DeviceGray ci6proctintimage +} def +/ci6cmyktintimage { + /_cticmyk 5 -1 roll store + {_cticmyk {1 index mul exch} forall pop} 4 1 roll + /DeviceCMYK ci6proctintimage +} def +/ci6rgbtintimage { + /_rtirgb 5 -1 roll store + {_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll + /DeviceRGB ci6proctintimage +} def +/ci6tintimage { + ci6testplate -1 eq { + ci6colorexpand + 3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll + dup /DeviceGray eq { + pop ci6graytintimage + }{ + dup /DeviceRGB eq { + pop ci6rgbtintimage + }{ + pop ci6cmyktintimage + } ifelse + } ifelse + }{ + dup ci6marksplate { + plateindex 5 lt { + ci6colortocmyk plateindex get + dup 0 eq ci6curoverprint and { + 7 {pop} repeat + }{ + 1 exch sub + exch {1 0}{0 1} ifelse () ci6graytintimage + } ifelse + }{ + pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage + } ifelse + }{ + ci6curoverprint { + 8 {pop} repeat + }{ + pop pop pop + {pop 1} 0 1 () /DeviceGray ci6proctintimage + } ifelse + } ifelse + } ifelse +} def +/XINullImage { +} def +/XIImageMask { + XIImageWidth XIImageHeight false + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + imagemask +} def +/XIImageTint { + XIImageWidth XIImageHeight XIBitsPerPixel + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + XIType 3 eq XIColorValues XIColorSpace ci6tintimage +} def +/XIImage { + XIImageWidth XIImageHeight XIBitsPerPixel + [XIImageWidth 0 0 XIImageHeight neg 0 0] + /XIDataProc load + false XIChannelCount XIPlateList ci6drawimage +} def +/XG { + pop pop +} def +/XF { + 13 {pop} repeat +} def +/Xh { + Adobe_ColorImage_AI6_Vars begin + gsave + /XIType exch def + /XIImageHeight exch def + /XIImageWidth exch def + /XIImageMatrix exch def + 0 0 moveto + XIImageMatrix concat + XIImageWidth XIImageHeight scale + + /_lp /null ddef + _fc + /_lp /imagemask ddef + end +} def +/XH { + Adobe_ColorImage_AI6_Vars begin + grestore + end +} def +/XIEnable { + Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put +} def +/XC { + Adobe_ColorImage_AI6_Vars begin + ci6colormake + /XIColorSpace exch def + /XIColorValues exch def + end +} def +/XIPlates { + Adobe_ColorImage_AI6_Vars begin + /XIPlateList exch def + end +} def +/XI +{ + Adobe_ColorImage_AI6_Vars begin + gsave + /XIType exch def + cvi dup + 256 idiv /XICompression exch store + 256 mod /XIEncoding exch store + pop pop + /XIChannelCount exch def + /XIBitsPerPixel exch def + /XIImageHeight exch def + /XIImageWidth exch def + pop pop pop pop + /XIImageMatrix exch def + XIBitsPerPixel 1 eq { + XIImageWidth 8 div ceiling cvi + }{ + XIImageWidth XIChannelCount mul + } ifelse + /XIRowBytes exch def + XIEnable { + /XIBuffer3 XIImageWidth string def + XICompression 0 eq { + /XIBuffer1 XIRowBytes string def + XIEncoding 0 eq { + {currentfile XIBuffer1 readhexstring pop} + }{ + {currentfile XIBuffer1 readstring pop} + } ifelse + }{ + /XIBuffer1 256 string def + /XIBuffer2 XIRowBytes string def + {currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if} + /ASCII85Decode filter /DCTDecode filter + /XIFile exch def + {XIFile XIBuffer2 readstring pop} + } ifelse + /XIDataProc exch def + + XIType 1 ne { + 0 setgray + } if + XIType 1 eq { + XIImageMask + }{ + XIType 2 eq XIType 3 eq or { + XIImageTint + }{ + XIImage + } ifelse + } ifelse + }{ + XINullImage + } ifelse + /XIPlateList false def + grestore + end +} def +end +%%EndProcSet +%%BeginResource: procset Adobe_Illustrator_AI5 1.3 0 +%%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog) +%%Version: 1.3 0 +%%CreationDate: (3/7/1994) () +%%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved) +currentpacking true setpacking +userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin +put +/_?cmyk false def +/_eo false def +/_lp /none def +/_pf +{ +} def +/_ps +{ +} def +/_psf +{ +} def +/_pss +{ +} def +/_pjsf +{ +} def +/_pjss +{ +} def +/_pola 0 def +/_doClip 0 def +/cf currentflat def +/_lineorientation 0 def +/_charorientation 0 def +/_yokoorientation 0 def +/_tm matrix def +/_renderStart +[ +/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 +] def +/_renderEnd +[ +null null null null /i1 /i1 /i1 /i1 +] def +/_render -1 def +/_shift [0 0] def +/_ax 0 def +/_ay 0 def +/_cx 0 def +/_cy 0 def +/_leading +[ +0 0 +] def +/_ctm matrix def +/_mtx matrix def +/_sp 16#020 def +/_hyphen (-) def +/_fontSize 0 def +/_fontAscent 0 def +/_fontDescent 0 def +/_fontHeight 0 def +/_fontRotateAdjust 0 def +/Ss 256 string def +Ss 0 (fonts/) putinterval +/_cnt 0 def +/_scale [1 1] def +/_nativeEncoding 0 def +/_useNativeEncoding 0 def +/_tempEncode 0 def +/_pntr 0 def +/_tDict 2 dict def +/_hfname 100 string def +/_hffound false def +/Tx +{ +} def +/Tj +{ +} def +/CRender +{ +} def +/_AI3_savepage +{ +} def +/_gf null def +/_cf 4 array def +/_rgbf 3 array def +/_if null def +/_of false def +/_fc +{ +} def +/_gs null def +/_cs 4 array def +/_rgbs 3 array def +/_is null def +/_os false def +/_sc +{ +} def +/_pd 1 dict def +/_ed 15 dict def +/_pm matrix def +/_fm null def +/_fd null def +/_fdd null def +/_sm null def +/_sd null def +/_sdd null def +/_i null def +/_lobyte 0 def +/_hibyte 0 def +/_cproc null def +/_cscript 0 def +/_hvax 0 def +/_hvay 0 def +/_hvwb 0 def +/_hvcx 0 def +/_hvcy 0 def +/_bitfont null def +/_bitlobyte 0 def +/_bithibyte 0 def +/_bitkey null def +/_bitdata null def +/_bitindex 0 def +/discardSave null def +/buffer 256 string def +/beginString null def +/endString null def +/endStringLength null def +/layerCnt 1 def +/layerCount 1 def +/perCent (%) 0 get def +/perCentSeen? false def +/newBuff null def +/newBuffButFirst null def +/newBuffLast null def +/clipForward? false def +end +userdict /Adobe_Illustrator_AI5 known not { + userdict /Adobe_Illustrator_AI5 100 dict put +} if +userdict /Adobe_Illustrator_AI5 get begin +/initialize +{ + Adobe_Illustrator_AI5 dup begin + Adobe_Illustrator_AI5_vars begin + /_aicmykps where {pop /_?cmyk _aicmykps def}if + discardDict + { + bind pop pop + } forall + dup /nc get begin + { + dup xcheck 1 index type /operatortype ne and + { + bind + } if + pop pop + } forall + end + newpath +} def +/terminate +{ + end + end +} def +/_ +null def +/ddef +{ + Adobe_Illustrator_AI5_vars 3 1 roll put +} def +/xput +{ + dup load dup length exch maxlength eq + { + dup dup load dup + length 2 mul dict copy def + } if + load begin + def + end +} def +/npop +{ + { + pop + } repeat +} def +/hswj +{ + dup stringwidth 3 2 roll + { + _hvwb eq { exch _hvcx add exch _hvcy add } if + exch _hvax add exch _hvay add + } cforall +} def +/vswj +{ + 0 0 3 -1 roll + { + dup 255 le + _charorientation 1 eq + and + { + dup cstring stringwidth 5 2 roll + _hvwb eq { exch _hvcy sub exch _hvcx sub } if + exch _hvay sub exch _hvax sub + 4 -1 roll sub exch + 3 -1 roll sub exch + } + { + _hvwb eq { exch _hvcy sub exch _hvcx sub } if + exch _hvay sub exch _hvax sub + _fontHeight sub + } ifelse + } cforall +} def +/swj +{ + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + _lineorientation 0 eq { hswj } { vswj } ifelse +} def +/sw +{ + 0 0 0 6 3 roll swj +} def +/vjss +{ + 4 1 roll + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + gsave + false charpath currentpoint + 5 index setmatrix stroke + grestore + _fontRotateAdjust sub + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + 5 index sub + 3 index _sp eq + { + 9 index sub + } if + + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + + gsave + 2 index false charpath + 6 index setmatrix stroke + grestore + + moveto pop pop + } ifelse + } cforall + 6 npop +} def +/hjss +{ + 4 1 roll + { + dup cstring + gsave + false charpath currentpoint + 5 index setmatrix stroke + grestore + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + } cforall + 6 npop +} def +/jss +{ + _lineorientation 0 eq { hjss } { vjss } ifelse +} def +/ss +{ + 0 0 0 7 3 roll jss +} def +/vjsp +{ + 4 1 roll + { + dup cstring + dup length 1 eq + _charorientation 1 eq + and + { + -90 rotate + currentpoint + _fontRotateAdjust add + moveto + false charpath + currentpoint + _fontRotateAdjust sub + moveto + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + 5 index sub + 3 index _sp eq + { + 9 index sub + } if + + currentpoint + exch 4 index stringwidth pop 2 div sub + exch _fontAscent sub + moveto + + 2 index false charpath + + moveto pop pop + } ifelse + } cforall + 6 npop +} def +/hjsp +{ + 4 1 roll + { + dup cstring + false charpath + _sp eq + { + 5 index 5 index rmoveto + } if + 2 copy rmoveto + } cforall + 6 npop +} def +/jsp +{ + matrix currentmatrix + _lineorientation 0 eq {hjsp} {vjsp} ifelse +} def +/sp +{ + matrix currentmatrix + 0 0 0 7 3 roll + _lineorientation 0 eq {hjsp} {vjsp} ifelse +} def +/pl +{ + transform + 0.25 sub round 0.25 add exch + 0.25 sub round 0.25 add exch + itransform +} def +/setstrokeadjust where +{ + pop true setstrokeadjust + /c + { + curveto + } def + /C + /c load def + /v + { + currentpoint 6 2 roll curveto + } def + /V + /v load def + /y + { + 2 copy curveto + } def + /Y + /y load def + /l + { + lineto + } def + /L + /l load def + /m + { + moveto + } def +} +{ + /c + { + pl curveto + } def + /C + /c load def + /v + { + currentpoint 6 2 roll pl curveto + } def + /V + /v load def + /y + { + pl 2 copy curveto + } def + /Y + /y load def + /l + { + pl lineto + } def + /L + /l load def + /m + { + pl moveto + } def +} ifelse +/d +{ + setdash +} def +/cf +{ +} def +/i +{ + dup 0 eq + { + pop cf + } if + setflat +} def +/j +{ + setlinejoin +} def +/J +{ + setlinecap +} def +/M +{ + setmiterlimit +} def +/w +{ + setlinewidth +} def +/XR +{ + 0 ne + /_eo exch ddef +} def +/H +{ +} def +/h +{ + closepath +} def +/N +{ + _pola 0 eq + { + _doClip 1 eq + { + _eo {eoclip} {clip} ifelse /_doClip 0 ddef + } if + newpath + } + { + /CRender + { + N + } ddef + } ifelse +} def +/n +{ + N +} def +/F +{ + _pola 0 eq + { + _doClip 1 eq + { + gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc + /_doClip 0 ddef + } + { + _pf + } ifelse + } + { + /CRender + { + F + } ddef + } ifelse +} def +/f +{ + closepath + F +} def +/S +{ + _pola 0 eq + { + _doClip 1 eq + { + gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc + /_doClip 0 ddef + } + { + _ps + } ifelse + } + { + /CRender + { + S + } ddef + } ifelse +} def +/s +{ + closepath + S +} def +/B +{ + _pola 0 eq + { + _doClip 1 eq + gsave F grestore + { + gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc + /_doClip 0 ddef + } + { + S + } ifelse + } + { + /CRender + { + B + } ddef + } ifelse +} def +/b +{ + closepath + B +} def +/W +{ + /_doClip 1 ddef +} def +/* +{ + count 0 ne + { + dup type /stringtype eq + { + pop + } if + } if + newpath +} def +/u +{ +} def +/U +{ +} def +/q +{ + _pola 0 eq + { + gsave + } if +} def +/Q +{ + _pola 0 eq + { + grestore + } if +} def +/*u +{ + _pola 1 add /_pola exch ddef +} def +/*U +{ + _pola 1 sub /_pola exch ddef + _pola 0 eq + { + CRender + } if +} def +/D +{ + pop +} def +/*w +{ +} def +/*W +{ +} def +/` +{ + /_i save ddef + clipForward? + { + nulldevice + } if + 6 1 roll 4 npop + concat pop + userdict begin + /showpage + { + } def + 0 setgray + 0 setlinecap + 1 setlinewidth + 0 setlinejoin + 10 setmiterlimit + [] 0 setdash + /setstrokeadjust where {pop false setstrokeadjust} if + newpath + 0 setgray + false setoverprint +} def +/~ +{ + end + _i restore +} def +/_rgbtocmyk +{ + 3 + { + 1 exch sub 3 1 roll + } repeat + 3 copy 1 4 1 roll + 3 + { + 3 index 2 copy gt + { + exch + } if + pop 4 1 roll + } repeat + pop pop pop + 4 1 roll + 3 + { + 3 index sub + 3 1 roll + } repeat + 4 -1 roll +} def +/setrgbfill +{ + _rgbf astore pop + /_fc + { + _lp /fill ne + { + _of setoverprint + _rgbf aload pop setrgbcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/setrgbstroke +{ + _rgbs astore pop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _rgbs aload pop setrgbcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/O +{ + 0 ne + /_of exch ddef + /_lp /none ddef +} def +/R +{ + 0 ne + /_os exch ddef + /_lp /none ddef +} def +/g +{ + /_gf exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _gf setgray + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/G +{ + /_gs exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _gs setgray + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/k +{ + _cf astore pop + /_fc + { + _lp /fill ne + { + _of setoverprint + _cf aload pop setcmykcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/K +{ + _cs astore pop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _cs aload pop setcmykcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/Xa +{ + _?cmyk { + 3 npop k + }{ + setrgbfill 4 npop + } ifelse +} def +/XA +{ + _?cmyk { + 3 npop K + }{ + setrgbstroke 4 npop + } ifelse +} def +/Xs +{ + /_gf exch ddef + 5 npop + /_fc + { + _lp /fill ne + { + _of setoverprint + _gf setAIseparationgray + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/XS +{ + /_gs exch ddef + 5 npop + /_sc + { + _lp /stroke ne + { + _os setoverprint + _gs setAIseparationgray + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/Xx +{ + exch + /_gf exch ddef + 0 eq { + findcmykcustomcolor + }{ + _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse + { + 4 1 roll 3 npop + findcmykcustomcolor + }{ + 8 -4 roll 4 npop + findrgbcustomcolor + } ifelse + } ifelse + /_if exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _if _gf 1 exch sub setcustomcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/XX +{ + exch + /_gs exch ddef + 0 eq { + findcmykcustomcolor + }{ + _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse + { + 4 1 roll 3 npop + findcmykcustomcolor + }{ + 8 -4 roll 4 npop + findrgbcustomcolor + } ifelse + } ifelse + /_is exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _is _gs 1 exch sub setcustomcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/x +{ + /_gf exch ddef + findcmykcustomcolor + /_if exch ddef + /_fc + { + _lp /fill ne + { + _of setoverprint + _if _gf 1 exch sub setcustomcolor + /_lp /fill ddef + } if + } ddef + /_pf + { + _fc + _eo {eofill} {fill} ifelse + } ddef + /_psf + { + _fc + hvashow + } ddef + /_pjsf + { + _fc + hvawidthshow + } ddef + /_lp /none ddef +} def +/X +{ + /_gs exch ddef + findcmykcustomcolor + /_is exch ddef + /_sc + { + _lp /stroke ne + { + _os setoverprint + _is _gs 1 exch sub setcustomcolor + /_lp /stroke ddef + } if + } ddef + /_ps + { + _sc + stroke + } ddef + /_pss + { + _sc + ss + } ddef + /_pjss + { + _sc + jss + } ddef + /_lp /none ddef +} def +/XK +{ + 3 -1 roll pop + 0 eq + { + 1 exch sub + 3 {dup 3 1 roll mul 5 1 roll} repeat + mul 4 1 roll + K + } + { + 1 exch sub 4 1 roll + 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat + 4 -1 roll pop + XA + } ifelse +} def +/Xk +{ + 3 -1 roll pop + 0 eq + { + 1 exch sub + 3 {dup 3 1 roll mul 5 1 roll} repeat + mul 4 1 roll + k + } + { + 1 exch sub 4 1 roll + 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat + 4 -1 roll pop + Xa + } ifelse +} def +/A +{ + pop +} def +/annotatepage +{ +userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse +} def +/XT { + pop pop +} def +/Xt { + pop +} def +/discard +{ + save /discardSave exch store + discardDict begin + /endString exch store + gt38? + { + 2 add + } if + load + stopped + pop + end + discardSave restore +} bind def +userdict /discardDict 7 dict dup begin +put +/pre38Initialize +{ + /endStringLength endString length store + /newBuff buffer 0 endStringLength getinterval store + /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store + /newBuffLast newBuff endStringLength 1 sub 1 getinterval store +} def +/shiftBuffer +{ + newBuff 0 newBuffButFirst putinterval + newBuffLast 0 + currentfile read not + { + stop + } if + put +} def +0 +{ + pre38Initialize + mark + currentfile newBuff readstring exch pop + { + { + newBuff endString eq + { + cleartomark stop + } if + shiftBuffer + } loop + } + { + stop + } ifelse +} def +1 +{ + pre38Initialize + /beginString exch store + mark + currentfile newBuff readstring exch pop + { + { + newBuff beginString eq + { + /layerCount dup load 1 add store + } + { + newBuff endString eq + { + /layerCount dup load 1 sub store + layerCount 0 eq + { + cleartomark stop + } if + } if + } ifelse + shiftBuffer + } loop + } if +} def +2 +{ + mark + { + currentfile buffer {readline} stopped { + % assume error was due to overfilling the buffer + }{ + not + { + stop + } if + endString eq { + cleartomark stop + } if + }ifelse + } loop +} def +3 +{ + /beginString exch store + /layerCnt 1 store + mark + { + currentfile buffer {readline} stopped { + % assume error was due to overfilling the buffer + }{ + not + { + stop + } if + dup beginString eq + { + pop /layerCnt dup load 1 add store + } + { + endString eq + { + layerCnt 1 eq + { + cleartomark stop + } + { + /layerCnt dup load 1 sub store + } ifelse + } if + } ifelse + }ifelse + } loop +} def +end +userdict /clipRenderOff 15 dict dup begin +put +{ + /n /N /s /S /f /F /b /B +} +{ + { + _doClip 1 eq + { + /_doClip 0 ddef _eo {eoclip} {clip} ifelse + } if + newpath + } def +} forall +/Tr /pop load def +/Bb {} def +/BB /pop load def +/Bg {12 npop} def +/Bm {6 npop} def +/Bc /Bm load def +/Bh {4 npop} def +end +/Lb +{ + 6 npop + 7 2 roll + 5 npop + 0 eq + { + 0 eq + { + (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard + } + { + + /clipForward? true def + + /Tx /pop load def + /Tj /pop load def + + currentdict end clipRenderOff begin begin + } ifelse + } + { + 0 eq + { + save /discardSave exch store + } if + } ifelse +} bind def +/LB +{ + discardSave dup null ne + { + restore + } + { + pop + clipForward? + { + currentdict + end + end + begin + + /clipForward? false ddef + } if + } ifelse +} bind def +/Pb +{ + pop pop + 0 (%AI5_EndPalette) discard +} bind def +/Np +{ + 0 (%AI5_End_NonPrinting--) discard +} bind def +/Ln /pop load def +/Ap +/pop load def +/Ar +{ + 72 exch div + 0 dtransform dup mul exch dup mul add sqrt + dup 1 lt + { + pop 1 + } if + setflat +} def +/Mb +{ + q +} def +/Md +{ +} def +/MB +{ + Q +} def +/nc 4 dict def +nc begin +/setgray +{ + pop +} bind def +/setcmykcolor +{ + 4 npop +} bind def +/setrgbcolor +{ + 3 npop +} bind def +/setcustomcolor +{ + 2 npop +} bind def +currentdict readonly pop +end +/XP +{ + 4 npop +} bind def +/XD +{ + pop +} bind def +end +setpacking +%%EndResource +%%BeginResource: procset Adobe_cshow 2.0 8 +%%Title: (Writing System Operators) +%%Version: 2.0 8 +%%CreationDate: (1/23/89) () +%%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved) +currentpacking true setpacking +userdict /Adobe_cshow 14 dict dup begin put +/initialize +{ + Adobe_cshow begin + Adobe_cshow + { + dup xcheck + { + bind + } if + pop pop + } forall + end + Adobe_cshow begin +} def +/terminate +{ +currentdict Adobe_cshow eq + { + end + } if +} def +/cforall +{ + /_lobyte 0 ddef + /_hibyte 0 ddef + /_cproc exch ddef + /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef + { + /_lobyte exch ddef + _hibyte 0 eq + _cscript 1 eq + _lobyte 129 ge _lobyte 159 le and + _lobyte 224 ge _lobyte 252 le and or and + _cscript 2 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript 3 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript 25 eq + _lobyte 161 ge _lobyte 254 le and and + _cscript -1 eq + or or or or and + { + /_hibyte _lobyte ddef + } + { + _hibyte 256 mul _lobyte add + _cproc + /_hibyte 0 ddef + } ifelse + } forall +} def +/cstring +{ + dup 256 lt + { + (s) dup 0 4 3 roll put + } + { + dup 256 idiv exch 256 mod + (hl) dup dup 0 6 5 roll put 1 4 3 roll put + } ifelse +} def +/clength +{ + 0 exch + { 256 lt { 1 } { 2 } ifelse add } cforall +} def +/hawidthshow +{ + { + dup cstring + show + _hvax _hvay rmoveto + _hvwb eq { _hvcx _hvcy rmoveto } if + } cforall +} def +/vawidthshow +{ + { + dup 255 le + _charorientation 1 eq + and + { + -90 rotate + 0 _fontRotateAdjust rmoveto + cstring + _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow + 0 _fontRotateAdjust neg rmoveto + 90 rotate + } + { + currentpoint + _fontHeight sub + exch _hvay sub exch _hvax sub + 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if + 3 2 roll + cstring + dup stringwidth pop 2 div neg _fontAscent neg rmoveto + show + moveto + } ifelse + } cforall +} def +/hvawidthshow +{ + 6 1 roll + /_hvay exch ddef + /_hvax exch ddef + /_hvwb exch ddef + /_hvcy exch ddef + /_hvcx exch ddef + _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse +} def +/hvwidthshow +{ + 0 0 3 -1 roll hvawidthshow +} def +/hvashow +{ + 0 0 0 6 -3 roll hvawidthshow +} def +/hvshow +{ + 0 0 0 0 0 6 -1 roll hvawidthshow +} def +currentdict readonly pop end +setpacking +%%EndResource +%%BeginResource: procset Adobe_shading_AI8 1.0 0 +%%Title: (Adobe Illustrator 8 Shading Procset) +%%Version: 1.0 0 +%%CreationDate: (12/17/97) () +%%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved) +userdict /defaultpacking currentpacking put true setpacking +userdict /Adobe_shading_AI8 10 dict dup begin put +/initialize { + Adobe_shading_AI8 begin + Adobe_shading_AI8 bdprocs + Mesh /initialize get exec +} def +/terminate { + currentdict Adobe_shading_AI8 eq { + end + } if +} def +/bdprocs { + { + dup xcheck 1 index type /arraytype eq and { + bind + } if + pop pop + } forall +} def +/X! {pop} def +/X# {pop pop} def +/Mesh 40 dict def +Mesh begin +/initialize { + Mesh bdprocs + Mesh begin + /emulate? /AI8MeshEmulation where { + pop AI8MeshEmulation + }{ + systemdict /shfill known not + } ifelse def + end +} def +/bd { + shadingdict begin +} def +/paint { + emulate? { + end + }{ + /_lp /none ddef _fc /_lp /none ddef + + /AIColorSpace AIColorSpace tocolorspace store + /ColorSpace AIColorSpace topsspace store + + version_ge_3010.106 not systemdict /setsmoothness known and { + 0.0001 setsmoothness + } if + + composite? { + /DataSource getdatasrc def + Matrix concat + currentdict end + shfill + }{ + AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and { + end + }{ + /ColorSpace /DeviceGray store + /Decode [0 1 0 1 0 1] store + /DataSource getplatesrc def + Matrix concat + currentdict end + shfill + } ifelse + } ifelse + } ifelse +} def +/shadingdict 12 dict def +shadingdict begin + /ShadingType 6 def + /BitsPerCoordinate 16 def + /BitsPerComponent 8 def + /BitsPerFlag 8 def +end +/datafile null def +/databuf 256 string def +/dataptr 0 def +/srcspace null def +/srcchannels 0 def +/dstchannels 0 def +/dstplate 0 def +/srctodstcolor null def +/getplatesrc { + /srcspace AIColorSpace store + /srcchannels AIColorSpace getnchannels store + /dstchannels 1 store + /dstplate getplateindex store + /srctodstcolor srcspace makesmarks { + dstplate 4 eq { + {1 exch sub} + }{ + {srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat} + } ifelse + }{ + {srcchannels {pop} repeat 1} + } ifelse store + /datafile getdatasrc store + /rdpatch168 load DataLength () /SubFileDecode filter +} def +/getdatasrc { + /rdcmntline load /ASCII85Decode filter +} def +/rdpatch168 { + /dataptr 0 store + 49 rdcount + 4 { + dup {pop srcchannels getint8} if + dup {pop srctodstcolor dstchannels putint8 true} if + } repeat + {databuf 0 dataptr getinterval}{()} ifelse +} def +/rdpatch3216 { + /dataptr 0 store + 97 rdcount + 4 { + dup {pop srcchannels getint16} if + dup {pop srctodstcolor dstchannels putint16 true} if + } repeat + {databuf 0 dataptr getinterval}{()} ifelse +} def +/rdcount { + dup 0 gt { + datafile databuf dataptr 4 -1 roll getinterval readstring + exch length dataptr add /dataptr exch store + }{ + true + } ifelse +} def +/getint8 { + mark true 3 -1 roll + { + dup {pop datafile read} if + dup {pop 255 div true} if + } repeat + { + counttomark 1 add -1 roll pop true + }{ + cleartomark false + } ifelse +} def +/putint8 { + dup dataptr add /dataptr exch store + dataptr exch + { + 1 sub exch + 255 mul cvi + databuf 2 index + 3 -1 roll put + } repeat + pop +} def +/getint16 { + mark true 3 -1 roll + { + dup {pop datafile read} if + dup {pop 256 mul datafile read} if + dup {pop add 65535 div true} if + } repeat + { + counttomark 1 add -1 roll pop true + }{ + cleartomark false + } ifelse +} def +/putint16 { + dup 2 mul dataptr add /dataptr exch store + dataptr exch + { + 2 sub exch + 65535 mul cvi dup + 256 idiv databuf 3 index 3 -1 roll put + 256 mod databuf 2 index 1 add 3 -1 roll put + } repeat + pop +} def +/srcbuf 256 string def +/rdcmntline { + currentfile srcbuf readline pop + (%) anchorsearch {pop} if +} def +/getplateindex { + 0 [cyan? magenta? yellow? black? customColor?] {{exit} if 1 add} forall +} def +/aicsarray 4 array def +/aicsaltvals 4 array def +/aicsaltcolr aicsaltvals def +/tocolorspace { + dup type /arraytype eq { + mark exch aload pop + aicsarray 0 3 -1 roll put + aicsarray 1 3 -1 roll put + dup aicsarray 2 3 -1 roll put + gettintxform aicsarray 3 3 -1 roll put + counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store + aicsaltcolr astore pop pop + aicsarray + } if +} def +/subtintxform {aicsaltcolr {1 index mul exch} forall pop} def +/addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def +/gettintxform { + /DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load +} def +/getnchannels { + dup type /arraytype eq {0 get} if + colorspacedict exch get begin Channels end +} def +/makesmarks { + composite? { + pop true + }{ + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin MarksPlate end + } ifelse +} def +/markingplate { + composite? { + pop true + }{ + dup type /arraytype eq { + dup length getplateindex gt {getplateindex get}{pop false} ifelse + } if + } ifelse +} def +/tocmyk { + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin ToCMYK end +} def +/topsspace { + dup dup type /arraytype eq {0 get} if + colorspacedict exch get begin ToPSSpace end +} def +/colorspacedict 5 dict dup begin + /DeviceGray 4 dict dup begin + /Channels 1 def + /MarksPlate {pop black?} def + /ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def + /ToPSSpace {} def + end def + /DeviceRGB 4 dict dup begin + /Channels 3 def + /MarksPlate {pop isCMYKSep?} def + /ToCMYK {pop _rgbtocmyk} def + /ToPSSpace {} def + end def + /DeviceCMYK 4 dict dup begin + /Channels 4 def + /MarksPlate {pop isCMYKSep?} def + /ToCMYK {pop} def + /ToPSSpace {} def + end def + /Separation 4 dict dup begin + /Channels 1 def + /MarksPlate { + /findcmykcustomcolor where { + pop dup 1 exch ToCMYK 5 -1 roll 1 get + findcmykcustomcolor 1 setcustomcolor + systemdict /currentgray get exec + 1 ne + }{ + pop false + } ifelse + } def + /ToCMYK { + dup 2 get mark exch 4 2 roll + 3 get exec + counttomark -1 roll tocmyk + 5 -1 roll pop + } def + /ToPSSpace {} def + end def + /Process 4 dict dup begin + /Channels 1 def + /MarksPlate { + isCMYKSep? { + 1 exch ToCMYK 4 array astore getplateindex get 0 ne + }{ + pop false + } ifelse + } def + /ToCMYK { + dup 2 get mark exch 4 2 roll + 3 get exec + counttomark -1 roll tocmyk + 5 -1 roll pop + } def + /ToPSSpace { + 4 array copy dup 0 /Separation put + } def + end def +end def +/isoverprint { + /currentoverprint where {pop currentoverprint}{_of} ifelse +} def +/version_ge_3010.106 { + version {cvr} stopped { + pop + false + }{ + 3010.106 ge + } ifelse +} def +end +end +defaultpacking setpacking +%%EndResource +%%EndProlog +%%BeginSetup +userdict /_useSmoothShade false put +userdict /_aicmykps true put +userdict /_forceToCMYK true put +Adobe_level2_AI5 /initialize get exec +Adobe_cshow /initialize get exec +Adobe_ColorImage_AI6 /initialize get exec +Adobe_shading_AI8 /initialize get exec +Adobe_Illustrator_AI5 /initialize get exec +%AI5_Begin_NonPrinting +Np +%AI5_End_NonPrinting-- +%AI5_BeginPalette +0 0 Pb +1 1 1 1 ([Registration]) 0 Xs +([Registration]) Pc +0 0 0 0 k +(C=0 M=0 Y=0 K=0) Pc +0 0 0 1 k +(C=0 M=0 Y=0 K=100) Pc +0 0.1 1 0 k +(C=0 M=10 Y=100 K=0) Pc +0 0.5 0 0 k +(C=0 M=50 Y=0 K=0) Pc +0 0.5 1 0 k +(C=0 M=50 Y=100 K=0) Pc +1 0.55 1 0 k +(C=100 M=55 Y=100 K=0) Pc +1 0.9 0.1 0 k +(C=100 M=90 Y=10 K=0) Pc +0.15 1 1 0 k +(C=15 M=100 Y=100 K=0) Pc +0.45 0.9 0 0 k +(C=45 M=90 Y=0 K=0) Pc +0.5 0.4 0.3 0 k +(C=50 M=40 Y=30 K=0) Pc +0.5 0.85 1 0 k +(C=50 M=85 Y=100 K=0) Pc +0.75 0.05 1 0 k +(C=75 M=5 Y=100 K=0) Pc +0.75 0.9 0 0 k +(C=75 M=90 Y=0 K=0) Pc +0.8 0.05 0 0 k +(C=80 M=5 Y=0 K=0) Pc +Bb +2 (Black, White) -7885 8587 0 0 1 0 0 1 0 0 Bg +0 BB +(Black, White) Pc +Bb +2 (Chrome) -7885 8587 0 0 1 0 0 1 0 0 Bg +0 BB +(Chrome) Pc +Bb +2 (Rainbow) -7885 8587 0 0 1 0 0 1 0 0 Bg +0 BB +(Rainbow) Pc +Bb +0 0 0 0 Bh +2 (Yellow & Orange Radial) -7885 8587 0 0 1 0 0 1 0 0 Bg +0 BB +(Yellow & Orange Radial) Pc +(Brick) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Brick) Pc +(Confetti) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Confetti) Pc +(Leaves - Fall ) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Leaves - Fall ) Pc +(Stripes) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p +(Stripes) Pc +0 0 0 1 (Black) 0 x +(Black) Pc +PB +%AI5_EndPalette +%AI5_Begin_NonPrinting +Np +%AI8_BeginPluginObject +(Adobe Brush Manager Order) +(Adobe Brush Manager Order) +( Adobe Calligraphic Brush Tool/ 6 pt Flat / Adobe Calligraphic Brush T) - +(ool/ 10 pt Oval/ Adobe Calligraphic Brush Tool/ 12 pt Oval / Adobe Cal) - +(ligraphic Brush Tool/ 20 pt Oval/ Adobe Calligraphic Brush Tool/ 25 pt) - +( Round / Adobe Calligraphic Brush Tool/ 50 pt Flat/ Adobe Scatter Brus) - +(h Tool/ Dog Tracks/ Adobe Scatter Brush Tool/ Fall Leaf/ Adobe Scatter) - +( Brush Tool/ Ladybug/ Adobe Scatter Brush Tool/ Push Pin/ Adobe Scatte) - +(r Brush Tool/ Strawberry/ Adobe Scatter Brush Tool/ Twinkle Star / Ado) - +(be ArtOnPath Brush Tool/ Marker/ Adobe ArtOnPath Brush Tool/ Tapered S) - +(troke/ Adobe ArtOnPath Brush Tool/ Arrow/ Adobe ArtOnPath Brush Tool/ ) - +(Paintbrush/ Adobe ArtOnPath Brush Tool/ Type/ Adobe PatternOnPath Brus) - +(h Tool/ Double Lines/ Adobe PatternOnPath Brush Tool/ Laurel/ Adobe Pa) - +(tternOnPath Brush Tool/ Rope /) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(6 pt Flat ) +(1 4 8 10 10 90 90 2 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(10 pt Oval) +(1 1 19 15 15 130 130 2 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(12 pt Oval ) +(1 7 17 45 45 0 0 2 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(20 pt Oval) +(1 20 20 20 100 40 80 0 2 1 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(25 pt Round ) +(1 10 40 100 100 0 0 2 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Calligraphic Brush Tool) +(50 pt Flat) +(1 40 60 0 0 44 44 0 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Arrow) +(1 / New Pattern 45/ / / / / 5 0.898039 0 0 / 2 0 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Marker) +(1 / New Pattern 8/ / / / / 0 0 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Paintbrush) +(1 / New Pattern 5/ / / / / 1 0.5 0.85 1 0.45 / 0 0 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Tapered Stroke) +(1 / New Pattern 83/ / / / / 1 0 0 0 1 / 1 1 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe ArtOnPath Brush Tool) +(Type) +(1 / New Pattern 50/ / / / / 1 0.952941 0.94902 0.196078 0.0745098 / 1) - +( 0 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe PatternOnPath Brush Tool) +(Double Lines) +(1 / New Pattern 62/ New Pattern 63/ New Pattern 64/ / / 1 1 0.14 0.09 ) - +(0 / 1 0 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe PatternOnPath Brush Tool) +(Laurel) +(1 / New Pattern 65/ New Pattern 42/ New Pattern 67/ / New Pattern 69/ ) - +(1 0 0.55 1 0.3 / 1 0 1 0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe PatternOnPath Brush Tool) +(Rope ) +(1 / New Pattern 1/ / / New Pattern 3/ New Pattern 6/ 5 0 0 0 / 1 0 1 ) - +(0 1 0 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Dog Tracks) +(1 /New Pattern 41/ 1 0 0 0 1 / 0 1 1 0 1 1 0 0 0 0 -90 -90 0 1 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Fall Leaf) +(1 /New Pattern 34/ 1 0.0745 0.9 0.9019 0.18 / 0 0.602793 1 1 0.1 1 1 -) - +(1 1 1 -180 180 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Ladybug) +(1 /New Pattern 10/ 5 0.898039 0 0 / 0 1 1 0 0.803911 1.2 1 -1.55 1.55 ) - +(1 -180 180 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Push Pin) +(1 /New Pattern 36/ 1 0.025 0.1 0.475 0 / 0 1 1 0 0.401676 1 1 -1.06145) - +( 1.06 1 -180 180 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Strawberry) +(1 /New Pattern 37/ 1 0 0 0 1 / 0 0.803911 1 1 0.803911 1 1 -0.5 0.5 1 ) - +(-75 75.419 1 0 0) . +%AI8_EndPluginObject +%AI8_BeginPluginObject +(Adobe Scatter Brush Tool) +(Twinkle Star ) +(1 /New Pattern 2/ 0 1 / 1 0.5 1 1 0.25 1 1 -0.5 0.5 1 0 0 0 0 0) . +%AI8_EndPluginObject +%AI5_End_NonPrinting-- +%AI5_Begin_NonPrinting +Np +%AI8_PluginGroupInfo +(Adobe Path Blends) (Adobe Blends Plugin) (Live Blends) +%AI8_PluginGroupInfo +(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (Art Brush Tool) +%AI8_PluginGroupInfo +(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (Art Brush Tool) +%AI8_PluginGroupInfo +(Adobe Calligraphic Brush Tool) (Undo New Calligraphic Brush) (Calligraphic Brush Tool) +%AI8_PluginGroupInfo +(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (Scatter Brush Tool) +%AI5_End_NonPrinting-- +%%EndSetup +%AI5_BeginLayer +1 1 1 1 0 0 1 0 79 128 255 0 50 Lb +(Layer 1) Ln +0 A +u +0 O +0 0 0 1 k +800 Ar +0 J 0 j 1 w 4 M []0 d +%AI3_Note: +0 D +0 XR +252.7065 385.9912 m +252.7065 388.7031 249.1499 391.043 244.0063 392.1367 C +241.0854 393.4316 238.9253 396.5508 238.9253 403.9199 c +238.9253 410.7529 240.7817 409.8545 243.3794 412.0615 C +242.4839 412.0615 L +241.564 411.0781 239.7056 410.4014 237.561 410.4014 c +235.4155 410.4014 233.5571 411.0781 232.6343 412.0615 C +231.4614 412.0615 L +234.061 409.8545 235.9175 410.7529 235.9175 403.9199 c +235.9175 396.4717 233.7095 393.3633 230.7417 392.0947 C +225.7036 390.9844 222.2349 388.6699 222.2349 385.9912 c +222.2349 383.6768 224.8247 381.6348 228.7769 380.4063 C +227.6841 380.0576 227.0454 379.6387 227.0454 379.1865 c +227.0454 377.9688 231.7134 376.9824 237.4702 376.9824 c +243.228 376.9824 247.895 377.9688 247.895 379.1865 c +247.895 379.6367 247.2563 380.0566 246.1655 380.4053 C +250.1167 381.6338 252.7065 383.6768 252.7065 385.9912 c +f +/BBAccumRotation (-0.000005) XT +1 Ap +240.7358 411.9727 m +240.7358 411.668 239.2993 411.4229 237.5288 411.4229 c +235.7563 411.4229 234.3208 411.668 234.3208 411.9727 c +234.3208 412.2783 235.7563 412.5254 237.5288 412.5254 c +239.2993 412.5254 240.7358 412.2783 240.7358 411.9727 c +f +/BBAccumRotation (-0.000005) XT +U +u +u +0 Ap +0 0 0 1 (Black) 0 x +238.7075 414.2988 m +235.4292 415.4795 233.4829 416.9268 231.3452 420.1582 C +230.8208 421.0479 229.8579 423.0361 229.895 425.6299 C +229.8081 428.2168 231.1147 431.1934 233.5542 432.7842 C +235.9087 434.4629 238.9478 434.4873 240.7544 433.8262 C +242.6196 433.1318 243.3765 431.9795 243.397 432.0342 C +243.3403 432.0195 244.397 431.1318 244.8667 429.1982 C +245.3911 427.3398 244.8589 424.2588 242.2954 422.9971 C +241.1157 422.3652 239.5845 422.252 238.3833 422.7021 C +237.1841 423.1885 236.312 424.252 236.0229 425.3613 C +235.3882 427.8135 237.2495 429.1729 238.0708 429.3135 C +241.4106 430.4248 243.104 425.1992 239.1958 424.7559 C +240.9751 424.1611 242.813 425.9873 242.4634 427.8496 C +242.3931 429.7109 240.1392 431.5586 237.6509 430.8018 C +237.0044 430.624 236.021 430.168 235.2515 429.1426 C +234.4634 428.124 234.104 426.5283 234.5132 424.9746 C +234.9136 423.415 236.1313 421.9219 237.8237 421.25 C +239.5356 420.6182 241.439 420.7998 243.0122 421.6182 C +246.3716 423.2793 247.0435 427.3262 246.3755 429.5547 C +245.7886 431.9473 244.4878 433.0449 244.5542 433.0605 C +244.5288 432.9961 243.5942 434.418 241.2837 435.2813 C +239.0229 436.1055 235.4985 436.0479 232.6772 434.0684 C +229.7896 432.2158 228.2231 428.5771 228.3374 425.6436 C +228.2974 422.665 229.4077 420.3857 230.0142 419.3721 C +232.4556 415.6484 235.2544 414.4844 238.7075 414.2988 C +f +/BBAccumRotation (-0.000005) XT +U +U +u +*u +0 0 0 1 k +273.5835 395.0625 m +273.5386 395.0156 273.5386 387.6396 273.4438 385.7158 c +273.355 384.1563 273.2173 380.8145 269.9185 380.8145 c +266.5259 380.8145 265.6997 384.7061 265.4292 386.4023 c +265.106 388.2803 265.106 389.8398 265.106 390.5273 c +265.106 392.7246 265.2485 398.8633 270.4224 398.8633 c +271.98 398.8633 272.8491 398.4063 273.5386 398.0381 c +273.5835 395.0625 L +f +/BBAccumRotation (-0.000005) XT +1 D +260.2974 389.6533 m +260.2974 376.7324 267.1675 376.7324 268.1792 376.7324 c +271.019 376.7324 272.8491 378.2949 273.6274 380.9971 C +273.7192 376.917 l +274.5933 376.9639 275.4624 377.0557 276.8823 377.0557 c +277.3853 377.0557 277.7983 377.0557 278.1646 377.0107 c +278.5317 377.0107 278.897 376.9639 279.3091 376.917 c +278.5776 378.3848 278.0278 381.6836 278.0278 388.832 c +278.0278 395.7959 278.0278 407.5684 278.6226 411.1406 c +276.9731 410.3633 275.5562 409.8594 272.437 409.585 c +273.6772 408.2568 273.6772 407.5684 273.6772 401.5205 c +272.8032 401.7939 271.7046 402.1162 269.8267 402.1162 c +261.6235 402.1162 260.2974 394.9688 260.2974 389.6533 c +f +/BBAccumRotation (-0.000005) XT +*U +*u +0 D +285.145 391.9902 m +285.189 395.7959 285.9663 399.1865 289.2192 399.1865 c +292.7954 399.1865 293.0669 395.2432 292.978 391.9902 c +285.145 391.9902 L +f +/BBAccumRotation (-0.000005) XT +1 D +297.5132 391.5342 m +297.5132 396.8936 296.4595 402.1631 289.6782 402.1631 c +280.3325 402.1631 280.3325 391.8076 280.3325 389.6094 c +280.3325 380.3086 284.5024 376.6436 291.5112 376.6436 c +294.6245 376.6436 296.1382 377.1025 296.9634 377.3301 c +296.9175 378.9795 297.147 380.0342 297.4224 381.4541 c +296.4595 380.8564 295.2241 380.0791 292.4751 380.0791 c +285.3228 380.0791 285.2358 386.585 285.2358 388.832 C +297.4224 388.832 l +297.5132 391.5342 L +f +/BBAccumRotation (-0.000005) XT +*U +*u +0 D +313.0645 389.5635 m +313.0645 385.3018 312.2871 379.5762 306.9722 379.5762 c +306.2358 379.5762 305.3218 379.7129 304.7251 379.8506 c +304.6333 381.501 304.6333 384.3408 304.6333 387.6396 c +304.6333 391.5791 305.0435 393.6406 305.3696 394.6494 c +306.3286 397.9004 308.4805 397.9473 308.8926 397.9473 c +312.375 397.9473 313.0645 393.1367 313.0645 389.5635 c +f +/BBAccumRotation (-0.000005) XT +1 D +299.9175 384.5693 m +299.9175 381.1816 299.9175 379.2539 299.3638 377.7891 c +301.2456 377.0557 303.5796 376.6436 306.3755 376.6436 c +308.1621 376.6436 313.3379 376.6436 316.1328 382.3691 c +317.4648 385.0273 317.9199 388.6006 317.9199 391.3037 c +317.9199 392.9541 317.7363 396.5713 316.4082 398.8633 c +315.127 401.0156 313.0645 402.1162 310.8672 402.1162 c +306.4663 402.1162 305.1841 398.4531 304.4985 396.5713 c +304.4985 398.9082 304.5425 407.0645 304.9077 411.2324 c +302.6758 410.2026 301.0859 409.8169 299.6006 409.6099 c +299.1055 409.5405 298.6221 409.4917 298.1304 409.4453 c +299.9155 408.7139 299.9175 405.6895 299.9175 395.8398 c +299.9175 384.5693 L +f +/BBAccumRotation (-0.000005) XT +*U +*u +0 D +326.0781 376.917 m +325.1641 377.0557 324.5195 377.1465 323.1914 377.1465 c +321.7246 377.1465 320.7207 377.0557 319.6641 376.917 c +320.123 377.7891 320.3086 378.2002 320.4473 381.1816 c +320.6289 385.2549 320.6719 396.1621 320.3535 398.4531 c +320.123 400.1914 319.7109 400.4658 319.0703 400.9268 c +322.8281 401.293 323.8789 401.5664 325.6211 402.3906 c +325.2559 400.377 325.207 399.3672 325.207 396.2988 c +325.1191 380.4922 325.0703 378.7969 326.0781 376.917 c +f +/BBAccumRotation (-0.000005) XT +*U +*u +341.166 389.8838 m +341.0781 386.9961 341.0273 384.9805 340.252 383.3779 c +339.2891 381.3174 337.6855 380.7197 336.4941 380.7197 c +333.7441 380.7197 333.1465 383.0117 333.1465 385.2549 c +333.1465 389.5635 337 389.8838 338.7363 389.8838 c +341.166 389.8838 L +f +/BBAccumRotation (-0.000005) XT +1 D +328.5684 384.25 m +328.5684 381.3633 329.4375 378.4756 332.0039 377.2402 c +333.1465 376.7324 334.2949 376.7324 334.6602 376.7324 c +338.877 376.7324 340.2969 379.8506 341.166 381.7744 c +341.123 379.7598 341.166 378.5225 341.3027 376.917 c +342.1309 376.9639 342.9531 377.0557 344.3281 377.0557 c +345.1094 377.0557 345.8398 376.9639 346.6172 376.917 c +346.1152 377.6973 345.8398 378.1572 345.7012 379.9434 c +345.6113 381.6836 345.6113 383.4248 345.6113 385.8535 C +345.6563 395.1992 l +345.6563 398.6807 344.7402 402.1162 337.8672 402.1162 c +333.334 402.1162 330.6738 400.7422 329.3477 400.0537 c +329.8965 399.0479 330.3555 398.1748 330.7656 396.208 c +332.5527 397.7646 334.8926 398.5869 337.2695 398.5869 c +341.0781 398.5869 341.0781 396.0703 341.0781 392.4951 c +340.2051 392.543 339.4727 392.6328 338.2344 392.6328 c +332.4121 392.6328 328.5684 390.3887 328.5684 384.25 c +f +/BBAccumRotation (-0.000005) XT +*U +*u +0 D +367.3027 381.4541 m +367.3496 379.8975 367.3496 378.2461 367.9922 376.917 c +366.9844 377.0107 366.3887 377.1445 364.5098 377.1445 c +363.4082 377.1445 362.8125 377.0557 361.9434 376.917 c +362.127 377.5146 362.2188 377.7451 362.3086 378.5225 c +362.4473 379.5762 362.541 383.1035 362.541 384.3408 c +362.541 389.2891 L +362.541 391.4404 362.541 394.5566 362.4023 395.6563 c +362.3086 396.4336 362.0781 398.542 359.4219 398.542 c +356.8125 398.542 355.9414 396.6182 355.623 395.0625 c +355.2559 393.457 355.2559 391.7168 355.2559 384.9355 c +355.3008 379.0723 355.3008 378.5225 355.7598 376.917 c +354.9805 377.0107 354.0195 377.1006 352.6445 377.1006 c +351.5449 377.1006 350.8105 377.0557 349.8945 376.917 c +350.2168 377.6504 350.3984 378.0195 350.4902 380.5811 c +350.582 383.1035 350.7656 395.4746 350.3535 398.4053 c +350.125 400.1914 349.666 400.6016 349.1621 401.0625 c +352.873 401.2461 354.0625 401.8418 355.209 402.4365 c +355.209 397.5791 L +355.7578 399.001 356.9043 402.1631 361.4863 402.1631 c +367.2148 402.1631 367.2578 397.9941 367.3027 395.2432 C +367.3027 381.4541 l +f +/BBAccumRotation (-0.000005) XT +*U +1 Ap +0 0 0 1 (Black) 0 x +326.4668 408.876 m +322.6738 405.084 L +318.8789 408.876 L +322.6738 412.6689 L +326.4668 408.876 L +f +/BBAccumRotation (-0.000005) XT +U +LB +%AI5_EndLayer-- +%%PageTrailer +gsave annotatepage grestore showpage +%%Trailer +Adobe_Illustrator_AI5 /terminate get exec +Adobe_shading_AI8 /terminate get exec +Adobe_ColorImage_AI6 /terminate get exec +Adobe_cshow /terminate get exec +Adobe_level2_AI5 /terminate get exec +%%EOF --- cdlabelgen-4.1.0.orig/debian/cdlabelgen.lintian-override +++ cdlabelgen-4.1.0/debian/cdlabelgen.lintian-override @@ -0,0 +1,2 @@ +# INSTALL.WEB contains valuable info to use cdlabelgen as web script +cdlabelgen binary: package-contains-upstream-install-documentation usr/share/doc/cdlabelgen/INSTALL.WEB.gz --- cdlabelgen-4.1.0.orig/debian/compat +++ cdlabelgen-4.1.0/debian/compat @@ -0,0 +1 @@ +5 --- cdlabelgen-4.1.0.orig/debian/copyright +++ cdlabelgen-4.1.0/debian/copyright @@ -0,0 +1,15 @@ +This software was initially packaged for Debian by Adam Di Carlo +. +Tony Mancill was the maintainer until jul 2003. +The current Debian maintainer is Juan Manuel Garcia Molina +. + +It can be downloaded from: + http://www.aczoom.com/tools/cdinsert/ + +All Debian-specific modifications and build scripts are licensed under +the GNU General Public License (GPL) version 2 or later. You can find +a copy of the GPL in /usr/share/common-licenses/GPL on Debian systems. + +-- +