summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/graphics
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/graphics
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/graphics')
-rw-r--r--Master/texmf-dist/doc/latex/graphics/00readme.txt126
-rw-r--r--Master/texmf-dist/doc/latex/graphics/a.ps13
-rw-r--r--Master/texmf-dist/doc/latex/graphics/changes.txt783
-rw-r--r--Master/texmf-dist/doc/latex/graphics/grfguide.pdfbin0 -> 157719 bytes
-rw-r--r--Master/texmf-dist/doc/latex/graphics/grfguide.ps5799
-rw-r--r--Master/texmf-dist/doc/latex/graphics/grfguide.tex848
6 files changed, 7569 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics/00readme.txt b/Master/texmf-dist/doc/latex/graphics/00readme.txt
new file mode 100644
index 00000000000..ffc0c041585
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/00readme.txt
@@ -0,0 +1,126 @@
+%%
+%% This file is part of the Standard LaTeX `Graphics Bundle'.
+%%
+%% This file, and all the other files in this bundle as listed below,
+%% may be distributed under the terms of the LaTeX Project Public
+%% License, as described in lppl.txt in the base LaTeX distribution.
+%% Either version 1.0 or, at your option, any later version.
+
+
+The LaTeX Colour and Graphics Packages
+========================================
+ 1999/12/01
+
+This is a collection of LaTeX packages for:
+ * producing colour
+ * including graphics (eg PostScript) files
+ * rotation and scaling of text
+in LaTeX documents.
+
+=======================================================================
+
+
+THIS DIRECTORY CONTAINS
+======================
+
+00readme.txt This File
+changes.txt Log of changes to the packages.
+graphics.ins Install file for docstrip.
+
+Standard packages
+=================
+color.dtx Source for color package
+graphics.dtx Source for graphics package
+trig.dtx Source for trig package (required by graphics)
+
+Non Standard Packages
+=====================
+graphicx.dtx Source for graphicx package (extension of graphics)
+epsfig.dtx Source for epsfig package (extension of graphicx)
+keyval.dtx Source for keyval pacakge (required by both the above)
+pstcol.sty Small wrapper for pstricks package.
+lscape.sty Produce landscape pages in a (mainly) portrait document.
+
+Driver Files
+============
+drivers.dtx Source for driver files for supported drivers.
+textures.def Textures file supplied by Arthur Ogawa.
+pdftex.def pdftex driver file (experimental).
+vtex.def VTeX driver file supplied by MicroPress.
+dvipdfm.def Dvipdfm file supplied by Mark Wicks
+
+User Documentation
+==================
+grfguide.tex User Guide to all the packages in this bundle.
+ WARNING:
+ This file calls color and graphics packages
+ without a driver option.
+ You *must* set up two files
+ color.cfg and graphics.cfg
+ containing (for example)
+ \ExecuteOptions{dvips}
+ Before running this file.
+
+=============================================
+
+TO UNPACK THE PACKAGES
+======================
+
+latex graphics.ins
+
+This will produce the
+
+.sty package files
+.def driver files.
+
+
+NOTE (docstrip version)
+***********************
+****
+**** If latex graphics.ins
+**** produces the `docstrip interactive mode' prompt:
+****
+**** * First type the extension of your input file(s): *
+**** \infileext=
+****
+**** Then your version of docstrip is too old.
+**** Quit (eg by hitting `enter' to all questions) and get a newer
+**** docstrip.tex. It must be at least version 2.4.
+****
+**** A suitable docstrip.tex may be found from `CTAN' archives such as
+**** ftp.dante.de tex-archive/macros/latex/unpacked/docstrip.tex
+****
+**** Docstrip is part of the base LaTeX distribution, so if you have
+**** an old docstrip then your LaTeX is out of date and you may consider
+**** getting the whole of that directory and re-installing LaTeX.
+**** However you need to fetch only the file docstrip.tex to unpack
+**** this graphics distribution with your existing format.
+
+=============================================
+
+USING THE PACKAGES
+==================
+
+Move files ending in .sty .def to a standard TeX input directory.
+
+Make a default option for your site by creating two files
+ color.cfg and graphics.cfg
+containing (if dvips is your default driver)
+\ExecuteOptions{dvips}
+
+You may then LaTeX the user guide:
+latex grfguide.tex.
+
+==============================================
+
+MAIN CHANGES IN THIS RELEASE
+============================
+
+dvipdfm driver added.
+New package option in keyval to control error handling.
+Distribution Notice changed to refer to LPPL.
+
+==============================================
+
+
+
diff --git a/Master/texmf-dist/doc/latex/graphics/a.ps b/Master/texmf-dist/doc/latex/graphics/a.ps
new file mode 100644
index 00000000000..3e4e0a63afb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/a.ps
@@ -0,0 +1,13 @@
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
diff --git a/Master/texmf-dist/doc/latex/graphics/changes.txt b/Master/texmf-dist/doc/latex/graphics/changes.txt
new file mode 100644
index 00000000000..d4e1511abf3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/changes.txt
@@ -0,0 +1,783 @@
+2001-07-07 Chris Rowley <car2@fell.open.ac.uk>
+
+ * graphics.dtx:
+
+ Made \rotatebox long (not previously done for graphics/2908)
+
+2001-06-07 Chris Rowley <car2@fell.open.ac.uk>
+
+ * graphics.dtx:
+
+ Extended documentation of \DeclareGraphicsExtensions (graphics/3228}
+
+2001-06-20 Chris Rowley <car2@fell.open.ac.uk>
+
+ * pstcol.dtx:
+
+ Added redefinitions for PSTricks (graphics/3233)
+
+2000-10-23 Chris Rowley <car2@fell.open.ac.uk>
+
+ * lscape.dtx:
+
+ Added better pdfTeX support by Scott Pakin,
+ from graphics/3063
+
+1999-02-17 David Carlisle <davidc@nag.co.uk>
+
+ * dvipdfm.def: lppl (Agreed with Mark Wicks)
+
+Tue Feb 16 22:04:32 1999 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * grfguide.tex: lppl
+
+ * graphics.ins: lppl
+
+ * epsfig.dtx: lppl
+
+ * textures.def: lppl (Agreed with Art Ogawa)
+
+ * drivers.dtx: lppl
+
+ * lscape.dtx: lppl
+
+ * pstcol.dtx: lppl
+
+ * color.dtx: lppl
+
+ * graphicx.dtx: lppl
+
+ * 00readme.txt: lppl
+
+ * graphics.dtx: lppl
+
+1999-01-13 David Carlisle <davidc@nag.co.uk>
+
+ * grfguide.tex: dvipdfm and unknownkeysallowed options.
+
+ * drivers.dtx: documentation corrections.
+
+ * color.dtx: dvipdfm option
+
+ * graphics.dtx: dvipdfm option
+
+ * dvipdfm.def: (from Sebastian) For dvipdfm dvi->pdf driver.
+
+Sun Jan 10 23:30:16 1999 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * graphics.ins: don't generate .def files for unsupported drivers
+
+ * graphicx.dtx: new option (passed to graphicx)
+
+ * keyval.dtx: new options to not generate error on unknown keys.
+
+1999-01-08 David Carlisle <davidc@nag.co.uk>
+
+ * pdftex.def: new version (from http://www.tug.org)
+
+1999-01-07 David Carlisle <davidc@nag.co.uk>
+
+ * graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
+ \@makeother\- added. graphics/2846
+
+1999-01-07 David Carlisle <davidc@nag.co.uk>
+
+ * graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
+ \@makeother\- added. graphics/2846
+
+Fri Oct 30 21:53:18 1998 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * vtex.def: new version from micropress
+
+1999-01-07 David Carlisle <davidc@nag.co.uk>
+
+ * graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
+ \@makeother\- added. graphics/2846
+
+1998-06-05 David Carlisle <davidc@nag.co.uk>
+
+ * pdftex.def: update for more recent pdftex (from Sebastian).
+
+ * keyval.dtx: make keyval safe if \@tempc is an \if
+ (As happens if you load amsmath and color packages,
+ in that order)
+
+1998-05-27 David Carlisle <davidc@nag.co.uk>
+
+ * grfguide.tex: vtex option
+
+ * color.dtx: vtex option
+
+ * graphics.dtx: vtex option
+
+ * vtex.def: Add file (supplied by MicroPress, Inc).
+
+Sun May 3 23:26:20 1998 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * drivers.dtx: update of dvipsone.def from Berthold Horn.
+
+Mon Nov 10 12:39:49 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * trig.dtx: Remove an ancient email address of mine.
+
+ * keyval.dtx: CHANGE so that # may appear in <value>s without
+ needing to be doubled. NOTE This will require a change if
+ anybody has used the comand= key in graphicx, the only key
+ currently distributed likely to require # in its argument.
+ A setting such as `command = uncompress ##1' now will need
+ changing to just use one #.
+ Also fix brace handling so a value of {abc}{xyz} is correctly
+ handled. (Old version passed abc{xyz}).
+ Remove an ancient email address of mine.
+
+Tue Sep 9 14:53:19 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * graphics.ins: Comment out generation of oztex.def.
+
+ * graphics.dtx: [oztex] == [dvips]
+
+ * color.dtx: [oztex] == [dvips]
+
+ * drivers.dtx: merge oztex and dvips support (for oztex 3.x).
+
+Tue Sep 2 08:57:20 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * graphics.dtx: allow TAB in BoundingBox comments. graphics/2587
+
+Tue Jun 17 13:06:40 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * textures.def: New one from Arthur Ogawa.
+
+Mon Jun 9 15:28:17 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * graphicx.dtx: Initialise ext= key to empty, so type= may be used
+ without specifying ext, for Sebastian.
+
+Sat Jun 7 18:20:41 1997 David Carlisle <david@dcarlisle.demon.co.uk>
+
+ * Makefile: pdftex.def
+
+ * grfguide.tex: pdftex option
+
+ * 00readme.txt: pdftex.tex driver file
+
+ * color.dtx: pdftex option
+
+ * graphics.dtx: pdftex option
+
+ * pdftex.def: add this file for Han The Thanh's TeX variant.
+
+Thu Feb 20 18:51:31 1997 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * graphics.ins: dvipdf missed out. graphics/2420
+
+Tue Jan 7 11:08:21 1997 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * color.dtx: Make errors just info messages to the log in the
+ monocrome option. graphics/2350
+
+Thu Dec 12 20:10:01 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * drivers.dtx: new dvipsone eps code (Code from Berthold Horn)
+
+Mon Dec 9 15:07:25 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * 00readme.txt: Remove grfguide.ps (it's in latex/doc on ctan)
+
+ * Makefile: Remove grfguide.ps (it's in latex/doc on ctan)
+
+ * grfguide.tex: Assorted improvements.
+
+Mon Nov 18 16:50:20 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * drivers.dtx: Minor changes to dvipdf.def (Sergey Lesenko).
+
+Tue Nov 5 10:36:30 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * epsfig.dtx: Support active ! for graphics/2302
+
+Sat Nov 2 14:23:56 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * 00readme.txt: add old docstrip warning.
+
+Thu Oct 31 15:00:27 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * textures.def: add pstricks compatibity code from original
+ textures.def
+
+ * drivers.dtx: tcidvi code supporting viewport/trim/clip.
+
+ * graphicx.dtx: viewport/trim code now saves original bb coords.
+
+ * color.dtx: add dvipdf
+
+ * graphics.dtx: add dvipdf
+
+ * drivers.dtx: add dvipdf (after code from Sergey Lesenko).
+
+Wed Oct 30 19:16:25 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * drivers.dtx: add truetex and tcidvi drivers.
+ Add literal postscript specials to drivers that support it.
+ Add RGB (0-255 integer rgb) model to all drivers.
+
+ * graphics.ins: add truetex (Kinch) and tcidvi (Scientific Word)
+ drivers.
+
+Tue Oct 29 18:23:31 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * graphics.ins: new style for docstrip 2.4.
+
+ * grfguide.tex: Describe new options, improve descriptions
+ of \graphicspath (for graphics/2294) and \DeclareGraphicsRule.
+ Describe how to add new driver options in a cfg file.
+
+ * graphicx.dtx: Add hiresbb key to \includegraphics.
+
+ * graphics.dtx: Add tcidvi and truetex options, comment out some
+ old drivers.
+ Add hiresbb package option for %%HiResBoundingBox.
+
+ * color.dtx: add missing \colors@false to monochrome option.
+ Add tcidvi and truetex drivers. Comment out some old drivers.
+
+Mon Oct 28 15:07:41 1996 David Carlisle <carlisle@ma.man.ac.uk>
+
+ * pstcol.dtx: clean up documentation a bit.
+
+ * Makefile: Add SCRIPTDIR
+
+Mon Sep 16 15:41:57 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: add debugshow option, mainly so I can go
+ \usepackage[debugshow]{graphics,color} without color complaining
+
+ * graphics.dtx: stop infinite loop if requested size is zero
+ graphics/2259.
+
+Mon Aug 5 12:41:16 1996 David Carlisle <carlisle@vummath>
+
+ * graphicx.dtx: Missing % for /2244
+
+Tue Jun 11 16:59:35 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.ins: pctex32
+
+Mon Jun 10 18:55:58 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.dtx: use \@gtempa not \g@tempa graphics/2090
+
+ * graphicx.dtx: Fix misplaced = in changes entry. graphics/2034
+
+Wed May 29 12:09:35 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * 00readme.txt: Tidy up.
+
+ * graphicx.dtx: Declare it version 1 (no other change).
+
+ * graphics.dtx: Declare it version 1 (no other change).
+
+ * color.dtx: Declare it version 1 (no other change).
+
+ * drivers.dtx: Change arithmetic in dvips' \Ginclude@eps
+ (and the identical code for pctex32) to avoid overflow on very
+ large posters. (Andreas Schott)
+
+Thu Apr 11 16:14:28 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Add pctex32 driver file based on code from pti.
+ Add support for wmf in Y&Y's dviwindo.
+
+ * epsfig.dtx: allow space after [ in \epsfbox bb argument.
+ add `silent' key to \epsfig (ignored).
+
+Tue Feb 20 11:55:05 1996 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * grfguide.ps: Bad dvips configuration forcing A4 paper fixed.
+
+ * textures.def: \gread -> \gread@ typo fixed.
+
+ * graphics.dtx: \gread -> \gread@ typo fixed.
+
+ * graphics.ins: dvi2ps dvitops dvilaser dvialw
+ added back to the .ins file, so the code gets extracted
+
+Thu Dec 7 18:02:58 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Remove \showhyphens and \underbar Now all commands
+ are colour safe already in the kernel.
+ CHANGE Add \leavevmode to \textcolor so that it works out right at
+ the start of a \parbox[t] (and other places)
+
+ * grfguide.tex: Bring up to date.
+
+Wed Dec 6 19:35:53 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Use \Gin@exclamation to save active ! problems.
+ Rename key to keepaspectratio.
+
+ * graphics.dtx: Add \Gin@exclamation for French graphicx mainly
+
+Mon Dec 4 17:24:38 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: New dviwin code after correspondence with
+ Hippocrates Sendoukas.
+
+ * graphics.ins: remove textures.def generation
+
+ * textures.def: New version, not generated from drivers.dtx.
+ Code supplied by Arthur Ogawa.
+
+Fri Nov 10 15:12:07 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.ins: New version for concurrent docstrip
+
+ * graphicx.dtx: Support height= and width= better for bitmap
+ formats where natural size not known to LaTeX, but known to
+ the driver.
+
+ * graphics.dtx: Support height= and width= better for bitmap
+ formats where natural size not known to LaTeX, but known to
+ the driver.
+
+Tue Oct 31 15:54:24 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * lscape.dtx: \StopEventually{\end{landscape}} for graphics/1744
+
+Fri Sep 29 14:58:00 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.dtx: Support isoscale code in \Gscale@box@dddd
+
+ * graphicx.dtx: Support new isoscale key for \includegraphics.
+
+Thu Sep 28 18:35:10 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Add origin key for \includegraphics rotation.
+
+Wed Sep 27 19:27:49 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Modify \Gin@esetsize to support calc package
+
+ * graphics.dtx: Modify \Gscale@div to support calc package
+
+Fri Sep 22 16:08:57 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Fix typo in natheight and natwidth keys.
+
+ * drivers.dtx: Fix bitmap support in dvips for graphics/1879
+
+Thu Sep 21 16:47:50 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * keyval.dtx: Documentation changes for graphics/1698
+
+Mon Sep 18 09:45:08 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: (Berthold Horn) Fix up clipping code in Y&Y
+ drivers.
+
+Mon Sep 11 10:22:03 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Fix up named colour support for dvipsone.
+
+Thu Sep 7 11:16:06 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Merge dvipsone and dviwindo options.
+
+ * grfguide.tex: Document the totalheight key which got
+ omitted before.
+
+ * graphics.ins: Remove generation of dviwindo.def
+
+ * drivers.dtx: Fix bounding box spec in dvipsone
+ (should be in sp)
+ Remove generation of dviwindo.def: dviwindo option
+ now uses dvipsone.def
+
+ * graphicx.dtx: Arithmetic in viewport was wrong. (Michel
+ Goossens)
+
+ * graphics.dtx: Merge the two Y&Y options together making
+ dviwindo.def obsolete.
+
+Fri Aug 11 17:38:25 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * grfguide.tex (section{Colour}): Refer to X Window system
+ in the approved manner.
+
+Mon Jun 26 16:38:07 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Typos fixed in bb.... keys for graphics/1685
+
+Fri Jun 23 17:53:17 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * epsfig.dtx: oops. \ifGin@viewport renamed to \ifGin@bbox
+
+Mon Jun 19 12:19:32 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Add \Gin@PS@raw and \Gin@PS@restored for
+ literal PostScript \specials. (cf \pstVerb and \pstverb)
+
+Fri Jun 16 12:10:51 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.ins: Modify docstrip options for Y&Y drivers.
+
+ * epsfig.dtx: Remove forcing of dvips option (use graphics.cfg
+ to force the default driver for your site).
+ Modify \ProvidesPackage usage
+
+ * drivers.dtx: Add \AtBeginDvi around `color2' color define
+ \special.
+ Make Y&Y drivers dvipsone and dviwindo use `color2' colour
+ support following mail message from Berthold Horn.
+
+ * color.dtx: Use #1 not ##1 in \DeclareOption, for latex/1557
+
+Thu Apr 27 15:48:47 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Move \leavevmode earlier in box commands for
+ graphics/1512
+
+Wed Apr 19 14:20:30 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.ins: Add template generation (commented out).
+
+ * drivers.dtx: Remove \Gin@tobp, not needed now.
+
+Wed Apr 12 17:32:06 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * grfguide.tex: Fix mention of obsolete syntax, as reported in
+ latex/1295
+
+Tue Apr 11 10:49:11 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphicx.dtx: Bounding box changes to match graphics.sty.
+ Add trim viewport and totalheight keys to \includegraphics.
+
+ * graphics.dtx: Start v0.7: \leavevmode positioning.
+ Bounding box cordinates stored as macros (so can use bp)
+ Make more catcodes safe, for binary headers of eps files.
+
+Tue Jan 3 16:42:57 1995 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: (Chris Hamlin) Spurious #2 deleted in
+ dviwindo.def: \def\c@lor@cmyk@#1#2,#2,#3,#4,#5\@@{%
+
+Thu Dec 15 11:25:19 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.dtx: (Denis Roegel) Extra group to keep bb settings
+ local.
+ (Piet van Oostrum) include `.' in \Gin@ext.
+
+Mon Dec 12 15:29:05 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Add ln (ln03, ln05 etc) support (untested).
+
+ * graphics.dtx: Add ln (ln03, ln05 etc) support (untested).
+
+Tue Nov 29 18:58:51 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * grfguide.tex: New \DeclareGraphicsExtensions description.
+
+ * graphicx.dtx: Modify the type and read keys to work with new
+ graphics.sty.
+
+ * drivers.dtx: Explicitly mention `.' in all file extensions, to
+ work with graphics v0.6.
+
+ * graphics.dtx: Remove Optional argument to
+ \DeclareGraphicsExtensions
+ Remove the notion of a `separator' and now specify extensions
+ as (eg) .eps rather than eps this makes it easier to work with
+ files without extension.
+
+Tue Nov 22 17:34:14 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: add color@vbox,
+ remove a load of stuff now in the kernel.
+
+Wed Nov 16 19:04:22 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * keyval.dtx: Move the <% plain> docstrip commands which were being
+ typeset by mistake (reported by Martin Schroeder)
+
+ * trig.dtx: Move the <% plain> docstrip commands which were being
+ typeset by mistake (reported by Martin Schroeder)
+
+Tue Nov 8 10:40:39 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Add \color@hbox and \color@endbox
+
+Fri Nov 4 17:48:02 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.ins: add psprint.def (accidentally omitted)
+
+Wed Nov 2 13:12:34 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.dtx: fix catcodes of ctrl-D and \endlinechar
+ when reading eps files.
+
+Thu Oct 27 17:25:18 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * pstcol.dtx: add gradbegin and gradend colours.
+
+Mon Oct 24 14:19:23 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * graphics.dtx: Modify support for ! in \resizebox
+ (Old code added to support active ! broke \width etc)
+ \DeclareGraphicsRule Check #3 (not #2) is * (Reported by
+ Arthur Ogawa).
+ Missing \expandafter in \Gin@setfile (Reported by Arthur
+ Ogawa).
+
+ * drivers.dtx: Missing \the in dvitops \special. Reported by
+ Arthur Ogawa.
+
+Mon Oct 17 17:57:43 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: removed xdvi.def: xdvi now calls dvips,monochrome
+
+Sun Oct 16 14:16:09 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * trig.dtx: Changed \@xc to \nin@ty (old name clashed with some
+ other package)
+
+Fri Oct 14 19:39:25 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * grfguide.tex: Minor improvements to my English.
+
+Fri Oct 7 18:06:36 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Removed out of date table. Added new code for pctex
+ drivers submitted by PTI.
+
+Wed Oct 5 15:27:52 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * lscape.dtx: converted the old 209 style to dtx form
+ and base on graphics package.
+
+ * drivers.dtx: added hsb colour to drivers that support it.
+
+Tue Oct 4 15:04:22 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Make \definecolor and \DefineNamedColor give an
+ Info message if the colour was previously defined.
+
+ * drivers.dtx: Add support for bounding box to pctex drivers,
+ remove support for scaling which did not work anyway.
+
+Mon Oct 3 16:17:29 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * color.dtx: Add usenames option.
+
+ * graphics.dtx: Error if no driver specified.
+
+Thu Sep 29 17:27:23 1994 David Carlisle <carlisle@cs.man.ac.uk>
+
+ * drivers.dtx: Modifications to fit in \DefineNamedColor.
+ textures code redone based on mail from Constantin Kahn (Who
+ owns a Mac which is and advantage when writing code for
+ textures:-)
+
+ * color.dtx (section{Defining Colours}): \DefineNamedColor
+ Add this system, after conversations with Constantin Kahn
+ about the textures support.
+
+Wed Sep 21 19:15:01 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * drivers.dtx (section{Generic PostScript Colour}):
+ Modify textures code, to force trailing .0.
+
+Mon Sep 19 18:50:49 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * color.dtx: small changes to \pagecolor.
+
+Thu Sep 15 17:36:38 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * drivers.dtx: Add in pctex drivers from Sebastian.
+
+Wed Sep 14 18:39:58 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * color.dtx: Add fix for footnote bug (should really be in
+ ltfloat/ltoutput)
+
+Tue Sep 13 15:28:47 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * color.dtx (subsection{Coloured Boxes} New implementation of
+ \fcolorbox and \colorbox. Now share code.
+
+Mon Sep 12 12:36:33 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * trig.dtx: Improve docstrip handling.
+
+ * keyval.dtx: Improve docstrip handling.
+
+ * color.dtx: Re-organise options, as for graphics package.
+
+ * graphics.dtx (subsection{Options}): Re-organise, so that it is
+ more efficient to specify a default option in graphics.cfg.
+
+ * graphicx.dtx: Make \includegraphics check for 2nd optional
+ arg. Use standard `graphics.sty' form if 2nd arg is there.
+
+Wed Jul 27 11:34:11 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * graphics.dtx: Add missing 3rd argument to \InputIfFileExists
+
+Thu Jul 21 19:19:19 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * graphics.dtx: documentation changes.
+
+Wed Jul 20 17:12:16 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * pstcol.sty: Package modifying pstrics colour
+ interface to work with LaTeX colours.
+
+ * graphics.dtx (subsection{Stretching and Scaling}): Support
+ active ! for French.
+
+ * drivers.dtx: extensive changes to cope with the new code in
+ graphics.dtx and color.dtx.
+
+ * graphics.dtx: Add default rule possibility, so eg a PS driver
+ can handle any unknown extension as eps, rather than generate
+ an error.
+
+ * color.dtx: Completely new implementation of the internal
+ colour commands. Conversion from `user syntax' to `special
+ syntax' is now in a separate (driver dependant) command,
+ distinct from the commands to define or use colours.
+
+Wed Jul 20 12:16:11 1994 Sebastian Rahtz (Sebastian.Rahtz@cl.cam.ac.uk)
+
+ * drivers.dtx: Fix textures graphics inclusion.
+
+Fri Jun 10 12:11:45 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * color.dtx: minor change to error texts. (dated 1994/05/14:-)
+
+ * drivers.dtx: (From Sebastian) fix for dviwin.
+
+Mon May 30 15:05:28 1994 David Carlisle (carlisle@cs.man.ac.uk)
+
+ * graphics.dtx: Rename egraphics to graphicx.
+
+ * testx.tex: new name to match graphicx.
+
+ * graphicx.dtx: Rename from egraphics (8+3).
+
+ * epsfig.dtx: (From Sebastian) Make epsfig default to [dvips]
+ RequirePackage{graphicx} not egraphics.
+ Remove \wlog as now done by \ProvidesPackage.
+
+Fri May 13 15:22:48 1994 David Carlisle (carlisle@r8d)
+
+ * color.dtx: Remove all support for the test release of LaTeX2e.
+ Add optional argument to \NeedsTeXFormat to show this.
+ Define new versions of the `kernel' colour commands,
+ \color@{begin|end|set}group and \normalcolor. Remove
+ redefinition of tabbing commands, now colour-safe in the kernel.
+
+Mon May 9 10:30:28 1994 David Carlisle (carlisle@r8d)
+
+ * test.tex: Remove `times' package from test.tex. (Not part of
+ `base' distribution of LaTeX2e.)
+
+ * color.dtx: improve wording of error messages.
+
+ * drivers.dtx: patch to oztex support from Andrew Trevorrow. (via
+ Sebastian)
+
+Fri May 6 18:58:05 1994 David Carlisle (carlisle@r8d)
+
+ * graphics.dtx (subsection{Options}): notdraft renamed again to
+ final.
+
+ * drivers.dtx: Replace grot@ by Grot@ throughout.
+
+ * egraphics.dtx: Removed weird and incorrect setting of
+ \let\Gin@scalex\@empty and \let\Gin@scaley\@empty
+ that I must have added while asleep:-) Now the earlier correct
+ settings actually take effect.
+
+ * graphics.dtx: Changed the handling of `missing file' errors.
+ If no extension is supplied, each extension in the list is
+ tried until a file is found. A File not found error is
+ generated if this search fails.
+ If an extension is supplied, only a warning is given if the
+ file does not exist. This allows the file to be created `on
+ the fly' eg by extracting the file from a tar or zip archive.
+
+Fri Apr 29 19:36:30 1994 David Carlisle (carlisle@r8d)
+
+ * drivers.dtx: Removed rotation from drivers.dtx documentation, so
+ it can be processed at any site.
+
+Thu Apr 28 12:25:39 1994 David Carlisle (carlisle@r8d)
+
+ * drivers.dtx: added PS rules for Mac drivers
+
+ * graphics.dtx: Improve the wording of error messages.
+
+Thu Apr 21 10:42:23 1994 David Carlisle (carlisle@r8d)
+
+ * drivers.dtx: Added missing \ProvidesFile for xdvi and dvitops
+
+Wed Apr 20 17:32:58 1994 David Carlisle (carlisle@r8d)
+
+ * graphics.dtx: initialise \Gin@extensions with \providecommand
+ so that definitions in the .def file are not zapped.
+
+Mon Apr 18 10:56:55 1994 David Carlisle (carlisle@r8d)
+
+ * color.dtx: Stop \normalfont resetting the colour. (\reset@font
+ does still reset the colour. This allows \rm to work as
+ expected.
+ Fix marginpar, so the baseline is correctly aligned.
+
+ * README Create initial change log from comments in the README
+
+
+Wed Apr 13 10:56:55 1994 David Carlisle (carlisle@r8d)
+
+ * notdraft renamed to nodraft
+
+ * zaprotate zapscale renamed to hiderotate hidescale
+
+ * kludges for graphics and colour to work with Feb 1994 release
+ now automatically included (so colfix.sty gone)
+
+
+Wed Mar 23 10:56:55 1994 David Carlisle (carlisle@r8d)
+
+ * rotatebox now correctly rotates about the left hand side.
+
+ * spurious spaces in \resizebox removed
+
+ * no BoundingBox error message improved
+
+ * zaprotate and zapscale options added (probably bad names)
+
+ * notdraft option added to cancel a global draft option.
+
+ * Graphics files now listed by \listfiles
+
+ * PS drivers now support \current@ps@color
+
+ * colfix.sty put back until next release of LaTeX2e.
+
+
+Wed Mar 09 10:56:55 1994 David Carlisle (carlisle@r8d)
+
+ * \reflectbox added.
+
+ * \rotatebox* removed
+
+ * The order of the arguments of \includegraphics corrected
+
+ * \includegraphics[lower-l,lower-r][upper-l,upper-r]{file}
+
+ * \definecolor not \newcolor to define colours
+
+
+
+
diff --git a/Master/texmf-dist/doc/latex/graphics/grfguide.pdf b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf
new file mode 100644
index 00000000000..d3b0a23be51
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/graphics/grfguide.ps b/Master/texmf-dist/doc/latex/graphics/grfguide.ps
new file mode 100644
index 00000000000..355cbbc5b63
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/grfguide.ps
@@ -0,0 +1,5799 @@
+%!PS-Adobe-2.0
+%%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
+%%Title: grfguide.dvi
+%%Pages: 16
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentFonts: CMR17 CMR12 CMBX12 CMBX10 CMR10 CMSS10 CMTT10 CMTT9
+%%+ CMTI10 CMSY9 CMTI9 CMSY10 CMR7 CMR6 CMR8 CMTT8 CMSY8 CMTI8 CMSSBX10
+%%+ CMSS9 CMR9 CMSY7 CMMI10
+%%EndComments
+%DVIPSWebPage: (www.radicaleye.com)
+%DVIPSCommandLine: dvips -o grfguide.ps grfguide
+%DVIPSParameters: dpi=600, compressed
+%DVIPSSource: TeX output 2004.03.02:0030
+%%BeginProcSet: texc.pro
+%!
+/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
+N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
+mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
+0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
+landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
+mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
+matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
+exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
+statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
+N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
+/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
+/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
+array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
+df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
+definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
+}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
+B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
+1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
+1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
+0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
+sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
+rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
+gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
+/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
+/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
+A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
+get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
+ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
+fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
+{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
+chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
+1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
+forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
+/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
+}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
+bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
+mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
+SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
+userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
+1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
+index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
+/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
+/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
+(LaserWriter 16/600)]{A length product length le{A length product exch 0
+exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
+end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
+grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
+imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
+exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
+fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
+delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
+B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
+p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
+rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
+
+%%EndProcSet
+%%BeginProcSet: texps.pro
+%!
+TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
+index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
+ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
+pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
+div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
+/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
+definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
+sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
+mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
+exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
+forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
+end
+
+%%EndProcSet
+%%BeginProcSet: special.pro
+%!
+TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
+/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
+/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
+/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
+/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
+X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
+/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
+/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
+{userdict/md get type/dicttype eq{userdict begin md length 10 add md
+maxlength ge{/md md dup length 20 add dict copy def}if end md begin
+/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
+atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
+itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
+transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
+curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
+pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
+if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
+-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
+get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
+yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
+neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
+noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
+90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
+neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
+1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
+2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
+-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
+TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
+Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
+}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
+save N userdict maxlength dict begin/magscale true def normalscale
+currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
+/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
+psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
+psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
+TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def
+@MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll
+newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto
+closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N
+/@beginspecial{SDict begin/SpecialSave save N gsave normalscale
+currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}
+N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs
+neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate
+rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse
+scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg
+lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx
+ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N
+/setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{
+pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave
+restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B
+/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1
+setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY
+moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix
+matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc
+savematrix setmatrix}N end
+
+%%EndProcSet
+%%BeginProcSet: color.pro
+%!
+TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
+setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
+}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
+/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
+setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
+/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
+known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
+/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
+/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
+setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
+setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
+0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
+/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
+setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
+0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
+0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
+0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
+/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
+setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
+setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
+0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
+/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
+setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
+0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
+0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
+0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
+/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
+setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
+/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
+0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
+0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
+0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
+setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
+0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
+/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
+setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
+0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
+1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
+/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
+setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
+0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
+DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
+setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
+setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
+setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
+
+%%EndProcSet
+%%BeginFont: CMSSBX10
+%!PS-AdobeFont-1.1: CMSSBX10 1.0
+%%CreationDate: 1991 Aug 20 16:43:06
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSSBX10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSSBX10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 97 /a put
+dup 99 /c put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 120 /x put
+readonly def
+/FontBBox{-71 -250 1099 780}readonly def
+/UniqueID 5000806 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0931DC68A9127B5D4E0B0EC0247B
+E3E94556B49E4EAF6EA99F1420405194F4D8D644F28FE1F090E80BF5C7D59585
+C1AE46D025A67CD5A59ECBDE2AAF87F725A9843589338F85C6176E7F6DAB2032
+74BA5CDC992D97660FDB3962D486E2682550AF11DECBCB7F76A28A4177905B2E
+F4767CA41528636EA69E80B3A1D33060B9F0250896EF2431F4530727CBBBCB63
+5D0CC646976759E52EB09E65B7110CA7A16EB65E0F9DBD26032DBD90A6964D18
+6B8BC2030609B972DA155820C9FA67A1A26B9BC9712A9A5AF82343D16BCC542F
+890ED28C0BA88F875CE90B1910D1A8FAFA6506F893CA462FDAA96E2A71ABC8A9
+A209E7AEB0E41C5A3ADE180857031416EA0123B75292427B282D9C21D765A8C6
+82107AF774BAEFA24DCB2DB22410CA3C540C0F9D108362C9C9C81FD259BFA359
+D7289FC6963978B46CCE8744FC96D5F106A59311646E6C4C6E520AAAA9719D68
+9032C53E3C38EE31A3E9995FB08207BAF83F0FCEF63A536528839428AD1E8A68
+F254B65CEC6ADBDBB524D4639388374A5C74C46DF2FD1A30C7B61995ED32BFFB
+7F06514E444BB108F3BE17F643D2BBFCB2947FA98789142D00B63105B09B9F24
+86E3FAF44F38E9F91A405408481FAD3B8B60381AC52FE674CE23C2E2F688C244
+EB64A97378970E7DEAB6FD875ABAA19DFA10D3FFB5D2AEE741A277B5147C8103
+1BB179D97426EFA47587DC7D60856B369CC280AFF938EFE801F7140730187895
+5E5405EB740BC38B48A7A84437916B550A65C7069CD0940D54DDFCF2EABBAF6B
+ED1681F1E44855C53DEDDE611A36118430BBD52A00C12ECAA9229A2127D5123B
+19FCE3A22CF6828695CC81961A0C91B373112A1015E340864F275CE836CBDF07
+62D610188186FF58886032295A983DA5A39350820C2344B7EC67CC0DDFC96B58
+1CF9B5DB22687A6FB49B8D80970DFB8462A2048E18260DDBD513EC3DE37A87F5
+B8DAD0249072E88ED4974ACC50B97EA861B5DDE9F1F348706BF3ECEFC746B487
+D68672F9DBC1DCEBAF65B12389032D62533A72090674E2DB7DDA5FFA6D61D315
+58C79CC3414C3D3DFAF21F97718E89FF5A9D9175B8A1743EA219B54C3ADD1956
+4FA5032D72C1B35643046FB77E284288AF5FE23A867057EBD196F6F593DFC8CA
+F46858D2868CEB1E875D56A9E2EB4FD12CFE32C3D9E454AF37474D5029EEE8C5
+AC4FE77AE47F7B0B418E180BCDB6F5F2C5922C7BB267A90C2FCF2C85780BEF09
+638A75158D955882A5987277EE993EDDB03A9D2640AA30CE49321246C0FC0F2F
+436EB9F26FE444204ABBD172CCC67BB5C4BAD576794EAE2C47BDED89E6A3AD54
+0709C048AACEFA2606C0DB33E472B85F6E5B34AA6A98AD4D553752C2831AE4DC
+97BAFD82B6D1D898B2C79227DD2B4EF81BE5689BA0520EF82F6294D946CBD268
+DB0312AF4B317E27D3F9F110BA19318D3F94F504F3AEC734BEE908A3302D16A6
+1B60A10F78716DADFE988EDF55C0A4EB28488BFDA02031AFB8B533CEA918B744
+A088DEAD9F2D2B8C74BDDF32DEB5BA859037B801D7EEFEAD85706C7E92742C68
+2E021BBABA95F1F56A5650F2E72AAA6FBE762D0D83B27759CF0663BC8A78CF27
+304B0473ABA29458758F43E55022880C37F08AD8A84FF91D4D33CE162CEBED19
+DB17173C5220A50DFA4B5028E427BAECDDDB9CD392A23D7EC9D198529613EB16
+260BDF5681CA18BE58E2D4B5BBDC1C73685363BFBD88F30266AD3831AAAA7CC5
+69543D5B13BB2C60D98063D379AB010DED4801E3DBCEF8B0361A092417486481
+2EF3876AB2CC4E586F085AA7101A27D22E8736C9FDFA525A7AFD49138F919411
+E4C07F0638296384292A4645BA1B1D9E5B7A7D2212DD9933BE090077C03EBF80
+7C3C0EBD36101972306185346B55F9B702CEC84E583FD7D72D759D540E1E5D5C
+EF471CB6B7F48AED5638F7BCA1514C912B3ECD35E0119DDE071386935CF839BF
+1CFDA23DA7E2C6F6FA0B2E28E7A006D6BD87F6DBDB018EB8B093EFC77FEC2F32
+9919AF235B5E1EC4886D719A29A624EAB8ECF6325E03B1727CD060300C6E053F
+7FC7885402EB4F8712BA94D38FFB050BEB3C2BBF3357A795FDCFC65CEE2C9A7A
+4B31706C2A0C907AFA7B165F595EA2764964E25D18FF6293A0A880D6F09CFFEE
+E5C432CFF96F83EA57F9BBD44F40A9E2F9880D8B85A20FEED8DF9FEF362500F9
+86491C505E4540F958C0138A2938058066401FBD1E6B543FFDCAF64DF4C2A82F
+853433194E4A09B8015CE8C06F53AA27FED63E85B19FB42EBB79446548B67DE9
+E85670C57AF19170D1901FDB5E1B3B632B0D99AB787DBFEE52110E0EB4C2A4EC
+917F4D423B34DA4C366F43C39C5BCCEA585345C5687BD3DA90392016DCF84588
+63FD0E5A0882107F00DBBEBD67D4CDE5DCC1B753D892CC0A04D35704E0AE5F2E
+643D29F5C8D902B28B7563CC6D644716702B78C4262E4262F13BC00C3C3EBD0B
+BAA94B0DDCBF3CC5D39DC4E89ED0EBE4BD2DBDD2817CB61E99507632B785D678
+C5096C7494424A0E293454A4E96EFD9078B972DF01536D543BD884601B47CBF9
+E4CC7182823D5F4EC59350FB371E27B23B3D2D91FC1766D8216EF4864CEF0B41
+D248D528CF960D9B51D21CE513018306763C3E2D3EFDA613F81267834D50B69B
+6BC0F352FD2DA03403FF464D81607BFB25A8D50DC358AD9E9762F317AFEADDF7
+4F4E9CB7E92C49BF52737176BEA7EE8959E36A7E7212D2C19978F4158EF3CDCB
+E1890F55A91A2DC990F0E1F13014B6A9D87271ABB85ED53733E2FA7618F4B077
+93C009C51DB44D04AB69599D11EA5C03E37C2454ED09BFBC520F8D3239A80684
+E5EF147BD7B6FDD8D0A3AD239ABF45E9B72D971684729613C2E8206524120CC5
+9618BF83B7EF8E1CBA82A6F576B6313C6057508B6993961C3DD9CF2FBE7EEFED
+37800C417A6E1DEE0C446AFF6867E3DA677D4470667BCFF4BAF23697FD92FE0B
+5C2F7F7C15C10D90C79689D07AA76F37E2A64FE85769BD53D22C387086A1B188
+A02BF14E1CCB97011538C9D3696790CBACA4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 34 /epsilon put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E394A533A081C36D456A09920001A3D2199583EB9B84B4DEE08E3D12939E321
+990CD249827D9648574955F61BAAA11263A91B6C3D47A5190165B0C25ABF6D3E
+6EC187E4B05182126BB0D0323D943170B795255260F9FD25F2248D04F45DFBFB
+DEF7FF8B19BFEF637B210018AE02572B389B3F76282BEB29CC301905D388C721
+59616893E774413F48DE0B408BC66DCE3FE17CB9F84D205839D58014D6A88823
+D9320AE93AF96D97A02C4D5A2BB2B8C7925C4578003959C46E3CE1A2F0EAC4BF
+8B9B325E46435BDE60BC54D72BC8ACB5C0A34413AC87045DC7B84646A324B808
+6FD8E34217213E131C3B1510415CE45420688ED9C1D27890EC68BD7C1235FAF9
+1DAB3A369DD2FC3BE5CF9655C7B7EDA7361D7E05E5831B6B8E2EEC542A7B38EE
+03BE4BAC6079D038ACB3C7C916279764547C2D51976BABA94BA9866D79F13909
+95AA39B0F03103A07CBDF441B8C5669F729020AF284B7FF52A29C6255FCAACF1
+74109050FBA2602E72593FBCBFC26E726EE4AEF97B7632BC4F5F353B5C67FED2
+3EA752A4A57B8F7FEFF1D7341D895F0A3A0BE1D8E3391970457A967EFF84F6D8
+47750B1145B8CC5BD96EE7AA99DDC9E06939E383BDA41175233D58AD263EBF19
+AFC0E2F840512D321166547B306C592B8A01E1FA2564B9A26DAC14256414E4C8
+42616728D918C74D13C349F4186EC7B9708B86467425A6FDB3A396562F7EE4D8
+40B43621744CF8A23A6E532649B66C2A0002DD04F8F39618E4F572819DD34837
+B5A08E643FDCA1505AF6A1FA3DDFD1FA758013CAED8ACDDBBB334D664DFF5B53
+9560176676ABB71BBD0EE56B4CC492C0652750227CEC7927C28CA162D39AF7A0
+012D9D95F7C865D84B36D0A7908B55976300AC511A3150723884A52B0BDC7BA1
+11D7F762832C2429EBACCC7A226D936D33BB001D2F6E01B13A5E6C95CABD2A99
+B26DF810A3EDAE908A1262BD8C36E557770B2B00E58DA8AE1AF28C3440414A6A
+E8D90595BEC20BA396151CFD5680D29CB7C3E3A38B979D8444AD0BE7C28867A9
+43AD77AAA1CE64B21333BFC92FE2E2418C9EFB3DB23FDD87CC68D8A2C80A458C
+59BD39C5280A5152B0F32BCCE14DD84283B4CA39E68940092A54B6CDD0787613
+9C4265133A3653B1846828923730FE955077067351BFBEDC42330AE04616909E
+E07266F16982C7C4DD916B63879B4AF03F6FFE101D64B7FC081931F5E2AF11DB
+4B95549A6391E124389615FB95CADAD062C59EDFE9F16CBBEDFD079FFC549EEF
+B605BA178C324A4F0F3FB8021D9080FC58627AF50848F212E626E6FB87140D47
+12BDF313E53CDE988E20A81823AAD2BE
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSY7
+%!PS-AdobeFont-1.1: CMSY7 1.0
+%%CreationDate: 1991 Aug 15 07:21:52
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 14 /openbullet put
+readonly def
+/FontBBox{-15 -951 1252 782}readonly def
+/UniqueID 5000817 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D251491EBF65A98C9FE2B1CF8D725A70281949
+8F4AFFE638BBA6B12386C7F32BA350D62EA218D5B24EE612C2C20F43CD3BFD0D
+F02B185B692D7B27BEC7290EEFDCF92F95DDEB507068DE0B0B0351E3ECB8E443
+E611BE0A41A1F8C89C3BC16B352C3443AB6F665EAC5E0CC4229DECFC58E15765
+424C919C273E7FA240BE7B2E951AB789D127625BBCB7033E005050EB2E12B1C8
+E5F3AD1F44A71957AD2CC53D917BFD09235601155886EE36D0C3DD6E7AA2EF9C
+C402C77FF1549E609A711FC3C211E64E8F263D60A57E9F2B47E3480B978AAF63
+868AEA25DA3D5413467B76D2F02F8097D2841EDA6677731A6ACFEC0BABF1016A
+089B2D24F6DFAF0F4DDEC724687FD1807A61E4834003C698655B1D719A353EDE
+C4BEB5E43EB12D935201B229B4E239B1941A77CE5CFE5CADDFEF6D175FC7BF2F
+1C637D0AEC3DB42F36207239BBD5A47A21EA58DD745646C8FFC20E54930C6ACE
+8D223C114FB481D9367F420D8AE217346FE2FD26E6AD7A62DAFE9D8B65A2B2A2
+0C464089A6A73CAE56A2C1BB379491FD23014BB2714979C14CAE4F4BF5E6A79D
+0D7272156A59AB5CE39FFA16750D419E477188330BDF740E21D025E7EB2B4BCB
+85545B41F90516A95C7EB9A68A986130888EDB3652F4ED87148019328246500A
+BDB3BDFDFAB93CC547A308B69D29
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR9
+%!PS-AdobeFont-1.1: CMR9 1.0
+%%CreationDate: 1991 Aug 20 16:39:59
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 58 /colon put
+dup 61 /equal put
+readonly def
+/FontBBox{-39 -250 1036 750}readonly def
+/UniqueID 5000792 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4
+87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F
+D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0
+92A36FADB679CF58BAFDD3E51DFDD314B91A605515D729EE20C42505FD4E0835
+3C9D365B14C003BC6DD352F0228A8C161F172D2551CD1C67CD0B1B21DED53203
+046FAFF9B1129167921DD82C5964F9DDDFE0D2686875BD075FC81831A941F20E
+C5CD90040A092E559F6D1D3B0E9BB71733595AE0EA6093F986377A96060BF12A
+A1B525CD9FA741FE051DD54A32BECD55A868DD63119A4370F8322CCBEC889BC2
+A723CB4015FC4AA90AE873EA14DE13382CA9CF0D8DFB65F0ABEDFD9A64BB3F4D
+731E2E1C9A1789228FF44116230A70C339C9819676022AB31B5C9C589AE9094B
+09882051AD4637C1710D93E8DD117B4E7B478493B91EA6306FDB3FA6D738AAB1
+49FBB21A00AC2A999C21445DE3177F21D8B6AAB33869C882613EA6B5EC56476B
+5634181ECBF03BFEDB57F079EACE3B334F6F384BDF9D70AEBD592C8ECF21378B
+54A8B5DBF7CB9282E16AA517E14843909339B5E7C55B038BF3BB493F3B884A1C
+C25F9E8FB912CBE23199AD9D2C3E573727701BA301526C66C3617B9514D6F11F
+11930B1D97C17816C85B1BFD9B973A191B33CC3B391815AD14F1CBE935942AEC
+D4004E6BEF379066FD72209DC88D2E634E79BCC2B98C766CBD92C561F2703F8A
+109E6C6CEC7B866F2FC7ADF646BF492E520319F3B949AB5D84AE990B33344A40
+3971F58DFDF8D8D67FA0B8F2A0D884F8C09A5A721319B911DBA0A35903877343
+C37BC36C5EB32353272D1E6ED5FCA611BE319A7E1E842CB7576E7DE90DFECF89
+9E58BB6430D9915B21B801B7F6DF0B381158840E7BA56611128E2189FC1A4D87
+708E968CB5A2E481EC7A74A7FF24AF451C2B73D005B2A94DF89C960748C13D00
+B0AE5437865F38D2F573AAACF881DB672E72BAE72825C12A3E3CF114987318A4
+AE5890DC2EE92EEEE7B97B0DBE94A59B0FE5834FB2735AAF5D30E72DEB84DDFC
+A6B5141D593875C56C49BDFD899F8C230423D224D1898BD3CC242A4D69802BF1
+BBA8053127D25B7E384209BC428005EEF57E3D830C8029BB1682664D27FF055B
+8E0E3739C956F55A199FA6122C29EA46D74B4B02D99C240BD5A78967704D3106
+3BC4DD41E15643AD7F8D03ECDE4DA9D835C67F9DA516B7377EA3547CCE581CA4
+AAA714DC2D221229F9C306684C8F5790996C2D7BB4BF8EE3F49140B58F2EB251
+FBB27C9358E6099BDFD26B29DEEDA1E11FD61FB790B6EC2DC8D2DB5D6D74EA15
+3E1CC66996DCD8AEE8E579D0317BFD6EB3A6E40A
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSS9
+%!PS-AdobeFont-1.1: CMSS9 1.0
+%%CreationDate: 1991 Aug 20 17:34:24
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSS9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSS9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 78 /N put
+dup 97 /a put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 119 /w put
+dup 120 /x put
+readonly def
+/FontBBox{-63 -250 1027 760}readonly def
+/UniqueID 5000802 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BDCEEA888D07B439DBD4E8B4C9
+D198C0387612A3C669D6A672BF4726B90213C2EC063317A043B6447FEC896BD0
+598D0AA1DDB874B7D72F3E89529FFB544C16C41F04AB6972093A91C201589D61
+A8FE417702E200FC26E47359B881D02F7CB42A5B21F90424F82FEFEEC5ED59F6
+C48895523098D73036537A54639526839F785D7157E08DDBCD96AEF023667FC0
+1921070EA097CAAAE9E4E9D5D21DB9363555AD932858E23A534F7DA9F2F0E79E
+9D46C0D5EDC452179B6A328A52412F2FC548B03A056663DCE243A441EADC0D63
+8FF6D19EEC71606A368EC3EF1DB8FA9117DB6169ED3BD792D9AB2811378E50A8
+535232683CFB2C5E0F3C350CD294AF9804B7B88FC848D962819940AC88247756
+BD1EDE31C397076351447974F91BA99BF34081C1A6C65879C36934E1494108BF
+FA61B57E3A8154D7CBB6AC9B671700FE227AECF9160145957A2E629C3931CA4D
+42147A6CA42FE5E0947DD2EEEB0A640EF9C73800A59F0F0B6B75C3C9C863ADED
+9627DEBC218141FA414913611061B3EBB46AA393CDB074A40492FDEAD1207838
+A13CA709C2CDE567B9688DC5D4D622ACD752A7D6DE3F79002ACDA6AE41EEC084
+BB1D3C962725E1AB05922698C598FEAB0D02ACFD97CD8BAD811193660043AEEE
+659C18DADD0E614A401FA0F0A485AD4A47DB73FDB3D2B294145FFBCCB994FD2E
+68B4ECB3364B377FF6243ED93921F3B3DFDAC3CE9CB3E2B23115BD45FF1F6734
+70DDC37F712D78543A8A8A561DAF3303DD8F3742EB700043207D04A782D94952
+1E57EC7E5858AA91F07524F2EF2A129D38CAF8698126B8981537CD4DC45AB99E
+EE571322DA22745F552675C785D0A8898ADEDD5DA7388C11DF0FF6669F1E9C9E
+B35CEC614BEA1AA9025D30B9C42D8CE7371F9204521A90A773DDEAD375C6B582
+796D739DE83A68997839B54F7807BC594AC1814F0F24AFC44D4D8AA44BE6E747
+CFB4BC2DEAFD3EBCA98249D4F99227794D2225B560C0DEC0DAB85D5DA87B1A26
+35CFF08D515DF4A8CFE1449439223D27A4DA396B247027C509DBAFC71276F2A7
+8CB2E5D049B91980FDA3290FEA512B75846E926C9A012F5EDA1244ACE4F9A8F9
+2898C9CB99A8A3C9AAA0144E2F7F0034903D6AC0953D0AB2A1A35A78CFA3B900
+8FEA6C71EA568BA21EBFF2D05C7FB6D20BE0F71198DF8D8DBCB74C0AC1F34727
+AC473F9D11626303B109F6FFCC3B7870C37682468D5AAF1A485280CDEE241A20
+8F4A6E4D4C34E74B9D0853B5942E5431C006FA290DA50B33E76C758394642350
+E4EF663A7906C3AACA84AD44DF540CF7B179928DE6895ECBF603DD6D9BFFC8BB
+C2DBE0ADF1DFD492DE5CAAEECB32531E47E667CD329BDF4B6018C8EF1E9BED64
+F2D287F68B6894D545D5CAD6FD427CDA704877C6C66FFA0985EAF6773BA06126
+0F2C52602D55C2FC4BD25A26CAE66C753D036A7AAFA2B17714B32662B4E1C73A
+3B457123A71E0A3E53A261465A8555CF73BCBBC2B6FE9643997895D05AAA1922
+1CAEECB78D06F2D36EF37F9FF3C9B61C9595F2B278BF449B19FFFBC42171168A
+D202FA248EC4A461F0A7949F0E5FFC7E9D22D4E4054D2D11DB25BFA0C6D9D8DE
+5544234EA43855C2255E8AAE66EC0D71E7EB3EE1A6D556B2275211FD695527DA
+D5247EF67BCF4F2420D7567C6D5F3885BF0CB9A6D51B0CF98AC03BECD4EA1EF3
+A1DBBC593FF47AEB3B7D94DBEBF029753CE021D12498DA3BA3080510D2FE6BB0
+8A87106385490E11CA1170323422CFDDA7374AB55615A4640304189EEB65A727
+482F485DEAE03696A4AFF08900FC3E1E19ED02BB8D5CA95788A56B4A3476E807
+A547CEFC45D3EE29E2AF006989E7B012C2175950C84721F62358D191CF2B8EC9
+788B274B84D3B97CC1BD37E98B44DAF07CC9DBCD90F276792440762378AD30AE
+ED9E8D7DF52CCE57979D1F03443BD67646714C2AB09B1E1A71AA93C45B3F5321
+FE9892073BA8A7FBE6A091301F88504A72932160DAB0734A4072573BDE30DB34
+DEB3589CDCFA3525BFBBD31A4458DBB104B4B0CA4B595FEF5574B198E778FB2A
+30AD5E8DEBD024071A0538BFE2937E225C451BB8F1E0281C20F76208391FFB5D
+E9CF8E84164506C7D7769B531BA4391CE4907E83F264FD4CF07A4DE01ED3244E
+091480BA231F6453F7DD05D68D7623EC086A8DEFBC262500A6033074705493CC
+FF6839BE2A65827E7C6542BFCEC0334A316A9A3D7F3A90492869980B9120554B
+EC807943F2F1D250052B463532465EDE2C010CFDBC3041BB2592FA4414EE4185
+B44DCD32BB50C42695E53AAFD45E28BB8ABDB4A077619037CC4FFFEF32FEF591
+837459DF194D39304510F5484D84D41C170329526D9D66FC1717B0AE106EFCEC
+167AC3188238DA5AB9C71383D231B7EF430969708628D09FAAEF0F420469B96E
+C867950929CA4A87E6567A2EE7ADE7EFD162B6F758C14BC17105942B6507D790
+E73DAC604CDAF959803AE89204898547FBB947A9FFE6D4440E3CCDA2001EB21E
+D77003C16FDB86702CFA805A2A4DD8D72A28DE8BB2D4D888B681D87E6DB74CDA
+F1E5B903E277C07269694D0D77BDCC377989EB04C70F35EA405B6298B948157A
+DBF88C0100AC9D9D5A32A015324ECAEFE4A46F2C9B6130E9355A54202754957A
+7976D8EC6887C1F4C09BB6A5162CEEDEDC5A0F9E65E2C3B0B364EF04946FFBFB
+DDE32B15B703B447207F881CE12D08B27635CA5D5A247FDFF5DAA7228FFF88ED
+B4AD0733A66D7782533647429EA59B3378A08C123EDD0BB80D1F9FF9CE6E64D3
+1BDC1F89A70AFC9B768493560FE18414CFE8C4BEB653E16114797C699BFC1CB4
+D95C4D2C45CA786C979FEBA8D0B046B34E5B454B61425A2FC1C0BCEA2A9C256B
+0D788C2F4A29F02BB0720A6EE8A25E3D7F1CA8D7EE7ADE60EB4F411C79AC3001
+DC99221A88254B9AC365F3D1CD6443A0C74863C112934426B70366C75A165D1F
+301B2F55A38B4121A15ED23610CD2D493CDA3D3295FE2240A8995917E6A5D12B
+F65137E64DF5B5612D8B92452FB7DA260556D407DCE7E3998ABBAB20D7ECE242
+F47149C84027A8AA6AB9FA6B1B2ECB6186DA75AC391B09606DA61B84BDABF643
+EDC1FA728B7EF5CE130317D4480471E7F0E641D88A3A265B1D40622A531FCDBD
+3D10F6B53375DD7CEC5E68770B1D798F824F985C95DC7A962855718BCCC25314
+DD21892C49FCFD433120ABB6E07E593F41A6C38856C832DF6CCB134F4725962D
+39A32AACDBADE812D83080148578E92468DD65F260D5C362805C8F5190F66445
+79B8BB26F69414F322292AC39C7DCE22D93B728FADE19B4E3FC3DB4B867AA21E
+EBA225C9BBE149C525FA8E165D6A6649E5CCDA8E75C9FF99CE32D20B39855FF8
+83B92238F37F97ABE47BE44C823FB32EEA4AC5F562B63DCCA706E47D93127782
+753B2E48075E4A5F44B167BA43AD7AF423322EF5937598AADB59D1C31E600190
+338ED5AA6CB7F3505F12BE20B9112EFA9E89EAD0604C4D505567B2E345336B74
+53C6FCFF6CB0930DD80556A5E08DD37495EF79114F01320E677BCA08FE053FB2
+582C91C04BEC696926245184389F19B13247BDB869C37957E885C33688820A57
+99D0B2701E4D3CD51569260DA400C2EF5BF10DD38C05F3045B004FBE51BC62A3
+05984A13CDE62CA6188B98B5EF8CB97AD4F330CEA15C4B9EF43C45C864900D95
+B6289E8549BDF153A1F9FCCCC99BC68BB711AF215B70BC2A7F1AE97927BB95B1
+42F4F45A2BC0772D7A5775B798AF8238F27CB5250C5B456B6815E8971FC8EB40
+768A83903C90C9B41F44A56BC639A0995D059D6A0914072A5A0DD7C2EDD89A2B
+DDA8CBD9F91ACEF95281CADF26FC495B7185F5D75241ABD5263CC7AD8D564504
+3A392D551DA00677F7943857AE860407C7B841BE71A0C6B240CB9C6ADB17FF35
+1DCFDF84B3D86F8026C5E68C9682A8511916172715F2DD2CD16CBAD87E6F6224
+7D21E51403D6A78362E0D637794FFB2D12C92676AB51CF65D15A82B2685BF2E6
+92063E8042CF00FCB8C2EDAEECA9B509AF936FF066F087F0D3CEC15C43EC28FF
+D98E317E70E7203BA67AA568EE7332DA0F36EE1ACF94F45451CA0C78E00EEB96
+6ABDEB10A020F2E1FFA765F07812B07AA89319F037FAC9E72381E3802D5A18EE
+A8FCBEBC11825A7396288D5AFDD39A2F8478E6CF00C9418FAC5EF491E3BC6908
+F72CD87A0A9FBF8EBF3A35F6861474CA561164F49005E1AE32FEC35BE4F087E4
+D609778FE9138B348B9DBCD114E8D6C2FE0E360A9327C0B4AEA4024C4EFA8616
+E5DD9C1E42CBA1EEC813F9AC7813281DBDC5117657B31BC5EAB3F5C2CE8993FC
+BFFC9DFED6BEE56541D130CFEC0ED40C377EBAD1F57D5C6389E943CE73D1FDC7
+582ACCF0FFC83CC65ABDEE4AC3FC3E6F7D3B8B1A5E63CCE8F49A24CED80814F9
+43B61C365F7C2FB08E6743CB194DCA7A209EEF62A875BCA80E587FA54D785697
+722F97475A814C9B134BD6BD0C932E3292566D0A0A17BA20AB38AB025B2FD23A
+2B5D803F2F8E97C3217A9495B8462C2CFC52757CBA8B155A96C2328EE5FA2ECF
+904D9F60E7C6AE7B423C429A5A6301056990300847DC53FCCE2D392BB4A390A9
+158B3340C6ED791C76EF314611222757A8A55B3560130F30AC2EFC05047B4C58
+BF8DA2D45278CC0479A83A80CC0929B5D4EAC1AB0ACD151ADD40A499EE3D9087
+4C85FB34083A45923A88BE94F820CA5FCDCC49A8E92DCD3393BCC06CE231C103
+0FE26E26FB47E5D6864371FC593E514F6D48FDF2FA6462FB14B1D9ED19212409
+1044CD09E9A5395303978DFB1A70E1404E0D997F1AC71F28B9F2EB6586933A6C
+01B5EC05E7F97A2987FD55E23DB2A37C6A52B0FE90D82025A9CF93F86BC1F7C5
+CD046BC4C9ADFCAD349C3AA47D3D94D5480E52A9128A6826E6F36FFBFACB72B6
+B6F2308975BE8ACE9354FC7F183687652A8C5CCF2773694F9BD0C683FB9B9F54
+E834722DD6B0BBAF0456CF95F07B6B82B63C0D329976DDAA8D63F757C4FF235D
+AEBEE771599DB536E737FF9D6CBE9E77CEB71749CCDCC53B88F15A8FE172F035
+35C2B36032C257DB6C337906C448F49F6844DCB50A295A82FB8E3301B345301A
+B282AEDCA50145BA61DFD12763E3325E91D8353D88B71A92C94291F53DBA788E
+8017556E49C9718AC0E34E3A6C66B7BCEDDB6D3732DEAF9379CC2D50C2121412
+99EC7EEB388F0A67F2EFA936F305AFE3962C1CAA0D29C878B33EA75E0B5E0686
+BE0E0993EC72A3A242806D81471E13DC7030FB217E73C6C9D598D300CE287DCD
+E5FF84DD890156C0BEE76665CE45525247C8A56A01C201B08A1FFC103721B13A
+383ACDEA1D792E89AE340FBF11C58AA491342B985DC16FD1FD6A3B90544D80F1
+1B3BF908FDB65B51DE0A0C77A669C68821A15904EA2156EE1054CE97E4D51174
+23C1CCA7BC83D611492017227AD8606142189B4CAAB6A0E9EA6E612EF00B469D
+D33D590A544E1032F69B8F56875F9D0AC74DE7CC4F01A6889F14943E69950F7E
+A08702567B687A605AE31D4CE52A2B001B76324B64549AEF6A50A5AFF89703C3
+9447B1B626E56D74F91CB132C4871C9B4D90039B710393D59C268C2CF32B665B
+3BB39B940B43A0D32733B698284428B8A4EB03C6D70DB66B4BA4243CCF30865E
+B6E98358721835F1F5F34052AF57AFF558219150E18545680B46BE1782139D30
+6CB9F1020AD14AB23602B8124B0E244DB3FAA14AF4DE5FF6C2E96638111F6568
+9DFBEFA76B646BF5549D5C4B665969E8008F2575D9CE61D4357C7A1438AD6724
+
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTI8
+%!PS-AdobeFont-1.1: CMTI8 1.0
+%%CreationDate: 1991 Aug 18 21:07:42
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTI8) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMTI8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 97 /a put
+dup 104 /h put
+dup 105 /i put
+dup 115 /s put
+dup 116 /t put
+dup 119 /w put
+readonly def
+/FontBBox{-35 -250 1190 750}readonly def
+/UniqueID 5000826 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
+525003F3DAD7933EB57E7DB1462E9D906F6D8F5BF740206C1EC5F36E00AAFF68
+F3EF6F3A2540E5F9564D1C215BC1E7E69C7D04DA5DB1CF195613C9CBF4BAA360
+84AEF3E10E24877FBE36AD731DC97305BDE6DB1F934909FAF60B8E28561FBC57
+0F5B6225425BFDE8F0C71CD4507B82FF803E9A301397975E38A259DE1E1B4FC0
+06BB1DC2D45B987A2268A77CE8DC025CB0D1B39788BBEE149103950650171C94
+5FED1063050A90BD38605BD9365D1C2AE42A7DA3DDB9A263FE10BD487F63D908
+D4F02758BD9D7BE53E6353A25BEFA29E42B50C1D078A8B3A746EEDB381CCE36C
+93FC4BD1A8D1D6ACD0D355E948CFE397B74D243EB51597D251D0BAE6884D70E8
+FEE119462E1939A9783414DF59EEA5FF1529F13869D1FF0A44935C5198CC5DAA
+E1FD2A17AEEBF4974052D06734A409E26C457C06700C55896C90BB33E044A737
+46590D9FA242819B9527FD59818D8829D4EB2D26A34CC05A2CC063E66F2DF193
+8E4F9670014BC243180E45B51DDB05AD1E6A7F619EE1CE09CFC1A4F02CB7270E
+4482FEDF673EDED38EF3173C475C34BFB3F6623C5E942A7797FEDDD0EF1D54E9
+1D90D7076C0A9687E334907C22F2E7C603388D8D626B0E5A62B7543DCBB575D7
+9A6BE1528EC9BC18570001092524E4FBB02F3B29293BCB4F0EF14A2DD9DB22A5
+BB33455799E8120D2A4862424AA4A382972E2845E042506FC8F6E201D11DD0F2
+09FAD8DC29C3E12B66293ACBFB13FA0F26238981F2CD52B47A8CDE6DF5CDFAAF
+3113E1A6366B806EABA9C34E5D41167CD10D7B639021FB4CFDAE28CE72A93F3C
+E8929A4D0B22D91F760BA9E9DD64471815F8089052D36C7D074B770540F47294
+FC731291658BA2276D24E9B6EC311E3B88715BFB9308744A7149661EFD03B729
+0ECEA17027BA0714E177250837A915EDC7D2857982D3802AD4847A4105C25105
+27F24BB5A5DC038AF9FB4CE9D865981BBB3B20C8D844F19381936063793EEEB1
+DE9D4B7C02F8BE03540A73E053A835FEC00A63BA40148BD2F142708DABBEF08D
+2F38FE3236EA9828D094949E20E153D46271BC7F966FF62C1EDB874807EA4F6C
+E29DB1AE48A52188401BC30CBD3A8E20AC047993FCC26A7A1E71423F8A8ABDA3
+9FF1E1827189277D2682DBD8ADB2F93A5F953A8EFC6FFC8AA262D8BCD4DF4AF2
+67DB7726D3AA16A5A2B8ED8408DDC48A4FACAC685C98AD5C24D95DA8E1164A21
+1BE15CE72477FFCAE6B473EE68D071EE38834C4BF4EE68102604240E53CFC9DA
+0251756276F8D5E9FB9EE79C94129A3A301AA8B05D0FBBA221E25DFA5129004E
+17BED73E2A7914607E8BD83367D900543BA529DE8AC379C8E2568917801AAABE
+780DA276006CF766628C43A54F7C4EBC8978DBDEAD9385A6FFECE26CDFCBB83B
+F1DD55B41CCCAF61B56D4593014B0BB512D9FF2C33B1AD43305FB313B2576DAD
+8FE44CAB28021D44999F2D5A44BA536255C15D99CD3F2A9FCFB421C35DB65A62
+9FA834C4FA85E5C5A789585E0C4E3838F8170C669B941628CCF92A2936F470F8
+3024E350F1CB1B1BCCE7683EC780FA14822F860F9BFA394C1C6246DE2E876F15
+C51445F388F8EF642DC193E538654D4FB460144EB48743DA66F41ECBC6AD5E7E
+AC06781527328955E45B16A968B8F1A9059467DFA0DDD969CA7A21A45D5F2C6D
+0BC8884CAC96F16A24D8264E60C6069701F1CA0BA10DCD3AD64F0D368D7859F6
+ECE1E6FE76E4AA44C2F65C2D1E704EE7E5B61FBFFE78A023C16E0A45F182F63C
+EF2F9ABA14CF413E4D698E7FFFD39553E587D175C7971B20A7FAC65502DCBEC9
+E19867D636E97FFB5603D624019671726C59444A94DCC363CF3D88AE97BFF820
+A53AAF03DCA5F0FBC8D8CE755E9C5A02A74F6B5330A2EE92549B4F243C952DB3
+66EAA15A06DC077A5B66E6588BAD1569FCB3F1BEB106654D6A4D48094323B640
+AED1FC776AEEA5AC78689D609DC7555848966B003EE0CB6BD1217DB3638C92DE
+2BF1FF7EF128E825CBB937DDC607AC05FB18E232BEF324207582EC51E0505789
+5C4E2E2F0249081420E34B96449B74202CD800583BC791471BF17F58419E6A44
+30F96BFC470C38752C07DF3784DD069C581611257A046D83FC303E40D20E9EA4
+9B18A842D9F1FA231265CDA35E075BA5B89636C0D1308E8E1772764A19849D4F
+C83A58AB359EF89527E483BEFBE3823852EF046185EE27FA4EA6FE649F0B7ACD
+323ECED80C61EB878C90B11DC809D1FC7612EC83464E722ED9D73E4483991569
+7FD76BD6BE11C11C75A85CAE4F81EB7C6C250F57099B6A703BAFA024A5741546
+6E89C3823F6FEBB1879FC0A8AC32A59BFEA87971AE4FE1FD91548ADE80FAA2CE
+38F415B6DDF7F4C5AE330BACD4942AD8C4785E2F3E668450183C761029DD0491
+856D008A1607655A03E87B59B59ED0E6A2C1766EA03657690C3081B1B407D568
+510CE4BB462E759587F0EAB20F316EE4F46CF5D527C126B36B6CF0245ED78D4F
+7EE64D38BD6CAA9ADF2C75641E2E5F270180F5013976AFC760481BB46B919CBD
+D3906F7CC1D2B37C2E89000430F54961B316728F7B668B7714E4350E334A9B06
+D954DCB197619AD8FC21BF7BE4EE6236AF3805AA8B2E279AE5423C0E18C78E06
+F80A46C4AB128AF0F6B563B48D6A53A0202A49F98E48BB8D9841B0C28FC0E9E5
+E06939AEBE955FF452AFE1A3EAF13C690C52B2
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSY8
+%!PS-AdobeFont-1.1: CMSY8 1.0
+%%CreationDate: 1991 Aug 15 07:22:10
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY8) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 104 /angbracketleft put
+dup 105 /angbracketright put
+readonly def
+/FontBBox{-30 -955 1185 779}readonly def
+/UniqueID 5000818 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D5FC1B2109839E5B52DFBB2A7C1B5D8E7E8AA0
+5B10EA43D6A8ED61AF5B23D49920D8F79DAB6A59062134D84AC0100187A6CD1F
+80F5DDD9D222ACB1C23326A7656A635C4A241CCD32CBFDF8363206B8AA36E107
+1477F5496111E055C7491002AFF272E46ECC46422F0380D093284870022523FB
+DA1716CC4F2E2CCAD5F173FCBE6EDDB874AD255CD5E5C0F86214393FCB5F5C20
+9C3C2BB5886E36FC3CCC21483C3AC193485A46E9D22BD7201894E4D45ADD9BF1
+CC5CF6A5010B5654AC0BE0DA903DB563B13840BA3015F72E51E3BC80156388BA
+F83C7D393392BCBC227771CDCB976E93302530FA3F4BEF341997D4302A48384A
+CEFFC155982BF35028DE296201F30FCEB5FF3161510D10307CC157D89F4FED59
+E1E8538D1A0D9FA88A8F9EC63234AA49A5E7C3D199EDD2F9D37D2B006333B3D6
+12643EED84B88DA11AC1F51FE3DC6FAEBD54041026AECF2CD3CAEDD54596E1A3
+A1074AD659379192BE714CF2626B0D33DC9BA0EABF4266A4624F74F8B9AD02D4
+A8225C1571B62EAE7C2E9528F5EFB5C31D74423960BDABD4DFD74B5F4D81EF06
+FFA3211702AC0478B983F4110D94901A0E340E0E04B901979AC5E34F64CE0665
+466AC8611BFA32D22C1DFBDD744E89AEE6BA6D543FFBFEA97DC5B00A37480B4D
+58ED606715B6839812E9856BFF60355347608BA896440D0BC9C4D47B3F6890DE
+C2D4C154567702243237E118CA54219A605B0F0CFE6932C7D44991DBFBAD29AA
+B7DD5CDF381790245B99010AA9ADABB28D3ABB4F3420228FF984B87B48383BD3
+710A114A8F44B4BB76401974636AAC1A9564AAE4CCDEC83C604CF187E4C6FAFB
+3934B3158703F4F2BF96F94FB8BC3FF00F7E70BE6F33DB14A2E808C8D12AA2
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTT8
+%!PS-AdobeFont-1.1: CMTT8 1.0
+%%CreationDate: 1991 Aug 20 16:46:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT8) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 92 /backslash put
+dup 97 /a put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 105 /i put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 115 /s put
+dup 116 /t put
+dup 118 /v put
+readonly def
+/FontBBox{-5 -232 545 699}readonly def
+/UniqueID 5000830 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0187316F83DDE3E2D27FCDF6C5CE4F95B6EE
+3317BD91B7921F3039DD35FEA387D5CFB6C6E9DC84C178F3432994FC7FAC6E5A
+ED41A1E2EBA350178FBFEB45944511731BA827167DDAC238FC69A5486B995477
+C469E2E27493B0B711DF8E267D3D5613B450011921685147114106C9472580BD
+F531022F6DF5432B2A4EBC51A8032C7F9689B6FA942D849B29709631613DA68D
+4DF7B6F059A19304F40A3C3580CE3B51D79D42984194D4F178801720892FB6E7
+61FF43C63F9256B5E9F4227B1378222BAAD4D52C77462DF01892220E11129C16
+6C9E45BB9F01ED7C1AD5D8B4D72BE0E12969AFEA90FEF170603CDB91CB243173
+B19A56084D10293B80A35275F41BF78A054DDC98F4A1FFF592463D944960FB31
+6BE5F03960F9B1F213CBCC7FD448657FE388F10104D42B0715FC9571CC60CF23
+C72560CBB8835A0CA208FE06676B3B48B093CB7FB2C0C53AF17EC5B372A9771B
+BFD52FFB7062B4FE0106A01A2A1A1DD4EF5C8C7623EC9324A2CB3B402FCC1FCE
+52BFC8662F8A39D5F1B41C97E7CE34E16AC28A1E94007AEA7D4C519399F1B7A9
+48FA7DDB671067244F09C29F95DD60668223F45BBDA8B1C452E930A9F3F341C5
+351D59EA87462FFB30277D3B24E2104D4AAB873BB2B16DA5B23BEE25BE2C8128
+C4CF2F4F438A4E520CD932BAC455BF8775C27AEA6C73EED3EB2F8DB5E356AE27
+41B35C8AEFE73C4CD6A591AAE4F45762EBD6D3636C03F08C552BBFD0A13D11D5
+491F8369B4BAB8ED9D6F1DE7DB7AFD383986C4338D3AA71C9AF2B8A0955CFD86
+0345F16D9798B25156DDF826A7CB6A0CC4CB43078BEBD3E499DA95562A08EED9
+7CA27B7A0CE3FA7EBDAA87A602562F03612DAA547FBEE52A8C84F37B984AE9BA
+0BC05F1A8D2C2EB9346D69E1C9A23BFE718774855969B245464544AECB327040
+C5D05FD6D4C0385F5F1CDB819E01697BDEDD192E3D99517B7FCCDD2B40057A5B
+7828AEBCB44FEB50ECBEE9A73724D7DEAD8E5F9E3FEFC2D4411E3E08341C944F
+7DD167033929A88156B4DAE6678CA28F7A3D0DD53B7F41395C3E3D0CE31EA80C
+A01AAF16ACDE62C978BE6B7A7F7D093870A61F6C793CDAE4D2B771F4310C43A9
+4E75A4489EE5573957037A4EEF56C48368298DBDB14D14D014AA921066728819
+621AB5FE3D01D29D0DD3FD431C1EEF81222739B8EFD5FB6BC132E0D4EDEEE098
+0A72BBE50413F9A8BDA148BD399609CFCBA809060428356A6DB7212FE06D8291
+26CC2B917A9C0C7695CF186513CA36C8A62595CCCC5AA1B24602F3E0657BAE42
+1BA1D8EB57813E7D46FDDD8E4A1859B8A227A6D6B93369B797056D169C5C0543
+17DCF2B884F2AED4F968EB2B45426E8068D1B7E6D3B2CC6CACF3BEBAD4BFC917
+7A5C301743BF2176E59E54C6947F5A63882EF6B9B2645BDC6358FA51078E983F
+1DB308B7F8C24D7EFF4B43B49FD6FBEF81158A05515F4EF1DEC09A47B686368C
+54FD9B0003908029119BA4A89A0E08949BAC245180E62F2B0BC2B6593ADDBA9B
+2BFEAB7D12C00371D61A8028EB37E625EC79B26595090ADE74234C8D92481543
+F9B4867FE39E838B8A4947C60AD1E1950DFBF683DD2B44F7BF0E93635AF59095
+A14C3BFFB1BC6880FEDA1A0BC368521440364128CA42657775AA7A8C7AB6C370
+9A1AD14D60860A996A464BA94C403E45A2D08FCEC47297F5ECE0B2EDB36C9054
+61DAEC706D6CAF023ED44500CE515DAEF1ECFACBF40D871775296140C3BE6F56
+AA0DEAE955F2F04EEAC99D39A826CAA6A02D3AFD998D8855A764863F15C6923D
+88F2A88E40491CD1F6C057D9C52174053504F53B6F6D95A2921F1FCD0AF8B021
+49421EBDA3904C88286C3EAAB3E0DC5BA095A156E2347E46DE8DE7E65C9F78C0
+F03B2F1F7B2482D3B22A99528A233784ECF7BF49C1A7869573453973851B3517
+D1C3F27BBB3DBF5E26B4C8A79E2A9408D5F70C1AD1346EDFC391C0F375562B23
+C211F9B87B2EFED47E532443A156480ADA2C1CCDC954BA5250D151F2C8F1D208
+EEA0792E114A0B5E0EAD0B486A3E2D45F14F311E372D2B301B4BE6484BB4CA60
+8CB155C1B86633690CAD5795E021B96747855AEE77D6CB235656E7E41599D7A1
+8D58A78F5802677249B60F0D034751CB62FBEF2D42F0A0F5924EFEFB7ACC636D
+A68AEC012536FB2FC5D71065DFB523B13BF9B0A9BDE77921896E2269346A2DFB
+2D81962D7F72A40497C35762004CBC465FFF82275606A85A521A20DC9C839FF6
+2EA6807E6EF485E8D49E83A7381C396B34AB945FFD7A3317BE01E7708924D857
+42CD4D601EF4A27FBAA62049931FC6D4FCEEA26DAC5D7E7DBB8D06AF163FC13D
+CACDE96DAA62A7AF2065C47BE8D22BD20E875BFCD1274B77A31F53B4DF35F9C6
+5DCA7C3E314464420C7C731EB670F78DDBE52AC70D789AFD9F16D0EC8270E0A7
+2B9B8F9FEC8E34824317669A825956910BA2741B42C4C99545111CE7D36AC8B2
+4AD9A316D375C8E20AF79C698C8D9DFBA0F0AD18C9CACE6F279F8DE4074F0C50
+BB7FE6C3B57E7AF262AAF817D7129CF034F26B908854572996D9B9F861160294
+D1B474A3B2D79CFDB48DABCE61DD4CBB68CD8C2F0245FC25E0FD046F128907DF
+E6A983A51BDE5C5ED3D76FB21204785A7FFB7DF744C905421F72F489D87B9441
+16BC9E4F86F745C038E4914DFA7A056E8F3D6B87A45EF063B0A63B51B177F4CC
+6CBBA8B1B7E42616F63A13DA6913E563671DFE30280D6FBF8A91ECAD0E4C2A82
+E30938B8712BC8F66A59A352BEC7D973B594F3973BE830EEE640F3CD708740CE
+2A92C3F44AAB24DE51525602C04063B50AF99C2BB86A9DCC82AEA634F8D399AD
+B60962161DD99E0D42BEA8DBE03315BA3E86012D79AA5CB7CA53EFC21241E2CD
+76F07B7A4C2185AA3D95458327A493E8EE1199ABAC767159D535741BDFDCE4C5
+9E9DD72BC9FB8805BB2568ABD2757D2EDAB2AFCA67AB8BFC59BC593440C04AC6
+52012A3BFD242C91C9761127CBFFCDBBD064D6E7A8748C1C1A62DD5DF3FC3E6B
+1736055A12F50AC8C30BFDBF05FF32BB8C9A1E5FCFFDC3B574A26130A8FB5070
+8F71721ED41524177E099D1C81136D933C1B512EA387CEB3ABC89EB5BFC50B28
+B004E67BA2A8E71EE5BE8C86F142472E89B460F618B4A26E273A8E65E36860EC
+CB87E1BDDD54CDD781F5FAB89D079C9C7BA90A877233856288518CE17E083404
+3691562EE44E07AA23A6F0D064DEB12A7C917DB04D5F8D5BA11A26FE02374026
+726B8031B03CBE218696C91532105EDA37898AB1237D81A457DC2F198F21AB3D
+1DD84436B427C08A0E49DE69F997997B660A8DB48696D0EA7405C8FE9CFA1368
+72AE1212FF
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR8
+%!PS-AdobeFont-1.1: CMR8 1.0
+%%CreationDate: 1991 Aug 20 16:39:40
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR8) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR8 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 39 /quoteright put
+dup 41 /parenright put
+dup 44 /comma put
+dup 46 /period put
+dup 49 /one put
+dup 50 /two put
+dup 58 /colon put
+dup 65 /A put
+dup 84 /T put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-36 -250 1070 750}readonly def
+/UniqueID 5000791 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA1772CE422BB1D7283AD675B65
+48A7EA0069A883EC1DAA3E1F9ECE7586D6CF0A128CD557C7E5D7AA3EA97EBAD3
+9619D1BFCF4A6D64768741EDEA0A5B0EFBBF347CDCBE2E03D756967A16B613DB
+0FC45FA2A3312E0C46A5FD0466AB097C58FFEEC40601B8395E52775D0AFCD7DB
+8AB317333110531E5C44A4CB4B5ACD571A1A60960B15E450948A5EEA14DD330F
+EA209265DB8E1A1FC80DCD3860323FD26C113B041A88C88A21655878680A4466
+FA10403D24BB97152A49B842C180E4D258C9D48F21D057782D90623116830BA3
+9902B3C5F2F2DD01433B0D7099C07DBDE268D0FFED5169BCD03D48B2F058AD62
+D8678C626DC7A3F352152C99BA963EF95F8AD11DB8B0D351210A17E4C2C55AD8
+9EB64172935D3C20A398F3EEEEC31551966A7438EF3FEE422C6D4E05337620D5
+ACC7B52BED984BFAAD36EF9D20748B05D07BE4414A63975125D272FAD83F76E6
+10FFF8363014BE526D580873C5A42B70FA911EC7B86905F13AFE55EB0273F582
+83158793B8CC296B8DE1DCCF1250FD57CB0E035C7EDA3B0092ED940D37A05493
+2EC54E09B984FCA4AB7D2EA182BCF1263AA244B07EC0EA901C077A059F709F30
+4384CB5FA748F2054FAD9A7A43D4EA427918BD414F766531136B60C3477C6632
+BEFE3897B58C19276A301926C2AEF2756B367319772C9B201C49B4D935A8267B
+041D6F1783B6AEA4DAC4F5B3507D7032AA640AAB12E343A4E9BDCF419C04A721
+3888B25AF4E293AACED9A6BDC78E61DA1C424C6503CC1885F762B87B15F6C157
+86CF48847AC47F54AA0F92414349744BC4DA025327DA99C4B03352A1482CA066
+A28D3CA357E1F72B186969822B4527E6D3F030B0D7D5100EC31782ABF6F9542D
+E49755795B3777D147209A0C4BCC5C14F08C9AC6ED93846D682D8808A3C45FFA
+AF73EABA2833B6B2C8AD8153601FECA2DA55D2FB66BBCAA164689FE2E1E22F44
+175D9222DE9FDB3CFEBB201C1364E48137A9B44AF58947C23DDDFC9F58FCFADB
+B6D83B3854259F0462D599573E971735019EF6AC1500F45916143A4D74090029
+30063EC944E35E8F81B256C765260DF88E1E65917D2F5752F1B7E70FB2AC5319
+6324E40AD0E1E9DAAF6AD69D3D78DB22F124A28222F374AAFF3853519AA013FF
+773B89895066FEB09A079F2191334759E265EFEF0ABCC8FC2A3A0931F3759464
+54FDF904C2310E229CA0F5B59007ABD6010890B37F94C1C4A84FD20260196895
+76B9E7594E005A0EDFEF79AFD9521AF98CDE1BEAE09606E9FEEB334230739BA5
+87DD76C53E44BD7193BC92E287011D788C58EB39B4272CB7D11BB3CA878A5324
+A8A22FA623D9F03AA14FDDE89C813B1F1B0624955B2B530CADE00D12ABD8932B
+BD88CBD1964A93924BB5D7F29C93B5487A3845DB37805588112245B525F5FE95
+953F67841DEB9254B79DF33D100A43A8431BAC0B2A113C7C518D4C16351EF202
+A46FF8400D6ED5A13783674C07D2DE0432C072D068243FEA5737D47076CFD3C8
+D856D279A00B1B8C79DF0527FABDFB7B2A4A97E95B45A16048C920B95B238454
+10F5000EEBB3B95503649872CDCF388F93BACEAC3C158ED2E45FA418233645B8
+BDB593BBD42B237C820F22D8EA7D7F5CAB720E288D99215FB78DFAAFA9BA285B
+9D6055E56546293094EB31772A0A49D3572D8FE4BEA017DCDCC1DA0C9EA8B50B
+A9B2B5B1BDDFD23EAC7B26BE4801D9D53338A11B6402E2923632C2BEF23728FC
+FB4B24FEE05BBF91EBCE62BB115A93C40D76AB2D808D27BBD9C2C192D120E9FF
+B3093F87674D4FCAACD0749CBE976008A31D03F9296C39954AA061485703B34E
+86A0A5BDE07047BF1F7096C1ABCBCAB71634E2756776A031C860834B3D9BBFE7
+A41F85669A1C09D32253C13F4DC8B2D7859DFD8803B79380BAFC832DDF1A0A8F
+A0FAAEE1801F335B0BEDA33A68041DC2D628613FD3184924F829129D892A1170
+5AF84D3591FD4CC259939A68DB86AA78BBB06DED4FDFBBD87B022E0468593C00
+90E1836E6623BA23C49778FF9623B828E217BB383A6703D89E884C2E0733B3D5
+53896FADDECA985C9EA6D95656F61FA9E033A7DFB0D9CECE6CA6B73C9E5AD365
+D558591C9F155D6BE3EA91AFB4FEE88631311E421188A4CA6E73E521B2310705
+322E28C286E42410DED1A0E246ECD5367CC0B26BED85D75DE0EEA420A7186D51
+84AAB2E06C9E3BF6E59299C3A0EA5439F81F13D5C9939AD146512E76FE528E33
+4E69BAD5864E36B1F549D9C624859A737407075456A9D88CEC7E2861287843A9
+6A8A3CDDE81845E966C07CD0B98C5B6E030F1595CFDFD5D6D0A1240FF5FF601A
+7139D815008CC08D3DBF3359B59827969BB5D28B696A35B0C2FC8DF27645F60E
+2EF280E1EEA794235A4D735A24BF7E91177B7F3591171E22FC3B50FAD81D1F0E
+949EF2B8B931C6D2543153EABAB227C4884B0F80721E4A7CCDA46E8E3DBA8842
+282BBCB430AB811BEE738E4F8571620F950E358306688FCE41BF527338789417
+BEB31EAC01FBA47E6E4AA3BC8C2BE5C1362113BA628F2055DF77F6B7F2D1A81A
+3067B2DD4255F49446F77EE362DAEC7977E0341B5608FD706CFF8B7CDB6AC5E7
+29A318344AE6A418EB9664793E86F8A3CE10721E0EE1F66EAA94A26AE9A1AA82
+95609FA0CCFF6CB27733E6249F3F7214A1F67FEADE3D9F32CFE98DC583102A86
+8C8E837CDAA600C663F345E3F53CEF6A7B2B616DDA3B8C3336C2D68CECBB08D7
+27E45E832BB908841B01608172FAA4F882BBBEA162A68B4D04C2F448CE460F77
+E5474DFFB10EA2CB27548D4B2AB0E9C06B8E6547F88FEA1F55E2911CAF7167B3
+04D6D03631AA2A7135212A9893BEA56DB0479A269653E716B70CCD152D0DF7E5
+0E9FFD35FC46F305927E5E4BF02EF85DC407AE239AB2F4E2C2722E5CD1A49F1A
+C648DDAB8B932A09071471FE17C0233F378415CEFF30B129410D39D38B4F1D74
+08056F599BD1A6237F59B1FEC8D69240D74A86452F9672ED86F8B18E81DF6B5A
+D20181784E0C1B955D4EDFE6A3937689FE1AF636A3D890D32D684E6A2C3B5ABE
+6B81EF568480C2704589263A3836F2B9462FE384BF2C80CB4D03AB5B2D644935
+F64F2440F4827A3FF1C1F70A1F1BC5AB5C4F3FDB623B6D69949735C5727D416C
+AD18BC72A7CBC816AB79B39535FE3347828051D874044B48718F3FF48DDB3BB6
+BFF17E64057046131D0B3A6B88B4FDC97C524C633D7EF631A7F0FA7CF773EC43
+7FE8E760CBE3CFB77AFD84F17151F4AAD06F8DDA85A28BDDB7F1A9AEF38BE4BF
+95DF7FA09617F15D417E000B677C625FF6BBA95E1B45346908A27494377D7C81
+6E4351B6EF6A19384C4757B2B30019ED3411B40FD3B04267E9DB6523C330918E
+EE88C10FDB9138C93FC838DA037208D5CB517BCCC51A6366A85D5CAAB5965A76
+FCDFE5B80209D1769962F1CA8D63A9351252509FF8C7FB920801B07F14AF0850
+05AF5618241BC0B723282E9E0720E6AD677142F47B950FF300079AF3912C791A
+FD5DC110CB0CB42B6E1700CBD0517ABFE4A2CB69F2DF0F86DCE4C33537ECAC49
+FEBBB6D700733A3E20BD66D485D1AA0AE5C123045AAA82353077ADE1C1569BA1
+2C3E8D754044CDCEC209E6C76081D076B9A1AFE56891CEEE5E05CCDC0D3E90A6
+C229EE48BC8E80769A71C9C242B658B1FACB4A74027BF24CB7FA5A99D531B98E
+6CEAAFF39AD3B5D1CD507B5F1C384CE9FC745BFE379EB01524494BB46260251B
+975D532420336F19E03DEE1F5A37003F78850EF89DA0258DFE5D4F87222A088C
+E3F101086168B85112A6658F65F547351FD02697F7799F5684E7BEF3ED76682A
+3BBEDCC5A152902C9380235E1A51D6CE9B1F3952F1529F596AA98A169FE2E1BF
+B392C17C2F0ED8AAB93D4C3CFDB4D8BC5E84EABEC11D57C87C9AC28AAF1585B4
+A92C81EF27D483B01F62695C81C0872B87B0F27CC51A2E5ED82399A79425A9E4
+D2AC438B30AA02B72B3E3330E9B5595E5F4E2D58BE33A46F13027946C7FFDEFC
+9A731F8B49460E3143EBBDDD67744BCA58625109F852C95258CEA66C2B44CB3B
+C9DAA30204AE32B2250836D806A0F25AD3A9F6DB4F1D21D90B655099AF94B8C3
+221679FAA0260A1424AE94C6E5A0F8B8ECE747B478F219AB684C2D1CA1C705CC
+B863BCB135ED6CCA37EB0DC4A7788B7DAFE096D2AB5DAE1E42A60732AB599383
+C66014802A304AB550806E3D39351504E093A58B7C73300CB32BBB1A9A5958EC
+5520E32157E6CFB4777EA49777E5607772738500B72D5738CA1CABFA08A925D5
+D50AA0BD0E6D46C1F951946D77DFA16F9BEC7474B12B2F3FFF33034B933D54D2
+6DAAB63990707BE3844ECD35572E7B267A126BC56C981D6F16DA187C7CD7781D
+D0EB475F97E8A05A91737EED9CD3AB423C9C76D104C97D68CD1A794C530B39E7
+33828CF31D7DAA2175C16BE530F480634A59428B3FF2C8AD143A94453D89E901
+00A703AD83E9A89EE2DA668327EFCB82D20341FB1135101E8AE0DD97A2A138F8
+3D1672D3CC887AC2095696E1A5E310C1E57002453F3765CCB5C3423C9DE13B52
+E2BD32E190DD7F54B0225D17BD28A4608D1D5FC514A9E3022DBC1CEDD185B250
+B78EC145D69309E75C6BDC2AB0704119114864796BF71127C2BD2143D0D90BD1
+898ABDF3F8B7DF2A794E81A721EFD7BFC5C91826CF5269D6A60A80A581DC584D
+750C5EE9BE008166DBCD1C5A6A4466E6CBDB433BF6BD72E88E4D15D9393677AF
+8784C42DB683D92A5BE03CA18CC26828885761DB7517DA4C054FC12282C6B023
+5C988CA5CD7ACF80D3860F8652062F0EEA78996203A9C437A7A08266ECDD9650
+47B8EFBB8918A5CDCC85A602BA51475F0242D637A841B6F7EE475CA005D9AB2A
+9B7BA8040AF77E6621391452F12CC0AB13A421E1B6E64385EBF5895D400FB931
+9C78A127AC7D5C12F1F62CC850912D9A38E7C6E4D7DA8A25B6462DF0749E71FA
+4ACA700E4731F13E36E93283A99DB0AAE158578C0E78C16B42A33A6B0BC82C64
+7D43D88206AAF03F6518362F859EBB2139AD5A32FD168F2C0CEB7E21A9872987
+8E5F3E88052A3D5D6FA728F97D6B88FF3E27319B7E0F1D1D17F2A652646016B1
+526E865DBC1FCD6DFEE5DD089A46C589878C3253A3E33C65FF01B994A03D299A
+49A894779FCC4A6CD17C581ABCBEF73598753989A586184F8664E86843E4A266
+0921788AB1D81E9928C7C3D4A9C8B09C276266BCD34FA53D45EAEA9EA34CECBB
+88084528C61573894FD782A63FE74972E99D5DE1A8451BB5A11901122950D2EB
+290ADC3B5757FB03377C516DEACA3364C56A44DA01BECC053A210D3AF485BDB2
+D06C245AF89C02BDA64351D9E4C768E2600B8E2A1E2031A07C0E211F25CE5E26
+1D7DC92E577BB9878C720E7E29E0413850514F663F53E240E67F8989CAE99A18
+55019446FAA2375DC71548A4D8C64C78017265504CF2EF1747CB9416BAA0FCD3
+54A68E2B61224B535F8C7957DAE07847BB70D18C38943CC5D2429D7D00EA130A
+100AE4B761987FD49FC14535ED397E3223D6626389602E39E0ECB3C70C7F0172
+709F1AC93AF0ABA2DFB1C82AAF85669092D045B0A65D3572825E6187E9CF6532
+28ACC1249D557A02F1665FB8CCE5CDC00DC0F57110C1BD81E2C39A0DA2661045
+0DD390A11E7E675E34ED59A43AD1EFCAE8E3AB99727C882D54C1E50CAC6B5422
+DA32DAAF9BE8EFE6AFF1B00A70BDED8BEE8EB513490DBD1EE3359A49834762B6
+BA1B6E7837DCE20038ECFD4C719EC41E22EFA090A6C065DF57CD713DBA72D048
+86A5BF0BE0863B608B77B1534A1717B93557A39EB4B4C497A3527C57379799B1
+119920755AC1B616933938999BE48B3F6A8C1E6237F7753B2EB557BEB3B09B58
+5C5B01CCC6B7564AE319FC80075BC5FB48328884E5721A927BF2A11820311C96
+5E1E87F89DE6EFC0B7ADB74580312E53F8E1237E48DEF085278892D0E3C79B71
+1368C64217C4D480734BCF0C40B9A4DC8A85767FE8856DCCAC629AA72A9C99BC
+BCD96615C6DDAD21C1AE33C7D2282CD829334028187BBA4D679F30081914AD9E
+F49964E9A6EA99B99191B8D8899622635A5981B75E064633421BEEE92E9A55C6
+9FF1D78A2F8717D4BF002D47E424A32D6F2A6D055C5CA27901A9018E179F0497
+BDD6CBF02C9C1692637772D0534B75A07385870E78101D873A8A437A46A3E583
+50759984978B2648A4BBE8EEB1E1E6CDE6AA09F6018931D1995F1BBE2DBEDE14
+44638E53724A3685748B486A3F14C9CE087803FA067EC41596BB76D6460E406C
+5EEC5DC6305B5BD0E063096792C641DC7F04C52C201462DA8E839251B30C2B6E
+E609138F2153BD2B31F40B0D199DC2FEB1978BB298C37F5B75EEDD310F8ED255
+EB96139F0365F7331EC4402AD38923C63CDFEC62C71B5B45A9B5596CB21124B9
+AE865B4792ED8FAE72E1B38C4677D39DF0BF69E21D7439202839D842E854038B
+3CCECC11F574BE64D63829FA0A928846B40141F9FE808745522D77D8FC96C666
+3787E7D2093ACFE4BE1747CC6E1A97739A1E32D82109A31DF9590BC66AAF78A6
+D5FEABE99AB95693CCC7F75BEF3101B3AB93464A064B3F6E7FFA6DEA021D7323
+54E8D42E4D1460B5CC3A956EB9F71C190474882AB83C8CBD79D72656A68341D6
+6744C5D27C249327294A47798E5D13CE8738CAA4E12A127CB475B57E9103B8A4
+D748FBED6639B2BC0A9740ADD234B5F15090D76A5AD4A3B5FF74A603AB9A3B79
+C1F466D80143DA388F19604C0FAD99F06815766609B1D5A52DA451B835CF64FB
+D3669BD343B31FA90694FCB0381DCE28DABCDFC6D6A2DFE2F3ADF5F27BF326CE
+2567C8AA4E603F1FF96F9DB5C3984863CFFB1DA864BC06DDC68502B5A97633EB
+07E2A5AB41BF7DF4312D45BC8D1EFA70A828F5A1697AFB76EABA2B4D0A1268D3
+CDE4495DC17258493EC2C30FA816BC2B59A3EA35CC2AFF0DFE97DCC8458F325F
+12DD017A6D312E109DE4556F05131F859FABA5B2853D9A0F63C1AE8D8B949CA2
+0B27171A282708E9A8758A67D7AAA70CDD4AE4B274DEEB7E6E12992820964BB1
+34DEB2E848BA83A0A81EFEE5010385CFDB117184108825B43AA2A2BD54B12696
+162E2462C0CFDE988437220DBB9F3905636E449C474E79BF01349E80AED894BB
+1C95FF278493E8F1DAF1747C09EAD8240D58F712F938185B92FD0C4429A1CEE5
+2D85FED3D1A9B62959675AE706E9FAC868A21ADE7E4AC323C0A5320866DC976F
+07397A03B2DA7081FDC2BBC7A30FEF9E894AB476A576CE586C83EAFC50403160
+19EBDD35051407885E1BDB91CB5B893912D0EBFB0B17A5AEC6728B2EBC5028A7
+85A237A8AAF26DA9D0C3125E42422950CE7D742F0297147CC6E519F5E2968F8C
+A02FC08B5393955CD8AA63A38C71425D16ECF5616815E8D8C045FC950F782513
+6F9B670415AB1F833DCE86AC3C43D36DA969E02F8D41D0AC78EC098F26F60F1D
+0132BB038A22BF98E1C40A71685ECBE10D7D74D6ED926C1945CADCA99A3067F9
+2BBC424633AE8D122BF338D8E39ED236D4DF9F907F580D9EB44121B1A8387785
+0C4C8235E033C31E84D61D6295825A46107D860208C7CF6BB38AF986697FA02C
+88D11FC556D3DA85B79F582E9D84CD8108235850D1F6EE9FA55A3E1D3FB6B4DE
+306D742F9900BDBF66672DD7EFC1CA14ED802DE79463A6298DA2C45EDC2AD0E9
+5F783B6301FDA95CA7B43FFF6F361BF93A3F4F4A2378E1E58CD412D84C9B40AE
+51DD506CB67D502DF885FEAD203776A6B50611467A9399B5B476E9A052471CD6
+CF3242A1511B0E73D005F0E59900FE348DC4CA8106EE2B77300E957B38DCB5BB
+917B096941893CBB2402ABDCB2B66ABF1F72C43AFA867A0D264ECFFB3519202E
+93E950C7F25400A97EEC9983D2CB0599B2DEEE9BE54512C200C4B945F2D1EB56
+814A28390BF14CE7E6CD048D514BCFCE202DB07D37202434CF9A289AFABA0BBB
+A327F1F12A8C426DA184BDAA68F36B
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR6
+%!PS-AdobeFont-1.1: CMR6 1.0
+%%CreationDate: 1991 Aug 20 16:39:02
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR6) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR6 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+readonly def
+/FontBBox{-20 -250 1193 750}readonly def
+/UniqueID 5000789 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA17D1AFFF95F4224CF7ECEE45C
+BFB7C8C77C22A01C345078D28D3ECBF804CDC2FE5025FA0D05CCC5EFC0C4F87E
+CBED13DDDF8F34E404F471C6DD2E43331D73E89BBC71E7BF889F6293793FEF5A
+C9DD3792F032E37A364C70914843F7AA314413D022AE3238730B420A7E9D0CF5
+D0E24F501451F9CDECE10AF7E14FF15C4F12F3FCA47DD9CD3C7AEA8D1551017D
+23131C09ED104C052054520268A4FA3C6338BA6CF14C3DE3BAF2EA35296EE3D8
+D6496277E11DFF6076FE64C8A8C3419FA774473D63223FFA41CBAE609C3D976B
+93DFB4079ADC7C4EF07303F93808DDA9F651F61BCCF79555059A44CBAF84A711
+6D98083CEF58230D54AD486C74C4A257FC703ACF918219D0A597A5F680B606E4
+EF94ADF8BF91A5096A806DB64EC96636A98397D22A74932EB7346A9C4B5EE953
+CB3C80AA634BFC28AA938C704BDA8DC4D13551CCFE2B2784BE8BF54502EBA9AF
+D49B79237B9C56310550BC30E9108BB06EAC755D6AA4E688EFE2A0AAB17F20FE
+00CD0BFF1B9CB6BDA0FA3A29A3117388B6686657A150CE6421FD5D420F4F7FB5
+B0DAA1BA19D638676E9CF159AC7325EF17B9F74E082BEF75E10A31C7011C0FFA
+99B797CE549B5C45238DD0FADD6B99D233AC69282DF0D91EA2DBD08CE0083904
+A6D968D5AE3BD159D01BDFF42D16111BC0A517C66B43972080D9DD4F3B9AE7FB
+11B035CE715C1218B2D779761D8D7E9DEBE277531BD58F313EBD27E33BEF9DC5
+50C7821A8BBC3B9FDF899D7EAA0B94493B97AFEAC503EB5ED7A7AB663529DD50
+29E1FF043619C3969739047DCBE0806C6E7ED2CEE445EBA23109D4EA1AF26BFE
+9CEFB8F80C4E811C7CB9E4F964F4A095E6456D80CFAB4E4FEBC91333683E769C
+BF12AB4D9AFF9738E8F5FD33E5E64D2DA80D00B697A2DB83F44297B501AAD801
+C73389133F28E171C5F7E84A39D16BCF374986988FA525A8F0D6A7024E39331B
+CF80BB9CB9682EF2C3899C12B3D8F196F45636CBFB6B23FA38222B2B3D667736
+DC4E61B7CDB4BA8F06ECAD6E279560B467C1C808146FF3B2EDB14ED971A023F5
+2E2F1306654A905BAF872411E832B345DD3BCBE7D4A30B128B2A06BA7ACD95E1
+A451AF157431B3AC6B429A8883ECB107615C9B79C0866560AF39B2D4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR7
+%!PS-AdobeFont-1.1: CMR7 1.0
+%%CreationDate: 1991 Aug 20 16:39:21
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 65 /A put
+readonly def
+/FontBBox{-27 -250 1122 750}readonly def
+/UniqueID 5000790 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF5B8CABB9FFC6CC3F1E9AE32F234EB60FE7D
+E34995B1ACFF52428EA20C8ED4FD73E3935CEBD40E0EAD70C0887A451E1B1AC8
+47AEDE4191CCDB8B61345FD070FD30C4F375D8418DDD454729A251B3F61DAE7C
+8882384282FDD6102AE8EEFEDE6447576AFA181F27A48216A9CAD730561469E4
+78B286F22328F2AE84EF183DE4119C402771A249AAC1FA5435690A28D1B47486
+1060C8000D3FE1BF45133CF847A24B4F8464A63CEA01EC84AA22FD005E74847E
+01426B6890951A7DD1F50A5F3285E1F958F11FC7F00EE26FEE7C63998EA1328B
+C9841C57C80946D2C2FC81346249A664ECFB08A2CE075036CEA7359FCA1E90C0
+F686C3BB27EEFA45D548F7BD074CE60E626A4F83C69FE93A5324133A78362F30
+8E8DCC80DD0C49E137CDC9AC08BAE39282E26A7A4D8C159B95F227BDA2A281AF
+A9DAEBF31F504380B20812A211CF9FEB112EC29A3FB3BD3E81809FC6293487A7
+455EB3B879D2B4BD46942BB1243896264722CB59146C3F65BD59B96A74B12BB2
+9A1354AF174932210C6E19FE584B1B14C00E746089CBB17E68845D7B3EA05105
+EEE461E3697FCF835CBE6D46C75523478E766832751CF6D96EC338BDAD57D53B
+52F5340FAC9FE0456AD13101824234B262AC0CABA43B62EBDA39795BAE6CFE97
+563A50AAE1F195888739F2676086A9811E5C9A4A7E0BF34F3E25568930ADF80F
+0BDDAC3B634AD4BA6A59720EA4749236CF0F79ABA4716C340F98517F6F06D9AB
+7ED8F46FC1868B5F3D3678DF71AA772CF1F7DD222C6BF19D8EF0CFB7A76FC6D1
+0AD323C176134907AB375F20CFCD667AB094E2C7CB2179C4283329C9E435E7A4
+1E042AD0BAA059B3F862236180B34D3FCED833472577BACD472A4CD5C7347D2E
+1D0D6630F446F3708FCB29A85F40B4DAB4D60AA8F5B2DBD67F2E45D80C7A7E86
+144669F75F8FA14609F8E4246FEC475ED262E03D30393C78C7828206842B565A
+DBE20EA52EE9C4C3862B2F5F12CF89D935B89B84A45CEFCEAEE8EC8806339364
+56FF1FE2E5112803E3E40162D5188D2210A54816AA9960611721F72A6610022F
+F4A76D0AECE4317A2C17697EDFEB98AE577C8FB5588D19BFACCDA081399B9020
+9DBC84B865A22913DA43935C0A01B47AD43D98690FDC08DD28CAB89504636E72
+881B21D45A2A2DBF9090DFA2D0F56582E9CF24B5869855A1A3C24D5D328260A3
+5BA26E03B30A3306AF9FB96665BA974A9ED15E4B8F7C7988A864871DDCD83ECD
+73A5E3EA1F920524C58F5CE4C5315335978A7CC521EE887AB0B2216E93DFA002
+9E8E86ACB054D54C700797BDAFFE71E40C921AA1173D2C49EDB1802410FEB6B8
+284ABCDEF9A9E10219596864745A1231361283A6FAFA3C006A11EEB194AE6194
+00DC489EDF6E24AA45837CA6DD7B4C8734557BCF8125113C100F881BB8243F35
+5A887106831B0C4BDA30C4C9D2D410548EC1A14E198FA8773C9317C1E645BE7E
+84CB2F
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSY10
+%!PS-AdobeFont-1.1: CMSY10 1.0
+%%CreationDate: 1991 Aug 15 07:20:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /minus put
+dup 104 /angbracketleft put
+dup 105 /angbracketright put
+readonly def
+/FontBBox{-29 -960 1116 775}readonly def
+/UniqueID 5000820 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
+27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF
+5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09
+0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730
+DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A
+71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09
+4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C
+515DB70A8D4F6146FE068DC1E5DE8BC570317AAEA74A842CFD26F9591866F5A0
+9B4EAD7395F5196B36997F1D59E88165C94739E74C2B40820F8C972B175ED79D
+87C9E323C3CDD5C2BEE6409017767534E19F45AFCE2C6687733451AD2E75D112
+42040BADFF90F5FCF07B4AEC697438510BE02F76A7C9B10F485173B0381B9A4F
+AEB5362C283D49342632404746BD2678A15EE34FDDFDEC0246B478807CDC66EB
+61C9A5297A9EF44D5D88BAB8141C0A5C1149329B5772F2173F70AEA10AA05047
+5653372D59686E03EE66ABBC615061B8A6582E05354F27617B7236F413DC38B4
+28F79410F9B2C993D994A1CC4CCF40ABDD901AA5B79EDEBF7E9C4688D715C1D5
+EADADACCADE9998C639FA8570F3AA3D3B76DFA05AF2A88AFF5F87B5E00C431F6
+2DD0493432FE8FBFEDD1FBA028B2974A56F5B9C891D17D24786790066F721632
+ED91EEF11DCB634BD3DEAF5FF312DD2041944EDF283DD00834741122284019A0
+5BFA0A9E102FC7A845553F2D553D72C036C9A08A0B9B7D20C5AFBA6818773E43
+3A57B1C98400B232DC1C4C7C4B9E915AC2ED82E319BC8929565492657AD64935
+56DAF1D6AA919B9944618F81501038D3D1CEEC0E35E77FAFD9A10544FF7DBA8D
+77843CF59E39F80550DC2828916A80996F9DE0D8F45E181E57F959EF6016F615
+572DDB
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTI9
+%!PS-AdobeFont-1.1: CMTI9 1.0
+%%CreationDate: 1991 Aug 18 21:08:07
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTI9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMTI9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 49 /one put
+dup 50 /two put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-35 -250 1148 750}readonly def
+/UniqueID 5000827 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E3948FFB3DF7BFF10C9BDA4EFE5F68A8CB1526990D1357AE6D2F7C2D2EF8496
+4E47B39E6712EB8908A3265E5FAB40567E866C244814449F1E993AAB422C3F1D
+DFA8C7118584F2E5197FD4BFA3A8AE9E953C6CD4672C0FF51E41C3A919749C1A
+F06650DF4C5E17492164BDBCDF22609A74BFA7F69960A64B9F949FFC2A807458
+8579366C4F41BDE1FDFBCC4845FA19BBB6963D65EE8532549274BAEBDFF24FA6
+03235D1BE37C06B1938AF369DA75BF38DDBC87A1FF445EAA16E1895ABE9506B9
+211955753E447865D33CEF007391D2666A046277A30A49804FFCED3FEA5EB2C3
+E52EE14A9F75241EA10C91974CDA6236EB840FD44D6DDE4D9B3266C3B99BD38B
+D835BCA8CB819C073480FB972CC028D218F6A1D344CE1B63F4FBF2C826F412E1
+6E0B05A26125865A14FD7B7030B478BB8BC6BC395335C3BA940E1C348267F4F9
+0AF97BBEE253511940F1048E175D3569F7D05A28851B6F50765FEB6C9654FEDC
+1BF52F535DB5BB90C1BD5D2EBF75E0AEBE82B20507F3C28A03746781018D4EB2
+298E4F2C27ACF73FA73EBE43F014BB575AAD516C0407B29E1653375135ECB74D
+C91372F06FA8EF37C31AF3FA48AE65318EAA6C34830A5377ABB2DFA5DA53A574
+433484BA1466709A4B186761655C8E482833B697673E847C691079E7F1DCB8D6
+1AD91101D757B83E2090337D525AEECB028FB3C9F6A6E6AD2F322CFDC5A833E6
+1CE4EDBF41FD34FD61630581D222F854A76C2EA9FD72796A7C9CC1F6C2FCCD16
+E95CA05826A4ECFADA6A5FB83C41A7131E52BA6585DD6DD78515D8F7327DFC6F
+9404F89284BA41746FC74F85FC6AC77A3287EB925B50F00568473FB80C3C2A75
+B49DD23F4804178F3E1DEFFE8431940E040A99F3720ADD1CA1563CED7FB81F24
+0364D7A4D4032A7624AB965502829DA8A33D883A1542A08D0526E765080B3209
+957B7B841D7C193F4E8A3B5051D385F0226B476D4F94AF67B378C702DFD6C890
+8E37AAF5384FFE6D54A89CB4265A665EB3D4D3A6EF09B86C40091B648EDB2BAA
+D001E17675FC13B30D54C9714CD5F195E7F3947CE52CDB4495A415318C48E420
+15E83D915F2F2D86ED249711D2B8596D710E7160D51C0CE52AF50CBE06904ECB
+93FC68CD11A467AEDFC52BE6838C9668F94986293BE9685A9A7D86B26B0AB4A7
+A5211DF9C8700A21DA979CAF5A27CAC2A995320E92189133F78D7228DA905B8C
+22CA84CEF9BAC5C8821BB6539EED6222245490A861F51F73685746272D82EAC7
+0468911A1270638BD1D887ED70973DEC73A735F36F0669A994C9D925B4D974D4
+DAB2E1350AF900B75C71D129828DD0D63A2AE40DD4B2A96CD7C67B712D81A7D6
+B5F16001A5DC1A235CF115A276889865D0122B939534C7192948A4917183DE35
+A9CBA91B72B3F0FEFA1EA5D156C8F1BB4EBBD4ACC8EFB2F3DB421C810F6DD8C9
+96E6C5851EA2E00020A8CC8DC2FD025D63AF40CC92494C31E732DE098C101AE7
+EBFA41B5655423B9B33F4CD592F9474098918017CAF2CDBB0B9B745F9AE10461
+3541C2ECD41BE1C527269BA454D1F36B1516F351A009380DC64AF4110DBC7A45
+50D898CD58F7108408D53F343B53B77CFA4F5C94F1510DD651B0F84F02E1D9CB
+91918660621A8E23A41E573B5A6834C97867723C7F9D47FC0CBC0510E4F50B9F
+B610CD86DB08E6708DC0423CBC7EEA1AD853497D959680DD15F85661350D9F7C
+BCF671EE5386B69BE5900926936A2F45851F8AB32710457A6D21D0A8781F6433
+45CECF23CB02719F3E402D056116E91ECDA8F3884DB23BA6A405F40BCB59A6F7
+A65B70DBD28DA7DC0938092E7A9B25257351FBA0A3941484C790C4245187C6BE
+DA13DBA0F150E35A13761E0D61E535CEEB3F6425B5BBDC43647763B47A676492
+1D7E40D01BAACEEFA4B0604A42D4B0E74783610F09D602CB9557FE5FE9398BC5
+8528C6F85C77B96AC2E40BA41C8936E3551A9FEFE60060873E33718B609A3675
+E1A3EE4627047F5A9F8935A0ACF50A2F22EA7822AC05EFE7D01283E2E01E08ED
+CA430D96500DA39DB475549B87BCFCA53773D1B0BBB020D288C52FB7325BD882
+1E69DBF7557DFC8FE50A9D0212AC622AA19717B24DEF075C51F97FDFDF11C28E
+14DE237C164F80F0AF2D0DC9482EDBDDA387EC2684724F5A8EDD0A37BF4C8DD8
+210951EC4C7404F054649C996AFF454B4B4AA47B374CD1EC9DB69B36A5367E67
+5978DEBE55FBB921F7CA0915820B607054D6C8EAC7C6BD950B99A3D7B0DEE1CA
+37C6A35BA542B470C683ABDCAF2F7F914365A6CB0D264778EDF09527CDEE04D1
+DFB5F25BE8AC66191800FB67C5E100D129AF8D246E66B34741D3B5AD1B9D0F89
+BCF9798C579AA3F54CEAB13AB67F2AD8C090487CD94D54D1CB10DAFE5009C69B
+338F54DD7A044A7B16183A7AC8D70A9B82D8A3948EAADF40BF9FF5683B478FD4
+FC3F08AB1B79AD0FEA6E0B9E9F708DD7A8BEC3AAE2D6AB1A90289A83A98E07E6
+E952A72711A4D8946BD038984BBD01AFB95B85624416E413854A16D931922AC5
+983811DB3C7A1742536AA22437EE2B70DA942F3F86D8B3986511DB2D94A422C2
+AD6C87C01404FD4454A46C75D8AED9CD624843FCA90A3B0D03AC8DA760445F81
+3B6E7A0C38F594C09B47B835E52D6B1B4719E11C757145CF2AC1EB60CE72263F
+F35900198F0BBCE601C7F6A4B9DECD1DBFD24C7C1C18D8072763B4AF5B0CF8A7
+2058E36E23D1DCE832F9D4B1BF974F2222F5D91B2EAB6E1F32F420D5146DEA0E
+D3702780ECDADDFC34D9E3BE9FDEEA41D1F6A63FDFC3C2AD718D157CB97EC358
+1BA96981892C326C0BEF6CEEC328C098AAC10EBD59EB67C9014073FBDBBF8E7B
+643EA793D79FB008DA1FC9CA01C1FF90D563720E940D63B946BD1D010E25418E
+A75E473EDF083EE3AF6B13693B0D251EBD347EDBE5552A963A7AE0AA89361711
+7BCC9B9430862206BA271EBED4B3A3F6EB4476802E8299874869942F788CB922
+FC1A68FB63BBDE024C30BBCD5DB7D4DD1D88FAA044E3AD57B8618B5F128D7C09
+8CFEB30EFD1E62AAC403B0A4AF5245B9AC5B2A5B890600714EEECAEFB3331B3A
+3D3964ECE2EF9A2A58E76BE0B1AC316AD6DC8682475486A9FDBAD7E07B8EF41E
+41A2B8547285D3BCB10A6FFED8747106A7837149812C9DC766247DE1BC0F268A
+014ADDFA3D7B1B47E3F231DB439105178271AC45C10BB70B301FFB037DC32650
+C10DEC9310323F9605F9F2F0B871B8506ED0169C4673F99DE7546C850A120CCC
+7C97A452AF16288C208EF22165585EFDF27434DD0E1DD4F98981BF150A11FB39
+D60CB27654BD4788B3355EA23953C68AD6EE50AE1F815D7F9C16AA95D385E1BE
+4F0FE036754551344BC0FB7C033206514ABBDA0BEF93C650481576907E36C032
+38DE9C89DEBAA476F46F4B6F05B177FA4DA369807D0E3241468ECBB7B813E4C7
+4279C9A50DC0B892667F01DBC461AC8D341F60BF7F25BF75A7F7625989E65A10
+F7AA1C2DAC5DCDDFC2DF6B2B8C3A024D508D090172A156B4BC501C1CE30833B6
+EF37BA3CBCED71BF13BB81DD433AA95A893163656BE731E264E97D8AAA0B2DA7
+0A23C4B11F7D2A42D4D782438DFCAFA23DB154FFC33CF93966CDDB375A321EEB
+76AB4AF40FAD4CB0A548F79506C7E5C47694E44BE5AA5345460AAF32C3DF5A5C
+59A6E3B3924BEC1CAFC9388A539E1B0CA05E1516B01460B809835B83C4DD21F6
+B5860DAE2D6D0D6F6A87BBAA3C26AFC16B7729C4552E84E1BC568D1C3D8F07E9
+30EEF7EFBC569044AADA5EC1B05C3EBF45A19AB6636C58FFDBB87388553A6B3B
+4CBAC7FF7A285E89320EDE2C9B01C2F35832AF574948C6146ABF4003FE2BE440
+E6E6265B68B596492CB98E843AB6664C093A85C219AD27E42A75C3F67C6FCE44
+421C039DE1122FACD5EDBB8F128419B519255A58C225325A1E5C7ED5FBEDCC43
+E1398879FF497EC795F55B16B8A9DEE2A51A3378645FE3B72790D8B2306ACF4D
+F95A4B423CDB01791035148809065998D8DDB93F72EFC07BDC066C826822409D
+AB43B46C9BDA58C9A7C76028A1B43E9FD0B11001D600B4E3247FA6B0BFB81448
+50FFF3B069045CA0B46EA0D9945DCFE67CD06D89BDB50D47B353BD0D4F143ABD
+1699F5D4E16BA4558D3411B33EE35105CCE5FA27C8A924A38510FA3D6E6DCBFD
+69C98DDB0C967F2D058C4374FF184673895B02D1EA9D11F4678A5B21484971BF
+1499D17956530A94D551894A6FF419A9E175B84FD6F611C2F2324722132FE0FE
+F45FCA3B451BD5390B622CF7560CAC90C4FF279D4D765EC6F4B7691C9FE5ECAC
+30BFADB93839629FE6D7D34BC8C63605D49DB4328C8F666A703B4F5CDB522BF6
+76585278A6ECF4863446AEAF84D47EDC62E674ED5F67DF530011F726C2934AEA
+B01F4166AAA5DADDDEB91645BB832653C8028D8603A2126B09EB1AB63936E409
+40C1C4C31F334C70D36453945625485F6A14E42B0BD7BBB3A3C43BC5EDC0B99B
+8C3BC8DEFCE2FCBE7B39DC714CB66690DE822A034C2B96275BB77837FBA18F6D
+5871AED85C86C3D6511A510A63521C765B9306D39B7A28B77D35B0F4F3B3CCA7
+50446AAEB6FE430184F26D34F09F23F2D1C0743C01A5728D96EDB859A99DAFF9
+2FCD27CBBC34098E1465060DA5ED8270899D8B406FA446CAC1CF0763E036DC1B
+D9CE6047F2D5D143C4E06E2BE7E76F8CC739E08CD5F12BA2037691E3C0B4A6CE
+78E1CB6E2A1BF488B7422E362761356D8B41BE23FC714ACEDA4F50E8B5616D79
+0A13FDD0574D9E3A72D3D89005AA90C8E3DCF4DAE77EAFEAE219AC007BBE717F
+A2DCCEB649FC412ED389896A20E4860C367EC0C307C2141B2CF1723DB6C2168A
+F75A420D92D0CC053125783626F2497AE898A10F460185BF4D05740E24ACDAD7
+477C0B925CB5E7C7385F12B9D4E27F5A038AB29BDC5969FFB3C6FC1B543CC0EB
+AB87015B3869365CC5A362DCCDD10754B40D34B515D28503C5E03B36FC2FDB51
+AC149113E7B02A139B758F761A97EDAE07BDE10FFE78753B6B605B695AAA321D
+4F7C666EB4C0C0C58106E20FAFF381D78A06722BF66E237EFA42BB34BE168EEC
+6B6BB4739CD80DD7AA2EC60DE42AC3C7D283102A18E1FD80EB370932845803A0
+D3E4F71E638605EBD2E6EEC43F54AF1C2C4E000F39B75F3013A3D0F8C5431D03
+EB47F2FB704E3A1E0363B1D962E6C503EC4D1C89B7F63D5B17D4936E4F8123CA
+F28A81E178363D1761E59C68722F82166E7BDE2F88236C82D5AB21E299A861D2
+25C2850EC2F8D81B103270A074BBF983EE4BE094D2E25EE562C8BF1EC00EC2BF
+D9C92E9C8D08DAE4CC7E179975C0264CB69CE7152A9D61E1CF9273F1E3D3ED0C
+141E180C5449E0442788B34B44332283E029D3CD75F1373B0D1670CB918311D3
+8036DFC59FF0908A641BAE0224B40C9487AFC5B7792A59A8BBB05991536E8322
+8440B5B1B5968AE5D456F5AE5510BB095ABA7D68BA4D5270BEAB14343C07980D
+0D6FD76DE1391AB4445A41D24E2F6B6AA49EFD24D9F9E9E92854BCB4F98189FF
+DA7D00FF0F1908124D8D7EA6DB3EDEBDCE944D303E0077293162C1ECA4BAF717
+F27816DE813403A416DCE3601F3BB17FBD100B3EEF9C08DAC83EE8DF13E42EA7
+52E3D12590E9DDF5982EDC717A7624615D2A2A921B72419F3A4D908B6A830FFC
+3A3689756E60D4F6E35D5E3305B90346B16F4025D29F94637F2C70CDE48968C0
+8B1C7EB68BC307F4B3F60D75F8F514067598DEEA228260EB53261841A33055F2
+20536ABD917C2B916F4EFB7EF834A39AC699F3C975A9B7CF11D0D373A00EE9C9
+2C64066C8EE434807BF81FE1030B5C1BC2C825F9243CE5D061213BCE3E327202
+E88AFE272B33477392A95F0015969FA1AE76A227D4CD8ECF8DE9800DA70C543E
+9B196C3B3674DE4FE6DE56949BCCD738A64B3DBDE5789443E80C6FFDFEED96BC
+789778AB9B296F00BB94C3C0BEC04E9280BEC131350EAC0AA12F119EF7872430
+9D8FF4B7E0C3708F80BF64280B918B789D18586E18492D0E4AC5E61431D99D6D
+C9714F7E0B80B829BF9F1849B65396F54FBF109F3AFED9BADA32C976B36A66F6
+77F1EE7487C71B352A9C7EEE75CDB59AC024061D0D89CA113B26C9EE66A4EF9E
+D395F58E33CBDF884D0DF911779CB4E5A48BDF66CCA4E78434A49CF8DDC1EA85
+40A3C243FF423A46A54774CF2D0FE69C08C95793281BA78D46615BFC04924BE4
+0EF35ADD216F61AA9A0A35CB0DF9841B099EE8E2EC1CF902F25DB52FC59CAB64
+574B2DBA21A975FBAC76EE4431595E82A8ED49F69EC094571463A2E69A812B68
+849289EEEFB6001DFEF2C58DA7A50A6B297509C65CE7ED92F7CA09D62396CD6B
+2C1BE6716A7A2B6DFA34CDD7143C10795F63CD2AF065A64F293DCBAE2FA5D52F
+D97884032CF563490DF49DE1C9A255B3046A981296CD5D1BC96C52C803C76972
+74B29F63F038DC8608FEEAEBAC4FC361205291FAA6899A67FD2A18C093BBEA50
+AD4D2A5B8DD16CFC249B68A294889C2922F04A915DF3D76D737EF2C92DA3CB96
+B0E84F4F9E792940707F65FC624DF6B8DB1D971F3EF2F42F88F17436A26D324B
+8C05E51F09AAF09F7E371BA913F8F7309294B411766A03FFEDD7361C1628D742
+0BA50B2EC125CDA2C8A454A0EE9CBE9EEF47664D50AA0F0A3DCCAE08C978DD5B
+490C3111A18D657051AED279F4C71CF1E14C8109160CE9B2BFD101496DDFB337
+1F127429C33C7C750FA154E5A54A68D406A0810B562E405AE74E0015E2C2651E
+B157563FD4CACDFEE709597B3147E24743BA311F3FE077D45BC5C65A9139BB33
+BC41453D3D5F2A39B5CCAA002713792BEC04A52E94F6BF3F1ADDDFEB969E26F7
+3516F5A84D2D00EEE79C37C549F7A6C108D48EEDEBA6831B48A225CA5C385F34
+E2E5E5A310614DA43889FC2B545AFE4665E62A7DE02052ECB79C5AC0F53DF79A
+D6264C53FEE9124462CA702FE6DEF7D5ABC9AEA0F35274D8494FA2423F8FC061
+43FF8E0291D284CEC4859E39482D8B14DCD4A4F42B28FD1FD2791F504867ED6A
+AD2547207696D386C02AD8E3B0FAB6E0F8B1AD13F8AF05D1B79BB8D2F9A30340
+5245323E4EC8E7ED4407F8939761535B9C354C30DDC757A5A7A88BFA7E7CC5B1
+63A1E08318D5ED31118D4BD77A54AAB57B6D635053FE6A50BACCA3370E25E3D5
+9E1BB4CDA50CD45977E32629D27899E9C99CC43CDBBA3E61BFBFFC04F9793F0A
+C3449BFD695D0478A339EAA69D2DA2D82F66C0F629E6F70C724C5F3EC99C90B2
+6AE2088003B7DD018AA073E7D97F0F131D230584F27D9B51FB6B20E7DBE0F170
+5EBF3A4541426C16387E7D58A0D0D8EA49744A02D07C3B6A0035F77ED189F43F
+8883B2085676EAAEC87A7D66BD91930B390A3EB2397338A27E600388E810171E
+8A325BB1BDB3A17097E015C7F9E26DFACA37FA817F6E8B5269B1B9101B1F20DC
+46611F3BFF99FA6518CAC4B0107928DF7D6CA874F0576BEE224E3F5FD26CB892
+BCD032F08AE6B3FA3F79925AD306EAC5455944E1F77804960C45113125D0D542
+4F7067B566E21FA14EC72674650A7AFD2DDA685821C572017AFFE2E96EDB0349
+A951F697E5F60F4B3260EEAD387BF36DBFCC5DEC2E3763F6F4A469206859DEA1
+9CE46D9D8196F4A162CAAF055FD5D38A00DF58CC589FC4C1750E7B62068134BF
+58806C39AA938737A4D888C2F1C33884012EE3F79D3FE0E5AFF670AF59E14E9F
+3AC4A4F8999744023301187CE404FEECE57787FE4A84202695F20167812D8529
+0E020A4B74566299813AC490343DF9DB9CE1F6AC1D0D4FCBB771242C5BB043D0
+9B9E068FDA6D148D030B9226F507AB41475D3A8F898B5881B4F2D6CBC151CEC2
+D4FAF64B1C4D6476CA272B633918B3E9F010B625C9FEB8896AD5E3DC39FC3870
+1B407D9E4DE5EC40EF27573894132625E609D86D019301021CF1B0EEE21A8CE0
+0B400A3FC9D917F979D492B168AC11A51339C4ED3CE7E5129958B1278BF2FF24
+4463B2AB17F5674628D9E98B5FD8AAAA462793C4FBA177E1D51F1783BE66C036
+345C564796D422039408F6DABE6371D1BB508EC3B639DEA0E7B468DB47B7CF98
+D8ED28943133BB49C22B8DA1172592AE7AEABD0C1E432F21EE3121D74C8454BE
+FF43723C859DB5D3E28AEE005EFD80A44D50AD8E35B12C
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSY9
+%!PS-AdobeFont-1.1: CMSY9 1.0
+%%CreationDate: 1991 Aug 15 07:22:27
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 104 /angbracketleft put
+dup 105 /angbracketright put
+readonly def
+/FontBBox{-30 -958 1146 777}readonly def
+/UniqueID 5000819 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
+27D1663E0B62F461F6E40A5D6676D0037D33F24E2FAC2B0009AD3C8350CDF8CC
+65BCA87979C36D14CB552E9A985E48BE4E88ECA16DF418749AF04FDD2B0E1380
+D281BB2476BB45FF30946B247DFD7F57305FA87E50CA338121C71CDFDF927A9C
+77FF14CB4A1D6D80356FB1171ED38C37702350497B44E42CE31DB2F493807DAA
+15B887C671199A54C4C1294BC520F5538C15556BC43C9F62342B121C6DCD6C5F
+491DA47FF360201EE21C08A781ED0589A6DF91B99FE118B9B29E4F068672E52F
+1A06C514D91C4C937D4E642503392B1CD1BF5AF0BCA28EBD840AD76CC39AD7AA
+CF2C05711374F7849708E1106F88737C9AA60612D384CA8C173FF1031EBF6EA4
+176136DE1B9F29E40E82680A2CFFDC24DA05853307F1D1F6537D061EBCBCC5AE
+E6316380ECD8E63ACBEA9FD1FC28949366850AAABCBC9552CAB2CA3BB934C8A2
+14C9DFADE24D9214858B1D42B2171DB18A475AF78868C2549F19555AAB07F586
+58B28541C74E14F28B68DA42A9D46C031CBD74FC09BFEAA3AC1DDC68B7B71B81
+6003C9C6AC8EDDDC046D247A2B8AFA63A3B1BA1F12AE0B4DD07327F0138BF470
+4630E4B5DA55C194F454EE2E872E0ABE6B879DF2E87CF81F75D79F458F7D3F81
+FDB76C15EEC4125D18685E1D8591C54C0B0D069E2ED73434617B9D30E64457E6
+1542E4630E848948FF2747D5C31B9C314AE108931003DB9F76644DB43D245499
+2D28E8452E50B1945E13A5DE2A8B93523D3671D1C7ED07EAB6FFB559E5A1F828
+B22D2FAF349B40C3B31FE806595F67C5E75260514F456FA0013668D948619514
+0EFFC35C1AA131AF8578A254AE62CA75A6631489C78CCE633A3B302BFACB
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMBX12
+%!PS-AdobeFont-1.1: CMBX12 1.0
+%%CreationDate: 1991 Aug 20 16:34:54
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 46 /period put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 73 /I put
+dup 75 /K put
+dup 76 /L put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-53 -251 1139 750}readonly def
+/UniqueID 5000769 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712
+B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99
+AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26
+7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF
+20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390
+B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D
+68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809
+D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E
+26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D
+F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26
+77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299
+BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E
+C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8
+30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5
+148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C
+E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7A71316B2E148D
+E2A1732B3627109EA446CB320EBBE2E78281CDF0890E2E72B6711335857F1E23
+337C75E729701E93D5BEC0630CDC7F4E957233EC09F917E5CA703C7E93841598
+0E73843FC6619DE017C8473A6D1B2BE5142DEBA285B98FA1CC5E64D2ADB981E6
+472971848451A245DDF6AA3B8225E9AC8E4630B0FF32D679EC27ACAD85C6394E
+A6F71023B660EE883D8B676837E9EBA4E42BA8F365433A900F1DC3A9F0E88A26
+32678C5D2145AA309FC027B2EAE4204DD6558390C4B04B1A9A0544E4AEA8BA32
+6A7DBBFCACE482BD877FB7F73AA89D85853CEFD180E410512AAB9CC60AECAC3E
+DA96B0159145ECF95FFEA9700C871861173D390E296DAE1DFA2452F278A3A47A
+A4674CE546C1F3D9ED803083562ABE79FC06C6E5C870AC8A2DB02511E8358ABF
+579AECC38BF4AE5CD67B28807EA96DADF4C99A13109642BAF067667FF0CB197B
+D4D27BA82ACC1BCAF55F4EDDB699A49E6237EDCBC685A9F71088BB192EADE8C6
+7EC198EEF73706EAFC42ED839FA2646B99D9E2FCF684F17191B0B251D86763BD
+9B7D2969CE275131DA64EBA73598D87351C55966818FAEC6373114322704CC2C
+EAD146A60777A4EB2C12B26A47434F4BC8691CD78B647A70CC709C908FD722E3
+7CAAFFDEDEC12C4F4A22C9F69BC1C5029934BBA2A18D9A6193A48F6B9ADF5499
+CA2F7BAEDA9744D19592AD5E4771A9BD5D30CCC170ECA142DD5CCF41BC04E82B
+D173C3C34F780DCD6096A541B1423D51887FDA3FCE6AF13A28A2644FA3E60223
+2828B376E7560BC1D31F72ECE2AB860BF355241438588B0C7A377EBE309EA8D7
+4F879E786B7C4D9410A2E757EAFCF7A8B470B5EFA48E051ECCF7575C5D9D7EB7
+AA62FA5854561B15DC8829B2388948F8A1641B7187809A4AF1C5EEE8FEE695C7
+269895D27A97D9B322B5E2453189A5196AE1A9DA6FC793D30B71EB823CBFFF20
+53F9B38DFA45C28DB4FF1302C9B0DDF9A39CE3F18D907BBE7970C608C2ADC35B
+045CC62D84BCF0CB2A8F2AF20C7FD631279FEE1E3A5401C37FEE1B077420F324
+A7B8C9ADF8B714DE82C1DC6A3CEE632A1EE43F5BDB531EB4295362C9C4CE76A1
+D58BF6E05D70A9702405EA73E6BC77EFE63668336CCDABBF94B9106C5955C865
+F4E7EDEF833E903D28EBA96716EB49EC6BD644C09CA695C8568B016FB472910B
+F359EE111E8BE6586D4E2C669D146E0469592E075048E22F842E5F8294BF3306
+75441D4F9FB00987C45F0AC41AE36B901BCFCF5B4B273AEA9725FB6B86FB4767
+6877F6A6EDA7F6892AC201D861BA46743E7646493EC9908F6DBD8871D9062F3A
+E9D1648EBE89532443DBF52E344949C4044D191AB96445276C8E92D9EB1932B7
+3BCD364A7E14E5030D5237F24CB3B8BDB837FA37EEDFBEAC1DE36E0840060820
+EA2518071DAFA64885711FB545E9CDC90C78C9C590BA2BA1C204D3DBC27B9BB0
+2A1CCC8DDD9EAA0E8F4D5D1B6FED1FFBA15DD1A3AE6D44D3E14158831862085E
+138AFA2ACA5E17372EDD537B199EBBF4526A337E6F2257DD76D81BB4B22B166E
+EBA91E9B6E9F2652B4656098498F6117965AA175207984E2F08CA2B2B2E4DFF2
+7AFC53C37217CB0B33752C8BF7F737C442F5E5EB2944FFD8300895CFF5CA18EC
+6C6D792779A7022DD5EF39B9474F401CBE5DDFA752EBEDC66226387B5C8FA825
+D2F856F3B200A1162AC407AAF0E56FF3BFD911FF3C5BE8E51C7658FE6CE57763
+490931033CC8FF91D6546121C52F0B762D69E5A30E2909FC181775C9DD4A9A9F
+B70113AF70577EEA940E393AAB328BF51E1CA80EB32B7B331B54A4907E9F2BD6
+4DBC13A53A23B8F42503C84B0072E7FB5E7C2BEF63D6DE319BB25391F0267D4D
+D8388FF0969FE19ACFC225FF00DF2026E2D56531BCEAA4C8535CA1E41047C50F
+92466EEBA497C57BDA0B8484B428474AD3EE81180AA17544C2EF41543CF581F0
+2436DBE48668BBECEF8D735B9A55CA2EA4E9743B0F79C7449832FE20C5C63AD6
+57F426C9F82E84682E4ECB7084907A0314EE5BB2E371661FE747188DFB9A7B1B
+C6975ED6ED877CF5206D8D5229C3B3A759B5714B0E7F380EC8BB2D1BD5830DB0
+BB72C8118B8A2DA2C195FDE40D2F4DC14101EC916C20F21BDB73ABDFA6BB2DF7
+7A796731F57566252F7252C2F5A6C45B623B7D04C4EBBE9BE520CEF1E8385DEC
+E1683DC0272A5082D7DF0984ACCFF26B118EF1CFA5F92940EEE66992C996D9A8
+9E3074BF91307E366B57795450F84FA5D787FAE0640BABD683F25A7537D994A4
+7A69616C49E1DC7EC5394F35F8051E00634C28A3AFFB1F4C5BCD16AA8E14A94B
+BCC4460B6B42B01F19ADF2D51C867BD67DCD0BC4DB0AB5BAAE345ABA2A4E4B4D
+52B033AFC13B7BF86CD53EE09263D295D5F075613F5903F707F4A7CDDFB8C4F4
+7AAE5D0A7DC54AAC437D4A6C6E67B57D97E8C1CA64615B8D283D4B1642F54706
+78A3C3BA5AEDCF2E2BDBF8A4390A20FEDD3F369146BB220B8A784C78B62CE6D5
+EB375A2FFF60F654143A29AFBF3ED5AE9A9AAA3C4A17F44813483EF4B2E47DD8
+25FBAAFFD3FC2F1806B2F145B5F0AE85256FD1E09E10122A8F43694D7D1BE3EA
+1E994FD23738E8AE5A449B344A849027F3681DEE00FFE0D4139BC0A957D73708
+B33F51DC392F2DE578576322384839EF98BFDE63C566C646C6249EB6320C124C
+2FFD628A0CB3BC5094E95D6ABF5882163668E915D3AC0AAAD7EA3AEB39250D1A
+DE5B4715815A6EFC6DD381CA8FBDF3ECEC7EAAA2F2C537B12AF0540EE0C408E1
+45C4E452FB52667650E27E51C624734E0DA8546DFD7B478BC089875E7DF28E0A
+0625B90418700202E79E35C0115B71ADC9ED77647583E1EA24C4A1FE4B049D8D
+2BEE920387B0A203D8704F46765D27C5BD7CB3741D88DC53A4DFFB12D664CEB3
+496DFF819D1BBB76BE27CE85F0595FFE438C4C4C27ED63825A4B00DFC85C553D
+38BE1A987642E51B80CFE63DBFF586CAB5C7D0AB462B83F057C58C4A87DD42CF
+F0CB282E75E6DFDDD3A80AB8D6C8DC502D309917AF98FE7CC9411B4BC5B12F0E
+7D3443A8A9D1B7AA408FB0806A2287F5556ADAF453824FD8CC8E9C261BA426CE
+613601910487483C904F877AF9D14B85D693F355A59F16DEA15277454AC517C4
+25AE00A89EDCCF3BDDA9967F305E54AD8780C18A6CDD3E2D2FC3A6E31E75887A
+41BA6784A22939946C726513BE86C243233542C9F18D71A67C2A745DD3B8481D
+64EFFEFF0FA73F2FC7316878C61E166FE3670C1B1748B4B8F7BFE1CB6A71C587
+E481E4E6C7343B7CB50501BF39BC664E40CAE6E4C88D87721EE83EBB429C5A74
+87812A0E6FA48057664848CA25DECD8A38D0E74E560C4AE694C3B460405832A7
+A30E32D59687FAF4BE8C4776012A2B84317AA172BD86461CB2C7637872405CC2
+1578E2BC5BE505C2D20C21843B5EB7B0FD69A9FFF3A03AC25D5F93117610185C
+EFCBC3037E7770F1649C5165A60A761DB8193A184270C053EB9B33854E2BA6FA
+304E7621FE5338C852FF2FA425F76B0F19A724B45CFD40F3DF4523F31C1786AB
+CE225775679362B8D591655E0093EE3FDF206006A699A1F898BB757AEE1AB395
+E1B7DE0D0BB12A686BD19D7C8E3612637ACEA8913582A6EDE0CC78398EB706E1
+5B779E462026B2DAEA965D6C05D26F6581FFD277F109FFAEE2702FF4627073BC
+F4BF61F9FFA8F4A21392C8E400F8C086A333E0F0F108326575C12ADA8E36292C
+16B3E680144D6D3BD5CC1571549507F5DE4D2E63C7358E859936CEC9A13B8801
+D44A04E9D3226F2DC50D4B042DD86139D771D497756570B787BDBFE9766F5287
+D5D4F71AA5B02B25FE70CF0BEF09EA9FCF07CEBD44797EDC00B4B3CB84488C27
+D038F63AF9AFF4EA2896337FD7397C134F0B2A9BB4EE7814359C479D4E29D360
+7FFF8F7D992C3FBAAA180EE02D36FF7C426F0AC7E0AE9B9CAC3B12F2C1ECE2CE
+E0D3EBACE5BA34E55869504721F62358EC9E4A3C80DE13F0F90838294B04CFA5
+7CD74B187B974280A11FABE8C7BB42A6B30C54F714001D435AF93433F0753E70
+4BAFCF2D8BA30691B9FFEC19E9AC78EEE9B111362B576C1CD68167C7DC8346A5
+51F9BE4AF6DB5BE76F54A72AC8D4C34305C1E0AAACD6D2585FC71966E8AAF57D
+6D5B4386800EFBB5A2180E7704FEF234549F335DEB14900D0F6A02F3D6EAB336
+79543A8F01FD61B4D0AF7BFFD4C290C04F982C0DD2E3A3A0D86B771ABBE649FA
+C72036901DF51F12658E2C87A3BAF155440CA74FC80D071370EACF7B794F457C
+137FD8FD5C54CC481CB740AD9AC3D7D5A51EC2BA6358AFDDE7802BA9D8C6B5DF
+36CE3363235BD1C8F5050FA1F7C6F5E6A1E7E983E91171AFA82D813E746AF2F2
+11B7B1E40E54B4FC5C927C4A34C4FF71E199976BEA412EA498CE74DE10AC7FE5
+29DD655CAEDEDBAA0248B9DFC2BC434A965C7CDBA2874D7C49DDF80BB629257C
+67892EC5ABBE7CC947725BCA2104D61C0E3C019610677FBBE31734757344BE64
+53BFA560A28836521A548E41328BB5C3E7B0AAFC634D7FC96BD906CD4EA73B0B
+1ED3390740A83C70063B548FF1ADD98B4086BABE16894494CED9AC37490E9E08
+1BAA76C227A8705AA8B61B80CAE367D1997465D0AD56E1F77C053BDFC3431AA9
+6252924428614791F373E1C58A1D69F87F7DC9AAE5765650392B97433699C173
+EBCEE9A7CA00917A40373AF1CCCA30CBBD98FD1F6464BE9596A0AC147B0CAF4B
+DAB697CAE5BD50EA36B48422EE7D6C0FDB8324833CC26FF4FB190E04D763D7F4
+950A22A93F88545F051E2BFBE0F171BF192B09F1E5136988C391AA7AD7DF27CC
+9CEE831DB26E8E34BC05C249507CD9945F7C9D273288F3BD8D23F93BEBE5790E
+DA24F5CD6FD88433549FC0AE826DB454CA67D2E9992A7E0BC77644DA0928870E
+C0DBA18E93C129FDB658FB0BD8AFA1DF21A55C4C982BFB24F9D23B55D02B7426
+BBE02ACF81DDF2184588D1BA038854CF1D72DF85F36C2D594EB40CB871ED5D13
+61849CCD5CCBBDD7CAF5CDDE5E47F7D0B158DB1BDCAB21DED0528F4A8AD95682
+1B26D18F61DD84B241A48E75DF5472EC8B48501D6745FC675DA778450D5E366B
+75BEC6E0BE9ACBABEAD466E73F0EE0B1630C0212BE49D97C6E75C77810DFF960
+F3EE62CCA4F9EC3AAEAD0B469B2A3D824E33BE25858D88EE8DC297D8FD5F490F
+0919BCC5BA428DFC8561456F7974FEE53897A67FB2FE766AFA35600778D0B431
+308F4722462B05A9E08474D5CE51D31E6BCB85277048A791F8FD1EA97760047F
+1AFFAB0D5F99795EC76FE3DAB54F7D122AA936F63257EDC68E50F02B0A3CADD2
+F64CB70C6E54EF68353A925FC209E26911BF319EEE0D61DEB02F0F815EA0945A
+C75A4A2667CD5402D626C4B789B2D2A57B5D089D6DB74BED034C14AD21D953EF
+EEB8C8F5B8EF0847540672711DFE5F4B6788D0BA5E6104FFD01C288585BBB340
+FB67668EA70D804620653CC936DD8AACD7E6C902882DEF84AA452DB730DD9686
+6BCF1202DCB00D7AA5E750C8BCD275F7258BF2EF37D5D0B7BFB286429FC7AC8C
+5B250F3E784A3EFA29B8388F0D86357E00E873BD6F6EBF99C38BDE81CDF49112
+03CE745067CD2DECA4EF56528A843438228AA2716A1BB332EAFD2E1E072B137F
+E3FD090F69776BF26EAC3DE3883E79DC5C44501306FE27FB0922441F806A6711
+1B6F9D6A449F74D150E38AE87130275B8B811B99F4558ACB8310A710BB7366FB
+83278984822F009C7CC0023B2D48EBFA2725218E16C80945D0FD7C598A8FE702
+E3D08316AEB7282D3D73413D8AC79B670AED2405D302633DB4EDC4C96CF9872F
+96251B878746ADE783B4D1CB76873D0F18227DFD4DB990FED1EF33CF281009A2
+101729D05FED06C57AEE559A8496D3AC8CC2020B1D9D1CD63724C4A690CFC20A
+2A15277FFBA8CFDC4CF163B25180566CB1CEE46DF6B20ADFD38164BA44D03419
+853BB903A7F5A748E58CFD6FF146567902DEEA07BC2C703164B373499848797B
+8001810D8BF0C097D64BADE1BAC94E59C0E41A5011EB0B3AB2D06467C403F964
+CA6ED7FF059814C10344190A189627E779D56636C30869DFD52E2DE0DF17AAD3
+8236176410C46D72CB7F3E3EB1A16DFF2F0086AA22D57490A7BEB258E02396D9
+C4ADA3A7E7ADA08DC32A47F3F7B54EA2E888A43B4B829FECF7533E1957917DD7
+26B2E3DF56479CCCBF6E6E10F7EACF96263D306138ACE8614809D2CDA8423854
+FCED2ED6E5E974E7469C3F94C82A9610E74486A01399AB2CCFC29920F28F35EE
+1D975272A5DAC3D6E3EE64276BE70D21A8DB700489888C1FF04D4D6614059376
+752CC716F88C86AC7A368810F4CC038A0A2BE412ED6B025E05E6F1ECB69AFA46
+B60BDE9EB8BB6A593E1BE44BFA9C705CFF45ECC680AB490AB0F17A8CDBC410F1
+AAF865D268FD0291283BD3F61317FCD1DFACC5A036E6943CB6F81718D0E9CADB
+76ED59B06FDDA2D27F0402DA347E752FC3CABA0A7D8036D156B1AD92FDDECFDC
+76B468478844EEE8FA77C6EAD03A4588925C22E7EB3277DA13A300925E21A1F2
+9375BACB520DCB5C8FFB776D3D91C81DE774E636CD66EEA3E7E66AEC478A2787
+803FBB50B7A8DE4BC1C1055FFBD923E0EB4445DC7DF941441FD528E7375FF847
+1320997A23D39FE2A79E4F996D072EA7CC5E337C54E996365352252B485C0461
+9DA15BC6217EE141FAC11F71056A866867CEF29DA5BCC7D32DCF1DE7AE1801EA
+A8A01963926DFF2EADF562C4FC72F358F9934F33452E964A95B1A5773755382B
+CECBF05991476620A2C28F4626CE7B023A40767CB807E2D381C668DC0EA7B977
+646192D6DF405998A1074C2EDCBBA9F603326735A83676F278081F08B8FF86BE
+72F9050BFB0FDFB49EFC09F8D6FEDD5635CDACC7713BAE950D3BD74A9BA3BD2B
+A9BDDB349D9E01F3C02EC75303313E33B696D54D28DF8FF6E68B521D6F2A50D2
+0BAEF8D8707034630F25D47448DE2C063086E55B9A6EE56485F92E762FFE7AE8
+EB85C86EBE3957F618D81FA41D3C2C093827CB9A2A4A7C2DAA7A1C57B4BC282C
+E4ADF68177302BC020F642569D0DC3AC0030592D78BEEBF8E1C535865A476165
+215F2D37A28DF4E43221E16FB67A4E274936B498F0AAF7E626B7FF4D7BEB483E
+496223E6B8F2FF961FD1AAB5FF6C1AC2D63271B454CDDABE2500FAC52C236094
+5D3CD2F1B49177AC08DF6134AECC17BFF99CBBB734590B6ABA777B631C811E71
+F014447A873A2216574B1D6857A3EF1B636B38D7BE7E6F68AA2EA3FE5834185E
+3084C07D62DD10B950D860892029360513117F63DAF94E63BA4373FCE66735C0
+9091F1FA309264617249A68005C7D2C2053A7D65581D001C560EC183A920D0FE
+287B96DC00ED2745FB80754E67EFCDB8A4486B9B340D865744DB22761A61FC3A
+CD21F22C2C4AD0A09EAC9B0102D6CA15DEE830AD4F8966387054165AC1BE7C81
+383A21DAC168E82B42DD5919F68815ED1F37C3ADAF83199595BECF4E492C0B06
+0DEAD4896C0C3E2E2410300C6572F01678E1B539F64AE4F13EDA0CDA59927296
+5A175A94D25FA37FD4544AB42AE20F612328CD33F337E825A35A5F6F60BDC072
+F9C6B0293CB6C0AD3FFA9242A592F9E6D75CEDEC87BA420631A5D69D2EFD9952
+0D0C9A646D68F4514CB802723E53627C5771A4A056F981642B256A9F5D20A3FE
+EA1636A332751CBE4B398C2D22F301939904BF899110D76E50553CD71DE318A8
+F183F2FABC32677940A7E7514187C70BD54B1A905ABC91864158585E261F665D
+68922C423AB2C37204144E3C43EE69DDE4F2257BCEB6BEFBDCFE01F477FE726E
+63D98A7FB94342907C62FDA5E70BDAC31FF177EA6CA137F6674B84A23C518286
+254ECD833CC6F08F573AE5C978962800AC2FB66DCC727ACBD20D1FB662E1FB4F
+75E15F045619339A9D473D66F4AD84571F0C4AA2162C2F956C2A63C856AE642B
+4BAEF6BEE827EE1B963E34464423C8224A42CAA9D562B833D581B24C03B80EBA
+AA7EC04BB47E35AF42030D342BF65B692F69FCC95937167B5DC5ECB2342E685F
+ABA4B01A5BB9A579080B81A600AA40AB3BC1A4BE5C5A35302024D10F8CFF92E6
+774DCC909DD9DE8866B0F1274F149E828E5A05912DC21EA3621645981D48AEAE
+FD6CAD068260A7C1BBA49EE2052BC28C7C0376EEA8C42154FC11E80C3A6B2468
+72209301644B5EF8CEFDB5B4D4161083EE776268408BC018B455E7D71B3FD801
+ED246D88CC4BFAD432EA3E6712BF686D005657D866F7FA4BB3806D02B55A363C
+577F66081D7C4D30A9CE8867B32E3184BB9348DE805756AEC8130369E0BF1A26
+46F42EFE0DE7EAF5CC64B2BBC2099E2DD9C85AE40952524F227D759631D47C8E
+71706FE0C446A8C585EF47B87FFCB3F563619706422FF5202DA7D4A34667C9F0
+38ACF223C7CCCF32D0269F3AFDFBE8121B3A00F5DDB3B59C03095D4FEE03A442
+96AC98C9EAB4F15AAC95D206564595CAFD88E2B0406EF03B41B53419BA1EECB5
+8D0D4A15907291FD6BD7191854623DC184E5E66FA681DFEF6D5C00F2F9D1B468
+2710865CDD8D0B1BF7825B592A507054683F0FD3C61E0F05488A55B515ABBF33
+26341322B065C5C7A5983732C84EDE6FF1A7A11B64DC59F61D5AAB8F6EE52564
+660DC143E29A5BC2B4C98E413DB09EE5A5692CC1024C2C9E28875C557F08BDF8
+12A695E0132ACC1C06A46E9B77A8D9FABF14D393EE0B564044456EC19DF39528
+29BB55828BDB1D058D4F27CD9D71962C3A3D68B871D55BF66BED85A397D22B0D
+4E4516015E119B6DFAA060EC7A0486832BF4D37C94F6C60B87F16F3C046F15C5
+BA170BEB053F5CEACB930E9078C77134D23D8E1A34A97405E3FB32D3AB29B7E5
+5C364B290FC124D4FE99D70F14E0765C0D01841F93A31C0E9B794FBBA466622C
+2DA93100010FB0E39C4DC2E4DB2F55CADB1AA1A6DFBA73C4152458837EF79E82
+2944583B57D4C76F111C037ECA254F5BFE4E35916A9CF2E9C3821C4348C340ED
+3877CBEEC49C873812EF4064A12D87BB7598B25971BE105FBE404BDC5479FE9D
+0298102897E0A5A4EDEDC7EAC9E983C173CC90419D3FCEA45D16D1D78218F3BB
+0F8003DACC022B85459C4912F4D14908842933CE14F2C9E3B629C7E95011CBEF
+17BD28F53FEFA117AF80C954E88D2627294482477AB254E56D066069EAB04E8B
+20353E1B608BABDB2194716CBCD45844A02A22400ACA78561A2CDB1641BDAD9C
+7FAC52E0EC47033554314696478C9FAD92FD7E193ACD891AC4D335E4ADC704A6
+32FD3004F04315CDE52E53F6C0DC3706304184F6C92CC49FB005DF62CDF9C1CE
+4F6078E5A9B010BDD1E36A3178C745C68A19334F3FE4A31F482FAE29707B61C5
+C480046BFE8627680BF6F944C6DA5331538B46632CBA80E4AC347529DFEA352F
+283A055C4FDBAB77EB24092536D145A1578D6169A98EED8C983F8E170CBCDA7D
+5EC02BCE10A384FB2A83256CD71AA6BD78CBFB3BD0D28DB373A90535573FECF4
+241242777F6DBE65261C27E3016B31C38A11C51CED34013983D9DEDDBAB3A995
+28ED50F6661406D45FA33248507080A88E778F80CAE2515C0ADEEAC8F0A42D11
+4A58C1D7645DC87BE3871FE442FB24598F323DF05C5B816A278CBCAD21906DFF
+0EA7F63E521F74E23DFC4A3836F065C420BBAFF89B726E826FD2D1078FE0A5DB
+1D92D756A6951AC3C040DC06C3910AB7A760009CDE9C71CDBE98C45A98C51C7F
+E2BD6A87D5BA05035703AC90511770F30905C613EAC180DC3B191C96A1326AD8
+500F7D6E3C654DCCC08254E7C25C4141A51D31F35ED083F77129860787B102E6
+CF9774744056DEEC3EA62A5573B824E77D2F66C615776937AC61FD00CC53DB13
+4E21FF9F7C8DD22D540E8BFAFA49852BFF80416A0EBDBA2B9841198C45C689B2
+D208628AD5E6C8CCF43F968FB8B52A47139A3921361423927E98B95E26AB484A
+E6A247BB8A42E4FFD19CB70DA2CF58E4DF1C8CA2E49F32F847E3A441541B5BA9
+548F03C1524C643FC91E0A0681DC2A7B1404F07F58BDEFD344FBA390A3B713C5
+D3989FD55B9E993484871E51C1B1D3C5FA748B6A63DC0FB20A832276ED39073F
+D37AC044AD92062AB2CDECD8358394079C6F61614070B0323A7D50A96CC679B8
+DB29446C20334B117531FFA3BB1F0290263D43636F92F51E798A99AF252C8AC6
+C1EB6757F9D93075407C3160554BD2DE0C4FF8C77A66552C2BC0256C939C13AF
+320001025934A50CC1AD4B74AF1329092CF0AF5E4EA869A555B2124DFC851AC2
+8F356CB66C6188FC6DF5EA9FEF9F85F1FD62F4572A09B538C97BC43EB5D2931F
+75E5F1CEDCB0DF861CF8185E41F8FC9128CF265DE1A5097FA73A2D0E56A6390C
+824BDD89ED4DA3E0797794DCE51E15BBA15A43FBCB47259EB5083E24CB768A9B
+89AED46B5A44D2FD89FDC26B08E3130900A58B4D752F64FAC15C408CC7CB1E4B
+E934EFC6656F1253BB3606399CDA77B4B03F1A7CCB6306900CDB5472D8DD2C19
+F00BC9180B80B6466910692D67650D0897B51F628B71C85E7BAFBE9C36BB62D8
+ED5FDC2E61EB67C6FFDC717DBA9FE6561E061981E3D5CB3944628FF2D0A754C5
+31E14652F72BE4A5FD6A8D6448F211756C1E2E1D0A2832D0DD0272F0920EB550
+9AC56E376206402A0F67BFBC3C6E2D8AA0B2A7C74A6BBAE2FCD1C721E97DC654
+AEB89E459E33B1747A5356ACBD5B401F5C8AC442E8D454F3C7F2C1C83F3E838A
+EFC978CD9020E0A99E9482CA
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTI10
+%!PS-AdobeFont-1.1: CMTI10 1.00B
+%%CreationDate: 1992 Feb 19 19:56:16
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMTI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 49 /one put
+dup 50 /two put
+dup 67 /C put
+dup 77 /M put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-163 -250 1146 969}readonly def
+/UniqueID 5000828 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E3948FFB0B4E70F212EC976D65099D84E0D37A7A771C3101D6AD26A0513378F
+21EC3643079EECE0C9AB54B4772E5DCA82D0D4ACC7F42FB493AA04A3BF4A1BD6
+06ECE186315DBE9CFDCB1A0303E8D3E83027CD3AFA8F0BD466A8E8CA0E7164CF
+55B332FAD43482748DD4A1CB3F40CB1F5E67192B8216A0D8FE30F9F05BF016F5
+B5CC130A4B0796EE065495422FBA55BEE9BFD99D04464D987AC4D237C208FA86
+0B112E55CE7B3782A34BC22E3DE31755D9AFF19E490C8E43B85E17ECE87FA8B9
+1485831624D24F37C39BF9972D74E6EC4784727AC00B9C4A3AD3DA1C22BD6961
+7E0ADAF55422F22ACA5E4DCD4DF9FCD187A566B7FB661D0530454D0DD6C6C50A
+7A3875C6CBF8EC7769F32A1F3F7FC1C072BADEC97794D4E90E0035282A170402
+356E5A9CD9ABD80AC4342A5283E458A7269252F4541CBB6452B39ED54D336D0B
+19928E9CD1AB26AD83EB209E2EC75011A2643813053B5DBB0246097C4821B5F2
+C92554E9140BE35B2DBFCD98809A8EC9FC910FDE9E0D86457C70ACB056EBF90F
+244DC0A5BBD455E15D6E3180311D52CF50B0BF7D0A7F64F3A1821E0AEDBC2E7B
+AEB549FE1D51088C153799C6E089B5D5D65E1C4E2D2B430CDF1FFA23CCB25D95
+5C4DD885310A706B320AB25C8D742C6F29953254FA54DAAEE60ED477877D19BC
+D28E9AB576B0EA088171FD000B60D73B3C57F754BC07EBC9BF751B7D2B32459D
+993861B7C4B0D98C422A11BECEF76F4EFC0ECAEE89723E6CED53E3678D733363
+2DF068AEF0FE7DFB57393BDAA439A6A4C396F86032A98009EAE1247B7DE83B3B
+E46DF2898598FF5E6CA6953127432A967E4FD41CDD60D6E413059A58FA556EF3
+309178B57C16A763CFC9BEEC276944BDEA255789EF4E1ECDE1EA43EEDB955513
+F42EDDCF39AE522A1DC2D80B2772B05DA60F3DC15A815A6BAFEDC399C7956E75
+3851CB3588E22936FBFB63A58300298B11C45D82385C083D07AF133BB1BC941A
+FDD9F34D5E0B8087EF2A58C54D8AB7580EE3ED58AEB83B72CB9028F472ADBF11
+05A77651F118824F6CD00209EFB60C1D32D46A78E8C8DCB8B0E742828E3B7D17
+DF5200D68189C91FB8489CDEE8BC223C4281DDCA5F7DA80BD5C2D66A14695EA1
+5F05E03500579ADD440ED2C57F535807560C6FE3873143D792734FEAB93AE8DD
+633BA6FC5683083402BF086D23594AAC84A4868AFAA32AFBDF86142B350F8F62
+E2531321E4CCF34293024EF8AB617BAB11A3A5EDA03CAC5AC431C893607DF8E5
+C3DC8646027A7554625A16FD184A70DB5FE6DCEA366B64430A147144CC9839F5
+72829FFA42BC3A8406D680E44A0305C9C9E265E91AE82EDF30F73730DCD4ABEE
+41BD6BDDCC5C48B4302DA885C830635709B28CA2FD83F08A80C6EAEE74EFCC01
+58FCEAF11DF31B542E1F7A5371724BD29E18A7628E1C076BAEAC0A5E103C66AB
+505E4C85906221E02933DF2AEB8DAFEC6AA6BFEE18BDEB5B52BCE43993CBC3BA
+5142E471C953C274C8485B98FAA857B8BD092C5B506BCBA168998EE4C78FF26B
+EF4D32E892BE322ED90F5AC84E1EA7DFCC39C08973F6615ADE89433E493E90F7
+861136DCA4E104DA4A244D71AD38881E74355BAF2F9FC3D74D0E8C44E6E1C452
+AD12A1A990F703A2D1EC74308F713404463DC83917285686BCD1C77625DDE59D
+60B42539CF3A58C3A7F20840F02705E557E4BFE293C1536CD0B3C100BD754B0B
+FEE743304A6366510EB59687AFA56A05C903ED0A5306288B04C291EA71EB8FC8
+E6365ED25918356AE17C39F44770DB2133CD5366FDC1D9C51319FC2B5A283D3B
+A1FF2AC8ECF6D1CBE49031300B3C3EBA7F0BD616EEC663FBB2E6F79050E06399
+203A357D13BE9990865248A82F8FB27C503835A9478856F3A854CA4A2FE22736
+3241D10EF1FC5FE85245FB98A18F616BE621E1372FEF008CB395E97C645A66FC
+20DE56EC11E4D62DAFA666D00F6BC2368B910F93FCDAEDE2C4E182E4E822248A
+32089FE00DCE61678231C0E4763245C1B01C67A788FA9EC38D6C7AE09BC16BED
+D4AB2819EA93EF9D27004638EA7293A6EF5208A410822EE54C6B70EE58F84D01
+C37E63F2F5FE8A359256AC0C3354DBA8929CA1EB840A2A73F716626A3A294BDE
+2EC99B12D63652ACD8E70099E5F8E543B388E99F576E44C9FF0A07D518AE998E
+7265A4CA6F0EC78678CC1BE4B70707D269D7CD15DA8CAC381CF08897C59E2C3C
+ACE2B3EE7654144DB535FA1AC6F4EA4335DD907C993FE26F925E98FE503D039E
+5315C952615D97348CF1C32793B52B03093B9C1E4E55AD3ECB4FDD181621B0C1
+F7D1948A3629F8936488DD33925D51972FF39B802CCB2CACA1BB9BE71E5C75D4
+8E9393EF21644A3D0EE5909B35920670C34BB43E8201A8D2ADC31DA42C880849
+ABB29F6C7BE38EA4433E61ECCB48296AA6E823AB94C95AF9BCC3B78F89CA7686
+DB74E0CFB8D95AACC11AC0F3FD922A10E4CF469CE8E0132F6C7E2A017886A8D7
+175674F6338D53320D8E9232E29A2B3B7080665A95EA35EADEF75C3C763CDBCB
+DA07BC4BA6D703C2941DE59452765D65C9ED5CE00644048EC36CE59113D0668F
+3D7807D40FDEDF5096F025952880B75D7824FA73AE206818FC04E0F4549AB957
+2D02A0C9F7B88FF69524301133805891EC64BB6F9C32C02A2E92E41441E3E043
+C8CB0529F8563E4AE958D521CF35B5DD631784146CC4EC5D77608FE2FD7F7470
+78547AEC3A11BE5C7B1843D506B924C775E3307E9313E769394592866B63029B
+1B91B951AC5CBBA2965E4DED6AC63DA93B7E8886416681C1DB90C59697E18921
+45A0D5068CD4311FBA2279C8300D1B76F6E5D65F47537BE05AF3B62C73788980
+62F8E7FC59E7130A352490C4178099A7744D436DC851853B5281956689107ACB
+03ECC30CA76C8E8B8971F7A1DD20A83DBF3F6EFEF8B0CCBCF560A4DA32ECA84C
+98AF53287B242671BD1E2B21C8537686273A899F35E88F594C909BBA0DD147DF
+14DC04477609125D2EDB7F3BB442A1B3486EEA33075611C33F29FEED6F1F3FC6
+11434BA937AF77AC4CA49C0EAF305B8D90BA7C438784D0A959FBCC4709FAFF68
+A5006FCE56E94CB0F8DBC5660A025BCA38403698952D7276636DCD5E78594D5B
+B2FCCA22C894B3E0153246781D300FEDB526FA617D49DD4EFE14A564D02E586B
+16C01E6CF467BB5D1AEBC52E286193653D7645EBFBA405AC95F20A1329840D47
+654BE65BD1CF4FA303878B4F90A317898E28BD9591DEE86633FCFF2884F5B336
+015D3C6E0630AA60B52A59A5E714BB3915A8E51BA659F33F8923E2AA49424995
+053723384ED8F1471D935AE60365C72847D6EB839C171703C242391D6BA901E8
+A42300BC88BD098A8C10D85898A91577EDB74C56263530D80EB07921377BE9F0
+869560D1E087ABAC6C40EE9DD6E922243DE915397DE25656A4A017CD6AB24018
+8D9E37B5DB188BDEEE5D905A35567C7281042F7ED12E295C7BA9DF9710DA96A5
+AC64D8106276755FC0079B72B67F79117A724F68DB4826DBC1A6606A31C0CCF4
+9B62BC7C473AFE951BB2B66A566DD02AAD6656C716A6EB8A897C685071B2D3BC
+CDD354D9D4F177A781C2B48409035EA1026D78E34933B7B20C681C63F779A06E
+9985A70AB544E4722B4CD8A871F9BD691B0686E15A77C3DC07210B9201D5889E
+C011FAFAA7234098022345E0A3740A6E24EE8CE2DE55A8BA46DC88DCD3CB2391
+A372FD7B08D2B4607C9779863D50DE9D64FD9A5E780D5773A55ED9C1F72AB2EF
+B3B98484D4C439A9653A1290657A8A230D112B94BDDC26DBC7E1A0C86E702840
+BF97923BD7929B149412797EC9A5D835E8FE833084227531017DA1EB8BF7B72F
+876EF4EE935E153E9DC03794E5CF0233C30386ECF1CBA351B015D66118882EC3
+A8ABBEC1DEA10B45CE893D7D0F8937ACF6775128090443BEAF127C34F3F994DB
+86C508088426CCB62CA0F8589398E07A38CBB06AAF90AE1202C2E1FD833D959A
+89EEE3C9C5A6E43AD0F01FB56350D11ACDF88397CB855674CD925D92DA78F44F
+1F5534B5A021B1DB0755BDBEC3DBEBC632A1C333C8852447447AF848AF53E0B8
+A8B2C3C18759D7D2D62A219811C6E520200328B013CCD90C5590CBB67C7704C9
+C12952A5BDF176BF8BBA8D2A1A6DEA2DC50B101BA06B891F2893DCD9FC3207DD
+8A1E355EBDD9A37785708AF3EF57B235B89D2DB36588EFA82127E6FDF25B0F27
+007FF7A1035D21F704A2A349E9B74E2B6D4A2B09350B5FF70373B891CB2D54A9
+90E44EE15C48000E02B90EEEC720ACE88CC8406C58F52B6801812FB215DE7348
+EFCF4F83BEE6DD538AABEC4A62024EDE979156A0FD630BFC66F2934736FE2D18
+D69805A1277B2080B0667C903D8566505694F174B733129CCA181D5F827F41CD
+EB19EE0B0E2D06F66D0B427B84E1630C649CC603218CDCBC313CDD25CE183ADB
+A4DD054197326077389A24E57A01A3F9024ECD123B598D178CA25DE6089959A5
+66FD900DC28F8CB8179F183A17F32DE11632D33CE61CE340F72228DFEA6B862E
+4A4E2B0AC54A9229DE33325B0FFAEEF3B9C561E427FA0261AB67CB77A10B5C63
+89A4E6F38D151FCA785FDE536F04BFC3402AAB3D25BA89AF0DA995F27805F156
+C7F39FE8ACB01CDD94C2BCD0F84A445161B56320475B06C969BB03BB16AE8BAF
+DF2D375F121422A08F11703D61C8B628FA4F26E05C856D9B1931F012D46B1866
+A08BBF4E8A5035D61A9839EEEC181D1895A98C86C22B780EB7CDC573998963F4
+638841651EB7580DB2A80B5BE2B0AC19B366E34E0738A94580014A5504B9762E
+4D15CACEBF643D980188067958BA0656EA9EE0A72C072742397321977027C050
+1DE5C97BE736C951AC7AFBCBD2F1AB13EED34FE0BCE463E2FAB21D5C3C74B603
+59D448E5E2E12DF743BBB9EC0B8D82C913B0BEA03E07AC64521BBA26709E2AC2
+348B7D0A336FFCBE18DF6BCB4437017FA90E57080BFA7017806AE774C20D465C
+C8CCC4D1395164F10ECD1E715EC2E197E967B7B4D4A948EF226FAABF4A876B0A
+D9E838F8061EE3699BE9417D27AF18FADEDE04C6DF139C161A13C8B2F66C9EB4
+E9498CBC7442BB8BC1F20F4E3D399E6F6E8418208B8A70AFB0F7F2C410E2BED9
+CF9A880CDF87C0BCEB04FCDBBEE5EEAD7E5E6EC6ECABE137838FEB6F5ECD2BB3
+76EE7001B78EFC18A69FC9EBEC361AC2014B3A435C760193141991494ADF63C2
+89838D7BB6215EC6704044EBF779E43AF1C819495366B4706F0107712A54A5FE
+08A4359D0824F4231338EE3EF8A5FCC1559AF6BE560A058D979D4451E0BC5377
+7751149E3D87879E4D02201B8F874EF387D680E4B3ACF78C5FFBC5F0BFBB7F30
+514200A8A0FEEA9DE7B9F915CF82C566940ED1163C2F4BD4F8F7B14FA875D4A5
+A7A034573A8288F78F229BC1A0E990357539EAB3C2F695C57231D825EC14DC6B
+0D218E03FD816A2DDBD33C7FEF26C96F218DBB1EF2A58D9E6633F739545CCFE9
+CDD88B7DB402DD35C304129EC5C1717544308E672C166ACA9D65CECA5E53BC44
+EB85D37C1454DEAD8552F461EACCB721E4C6CB0DDE91B82F334E61C4AC8BDA9D
+6F317AC3994580A0DD0C2A7D244CFDC56A638B2BF62A0FB54E80C491E9FDF07B
+F4B5747E71003F769CD5F812E8F487029B53320D3D34511DE2ACB3C85E3C545E
+465D0B46BF476650BB231391EAD9698043424B090EA5D43FC430538D152EDDF7
+25A345B6CCA7901B27D14F34020610960589B0C5C96E340DF9795ED3409002FB
+A1DBC7DAB96699840EBB9A372847B31D414E9F98E7814913926DBB86735C4C80
+85E5A4642CFAC1083DB589ADADF5FE4D1269B33623AED7B642D6B795636F44EA
+AE20BF44694365BBF359E753D5F1907267200C46DFD3D606ECC3CE2FD25FE755
+B3AA5E8ECC8C1A537016E04337B3B1B913115D633401AC1DA84B99665C14C5C0
+B376961BA4931CDCF07855D201CA9FE54A2E7E5C9364BF5ACA226069EFCD2BF9
+BFB3A7BFDEFE1FAA5C0F40CDB74E1CE68790A47DE654B00BE84BEF628ED3F085
+CD83392DD11A550128178CD9E6AC9FAE76F900D01D2EC8C632C9348002C04F49
+3B10620503B61092CD7C75AA005EFD66CC551BF33798FC945D8494ADA2740601
+84E02F9B7CEDC8F047D675A67E9CA5D9BECD837B17B1A497C851FD189E65DB25
+A7F46465BD8D6F4494139BD08CF4EF9749B55561C6508448DEAABE75734F4AD0
+CFB039EA815D7A91ECD967481A1FF6DFA1BFDC8BD4D83EF4B8E82AB0A83C38C1
+BE6F167B6EC5AFA35A807A7E8AC5CB1C8BC0AB6F35D9A340BE0A272ADCE0CD5E
+FB3723BD106C5147088FF607E03D9DA6C0619D415731EFF48B5872679D97F300
+C529A10B70F32FBE3A55C345BA4D3080DD995294CC6419325DF27D1D8E191BAE
+FE6B49F1D808712A1DF14DC95CFCCB94856F0268DD8D1DB4C526261069482DD1
+5A982852E697FA8471E22351542C96F7CAD1235C8D4DFC85D8F50D3897CB95DD
+07F44FB089B1C785B417099A470847FDA5845FA084DF0AA7179A5D683D8385F7
+0B8CCFA8BFC432EE97F1C1342418CE285A553B5EFB1C37331C3682D643CB1380
+764A09F2E283F45F277848D555AC8E1218112C126A9ABC77797D0C25212599BD
+1B6D5BD073AA50D7BCC60554F2520B8A29090052EF9ADB417CA2B296672719B1
+3EA329B4405FE99CA929C8E9FC00A0C740E7CBB949441C8E154310D78BF9E58E
+F1254ACDBD512CF7319B1A1CA100ED47EAB3E342EDAFD386E76B7C522FB58DF5
+B2628253C22E1503ED9A4F2131767E45E6A47245E785D06A5F9B15B44DF397F9
+D7BEFB9C5A6266D90E0CB16DB1BC36E702153448E24C206EE793B19824C43759
+9BD684CCA8D7BD7FDDA783578D7D34D3B9123946FC5B6DE11E60A745E020D207
+D02C0D4D4A1F2D1CDC93FAF0E19D1A3921587BB59C8E9192B7FC90064E472D52
+40345622F43CF5B084847BE731481C835624AB17E3F88462668AEB57C8D453CC
+6D0350A0E0D6D7B44E9CED8A8EC12991D9413FEC8B82B8C43E9783CC3CBA5CF2
+BF41067BE98911893652961FE1B4A2A48AAD8D7ADB506EBC80DE236C5FB251EB
+26CF6C14C888F6182326493CA0FE0490AD107F937F5BE640DC48BFDACBC3CA06
+0B7C9CB2F8A636E5E96C6BAE85EFB68F8D28C7B8801FFAA24ACA897942E2A61B
+E29C705B41BE7FA9093189172AB2E5FE777CFA4F407C7810356040EB5F36E5B9
+9645C79822F326C3A9559977075C600440D7FD02DEB2D21920B61DBB65C6F602
+1080A6C52BEF0378C291E49978D6802BB4D309042C325E0AF4E679DAFAD89FA3
+1DC9380B31EE035D7182A117CC7CDF398883828927C4CCFD7CACBE31D489C684
+53639C4AC76FC5358921E154B8E6509B511EC4C86AF816C86B0B22258D58F830
+A16451454A0F668A64235BF2CB56C87D52A8843C553E94F2C85710C5EA0F4A8F
+A1151C479183E32027BC5DE41DDC61B54EB6CF0F2423AC748E193B3E7D997A50
+0F10823DB8D7189A38E0589AC4DD02BCC9A00B57189C3010537EE19FD1723A25
+41DDEC14EC397AF2AE63F5669FEE39BBF2A498D19739D7DA72A520975CC4FF82
+B24603AB121E8C804A7BDD12A69777BEE7B7063E45B31896FD824AE0B0482648
+A938D50525B8DAA5328EBA50EF4A900267B73F66B7A3AF9F732BD2DE1F6DD3E5
+3BCBF7A20F0D594508401A9CE83F1922DEE3E80CF8F9CF6C375C21542C6D5FC0
+928DF1641BD879E61840E41B30C00D7C4D159E5C90C0D2A0FBD394A370181B59
+94DC9743BE270FE3D37C146BBF5679479A462C0C9504CFCB8CDB7903AD2C6755
+40E768EBAFCB4590CA03E79F931721E26AF363C5E904C3C75CF79274B22F7226
+CCC279BAB6D4E7A646CC048F6D97AA3DD1C2E62017ADCF400057649C85C04424
+F6DF1C5EEC4927510CB7814D8AD9688CA855AFCAECA6C2E7C0A3F88CC9818868
+8D3146E95DD4A140EB82C129410B2EBDAA3DAF102EC8820673B2ED7D9904188C
+ABD5671D91F51680DA27613B8D8F5674D69A4631D759F225D4824AE180290213
+7D0CF76ED6ED23294BB9272AB88DA1E9DF5BBE2B539B0B7EB518A25AAE2853BB
+1B2FF7C02F89AC22AB7545946EEDEC8191C7720A93D541D59C9082A2B582BFF6
+ACE251AE59F758F7E482EA2521348052E16D8924D9EE272A80C8A1D775E34C48
+16C0B3C4C2CB0938B69AA69310F9D59C13A570BEC5551B8497E3D929187D07EC
+5AC98D2DC9F9C96D872DAE4D86028F7A17D45F1E31FED48F68727A364053D795
+87F8614047D61AAEA79DEFAEE8EBFCFB7B3F9DDD80EED816EB657CCE9BD026B8
+88FFB3CDAF6BD53AB047703F5C567B374207A0700E552C1B9288F645FE298757
+F2D3D3E6BF6F07802C912A7121A969C1E7327720C6F16B5EB97BB096A46D1EBB
+A264FACBA82442AA77CABE5961A5CCEE65A364E1FD369DA8DC6BA253568912DB
+181B74D2B2B62FCBBC3B835B2922EDB5D5DD607167CA5C96207D4EE3BC1753E0
+3F839B56EA1906D0AE7B51DBE999C5D4FEA73D5420C0C195EB4676C8635C650E
+0DD5A30C605A2B512D4B554AF2D373B9F9523147E2A99EEAA94542BB6C916066
+36DAF769D29384E4B4149746EB4B8A76D619602FFDCD4215EC275D254EDC8A34
+EA8BB4B56E678C56A8EDDBE4FF14F3000167FCEFED20FB180F957D2C3E8AF50F
+7DA228CFBEBF69D4778B59566C660A055304E319281100745777B86B99C71825
+307CB8B8FF8A1EB96E4DFAB79E24A9BD577DB776EE7ECF12AAF86BF5DF696E28
+EA7F6445F272A423014E5B8AE4470FB24EC134274C9D760271D1B0780A37657D
+938DB4A83BE78DF24EEE7B66B0471394BC5B6149563FC6F684FE36F1295F9890
+CB7BC264887E4F7478F28B4A7001D154A98BDD675A525C2C4761E7BB2397AFB2
+C34239D3A0BA0C989F2236BBEBEF1E0B7A1E6A9CC37EAAAF07B0EB2FD824C09F
+081D4AC69B0D302FE54944C5EA6C09F91A12A4C5597D1477E6F0E6C07EB984A1
+739FD4CCC1086BEB1356AD7BF66A4790EAA9BA0FF55E8A69B704BF9490B4BB05
+97424B285A619FE61BC73F270ACBD8BD802334CB289C9FCC4227EC290007E6A3
+CC52065EA42D68D3E63957FD8716114D2FD26DACF574591A40AB0BE066A1C2D7
+D3041CF41DB94669F2ADD5EEB9EC9846661581606C80CBA2AAC2B6255C7124B6
+60C85C6794D92F76240BB45BA13C848F431C5CC4FBB49311AD31565156F165AE
+8A8693A6064775CFE4A939FA4A2F3E709C9B5C1C3C658B6DF72D0D45D453ACF0
+E5A6E75E1537BFA38F8F2BCE35CD270ED1FDA0530A3A86961B2B8E770DDFC323
+8EECADCDC21AEE047E9D34095CDC474D3C77D29B44AB58CC5F54CA95A5BD4E82
+8EC5E79230DCFA38183DD024C2787CEE1BD6ADAFF2ACBDA2F2F509926D4C80E2
+BA7BF6BA2723E43BEDDBFFAC54B5750D19C76C7D69ACC897069AFBE23438F799
+11ABCA8D953CE013C0F208AB5FF1C31C06F13ACB6592E639F26791FD8BF2CDB3
+4B7130A94C9CF6E1B5494313A94DACB4A5E0CEAB7EC7C2F366D776AB82240078
+2F60FF75102F4E893998B8E2E1D484115FC82FA71FDBF9716D252B35E96EB3A5
+02985B41155E1DD69B4BD55312D9A620D511D5BE9381DC0C3E9AB4D1DE342B05
+2D1523F58DD4317C19F3E54E48A8B57FF0ED5BB46FC4C623C3C7
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTT9
+%!PS-AdobeFont-1.1: CMTT9 1.0
+%%CreationDate: 1991 Aug 20 16:46:24
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 37 /percent put
+dup 42 /asterisk put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 53 /five put
+dup 55 /seven put
+dup 56 /eight put
+dup 58 /colon put
+dup 64 /at put
+dup 66 /B put
+dup 68 /D put
+dup 69 /E put
+dup 71 /G put
+dup 79 /O put
+dup 82 /R put
+dup 91 /bracketleft put
+dup 92 /backslash put
+dup 93 /bracketright put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 123 /braceleft put
+dup 125 /braceright put
+readonly def
+/FontBBox{-6 -233 542 698}readonly def
+/UniqueID 5000831 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8232429ED8B7CF6A3D879A2D1E
+2931CE5F5D18C658602059F07BE66E6EFC9239D7AB2FB8A4CBD41675B8ECF279
+650C29E53B14AC0E392A664848C1844B1CECBB2D5CFB72D0916B675C9A9A1E35
+F12696A6F628473C604A95376468E06E295AD6F76CEB939D94113532050B9D5A
+D2F41A9EFB9424D986612313B89EFE9C8A71313340B248F6853B1EDBF02B7F9E
+F447220FE131D7D54CFB8AA1281DBAEA73E665BACB1F164552CC0CEDB63BD4B1
+4A9AE8AC6FA02242DBE8DA46B64B6BFC11762F0784F216FC8B9120D688D1705A
+438B14F5E5DEAF2A98408B3B64620DE3732A4DAE6D08D5D97E34C75DAE19EABD
+BA0796165C1151BCBFB1DF8D29A63A8300DBDB9E3323CB82D0337598B83F4F2B
+A97CF5196D4D1CEC1EDB8966E548C0D9C194C932319610FB43EA1B86322FE641
+AB48770FF13BD475A7267E142388563D1A400419C585B22A9886074687BEDF74
+D905BE8EE440BA2ABF28EAB673399B7F129B9729DD5564C681954621903B84BB
+CAF89AC5ADB2932472DF29ADA2BDBDB4D05F65F28F5F4C529613D61858E0074A
+082A852710A62A147C966F2B85B51B0BE85F11D2057C66FDD61F6C5755367980
+9F4DE680601D4DA41B46F8D2148450000413C27AA39B586B74B977B25F0FD3C0
+4BA1EBFAFDBEC531EA1210365091671CE3C86A6D4BC591C37DCC02570042575A
+9D24252D6E01A8603753934D7EA5CAC1BE4E5AD2BA047DE8F3983B23A8A1511F
+B08D373B69E5076CE4300137B8805EBCC0AAB89BBB312A77835795E3C069322D
+42C893A30AD739E2BDD299679B158F7493764F2321E3965141B5ED1C6F4765ED
+F46D391A646B30C90002B1C461AEE79E5F094CACCA656CEA3DB921CC5205F328
+A2C69F817061D6C60B121EEE844CA5008F23DF0B6E61A47107CE60704F192F06
+E9B26D96EB61178636AD1D861AB99140F664630E2E21992EE927423741B9F186
+B241A59F63634049D924ED40C47E93DB24113D9000A68F3AEF624107FBB82FB9
+EF73273283685C54EAD9E62A7C2922FD4EF013E1860033CD0324A7BE1BDC2543
+258F32DC4A2BE036458CB925AA858474F347AA63B04A5AEFFC32C34FC1B7143C
+6B75E227113C3CF353225D01B4161DEE27BD057812F7061A9AE038FB83BCDE96
+7FD2B51D4F4F238EB4C2E18EE87B2073D1596A9EDB8C7D1DBD2310620D14D9EF
+6BD9DD7BD1E07F14F010D5933DE3CDF3D3F33B7FDFE51B5E5A1D7D66081D277F
+C005D2126838A99C5EFC5CC2C295191ADFFADDDEA9C10F7A58DAC72856557C3C
+DE35614BA5435D5866F52D923C97087213BB83ADC60DC38DDFB3839F749B8114
+AACEBA1416EB90AEEAA45ACCFF7F695720B92485353E5B838024EB80E135F057
+9A177CB91AFF30849FD70DE8C05B972BF09B495FC14B206029C5AFB105BA2F2D
+9C011708987C9DACA88EF2991AAB027826F04B1B737EDDEB0F6B8030DC7BDDA4
+00002F11DB90FE0B0671CF9D63DF0196A824CE2BA26ABA6F3319F28944D502AA
+19122D9DDE2A017A9411DBC54BA0DBA957AB60BF9FCB79DEF017E4738BD500C2
+389864955C7C4470FD41B5B1A5DA84BB1D1FE0E22C889F98806AE929FBD1785F
+9C2BB2879DB6274AB6514CAE80B0A0ABB6596DD8791D481D1CC1F5B5A1630B4C
+7646805C3C93D66A00E3D1114B42CD0FD424E8C921239D578FD6BCDAFE24A04D
+09D6E4B94A65D0085152E8DAF8FAD1E7A76B3E1DE80C0EF523EFC409DDC0C7DF
+D617A96E868D9A6D51744B6FCFB61BA773A62408A6FC322D79CE9820FBD03195
+9887B5D56FB5B93C9E57B5EA4B7E0C55F4897FAB65C91CDF1579E479629FA6B6
+00833DF26DB2AE8479A6D2FBB70B2CB9E184A4AD5FEE3744E3E66FEE419A7C3D
+012204B51DE5C5280E487C6FCF35F8A43C6505F79E0B7710F11C34B273A0E835
+02E98F39DB02F9CB4C6C74140BE74097DC922AE4A019BE92CAB10269D5BDCDBF
+F446F4702934BDB673A61F7C0DC67B3CE976EAC7E3EE7D68B63A7EE7FD2D95FC
+AA3923F636750EBCB49E779E68FA647CF550F2FD79E77A7B3B15FBBEE262474A
+37E1AC3476B9798A600CB098C9754A16688FB0E4ED1A10C5E6751AB5DB34F6B1
+366ADA6E4E32C3CD651E69572555B8BF2F4786A734E6ECF79425653324212F3D
+F6476CBFD3B35CC3EC650C9A533160047625FC319E4FFB86F4E52E65EBCFA460
+64D3EE556C60A071538339290E2848E0282D44BF02E9AE68395A8E0D0158871F
+6BD81FCD91BFC01469444B6C523108C45FAFA8D3947F71873538F46A890348A7
+40F742812B8F403815D81CDF0667AB25295D6FBFA1451B4493188596FDCE4500
+F0AFB1505BD2D5FD8C07A5578BCFBC46656FB4E04D79FDC80A14D976B9DDE5E3
+762C12BA2827D53B1D72F5715E5B772D5084F5898B1535838A28A357D44EE45A
+E8B4EEAE31E870B45C484E45FA3F696E165055BC3A7DEBFA92773B2B01A247DC
+3FDE26634979C699DDB4D9040116E7E98C9C96A0FAF5D7F0498E500A637C597A
+1FCCCB56AD97F67A482F474DA49D4E8A776105994542B37B75A6A974E10B14A1
+19C30EBBED6A73434D94C247EBAE014C26DE5EE46BA2CE382C79BD3CD22CC0D2
+4CE5ADA8BB16B00E22383A5B45FD34F8E3D945A3593688463D70BEB8847DE2E4
+4CE6A50CAA4E02B6C59CAFFB61E239F094F579722759F32553DE9B3A7C1CCE8D
+7E128E12CF471329807B943EAB73CB4AE5FBD6F522AEC5911B5298E4D91B97CD
+B72DBA85997F0C1E996245D08CCA1D3A9A74F720E18DDEB34D71925B3C7A99B2
+EE0E00F6D8A6574381A6A32BECE0767FB00063FBD158387EFB4E370FE1F9CCD6
+726CE7A5DAFE8DFE875FCD24321BC40B20E8D55AE2E3C989CA49BA20477F6FFD
+F2900F10D28864859FD25DE7DDD115C4E06A88F8F4E929119DBAB8BD96A48128
+E601893FC17BCC5FDA97E12DE8263A03CFBC54514927B4CFA649AAC84238F7EA
+992BD9F1FE20EA5C26430A942362AED0E90A7ECF1181E715D30BAA0164FE9E6F
+71712053BC18F6B0F038BDFF3727243E6CC94444A64C558814BF4D3D5FC431FB
+744E5A7895EACCC3CCDFD9D03BB4FE46B896826149A201EED8C66807DD56C331
+7887B38DED0795BCEF9013889A60E1756A193BC347F90BFD1832F255127906BA
+CFAA98CE3D3F2EA33403C392AD234613935FEBAF266B93761FE805D7A72E7E36
+7E751638A44916F32A17233A2A5FBAE02B788192B81C085CB83C5AF3CC3BA308
+3447113DC3534D39A044CFDF7DFC91EB87DDFDDB12CCA2FA06E9885DE008012C
+310B05AEC314BF4D3E89896245CABC79948E6D60E914354DDC34B96A078488DE
+DAF84924B85DF725E650F1D4E795AE2AC5B9B79A76C5C7A7F85071811460BA31
+B10954FC9D2BBF9C335C824FC3D2A317D7E9C70BDC2B47459D3077A30D7284F9
+43EFF4E55E00AFC452D44719C847D13DC421932DCCC5114B7D7DBF204F7CE28D
+4F48BF5DAD6C3C5FC833500ADC865425509E905273C248D055A450A081631DD1
+EFB51EB0C4A71FB89B05DAAE248578ED0FEECDCED96F9ED45884802A0DDC0445
+05047C862291EC61ECA86BB8F9783FCA5D5D5D48A75556C0902F13C5DCAD25D9
+D38271D89849DE0EE3D86BE353F629E45BFDE2104D88D7BAD9660A434CD362CF
+9C27CA7296264388A4D0213069B7686B6B15F308F970CBAD31071410A14E080E
+8F037F1E19C9249E47FBA14B8D024F22D72C6CD26220B5BAA2620F6E9736530C
+C9E7C41D54E41DF87DE11C0429609AB9C37B92424AFCBF3349D59EEDD4F32CBD
+47D6DA8E7C9573BFF0135CFF578068615EF4D01A9BE4050034302454AC9F75CE
+76338F3F9071B3D6CABA1E174E3EA94DD162A7178D3BD2CD1D6146D463B38E47
+47AB2D2BDB92BF7D8DCA64587D9E4ED5B77172BAE8958290E51278B8D78640A2
+E00F52BCC6E807EF1FF02980325C58D803F310DEC2D98359DD48D6026A984640
+3B976261284C0EF838F4EFF1944F075CF7D2A35B8532B94750C1AC8F79BC09EA
+939FA350838D4B56BC2ABD124B31009B6C4B6E508862B316EFADF4B34D5AC1E9
+622D937E7B8AA79F232B51D2C53B9B0122B69A5169283B2377B5012EF88F505E
+22A45C8457A4CDDFA9F2860D015EA7A35714A7C04DEB774B29326EA4724A3B22
+C58543D623A117D9FE30359E145ED7D6F6196EC8B9CC61122CF96798A23E3AE8
+C8AE9B17945851E4A04C5577C89B89E574D9EDDEE2CF610A637F017E95AD02BE
+22303BFCAFEB7B79BF04832E68690D35363A5050E7FB706C994BDF0186C6D717
+880ECBB9D978558080609A592F4D22A91B4E3E9D50C762A6EFAEF63A868CF0CE
+2868BC89D9D47D6700F1A0ADE1ECDD6997878552DA3E40A407A4375E7C85C46B
+5487D9356C165C26BB488ECA247F573E2983E9CAC53D6BD4416A9505AC617C9D
+95E2E60E76E687B0AC11822F90442E65EEFA6BADF56510989C64DBB60AADE580
+91A5A64F178A2D538B4A80D20B24ACC088DA4B3B058A462E988C3DF9A205C6A3
+B360B90C338721421053D0B4E81F4BF68A316368F418F2F04F7382D02EBA11DA
+79A012ADCA460392AC824DBE0038D7AD6962D66FBEEC345901E6D9FB0BD8C330
+B48FE45D2B0F7B0FCA7D065E7CA912F1EBD774214FFD0F90146A856AB96D04F0
+939FF038CA1676EAEE3F85F400113A5887471DC1DBA7EB3660534CD38CA886A3
+8A1B2EB3B8BBFD2D915769F29DB4B350F1C9988F0678D3BBCDEB96EC7C8E6FC4
+895E166A828A86FC78630ADC692F4FAC9930CA31660106B85D940D9AB3DA74AB
+AA5B3E3E219754888B5DC6C3C70E3A0B3A3FA8D03E74717587464E4AF57C23FF
+59C43C76CD751DEE11443406E29620E0E763E473D93A48B347BA45B64218BD52
+DF027955593AA331AD68DC1F63B0390274D8CF29CD669740B1E767647D349583
+B30451CA7345C748A07559FCEF559FCC6BC55E32EEF8346C84B0BA5C2241FDAE
+8C50BF77264FCCCA6C28112651EF9838EB2B3C90758ECEBDC5587B039EFA3DC9
+9328E29A716873540ECE60FDB979D2BB3132A07933683C29D1417AB811F959EF
+80B627D4F3D9CFB7D7536552432A602798406D50F992577F74D2023B380D4216
+12F916630D058B29FF2D83899870A1923F5F39098D0DB8C726E0AEBF96101DEF
+D853EA9F23EF04F37A952767D8092E938D4749C54C87F1071FCFE59C9947CD23
+55E4C09A761AB9B37126C231244CE46D91302DFB946E1BAF20C51D4A158719ED
+96D44FC13E82A299B35865E47AC2613DA35307D8F8991009219E908874696294
+D11EAD89B7776874AAE2AA4548136B2A8606D225C071C0CE62287C713A8FC724
+ED8A6CA998E7591CDD2E073206332301B686AE1F8F90D19F7857E2949FE47630
+2CDD9FE3238DC685988DC886F6C317B8F5A1EFE895A145CB4C955C389D43F7BA
+52D639F427FC30965BC97A80D9B490A1177B5BC96589974E3A5BC80132C561CB
+98B61B88ED224D35796DB8D4554FB7D70C2EBC0443316A4506590B7C1BE12649
+5E438EBE02626FC71DB3FC9741BF7CC2B7006F5589FF531EA2E5491B0E761026
+965CBF391DD8ACF68BC43E305CE0E6F0831F55CFCA421ED9E3A9AE1EB754AA76
+6619194137F54B9274E14DC0E62C2E5B747B877A57EFDD2947951BF1BFEF78EE
+F65FDCE46AC72502A68A2E7CFAF2916077353C803C26A3FBDF3A64D98A7BA621
+1F769C54748986ED503AA9CAEC9DF496CE36EFFE6C28595A9054E136B9E385F7
+4CFC7F12D41D20F54B216E850F28C4307FA41597C0F48671AC1AA9F65CBD32E8
+FFD043FC6E548C6710B3616735659F11756C8F27F84DD5DEBD2EC04670B73F3D
+22A4D63F864C9E6BE34DA7029AE888A5468140A4064B6B43627119BFC2EB7E56
+3DB0E4EBA1E1E2E6DFA75F8A24B782FCF0E3F6748D00F7D1EFD5D09D61E70A9B
+AD92ADCE0A1B6178FEE3D307F7F5FD541AE425298F55713BFC761B55BFD6E29D
+D44E528C7E17516B82A5636FE1AB7E8D1A7DD41C42563038DA09D0D4FADEA04F
+0433FAF1FFD71F33895909C6D9D1D02D22D7D9D350D8DD674079AEAD364277D0
+7E78AB39240A52620DF8384F3209F5E558A5B03CCAA0249BA364CA9552A002F9
+253F68C9273D13B7AFA873131E3D1501BF0883E693A24D9F7238102A259851B6
+100807A92E5F247EB8A14D413AFA6A2E8721053146F8A4722999AF28FBA3DDB1
+B90CE50151C10333143D4EE6AC136AE66EC233C0D09DE95443B885A0D3A33098
+F51FB5408C80ACFE7DA59A23126F3B1C794E87898F0D4E658E2BB55E586E73A2
+C898500991F01DC0C90A5EA9F9950B1A1B5CA7B436EF04F3C6F6DDDAD9B65B11
+53A1D6516BDD0945608F8D6B240ED797421E60FD11CD44F123A146333E16A0DD
+A57B9FDD7823375A2D8D9E32863D46789D583C61EAA37A15AB99D11C6DA4B10D
+E59C0E217FBB933869228CD6243304B78DC4B427AB38E5BC58462452FBB053F2
+0A167F89C3F54DA93811AC3A67C80D5DEF8F0EC049BB3380F2410313041DAE2B
+245D6A03AA78A6FC20C7FA1C92108408CD7F369C31FDD24A0B3CD46726481756
+6548DC644E1148ECE614F2872250C0F9918B5C6D62A1AED35E830DF43A19C0F7
+0F56D5A8EEE3A8DCD5DFF897282A4E009D737DCE1D944C61A73644C95D5DF517
+F73D3604D029D0A77CD4AADE8B840B7D1327B0C76C4F03F5470AF41F87466F20
+52AB0187D067867E73B8686EEEA159EF413DDE61D41A281B0A693111288F39BD
+6FF1EFD526D53695D5F744F069952FE57B674B1722FF12E16A70FCA246889D1A
+8B579B0B8DF373A67ED1D90D2C49C3336BCCF018710080873EC21AB2BE191DC9
+200F732F70FF96F5A4DDABB02CCBC69A2131DEA2745882AA865A87CA6B701068
+1058D3B98B15E0C944D957B5CE655EEC18B2AD0C08CDC9609199D47AE854F2EA
+3533D47A5B9FF2BEF99CA9090C743CFB9E092EA3104E9F1C8510848DA326DE06
+2B5C565DFDB031108263508DB42FA39B41C226A2E68A5282810BB3C294BB5971
+8458F4E430E86E310C069FCDEE0F0946FA4B229521F685BBF716DBC3498D6038
+ADA92D91C4313DFEFDD27B09974805C9D8A48FBA78327C6ECE1289B149293594
+118096B1D0045A64E38754B460AD94BC7A22B90D28128EC52808DB4C15D444F0
+2A5EB7DB846337B819037AAC1776A9DBBA9377843521685FE811316885B65F55
+95F3AC7A1D2EE209E9D32A1ABCD4A46E42382EF61BB567ACFA9D73AADE8983A9
+C07BF83B7CC0064F45985DB031B6625415EAAEE01C253FC490CEC0C1D16D4C8C
+22206BF435DEE0F0AD766E388CBC0D50066519FC25D45ED6485F68DE97EA9624
+2742989347168E4D5B37EDE64EA1B01EE79DB40548B66B1504A2C33EE0709E5B
+67639819661F6B90C318F5F42F4341C2082EC0C0175424965A4710171E68B029
+836D5352C3665547547445E0C5DA945EB3FF420C1F685250AF77BD3FD8074DF4
+46D88C446C49B3CBCD664A07E03BB95ED037490B18F7E007AFA3CF6BCCB90579
+285E2E6F2F589A4ECFE3D966D093D130E27A76D1D788B64051CEDDA60808C6D6
+76C13C9E86E7819A477600F5AF9DB3643D21FBB80EE14537B63F975E8920755E
+6B322321A65DF49B0C9F213CB3A17586B97841338C4ED60320DF76D51878C9C9
+D11EFA7FB3D90981B610190320CF639DAD3C1B75E67F29CC0B9557AC73129377
+9EAD149502EFBAE7F059F8ED360A06271D1AD34222C40C9F4B4BCDE10E1CF95E
+F96B3F09A6DE3495C676118225FEC6379515A4E2DE00B59595D72F72D61705B8
+AACE853D1E685217152BC4031D79F2626362F0DA76FCE5929DF07346E3E5EA22
+8042F9E576ED05F066CBB7432878873443CC23C3E4C2D9997267512FBB44D5BC
+3188CFCB049B1B2B875BEE195E7C8F00845C5A2B8BA649A733A7CB0B4FF51A86
+3BB85F60D417AA46E50499AFE6D8BE1D994DA987458E761DABCD79A3889EC284
+D0181145291B443BE186D0EDBCFF364E5E7A976C05CB5AA64401F5E7136ACE96
+B10177D37568029B0D54B17AE7CBEFD9AA3F2CB6127D3E35698A3AA678AA98EF
+77AA8764931C1AC266F73ED3F267F6167DE6DA86E5AC265678BA8568066FBE22
+2B36EF19801FB5533C6E6FE4F9FBC0F198078F1032CB2DD4B1A1722EA0C4E607
+8A063FDC0F80D726BFBB024F97DE81FD0752406F30C88BA4017A8C51B5698418
+185D748ECCC0C86B112B16DBDF9C5533B00E17F5C6606FCBCE9F310BCEAB172E
+7547FDE9069CFE5CD098580C69DBA11964B03DCF2AA8D68D288D536EE62E3226
+B474834F1D1035BC8C053F6E268CA52497BA2D1A9A3A51B3BBB39D1705D4DBE8
+B02E320464AF01942ED33F5041E9A9E5D0E0DDE570A592E7ABB02B2E2D170446
+5E58E0DAB2FA5E5BAF62B69DBAE0D64FDE3AE3E25D89BEA3FD716282A1FB0CCF
+36CAE3E56624F6AE76CC5B87EAF8ED0FE53346B906EB5FAD2C930146A860EA03
+95ECF1B2A7152655F45DA962E3E700D3DD9CB8BB8BE13BB8AD9C7767A90C7A23
+0B1C3083985275CB4A0B451B8F0403C6096E18DE09C0698EDCE4C677D4A0BE1B
+48A0AD0F31C14127414764B1FD1B7106AADFE090F6F21B8AE7815809981DD0D1
+EFCE1527303D0A579FBEFCE7C633F183372007C5C8B22EC1018C8EF86B08DE97
+5B15675CDC0860BA2F14A8966A82E509BDDE8934A4B759C5883FD59C33BCBBAF
+18F1A3971FEACAA12DAD59DAD680EFC94E21E2CDA4AC54D1E140459BB54A9927
+39292998404F39A781378CC9EB093D70F12B85449CFABB5D1BD62684CBD041F5
+553D2D619A3285CCB7E8B1F7521A5AF37D7AD716A292EA44EC04078F1E597488
+30F25CAD5784CF543FA661D986D554C58DB59A57E175EC341FD58F1A267C6D55
+7256B38CCDDCBC82714FAFB2215B162CB901B945887E22D9EC96D8550C73AAFE
+D4C692525E6E441283228CF186FC7BCF5CA822675D7552D308EAB44CE216B0EB
+2AA81D256422B38A711E2EF70552015E32ADAC599D25D8730AA679B6B2777EAD
+6E2B5F0154AFB0AAEA67B2170BB8FB749251D408D7448CF8C469A3F9563C23C5
+78B2C7E7FC5E0C9CD4B246525F51756F58FA67AF21F41A6CEAE3CAE25A238997
+81D7B3045FF2993173EDF779B02270578005E364F417C9A7E163599C1263E206
+1653084154BE6656123F65D2C86EBB95AA0516C5280B85702DA3A94C3B95780D
+684CD1D43515404700F8155C3046508228E893E530EE0D580689021D085748E8
+AE87A999EEE2485CD76C92319441A9CDAB1B8C2D4B0D4E78CE1EEA1FF0F85378
+28E2379291CB7126F9BF6EA4586E64B5F186567E6180BAFE1CFC06E96715DA47
+B30EFBFB36C1A0BEA107ECFC0EC3F07DC046D64FB866C72F40BE378EC31F8787
+5C2A7F65C0DB34A9F035D041ED9407750A365E2B58A650A1F1324C74E0BA6C9D
+95BA88D1807CA1D0A513D88548F90AD04546599F645CFCA6BA8BD025876F4B23
+1397B9EA6A43772DF0B7ECBEF08F5A94C1BB2DA0ACFBB040905879F5CDAC6ECD
+B18ED54FBF7C65B1BFC082CFED07782A6DA4E4AC9E48D80230964FCCEEF31701
+240EF46084975D5053362FFB7BFFE4CCD12D45E879A9E5EB26B35413157CBE5C
+7FC7AB62AEFF58BBC3C2978F456CCE72F7C3C49D0ED42D531650FD612A506CCD
+2DB89C0BF0AF982A62B4017B1D77871B50D2E37585BFA8C8349575F63EA04AD6
+39F244CE1F3699AB1C6DF2062421A6967EDA727F3094306FBF2E41F0DEF4BE32
+CCD9AF9A4E49258E94AB429F2D521F34E4349663B6EF056FA714BABEEB6363CF
+4B843D457EFA723C8202F9C30209FCEDB3F25CBE7189C08AE97204BAF6EF84E0
+3C14A6BAC474F52FBC61B69F1E3E5F6507DD38CA41708D8A79CE2A10F0889DBE
+A4BFCD61D0F4308F684E91BF081385AB13A9423C168A9E7B473A02FE6C683FE3
+A183C5E092E2DB4194DEC98809F9F91A0D9AFFE62533C33B7B8B958E47DCF9FA
+75C08937BA7EA801C2D7FA80D26FCAB9A33E087FA0C6CA10502BDC6D6A83B19C
+E9B0B77792F238CA9BF801FB596BD238C2B6BD49F2A4AC5034147AF33AA9833A
+6A4E8F2912FD166EE10A9B9B574EC7737FDF7795E9EDD11CBD01909473B6F713
+B9DB21797369A18C76F249197C51611FC7E38B33334A440101B2153E54AE7D8D
+9A55BA742E3509D81EF72C2AF4AA534DCB18C17DE9EB474A8FD6E956536EE869
+3C0274F3E0C59B497AB4E39F27B13E617E
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTT10
+%!PS-AdobeFont-1.1: CMTT10 1.00B
+%%CreationDate: 1992 Apr 26 10:42:42
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 33 /exclam put
+dup 35 /numbersign put
+dup 37 /percent put
+dup 42 /asterisk put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 61 /equal put
+dup 64 /at put
+dup 66 /B put
+dup 68 /D put
+dup 69 /E put
+dup 71 /G put
+dup 72 /H put
+dup 79 /O put
+dup 82 /R put
+dup 83 /S put
+dup 87 /W put
+dup 91 /bracketleft put
+dup 92 /backslash put
+dup 93 /bracketright put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 123 /braceleft put
+dup 125 /braceright put
+readonly def
+/FontBBox{-4 -235 731 800}readonly def
+/UniqueID 5000832 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8232429ED8B7CF6A3D879A2D19
+38DD5C4467F9DD8C5D1A2000B3A6BF2F25629BAEC199AE8BD4BA6ED9BBF7DABF
+D0E153BAB1C17900D4FCE209622ACD19E7C74C2807D0397357ED07AB460D5204
+EB3A45B7AC4D106B7303AD8348853032A745F417943F9B4FED652B835AA49727
+A8B4117AFF1D4BCE831EB510B6851796D0BE6982B76620CB3CE0C22CACDD4593
+F244C14EEC0E5A7C4AC42392F81C01BC4257FE12AF33F4BFEA9108FF11CF9714
+4DD6EC70A2C4C1E4F328A1EB25E43525FB1E16C07E28CC359DF61F426B7D41EA
+6A0C84DD63275395A503AAE908E1C82D389FD12A21E86999799E7F24A994472E
+A10EAE77096709BE0D11AAD24A30D96E15A51D720AFB3B10D2E0AC8DC1A1204B
+E8725E00D7E3A96F9978BC19377034D93D080C4391E579C34FF9FC2379CB119F
+1E5BBEA91AE20F343C6420BE1E2BD0636B04FCCC0BEE0DC2D56D66F06DB22438
+452822CBEAF03EE9EAA8398F276EC0D92A7FB978C17805DB2F4A7DFBA56FD6AF
+8670EB364F01DE8FCAFBAF657D68C3A03112915736CEABAA8BA5C0AC25288369
+5D49BD891FABEFE8699A0AE3ED85B48ACB22229E15623399C93DE7D935734ADA
+DA7A1462C111D44AD53EA35B57E5D0B5FC0B481820E43222DB8EFCD5D30E15F9
+BA304FA879392EE0BCC0E1A61E74B3A1FC3A3D170218D7244580C7AA0DC65D19
+741FA5FE6F8CBF60250ACC27454BBF0897CA4B909C83A56672958752ED4B5E79
+E18660764F155E86F09EFA9F7685F2F5027EC85A775287B30E2069DE4E4D5712
+E7D033481A53A2702BA7542C71062173039030CF28D8B9C63B5596A9B42B33E7
+D922944A38713383D3648A4AF160A3B0C8F3379BA4372BE2E7EA49AABA75AEEE
+C5DDE1D8BF68483C3D21271280ABB91D54CC819680322EAB72E1250A760BC8DC
+FF798F2ABFC4F3539392985C4CB324B00072295FC160818BB0355FDC4F12E39B
+984826450553E3D271F03D8DC2D12A92A4D32034FD16DA13B876D88C8C097384
+46D8D7E41CA1A8979F9B07EC3337E70CBBE3A377235B04C79BBBDB66CE1C1A41
+89DAB7CE91F2FC0CAF6DDAD09992D56F72299068192610EE3DE5DB7CF6366B4C
+D74F414484DCCDBA449BFAADA39D0F27574E604E31CB513B18E3821A33076151
+C2BCB6E957C77A0AECA48C587ABB5E8C7624D56B32F80BBCFDC874AAD6EA5119
+C9B06886F08CC7DE5400E0F52B07483FD4BAF26C1556CA27B259F845681D61D0
+2D28B185C9F052844D9A5F91CF19210CBFB21B55CDC8C684448E9B5A1D249E15
+56632979760E2CC7075DF794E06EAC2C8E770828837AEBDFF1A5EAE67338CA7D
+F0A477DA679EAC876B6E0F0300ED4D9097E654F197198FD861ECAD138AD5B484
+A28E3CFBEB4CA387F488BDA739EBD767BA225E1E0E7CF5D75C85B4DE5437481B
+011B4B5C9590CB8309079CDE324CE4C2EBC40CD2A6B6F20AF0CA05B89586EB58
+4210AED367DCB3FC3A5845CC77126DF2DAEA475CCB4D94EA9CDFEBFAB137AB61
+D03EE9555BA9C6065EF9ADD376F6ED4971D546608D763570B9ABD3F692D505A6
+49543687AB7A8CD379693F71C6C859796B12E9C834E18DB0FC0063D502AEF1F6
+F5324EBC13AB3FEB378BBF9BA3A9CA9F2DC6C03E2D2102C5F245242F736450A3
+2BDC1E924E1C6F28DDFC3900CDEFC793B94EAFBAB1D8974A95B424C6F9D71EE6
+AB1414BEC47E836BEEAE29C8AA3A1BB09067CBABDE9701D65075D75A43BE26D2
+B0153E6EA2226BDCC9DD52FC8ACD2437BFFA60C48B558A3481CF70EB9B4810DD
+9DDC306C60835972912D1C8B91E37BFBA6D073403B7112D28DAFF0C7EC8C5AEF
+2222EBFA58B67472EBF5CE8986EE3681AB1CA8D16D9A2D6E64C3EA177A19D756
+655231063A387F1BC3EA15A1670867D9025A82421D1DAE6A674D9909398E1199
+49738C66FFDF170D54A748C8F10E22CFF8F0AB6B0C6EE870B589D3E3D9E548FE
+405D01D18D8D883151034AB0973A3E52B2394C2DB707DFBFB26BB937B4F16FEE
+5FD39DCBF8FF3B1A6258B0860829C1923ED50520680FC6AA3409F9BCC0E571A6
+9F9EE2C2838982303318BA603014762E1354039D59AA3A0D6B503AD545050663
+7BF58018253C2E99CBD1868FE34CD15C0F9ACC04AE1DCFA5B0ECFC5DF9D80D15
+4FE32A92725535408DD027B0E3F75FACB85C696E42D30BEF389C234F3E1B680E
+C02B044CC83E4C284AB3A0712530CE78E82137E995B2C59F72E15DD50836F812
+8977E600BD9B3F0746072C4D52308D5B95F692B0DB360BE565D023AB3D25FDF1
+BE0CC5A1E31E5732D08E5FF05CE2F7869E08E32BBF8B306048D0112CD9E7E3B2
+B0F1CDA36751F5EAD4F4AC602AD2D5B67E7E5FCE105263315E67E5E881B7B8E7
+08481E855E5F57519F8570F38705A188DFE9EFF671EA77A20101C1FD59251B52
+C11D6FE2A33E7DF013E8480D66077C5292F9972CCD54F01F9DFBA22CBA7DD2C7
+F7B6117EDCEEFCF860F0F1E12B2AD962593863125A9DB8B4545DFAC1604487E2
+9F8580CD6E5D57BADD99F100B6538629929CCFC8AF49E46023A5877F33153929
+239B1CD6A0D086754A323022A3291C2554BCB0B8F4E8D0FFEE4C66BF4A232E82
+450E7F3762F945DBF5219E682CD8F83DAE46F44E03D81C4FAE8E03D05B751DEE
+69DB60BF8F486E451D9239C90FDC97F9FFE97B39787C887ED9CC7F4ECA5E81BF
+195F64244C08E136184BA2E89AD9D396EC029F9B27207A49E881422F2FCC5C9C
+419A309A145145B56F1E22DBEE920EE3C65A7D3EC83089160F010E1DBDAEB154
+DCFC0995971AEE30F19DD8678CE02700A103A9F753FA1314BEAC065995D64690
+660DBB4E46459FA736C710704AD7375D16EF9826758E2E3E375170DF48C01168
+811B89E0F3549C1CAF1B7BB35130A77AC8ED5724651B9A69F4C1A33F48618850
+373F6F23FF0F6C327C15D105FE3AD74735701965122ED9E89E6490A8619977E3
+7084462AD8E1FB8890B59911FC3D74D387B8FD4153206C8E87ECED6074ACB0CD
+D6D867E9DB03CE6513B31A105D67A4E8FAB55D016CF75332416DA725DF68DC07
+D32A8C28D34121254FE9EE5723F9B84B51BD2FD25270FDEF40C847A618A8C6DF
+D74CDFCE88A003AC0729BF5E8C2985623256D98FD252D0A2E62B87977454ADC6
+6E36122C52169905F4B450261612CE8EC22ADA5C030C9954DC62C310BB6F1DE7
+D86D20FC0FBC19A2856DB90EF09A45E8A65D0D8D69C36C7E3FDD63F19CFCA556
+6AACA42CEE8BEA98822A091F647CED6454B99DBE3D6180CADA1634E454732082
+F08134BDFD06D130EC8A00CD4F922DDB10C0D2E4084C56646459348568714671
+7F89A728AC56DD95FE4185C8403EB00F804AB91F7F75251E6C2BACD8326B2246
+38B3E420B8529C9100BBF497F9930B7D880B5404E0960848F3039B7044173FF4
+3658B01FEF4AE96F645450044351DC0944C6E2462339FAC535C4C5F460D4727E
+23EBBE19A28483E04D635C8304FA6E47AFB046961E85D7671AA4A3F261728BAB
+BC62EAB6CCF89FF133B5802928CE4737A2A6721A615162D7238D055317C07421
+2DF0556787D1B31B419B25C2520745C8AF3CF9413AACFA85D6FFC877DDE34869
+6A0AD0AE34E1C73EF7E546742B606301EE1D2FA1410F0937E194EED4C72D862F
+724EA16F624BCD4E63A6B5F2B74CE0EC9F4FF9638ACC2E2B7D7308D8F64FCE1C
+492C2A9A247CA9C450AB412919E714482BD5193F6120790E6DD69C348A754254
+CB1B7B721EA157BCB1C7169A17FA0A40B2F81245A656641A9CA7E041B3853586
+E9C8EBBC113D387877993C4372207536229F8E915C2A94228B1544ABA79F9954
+196366C4773807C7527302909FD15AFB0B64D7867C220298816987E5EDE34785
+AB8BFD90F9ADC4301D631DC1621F3402FCDE7EB64E8EF47AF5B73D51AD370E7A
+05BB31AF85AF5047F68845F40C8668EDDF2DA9FEEF167BA842BB575CFD8A82CE
+2B12DA2E1076E36A4BCCC60809150E3FE7007F21C498D274D9EB1518A38A3176
+D4E065DDC94396DB3D1524A980DE014EE28FB08EA09149A6EA01CED5752BFDD1
+20D9E3FE320A7A5A6D3450D9F355031D8EC25C2F4C7D6CC989FDB815BA393FD2
+3BD2A7261A8586F8B3EC70D5DB16CD5F870A5BF7BA78121AC6AAA3D489EE322A
+40DBA193F94DC84196A94AD26C28F33B4BA037803C0238C8994261A7AE8E539E
+9F7EABE0CCCC8EE26B824ECA19D83023D2EFD359B7E61AC6B585C1FC8DE4F420
+BDA6A1BE24945F9FBE5B4451EC06A89CC9A4D6F7E343D0467C67A743621A7D15
+EBAECFEBDA767F9F2793412EEBFA59E8CD5CF054D7C98E80E4D1C84DFEA31D6B
+2B41A77AEADD1DCEBF2CCB0346C5548C7D1E7B575D07D2C29B8B2A4EAFBD4102
+4160DE3ACDDF2EC18D861F0E4B61A36D379E291090680132DAC54AA1D8758DC1
+87DA3904AEA820BCF59873B96EFF23BB62B1C0F392E03832C0855C59CFDC5E17
+6888545E6874D063E67B72DF6BB9DBACDC1C5E7D8DA3D3B811682D8E45543E6C
+6DCB8C53CFFEB6703BD41E98FE4F9A8AE77D354923C4120B63977F4E5EB383A9
+F13A8FE68D23AC279119C7F7E3091205FAE82246776D06E5CC53C23578EB21B6
+4B195FEFA134F4A0C0412A29FB9997F54E509467A78CAEF488964C36925953B7
+2690F036B10B777D0919C129FEEB84D6B3A136ABE8234C50A41A3503066CEFB9
+3B3B141FA3FB07FEDE80254CD9A4431BC534C9D8A442161E35F39F9D571EB112
+1A379A851D0DCCE272B40B4CA1F795338BBCC095A9A7F20404534A8D3BA7849B
+15648162E6B449039E87201DBF048C3DB86EADD1D989DB3C16AB279219164DAB
+F5D551EFB13DFFD4D36A24F5D6582339EFE8052596C5A283FFEA58485A3BBE53
+08103162295E33A7F89DBC0626E146CA62C7495AE8298E417A38FE7EAC3874AC
+93CE5A46165C2A4978AEE8CB04D835AE83D2FE65334A95BC67118DAB36664422
+716F70DA079A834F77B655AE3E0796C95472B90FBAD63CAAAA46EC5315D162C7
+D35A7CA53ED0AE7A062170F46A285F2A85465CA1F2BDFE330C6B2DDA56C5D48F
+004C2DD2E6F8EFED6983E4E361180DACCD7D30A719D0BD7828EEE3869446B59C
+4444B1E92EA5F08931D8A6FD279A72BAC20CD3828405A2AA7BD84C43296EF41D
+9364919C3E8B7C159A2D67120937F62E9321CB650E9C4ACCD395C77E43C9AFC4
+3173610F48710A06514D72BB6ECF8106CDC2A8AB5CB758815BE63755B2962035
+F4810944D71B18B1B623F362D115F24D17252500B177DA9AAB83781E62A887F6
+1D3BA995F9C27B3A0860833FB92660CBA475AF2EE31FAE4C988A41B061F8F874
+E4682000783DD459482194A4CC7CEC3DD6C41AEEEB0C81E15F3F81BDFD2841A8
+C9BD57D5064C812376E582B3C0AE8E0690BE673434A68072DAF9470AF23BEFE1
+19409656B165603FAFF0D8A58220C88BDF637E5E7C7165833A689A43CCFA879C
+62586DD59EDDCD3E8FB6B462A994BEBB0DF5A4AE119780437F8FB3119AE19988
+C855932FCD99BD0656FB55726473DC44D58B03D61928C506D2D8FD11898ABE0D
+E53DE973035B14EB5621025E12F4FB05544BB4377A27B15326F3679AEA0DD120
+21D0CB74F88B1B6E504A0DAE959E202BD379D0591AB53247AD1AD7D7F40DFD4A
+320E05A021B8F87C9F692B6C023AB4692A95032FE27F861815DF92E5982DD589
+7E4024A7841EE105C6E6CC7A3C088F1647994791AE1051576DB7CD332552F16C
+C7FF5B76571D0EC6E487A5AE8EA637234074825FDB07ED8366D07B9D246F7266
+EA95E2B88289BB00B9CED45C66117481DFC10FEEAC19CF9F8FE74CEE623A7066
+17887ED3C72B69EA02E3043B9DA93B63D8B728D0D4C812B7C6F9DE8B143674CB
+53FDF5F9DE3551930AB1397E328DFBDE3C7A69890F28BC3F9E33CEF81619D80B
+9B38DDBF618B287D42DD320D2289C30F04853BE51B6200257F934107098DA4D3
+4A5CB29BF3254F88293400C8AFFAE53DF67AE786B0F58705518655E50A0AF808
+CB03A275A2D928C6AC474AA7DD4AD5709CF3828A57A2103103BC0CBF670B70FE
+FB820B43761365BD587AFA2AEB1A7F406DC56F9B6D8300D0E8D72BF5074F085E
+F4058F21F818614D9BE741FBDAF5F22974F932D660279D8488085362CB794621
+4303C22941B39321401B107BB7A20C025DA19571A13C552EE819FA43BF65887B
+3C3F3FBA8083E0255573D3C6F078128930954943D54A595A9B3079A339D5876A
+E42FA98422224FD3366C69D8BD9DBFFC3ADAFDCA6469674709F7AAE9F34B7D65
+227F090C681BCF822B6618F550ED8C6442A87A70DC384F396ABE96389946A867
+A510025082775E229F9A44DDBFDF41390480686FE8D8385FA5CAD8B8ED8B1AEF
+32419AB2C00CBCE6FC5CD4C40D962EE02EBCCAD7FA3D83DA1A0CC4A30C09350F
+04DA923D0A249A99F259D8969AE8CA6F5F40123DFE385888868A30F683B5C7C6
+83FD6C9397F35446352AFDFB8CF0F71DC5AA188667EE1B59C7DA1716C02B6908
+99098A938F4373906E2BFF190473336E515CA239294DBF80359C4A38CEE07B2A
+969A7A6BB1CC1570925AA103260F77512C60BC31CC4D43D9787C97F71980D4B3
+1CBA3252E40DD4498CB620FE0D3182A958A7D0F49578432E1542038377F6830B
+7486A027F5FFF23226A87A172FC7983E0597D55DA3B39F859BE68AE41A9BABC4
+7370479A88551D5A6155ECBCD539B6E7E71B39FD0FF2B0B1CE6651A142498B7E
+AA1F6A9ED73AC62DB313262E5638174BA38C09304487AEFD94FE4CAECA8DF394
+1625AAC0CE4F6F29515337D356FFC6F8A1FF644BE92AAC17F2BBD891D8DCFC34
+9CEFE9CAE6F0415A2087DF957707F95FAC97FEEF44466FE11F24ACB479BE5475
+0A89B07BD017B33FFCE12F11FC083FC0B854FDE77B6F61220901697C129A6AE4
+C3A34B6D239CF277A3FFBC52275AE0ABF94221A5C62B2598AC17350FEEE5B951
+91C3236B3C084FAF7250E91A4F696B899FFF4717ED77EB80993AF6A1DF5470D2
+A06CEC5810D515B6375FC13FE1757EDB0756CDA74698E4A9A1EA81798D920FF1
+CEA1D8063DEC6C29175CBE291FD7927845C023471B3A9F4C7662D5B7D3516202
+CAF79698C5C0B7A637BEF5C410D6CAD88D22C33ABE7600C298189FA59AFC8213
+A9173C3579213C79519286B3078D63423C982F063535CCB1ECE2AA0F23E5227E
+F35957554114DAF286AC157A0EED332FB5504DD75F1B1BDD4277ECB0F02F5A3C
+30F9D6FF98D813E2E5AF9783D6EF36CF3FA55CD260B5E7B3F116B38A5B91840D
+E5CA84FAC48C980F03F00BD0E0F6C4EAF623815C1D25A3899182A2D0D2D3A22E
+7562E0312A7AD65A8ABFFF885D8A7112B213D06C10AE4B1CAFCFEB9E33EB1C14
+304EC33B7A732BD520EA1170AA5C3B785C0483A62276ADF74B208A79D1208407
+D7A1B0268D4C465FDA07175DA4B4B31403F47A194E066B15CB33E3054D803B3C
+092DF797BC29D7DB5973EA4607FAB2014EAC918E875EC029B8D7B68BC516F427
+23C6832F5BCA0494162EB3CC8FB2D5779BD08ABAD1ECAC7E8ABDB17FE9117AD6
+5BCE5DCFE024391D3F4D114F488AB6266962045B63BB5327E3984DA4698BBC26
+6652734FC71459C7202F59AA2D2AD07B2F222BF7D99B93AF7AEEC16EB68992E1
+33EF39DFABF1633F5A3A167D41453D6BD957027D7D86FD0E1F01675474F93EB1
+E754B63AB962A7F7B59A44A563613F9A7470D181E4E6E1A17B35309776EAD009
+DA1CC4044E322B9B7A4DF0E87EB15FEF9284398F1B0EEE175C0D99CA5271D07D
+BA52F3DD61E97B8635BF439E3685C0C1195DAE39873345FF8F30F3E77AA7842F
+67CE83CC076FF6636D6F144EA331A8E55CE214F737DD3EF60C6C0D2F69CED547
+73140189FAE25E90CB81A08C04DF0195DAC9E76BBE8DC156D262E9765678A02F
+C59BF2C42985E5F7B8B0D48B5751423C59AFC30D68345785E56388EEF51A4329
+6FCD0615F0658CCE16EF216B9989E1FFFD0263BB53F6D8A18194252CF02CCF5D
+5426C40465ECC97F684FF9466D99641A64D592D08944E75299A6A00CEEAE9DCB
+7D8A95BF06F85986465A92FB8EE721A3FAFB7A628517784144CCD97E27816348
+89C5CD46EB93F4918EB60F71863C23FC8846664C2F4276DF46F0D35759639DCC
+138EC84302DD37233D1A652D628E05FAC86BB9DE628B9314A46252E0DB2BD265
+92B612006B19D650A5531ED8DA0C6DBCA6DBA24DC11CECD64395EC7C255BE1E2
+BE5C33876A7374446457EB41B1A4CCA304F49B4660E0789B8BF9E54A9B13B903
+40E3C0C10725D3FA92534703BDB26BA553EA57127F93706CD5FABA50DAD8F731
+C7EABE1084692D90625A8868074535875408D30184A1762B4F170D0147AAD365
+9F7E33E83715C48CF60EB0A6E9DD0695B4E0D5FB40469ED1ACAE6BE428A21D4C
+E88B5BED5DA6C3B1AD1EBFD00A9D3D5BE04A0E6651D8DD18EA06FE216390A812
+F5E371AFEEED99542C31F679BADD746F25E0F049FE7DC2C23B0117799C742070
+EFEB2BCA8FEED00E05384041D0822A9C72BCD8B841C7482262F8EDC29ADB9DA6
+2E5E3C87BFD6528454AB92A0452B55820FDA6ADFAFF2E4496563B2C428781FD0
+3573933ADCB4DA682AEA03795C16C204DCF9D183D7D118E1AC68D2224E5DFBE3
+17028BCC91FAF20F9CCF566248931D4BBF6D874F5D5F719EA44112139DC77565
+23C67BDB38C80A785C504F53FC7768E2BF58A229FF6D9837D39C659373463222
+C69A92BDAB4B32CA68236E2B5DD925F7D8E675268AD7696F23CBC84BB557765E
+74D5D8C57306C9B13D208848EDCC6A2026007F719641958E8D03DF0D197800F0
+17CE442A923E5A02B674F4F044F45EBC700941AFCF894C66AF17181930005539
+79549DAAD01EF57DC75FE1CCEEDCE43812795067BA8AC73B7CA2854B4E7083A1
+CFDBA6AEF77BFBBD049DBA119ADB8D1AC6A8BB1D8CC12640F803672EC16D35DA
+743F83A93B0DAD0C17D057316C6C97780FA19A0EADDA55B490538BAA75DFC63B
+BC8E6EE78197760FFC609CB2C28CAE5B1F1F3D8BC63BEE3654A1CA5936632ABF
+EB3A94C425EFB47B1938DD98FD38A38B7519BD0C851C110A7A8ABD1943B24AC1
+090D0347A5AD3A83BB2286DBA12B6AB9AF23AC0BDE8F17D702D72524B6B097CB
+9C96E0B04CFDE1485921F590B59C4927211004E043AAE954223861CE421CCFB2
+91CB5E34FEABFA38EAC147A9948C321DAA07153A8FEBFAFF7ED5BB1794013A73
+BBDA6B5B2264F9788E350C6C4C305BB8C9835C94378DE1A9EE84A2B0A5C42981
+86C2CB806D11AA588E4787F66D535BF376281226D865E5B2215833473F344026
+F4232A3096E356BDCC92D4DC0D0DDDC2BEF316AD5715C01C1D34C29C8942A712
+6C2319A51FDCC0CB31D2B26C612EC91D16865F1C7E2080D941FF564C3AFDB579
+D116A43293CB1BBF073B4B12248A9379FD0F2DB13766F9898291CA48D9931A1D
+C1A0B647196E26DC48C6E3E4C923D29A877680C2D958DE57C51CCC2334FFD174
+2DF5E2B9983E6B21F0A2B100508C911CF74CD883A52517090881B178027E00F3
+41A8B69E966F94DC2B1C70F480A527C585E8737DFC8EAEB507B623A0D38F1FC8
+C1C3E9F365597EFB7FCF78CC8C9DC70FD879599AB1147F2338B0661311C9E576
+E1929F920A74C113B3BBF24F668A30C148EA2621807C6A2089A1C4E28215BA7D
+2AA444CF8A813540E0C0994AEFB4C4C4BF0D897017B8A293A6DC8CFEE93E183C
+371D9DC67AE0A8D9DB081FDA3B01D5219F4A14F3C378C8BF7533850D984C9670
+757C569F198CBABA7978AC7126C2B70631D683B20A7864F451A63423583082B2
+877C14784A47DA4278B2EAB8C0BE5A2800FF56D826436DA1491E67BCC37325BC
+34478F4EA898EDBCD648C75F1592BEF39D0A217F250EF972CA5D1953787C9DF7
+32FA720BC6AA8D5D2C68302602C4FA6FE941C9AD0E896B97A1B12E04B667460F
+E4B707783AE5AC84906CF6782C8D7E83652B0225C45A87658AD0AFA7BFE4AC7D
+93C22FCDB93AE52C0F1981026ACF662D47020152D75161129A73929298D51066
+9C11AF1909B5D13B372F331EA471C24AE56F82175CF676DF24C2ADAC3E71FE75
+A384CEE671D844A9A80708044B45A4FB4E360EA59268C9AA44E6295881CB93EA
+9D30AAE4279DE442C04ED150CF7F32A5BF11FD1CAF591975A5C23E476385AC6E
+ED281D4795EDCB084867BDCA398A9ABF0A7ADFAB0853A863F19E08B81F677211
+D4F78A60B566029AE60EC210696ECAAA63C8769031D42223406E959030166930
+E95C1D57A33A6AFCB1DFFF6E040D967AF8B63C4112E5B081428B7EBAEFD7F8F7
+5BD4203EA59D36F316EB0EF1450637821978ADC91F9676AF4BE7FBD4124B4A62
+B0FD889A2C6602B1AA15DBED3DDEF038994BA6F7EA4C4A54BF2E27E1820AE52A
+B43C0B1F29CE1889EEDE7EBEE327390B6ADC0441CBDF2235A6E29DE04A7AEA61
+F9B9E2E31F7FE6C7411C92EDE0B684C069D441CC18EDEB1A2F8C7D7A42BF47F8
+2A962F76D5A77198A9D7393CCE734D8189C8927BC70CAECB5943797662F9825F
+422A7768D9484747A3A36EE0ADFE4601AAEB0363FC25D13CD4CFBDCDEDB9A524
+04597659F3FFB2EE172E2F812495993F0C58C418387F7EFCAE5B7ADD5F97086C
+E077A86291F741689559113C5842D3DE83703302E24C5D0F3753F42121EFBF7C
+580F6813B3B73BDFAF17455D7C2E38D77EE12883927A894EE8695F2237F5411F
+3B114093781EA114188841B93618415C3F6B67E0230530535CC5355863EFECC4
+E3234D871A345886BEC9211A3409192E55E878F41CE5F1332F9F7EAE2BA383A2
+04E4E7437CEF5AFD880B3F3982E496538BD5CDD33F5AC4CC1BD291EF2FE0E9CE
+DC476E70F10DCC10C827CB3502DA118F5231398607D7014B394473606324C766
+B72EEF32CED209A04BCC43810DCDA901AFFA2F9A9D02A13E54A6BF2145F20D04
+280F71171A3FB1ED183795F7506B029EB0B07F77BCC52D04C4440F8AB45D5DB4
+F9B79B5A03BD2300CC971B020A98C3543611F2BB95B4B6AF386461157623EF89
+4F8A0EB3BDA242B99C8DF446ECE099B8A61F1D889D9B8647448A80ABE9A88EC7
+9E3477DDF5C050FE50BA89657A82069166FFD6AFE96EEA6C62A5E5B7CA66322F
+B667F8E6A8D862B12E008FEEB50AD9A2C45ADD1CD556EF2F37F39AA662718A34
+22EC0BD5546E21391DE462C04DDA2D67D8ADCEFEAF96DE24345377A732D2E635
+9085A5143572673162C69560E126D5CE34554159B5BABB083177786D6F29BAD2
+5752F89D9ED57E36403BB4C33C2A3847F14BC805E7D62392646EBA75D3EA218C
+5F1F7CAEB19B0A9CA22D3921431EA1D24CF43494F5FF5B361587B5F1E6B2CD23
+137F3E5DD0CEBFD1723BD68098E65049295E9AA0E39AFF20AD9C77817ED7204F
+16CE9DC68C0E34EE6FF244504CE7969A87DD156BEE37BE9BCCD626B594180104
+758FFB12551E9BC16DE18B36C53C4BAD0804853A18C22C51AE57BAEAB37A49E1
+891571CDFAE206C40B6AC7495E0DE496836C71D02EF89FDA70C8733AA8EAA4DD
+E9C83DD4A98E236C1DB1E20EE4828D6D2C11C3F285C549A06D91A0AC89CF5364
+3955A6D639B18D78FC2C7F4A04C2EB07CAD01FF7B817ED87A5A91AC524E7798C
+420A257DB72978860BA0CB8AB3DD7FC8229DAA4F07DF70CBB710212F61200C0B
+8F99031B6703364487E6D73319410A957C8959FD84A3A867349EF586DAFA6A6A
+D309A5F49235B390B8DFF71B92809500F876B9F8AE85C541C5057E9B5EC3C424
+B24EA7E52F05E4E72CBCE9B206602FDF25D406F4C1AB27A0BF8431C4DDA16A68
+C8E0D9085A5D0183BFEE727AF18C66D34116E17A3576D5C07D5FFEF4561A405E
+0DCD08D85D82AFCFA4328E69B33FE1FDEA9E02006F6AD366EEFB471C527029C8
+6F0848C1085D791AF522193A6F12B6CF3DE4A28FD498F92ADF5A430E301015B4
+28E52A6A4A2FDA18A70F13180F24DD017F6BB76FF1665DD31A29FA3956EA9ADE
+A713389494C5F2F50E17A69EE4DC59C5A9AE2315E72C2A7368C5A7979252E9F5
+1E3FF5D35AFED44FD7E3621D0EFEFCA5189FFC63DDB4D6DBDACB5AA06CF968D1
+D3EB6A069DAF133387EC571EF205BBD95A9F64C6D14CBF1EED0BA6A83573E8E0
+1280EF00DE576D51B0386AC4865FFEEF1EC1B8726E5EC7F60ECB47D69C049D31
+F1CED7EDAA44F782511DD7E6A870D96678A97BEB9BB174FFF65360554051AA91
+FF045C05FBB0F8CBEE77D4201C5EBB89E4493DF472139F910A1BF34B95C458D7
+6A2EEFD5BAE22D0F1115762A6424E2A09F11A824C2DC388DA89D8E56F4A6916C
+4DE3EA2DA8EFCB1DD0A10033C92FBB2DC0236619C4B78B212E26ED59F2161CB5
+3AA27632826DF92CCFB20B323AE1637E8D7ACED41F1DCD6E3719BEC70FE5D665
+7575401E7D7E0DDD4A9997D2BE2B665928AF00DF9CC60850EAD0F264D8CE92D5
+3586ED7D77C03E61AF9D7F23AA152668FF22A1478E21C4C85B1C0DE061DC599E
+399CE6138A6A035975ECE722545DD8405DE6F1BB66CD80DE4B24CBB15DA46ECC
+B5488119A2D4CCD18A6771364CEAF0C3E3EF49461D39391B663E4F2155601336
+AF66BEA5CA591364C6EC4A4290A4420D4A823FF4406AF9533D89512B49557DC2
+711FE5A4373DEF4A7FA281B5009286BE8D9A242CEFCDBA5555CDD571703618DB
+A512314C66860BAFDE61E25BCDE1B30E25E6E76B7273A4E8A6BD41855ACF394D
+0C23866A4C6D35EDB0894A7A493D362EAF820C33D3D4126459FAFF7F70D50EF3
+907F360442F9A0579252C2D6BC777B0421A93A598412924C3DAB124E323817DD
+AA05CF22F29A22D7A952F2826EE03192A1F3C9380A8787B4DDCE130F595CF8C8
+D280DC379DEBD91B715B1E76157240FCF38418B3D01A906CE19961065DB005BC
+8B12B9E251A3B573FC9628E739744EEAED8909D015C313C5B94A96F7CEF4BD95
+EF95A8FDBCC158EF3F2B46B59BAFF7FFD047734C8674973C1059E0D4EA0B8086
+5A11025B3EDCB662492AFB998DAB30277C16AF6312F66BDF4342215B0BF843F0
+FFCB85B728981C80282D0C09D7137E15036FC4E792B788B2A90CF3F80FB0EF58
+CD5E328430B08B7D7A1B2B33AD8637C818D0F4B5DCD04FDB8EB61330E5C782B7
+291E606DFFF3D29BEF56C65CB5F5F8C58D36E1691DD4AFB7EE580EBAC0ECA9D6
+C5A22027CDA9E9A7292B473E48E3634B41F80C9B632E43223BDDA2823E11A502
+25EF1C962263824BD487C93781C9463CFBC38223C838E5A2C125EC5556034F71
+55C387AE19A1F14A2BAC5854B37A4BADF42DE214DFB899D1CED2D0798C654656
+6680220F6EB59722E947FC3E8B40B194E8D6222E6CF9C6C1883C540F0759A6EB
+23174476A82ACEE7967C22FB008C743DC196465046E82B9F223579878228B62F
+9F20F86205923AA6A46D5DBC73EA9278082E5C03D617269CF1F01606440A5307
+C7FDA7B85B75938CBCC203B6BEDD5190257ABBBBB2CD9AD37DEDE1947F623DE4
+61FFA4608F61418FA8B253417A0181D0EE1D2579039C705FE928FDE7E96C52EF
+71D8FD2D80F0F5B287634A260285A8EFE51B421D7C19C716153DF3CF77070596
+59D396B4FC52A9093E3F2BC44493B8171555E24176092A0449F2A6DDE17A1A7F
+0EA5AA812FEA8B13D019C01B41FE513EA58BD7CD53E94558BB1D73013039F1FF
+76BFB0ED63A4FEBEFCFEC723D1CFD2E7D904F4940AEC74C285DE09A893F975BC
+D2D448924CB17C6293842054BBC4B6E453890EF50C3EE1CC1D629D30D57ABA6C
+3DF77CC58BA98F00FCE61CC79F877F72192FE4B290B1A94672BF1FDE759ECE5D
+0A139BEAC0DF6EB5A2ECF0A4A9394464073BA776FAD152ABA199A898010E11E6
+BD92A4FD481189F174E3B7119138EDE4EAD0694FC05661AB34FF68202AA5DF17
+D2958DA48BA1910E33474AD9FFACBD22E2787AD4B76792213418587EC4C8903F
+FF118916C60D6F92E97AAECEF74CF54F597D9E87BD6E31B3ADBED308ADDB254B
+F6F610CB4EE04BB836F50671BC699E420221DA870F17D366F39AD764F51FF4B8
+7E5EF34B1A5F9D04E18B8FB536FF6D6D425A03A3574543FA98784DDA8F047725
+3E7AB36D8E82BF9DEA1A591C6E54A6F2294FC7828E61A73FFD872C593B8CC13A
+E7850798A9A5CBBFED55225B74715FFEFC2D215FB1F975666243B45F76ED5BC0
+472926E6151EA29388547A2CD70D1DC5225220AE6143E1CFBB16C6771896D8D5
+B6D5603CC1B3BEE4D02AE5617B3D9B650978F5E652F47ED99312D301E252F9A9
+A4A46E27E9673FA4E2F3C4065C94693C760A02199AAF0FC4ED347962EFDEADA2
+B0DBA8BEAA52D37FB7B99270C47E5368E942DB03BAFDE5AC7E228C74F0546FDC
+DBBAD0E6513FF0C685B2A12270D37C880ABAE6DB28C15DBA266EAAB6B2A1A8A3
+38BBBB7C8E26BF565E745F831C72BA61BE0BDBEADEA295AE19402D137DE61EFA
+F51CB0C911A2587E99FC356E0A6E2C57F42F7B67206E2DBBB767641B344BAA78
+6971F1DCC40892796B33EF5F9654B77448CC0242B6E2D8CBF617FB8220B7B142
+AB82FAA1AEBF1DB2A94EC17E663236B052E231690C860EA75F8C0A0E34D57F94
+B74681E633CD60B4F49E5632C5C64D2919CD2E5CE6BE025C018EC8F9B27AB46A
+D1DA96CE4970478536CBEB3A4CFA0715BFABAE85095EB4E9734C21F5EDAF4717
+3A4A649207DEB6E9064034
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMSS10
+%!PS-AdobeFont-1.1: CMSS10 1.0
+%%CreationDate: 1991 Aug 20 17:33:34
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSS10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSS10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 80 /P put
+dup 83 /S put
+dup 84 /T put
+dup 97 /a put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 118 /v put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-61 -250 999 759}readonly def
+/UniqueID 5000803 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BDCEEA888D07B439DBD4E8B4C9
+D198C03874B5E6F8FBF4922065A92BC3E66D05DE53971CB1424510E892442858
+D69CE1F76E4DA76C87C763A4B2FE36321E54B1328C9155B8ED6361855A151723
+3386AEA3D042B8D89C8C0E9A33E5DF3B466F7BB8C2C8A4ED4CDAFF55FC6D3EE6
+0AF2CEBFC1AC3A6E6692F8BB81F82D86BAE85016AD62FCB05467082C2E5AD348
+44D1439C2B59F65590E57CA0DE481A7A34E79931B1513C4C30156170409A4BB8
+46D412D1DAF88AD30722F12DBCA1CCC6B4BCC28D06B0D29149DDEC520C8FBA13
+6B82E2E1790F00B216282FF122EF0D47B70A1B29514DDF7C0435ED238C14BDF5
+6DA243117FBEF7398F97EB95597707ED63C6797EBA1B46EA19ABB1DABDA171B3
+16CD500F5D64CBFBE4F9CBC3E66A34427D3C4D0C432710289381F9BFD91B4FF4
+1E3A896C3EEA2F3105C218877D6C0C6B763760FA364D00065E1CAE9DCB5676ED
+286A9ED0D1C946DCA6A2A670EE0936FB4706CC62E234CFEED34AA615C48D2872
+A087F30990C85E64BA68F3D5C117123467DB411C9F2D6F6858CC70C1E352C477
+713097321B4C4FD4C5CDE305415F998E7245908EEDE6E056A736EA77BD8C639C
+3A79FFD0B74B3D28F0494A115F2841CF8A8827AB5608F96FD8998A5F40FB3DFE
+3AA0C7696DE4E1D18DC0D6E84B943175FC38FFC42A9C0CBB13A908978C98BFE5
+034F88480F32B9DEB2FD228FF6CB0B89B045AB02020C82E3F5716DC640613185
+9F597CE262729BC52132F43922B9E28BB71A30AC8709634561B22D13C4FAFE0A
+12C4451969226B220038AD8DDA990A4E2CAD53DBEAB698898BBD3046234EB4EA
+901287E71CB41296C431383AB85F18882F65BE36923F6C0FD6FADB86BDA0BB7E
+7CDA298F4DDA6DF2EC6BC92C09976C9CF684B007BCA16E2E97F37482ED37E93A
+32964A3AB7F66CA85105B8857A396DC5D058615288985194ABA16713D4A8A38A
+C2DFB8A2B6D3FEC0FD0E3B6226444CF4FCD4E01732953E6D7FF5122F63610D91
+AB65198A2E009872FBE4FB42652D36D3342271899D184EA331A8E45F04A68725
+9E95CE73A3BC2D4713383D929FE1B379C3F2CD8F7A26A714A1034B03321C809B
+F86CB7C34108E80B9C2C0A2499AC91F1DD35AD2656D2973BD72F00D39FE8BEA7
+E5AF00F539A6E41B2A97C1416ED594F4BD7ADEB57E527EB4BFFAC0CDF293074D
+397664036298E74EA9045AC3628DF454C2E42F0713C495515A4E8EB1D0B78853
+E094C56F8A38A3651C8F70F636FA9F141D18013BE9033E64768D3DC09E21DB22
+3725487C06DD7F609FACD677342904E9C1D1AD39FB1D3A1B98A88D40B3C93F85
+FCFC0574870E6667E93FC3805197735DCFE5F394CCD4FC4D0712F2EFC58868A2
+4CF0B7FEE904FFC130DB2D82C8EC9F6A49703906212C158FFC67861B2272B241
+573FEC921C294C4472DCD0279FA4CA7D98C76E1CAE4E91A9327BC063567774CD
+EA3575494074079427303555E080EAE21BB2CE206FD4EC1567219F03702BCA5F
+1688A35D5508BBD865CDDD335980769D3304B38926C612CB208C45C523BE2F0B
+7DBEEFE50F51B8F4AC23C83152108E59EFE72CD0BF7AB1DEF908583B50054546
+D93A373E10B7DF0C2FF677ECB42B6B1A91A33D49F062677FC927D41638B9A4E9
+11B1D6EE0326C9964561036FC90B7D01A4A7D60FDC32EF460908F59A0A77DB88
+9152F65A34BE69E025521C48BAC029FA60EBBBE888C93D505216C028DFC63AB0
+36CD91E4CEDA2FC2A06FC4B5FE7EFA3C88EA92BFE8FE4C3A7070A60F8D6EBD01
+55610E592FB0ACA820269A18ED5E709358D27E9888E86F9B76F2C4CEF0C96952
+1F0DBAB3D8D7C33B1959D04385030AC9959AF2EC6668A582F7B3E2FDFF1D5876
+C44BDEDFAA573F31D3E00756F903BD359E33BF33145C16F1C356413F18FA1495
+DD34AF921E47A87C0CE9FBE904F1CFCE6D019629183510C0DFB873EDC130F2EF
+BE92CE98672A1510C0462EC3BDD1A319C48A009430A5C0B7FBEA8E46C62A3EAC
+4B492BCD1B38DA47174E86BBED005EB7DF71C6C8B566195FBCCF8B376DF2723D
+6A25EB623CE12BDCD5A921820B9BA9397B57ED4F8603299A31BC057A0FF9DFC4
+68F5206CA841919CCC2DBC984EBB83836AD7E08877B8081E5F2E756D17CB18E4
+A65B5B65BF4AA8DCAD8B1AC6342EF226B30AAD2EFC7AB10D37652C6090607DA5
+0BCAC15DACECF2BB0174549270B8F3BEBBA1C0A3AA75ADAB4B1A1E983EF706A4
+74E5087509A79573B5AF9D6970E41884BDA60D4798BA3FB2756DCAE73A6C9F63
+3844A982CEC1525C968A9428769BA08FA5F63FAC8E06ECE514D8E1B11BB22F8E
+AF2885E66785ACFF36AA7DCFD81FCBE948B4ACE6BE510B9834AA89A6175EA6FA
+718563E4BAB3548D0A2113F4D2F0018E2292F18CAB4097566044BD3D12F1A303
+30C5BBAB72AA912E5C8C488013439693DE5C649886DCE4B9EA9D1452338BF148
+2A7646D2B1C37D1E3D97E2F057B47848C78EE37116725CAF94DDC9EC8D79A666
+F86C992BA75083CC054B68AED3BEBEE548A8C948C6681F03B1710304F78A38C9
+2A22ED7120B91627066A2A8F58DA6AB38461CF8B7BA5D664B0EDE57F83AC8521
+F58D0E3AE78A28304929DE9849F30FC5907126B2E4997285818C5656A2392DA5
+DD3A900887BA9EA3A8963D3C50EC14A45ABC297617E1B7465A92ADFA902E44C6
+7315C80C3617814F789DDCA3DD674796C965D91DABEFF564F4E6E9F6D9E8234B
+D3B154D098DCCC5AC71838929409776F04AA60637F21EE6DF39BFA3DFA012B09
+CFC10DC5447B9C4DC0DA0F7E2D3C74E16B250737686FC21976DD6A7F2F8DB549
+8A2E3679E5571C1BB3F82F92D858B68A797CAD77A4947F9735E3E7B7E80FBFBA
+4B9516B4BAD3A079D47DEE28752E4C6006035B15FD25774ABEC0BBEE18B62D5F
+6287B8048910EBF87BDFE89B1A1433374888886AFD88FBC780F01C748E738EF4
+D3FCF35D150CA2593E3719512A178B13F202239ACADFC01FEB9DDF9C455255EE
+AAED58A3A53E898996DE56D2A86D795C095BB015D79C80A59076489CF4FD53A3
+C7AC0D339F97B85E81DCC69DAA582A17EABCC880D25CA2B8CE764BD48FEB6BAF
+63C9419446723B8A432F7E93298566AEB66DD23D1CF7DE795B6EB691E342FA25
+6A869AAC1A4FA67CA16750B887834000674AF609E1893E6D59F8B94A7E92CDB0
+ECDFCC3E720DC7F6DA16292958750AE666FEB416589758DAE1471134563C61C9
+7296D2796C8B58B0DA1AF9559DF4F1C1B7362FC3EEDE5CEF4793F665FDB04AD6
+2C45D3D2D22A56088EDD8098277EE1734500B0FE48FFBBCABC781DAD30E7C59B
+7F47AAE2A33AF3754C13734B0C3D39B4AEB6B725BAE7E202B8AEA9E7352AEA65
+5C7058A91587608308ED1051BF082743AB64076BD2F99B6C629A3A50C70E17CA
+2D0F6675A719CE8BC27E1DC2ABD654A602C2B2550B1FAFB34C2AB9A86B5B153B
+02141D5F324ED9CFC8DE73300E8C750981D9C7513D8CF01B9BD984FB49FCB050
+9CCCB1424C1600581B6F19FB699656C764CC1994D0B99FC61FBF0FF99F1ACB1F
+559096FF291EC9F266295BB9DB8CF8E19A656E147F993BC5C26D229B9F64016E
+9BE06874EEF731798236B86915F0CA02874CE46AEDCF71373F85BE93550E53A9
+1F10F995D03E2EFFFDE566B44BD0277AA9BF7D4E45FF95DD279092AC77FA7919
+68875F18293B42D06D3C3D9C47E58A437316C5801C921C010B3FE5FCA203E37C
+25ED9191C9A47AC65715F015263909A7F0CC03F3804DEB58DEEA7BC1E42E9C5F
+3D71EF7C20E584B6E2858F66A0C5A85ECAA002C9894B51C5CDD1FD3E0945850F
+340ECE228EABD19C641D356447CBA6E29DBC004E96CFB3C6E86B4A1FBFAA8675
+71981357D6FA432E1A1A2B19FAA40D5D40079440E2713A63F3DCA48539E6EDB9
+806CD683E17F06F6253C1EBA6049A383DD7D2F48A62293D5377E4D4815E4646B
+103561AF90F3FE3FC55B383CEBDB7ABC31D5A29DB22766810E0A9B61661D0072
+4B8B8FAE82B72C78AC8A63779364217BE24856DE78C83CEEECCA420355A9DF66
+C52AD096F55E4FA582D9D447B2D93B3594AEC01FF4B973C9C3E0097B646265DA
+F2CF5278CF8A191C183041B13A62B1556886ECF11ED19E9E35016B9438D9981F
+1402F8EE58434356E521C7507A6575F1549C5194899E09DC9FF7CF2FBD8856D4
+BF37E6161092273762346838E2CAF7C6A94A213366F22E9CD317633B8B541448
+7DDFE3C6A38FFD9614D3EDDEBA3F155A87050D0BD967B94D205C3558790823
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR10
+%!PS-AdobeFont-1.1: CMR10 1.00B
+%%CreationDate: 1992 Feb 19 19:54:52
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 11 /ff put
+dup 12 /fi put
+dup 13 /fl put
+dup 14 /ffi put
+dup 37 /percent put
+dup 39 /quoteright put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 43 /plus put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 61 /equal put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 74 /J put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 88 /X put
+dup 89 /Y put
+dup 90 /Z put
+dup 91 /bracketleft put
+dup 93 /bracketright put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 124 /emdash put
+readonly def
+/FontBBox{-251 -250 1009 969}readonly def
+/UniqueID 5000793 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4
+87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F
+D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0
+92A36FAC8D27F9087AFEEA2096F839A2BC4B937F24E080EF7C0F9374A18D565C
+295A05210DB96A23175AC59A9BD0147A310EF49C551A417E0A22703F94FF7B75
+409A5D417DA6730A69E310FA6A4229FC7E4F620B0FC4C63C50E99E179EB51E4C
+4BC45217722F1E8E40F1E1428E792EAFE05C5A50D38C52114DFCD24D54027CBF
+2512DD116F0463DE4052A7AD53B641A27E81E481947884CE35661B49153FA19E
+0A2A860C7B61558671303DE6AE06A80E4E450E17067676E6BBB42A9A24ACBC3E
+B0CA7B7A3BFEA84FED39CCFB6D545BB2BCC49E5E16976407AB9D94556CD4F008
+24EF579B6800B6DC3AAF840B3FC6822872368E3B4274DD06CA36AF8F6346C11B
+43C772CC242F3B212C4BD7018D71A1A74C9A94ED0093A5FB6557F4E0751047AF
+D72098ECA301B8AE68110F983796E581F106144951DF5B750432A230FDA3B575
+5A38B5E7972AABC12306A01A99FCF8189D71B8DBF49550BAEA9CF1B97CBFC7CC
+96498ECC938B1A1710B670657DE923A659DB8757147B140A48067328E7E3F9C3
+7D1888B284904301450CE0BC15EEEA00E48CCD6388F3FC3BEFD8D9C400015B65
+0F2F536D035626B1FF0A69D732C7A1836D635C30C06BED4327737029E5BA5830
+B9E88A4024C3326AD2F34F47B54739B48825AD6699F7D117EA4C4AEC4440BF6D
+AA0099DEFD326235965C63647921828BF269ECC87A2B1C8CAD6C78B6E561B007
+97BE2BC7CA32B4534075F6491BE959D1F635463E71679E527F4F456F774B2AF8
+FEF3D8C63B2F8B99FE0F73BA44B3CF15A613471EA3C7A1CD783D3EB41F4ACEE5
+20759B6A4C4466E2D80EF7C7866BAD06E5DF0434D2C607FC82C9EBD4D8902EE4
+0A7617C3AEACCB7CCE00319D0677AA6DB7E0250B51908F966977BD8C8D07FDBD
+F4D058444E7D7D91788DEA997CBE0545902E67194B7BA3CD0BF454FCA60B9A20
+3E6BB526D2D5B5321EE18DD2A0B15E53BCB8E3E01067B30ED2DD2CB9B06D3122
+A737435305D42DE9C6B614926BFD44DF10D14402EBEDFF0B144B1C9BD22D7379
+5262FEEAFE31C8A721C2D46AA00C10681BA9970D09F1EA4FA1566B96E221864A
+45A24ADAEC63F61C9FD18376D39E0FDDE3FB4FBCDD6A7B66068A99D31CF54CD7
+DF2262DA91CCC72889CAA62B1D6F2155CC8E940A2C35D8CD3EC75326188E2D30
+1090F31AB50F30AC77D2C445BAF7323389406C44641B3A72C26BCDA442504D03
+6C22A3BA1A69E5F87EA400501A3B3231E46F96AC3A6C0E4A4F6F21E0B2BEEF53
+E016F34D7003351FD12436520926C632218410359AF9FF167750D3CE0DAC3B91
+B310C457402E05C316F400246C8C38B98CC8030F71104BC4FA0505B5EFA4F5C5
+9E4FA27C3E790D698690336254D7E34451E692AE23BF5FFBACBDF33E25359BD2
+B0E7A0686602568BC87422F32486CB50776C7EAAE7F1BF78B228CA3254510653
+3D6368A4985C5FF5A48AEF16E1AB71D7CE2C6649F2CF4B2879D4FA042239B504
+F988D2FBE87C3BC784E55B8EE36F1BB5EF14FD5836CA448E139EF8FE221E827D
+0608A6B90E08CBF44A30669AF4E20CD5C0C80518B7AF4FC2F56904C2849F7F05
+BD9E5029B6C79D25E34E18176A2755CA288597D1CC18D81511E93FE88B94DACB
+67F312A4986FDFD913164AD228F5201FE02EA6C5FF3F6B1BD792FB99819E2589
+7BFC7A527E99FD1C1163D10B83BD61D7CB962C4EA67E887FBA85DEA3B2A1698C
+6A896388E3CBA13AEB278D02354D5D40ED45A86BAE6F213806E9A598FB92FF2E
+8F498BA926D0DC8E167B32DDB47D5A71212CC63EE2BA1332B23C48433BF78C22
+E5A050397513C7B9A954B20801ADE837DC725EE53845DAA89D59C4CC24F9C849
+0A7DDD7808E5E31755CE6F8957C95FB68823B9F944BACC8E18307C10E9D566D1
+D6A4BEA8A230E5C3ED80B9BD0F2A30F39C905F11843A9C3B873F2050025DD297
+F61A7D44A58B63C18C16C4BDDEDBA73979AD1CC2C211E15E42F6AF3AFE4B686C
+9EA058B6A330AF99BB0673333FC04ED65CF45BAFE78F1899DF782FC2E0C10A45
+622720545FE9E04DC3703FF862999D20CD6BBC8944F7EF1EA84EE89A863FEFD2
+9C2E61C7A244AA254CB70319C57F7BC4E7EC1B7ED0E2E0BEFB7BABA64360690B
+32DE9FD9158DAE19BC5605AE0006A614D4E3D70321708BA09AF5774D4EF62EBF
+6CDFD17652326A6BFDEDC298BCAAB0B20209AFB82CD9E4AA63BE5CAD1455AA9D
+C5D6170F697E088ACB6FAAE3427B3A26E0D8D0E14968C973CA0D8BC90F4278B1
+BDB067AB3428719BEA95A88E93D13409A2A02A7EC0773CD94FD43625A90B2141
+2B341C59871983359614089B5292C2BB9C184A5F3F9187988A4F6627C63FE9BF
+1212A94D185FE803E6B9654524E569ADB223E8DE809E44DB791D1C46AFE2BD85
+2E5382B3968CB9762BF37A38626A385D5F03D69C90B1989EB0996CEE0E1C7AF3
+DD198CF50AC697B3489FBF119FC29242EA5A6F02B7041833027D327EB8A9AEE9
+28681EF627A2AAD81E6881C369D9C09FAFCFDF22C504167CD5C4869C1B13A1C0
+5114C83FF30BB4BF72E1D6B8495CC1460BA66BBD6E8DE75815F8D410B5D77A24
+D17CC89BBC2FEC32268B40A7016F902F95BAE839F461D3230E1443F953628267
+998F58D42A0BD0234B2C4479EEE8EEDEFBC82734D3CCC96EC7E2818281206EEC
+E31D9439BBA9631DC9BB5496DE7A00D9FB910D858521C328DFCD92A8BB602857
+C153B195C6DB1E59B152F406361802AEEB933069A92CC0DF74AB4FE9B97BB6AD
+19C9993D86382AB1CAA8272E63E54DFB2BAA3A348974C2370E2B51CE17E1829B
+46CC3A031E2F21E624EC5CB300A955949129533C69B3D116EE0DC6875609A0B2
+DD6550CFC26441C97C835E62C81C4DFC91E606C9FAEC432FC9C3A615563BFBF2
+AAE270F889CB95B902461FBBC7B37B2FC9E9D897DE599D7705BB020AB7E5E7C1
+D97200B9C272779561F1F4A49A9B85F02ADA8FCA5C63F06ECD377F11BC13E6A5
+188519D4188C7D881255E067D091EAC6FCCEE505D53323AFC82C9A4CC6E404E0
+A1B7C6C1222936DFF85374FFDAF10AE03814A98DF14FBBE33375F020D28ED79A
+F3901FD459D3554D36DC2BDD9BC0ADFCA4AD006B97A684C17341A73BAA4DAF21
+08FADCEE49F0484DDDB0E5BC6B6F10D3626D18E5864EB496A696C89DB2986120
+A90500B15899964D92F795E3603F74FD8D75FA07C4303FB5114439D944416BE8
+98FA8D30DBDB327BEE89743A63C0B59E0B235982B68F73FFD41DEB365FAD5E8D
+EED37586A75A33F514A60E70049383EF9C62DCAD5E2E76F93DCEB02C06FFBA8A
+00B7A0604C5CC9478AD22BF35C43E55FDFD22BFAD1C8F28DAC56FA8926F944CA
+B6F9DE81D200AFD3C09CD48494241B764E099F1BC7D301DD77933478C31933DC
+B9809070EED7234F7CEAF7E24FF8106ACF8E41DC3FC4417812996E1EE9ECD196
+6CEE51B0B8A8EE84D0D3538AA28779B595012173D295300A88DE31D95A0AA92E
+CF64D17B026EB430BD64B9E4F1D1D3A17DF5A50E4EDC2B2E3333A26152740F9B
+9864F52171B7B8EEFA4B4F6BF86C8FA5C00A41305BB33BF93F7F8090524971EF
+4E5283366CC504F4108F1552FAFC55C31F5B1B13D52C8F60F3681E0BA8AE4673
+F37B8FF8F3D5B9002943BA8B2E5D3A8D21744654134A3A37D3E439E8CD810A70
+710CD8DF46A1083AF85DE09596EE83A03E0479A6B650D55D8F5528B88A8FCFC4
+6C4C636FAFC4A2F04408D5E68DE05D9E9D88C30936E4618A4E70F00B679ACA95
+1E8F3F4876AA34ADB0505A3D7BF28CF7CEE968D77778ADF0FB05E975F73309FE
+07DF591A916E3EAB7B1D7DFA4F6829C6963CF3BC19D8B3FE4339B43C45F7F996
+08DF654A7D36FBE4367764B5FD68D96CF5FF1D7767D657826127BB6B5B2C84AD
+2670C61A73DFFE3B073B1181EBAF756D0476D0C4CDBA5198B10F611D80BC59B5
+D49D09E2BBE1211845C865D850B43411F870D681DD22459B61F88FC07DA9D357
+84B19F5AB17C3F561B8AADD245F7AAF0490A740E8CCE21000728D293944DF2D7
+6C3A8ABC9C64EC8CC54CD656142518CA664F6BE6DC9C33A9D6692B1711B619C1
+D978E22CEA2A5EE821918617AEC054378BE23D3DDF0439D2FCA5F1C3D7C37A79
+176472C7445751DA609DC5B087D5A6C4072C2891ADBA4175FFD0A8695D7E4B6E
+1177773DE2ED042181CDB7844983F3B78198B17966D920F8F325CB087BD0F9C8
+4C17B2FB6285C87D401385409438AF4BCFD03516FF2EAFB2EEA4B7F4C12A9144
+AD151ECC147E341EB9F65079FE0D5D6B398284D38124AC826763AC39E801BA65
+F6DA50BA32680208F698DCCC5AC7022E200204AB163E919F8310F83C84FFFA35
+58907746DBAD5922AF377882CBC2FCB67E3355407763863822725679934692CA
+4E46292C13B53121240187A6F0389486671080E3FCB38995AC7FC4E2EF9F29BC
+552D622D7BF9C7B94703A7A0AEF2230C2FF46A009EBD030B4F1FF20EF5A4DCCF
+019E247E6DA8D1E79440526EFC07CB5DD50DCB97F503B006BD1FE357359BF73F
+082D00BEC0AE076816882659CF466B892D2EF2CF72E737BFA86F753758984BE4
+A7F696557CA798E88331AD0B6D551B343A38D82C9A2014268E31695354F1241F
+C8B7CC5B297054312AC53CB6DE20197472F00F9A58A18BF891CEF89FD9AD07E1
+0E7CF2BF30757E72F24179B96606BA29757F885755EA09E648AB7D259020F27B
+5BD50CA687172187012347E84D8412881B824A48859FEA5BB58023E78BFD3A2B
+7BE57E51B6C3536F4833380360756498C56AA50F15AA264FB42F8E81558DEB1D
+12321096133E7D8F38D860CA34A4E1362CBD81E3A1D1C1D9B74F07C0D661A8BF
+0AE29CB750851EF7148DE477FCF1D6B2681CB84BB2C57FA30FA875C38D0C6CE2
+99584E529EC37F9EE699F6FED86FB571BC222847DB8289175D76621427D217D8
+D2D2802619BD204EA9CD824DA581E34861CDFEED24E6BE5C860016F760C678B4
+13E362D3D88CFCDC950F9AB15E8242BD7939402E46EC66A13F968BC5E275A7D0
+82EE4AF6DECE01634EAD31F601194DECD8E443BD158E5388CF16167A30966DD2
+1E4A0B3D93474B545693FAD4FDE85D345447FB9AF7E5A526C1258E3A9D523B8E
+083F91EE51F0BD0B74B17F68E3B913CA5374F8C4192BB7468625913BD7AEE9D8
+8C597A496E7F4DC1140809D187540D5800BAB39FD317F1844AF8D5549049251A
+AF1074A07B062E8213B454D8B3E1FCDF8150DAEDD7AF7A2F7859CBBA937F3EA5
+A1134B375F7DC66F4176B240D5EEF7F259F02575B5C7E788164F2824F763D101
+DA369A2012A45BF25D91DCD9E193AA21F790DBF52CE448FC6CF415B7320C5148
+5A120FE0D518FDEC54B52818C209A78AFA962E72B4B33208D0ECCA214B094D8E
+C6043B991A0E783FBEECDDA6B138FF59873C61034D3E6E6360395398DBD4ABAA
+0B46FC5308DFD32050839770D45CA3D3E4F74BB248F17636D3F89901FAE2E6B6
+2AA5B1D5EDA039CB13B282069BC771660F89A829357CD48CEF9F67E160EF4245
+C9CB3986DC12BAFC29679DC6098C2BD16F1933D5FEFF8F2BFCC06CF5154EFF5B
+DFEB37061C1D92F344F9E9B6486571903D350F223130301E1B10A9B3A229B398
+378B2B2D6EA81F6B4E6EE95737E35BBF5DB8E418B7E0940758B7CB5F6EACC66E
+A6B8DA415B63B72509EA58DE46D050F782EFC93ADB734469EB72FE0C92D0C200
+A5FBFBE9BBF100EFD20B590B613F4A9F40C073FF77108331B4586A32981E4013
+2D2058B7D42E0A2D55B1BA6C3ECACBF7E30400D4A4F848D9EF6F5AA84F35FF29
+61C11E11EDFED861096A195B265B4D11949F98754859F0E173786D9429149546
+29E966CE5C02F597840476F49F83EDD632B90861741C90FB5741F9FBA4AD036F
+D90792A7291C3755AF9E444D24859896CDB01AEC328AC57409E685C1800D54E0
+2A4B6D8DC7E82F76BAA876A36F2E8BB1FA33A3AD6FE43A50687964D653DFBED6
+EDA42F367B5C080E3B7255F3AB4CCBBABB6A1A53719805A854CE9DCE5D79D0C1
+9E348B0F3B41393B77748DD7D5210DC7989B0A2FEEA2623FDECA6B155A3578A9
+EA7B25A76D0F48A8ED749BC55FE9C90BBD7504F47B608AC49737F1790A1368EB
+EAF843FD57853D167B084FBA614A53970A70CAC263FBB7F0CCAA360C45E3260E
+E62F28E93D6C24D739A96A89B5CE5AF2F731C6642B3A9468D50D70B2C4CFD1D3
+BFCF2B4B57D9BDDF02AE65268DB93D906289E7C8D4A73F00E01290519073EE0E
+A1BFF4CCF213C6A59F81A40DCE3BE937DB0C180BE47D1DB3A620A82AA6696BD7
+60922B5D9F056137192F0D6F89608679EEDD66D696AAC89C3CC5C7E23EE39CFB
+40E9DBA2BC8E6EB223DC20E7B7309BC73FE2B2B9429C1C799412911575DEB350
+3D39DD8F56593E280BEA76F245EE39929EDA253647D06CE0F2CDA31448447071
+E7B34FE13BC616EDECB3AADE7BAE72746A903E6A1F243F920189B58A5A60F343
+26AF453ACF5D9BEB1908186B8F2C127586145EC7F0C366D8F3C4666CE31063E0
+AB69C3BF97C5E5C5E76BACAA08228C59B32A1B1230F36308FCC7760CC7644510
+008E0D2329981A6F67D093351ACE4697F5CFB59DE68ADA77FBFF1B3E91005FE2
+F68A98180A2A887AEC8AD1EDB3C6CF4B4E212BF611F8117BE74BC9CACB8FE696
+B4E66C3D576865E540E87284CD7A9A7DF4EFF9A95A9D8D772963D5F3F076BE51
+909E3E1F515CCF23488DCC5D8C9D1A49BE035AF89863C5BDB86E8160A8DF95AE
+80E3256583E5E7A9BE4256963B2F4D1414AE0A12972DE45A4F1D56AD59C56E26
+B1CD8712EE1D67546B9D2629098AD61B81E8850C1D666B35ABF487457DA65CF9
+C61FA62D922D5DCE3A57C3E2021D0793EB9E2531DBC13A44DB4D8FD633F6D3D9
+8679BD9E3B68849754D88B683433864BC2645BA25D7B57B83F10C9F9444933BF
+5C11E1328E648008FAB057AD4A5759388F14D3CBFCB54DB7444CB3D2C118DC77
+2A2360C0CADD6A806A04A642B91E44E8F714349D0AA0168FC748330E9C2B6C65
+CE09A2AB291788B5BFF75A7741F4556EF38716FCFBDD491A9D7069D9C74A2F83
+AC380348166806CEFA6D79DC5764E2F6B0C1805F1D5031AE4AD07481046AD63F
+BB315492EE2766792293F972629FA6B612DCD2205240E936F7A014CD7E008094
+EE0B635DB13C7C5CF7FB42A2C5B0EF136E5631E0598DCDE9CF498DCCD36A319A
+2F15F193752A8DAC537FC836EB409F7B9F03BBC84177FD63A9EA9726B45A9809
+50E64224DD7CD017A87F7B01900391570941A2A5C065AEB4FBEBD1927218F5C5
+B80B0C0D7985F8FC2C4ED98B1B5F85FB838F02912034154B099F9DFFB93EEFC3
+A5FEE8583B858B7876ABCFDBD19F06230D6BA97134299A1CE87E7D5FE3A19CCD
+517D4E062C68894F8B2053FEB95537DC270CD9ADF1C0DE1FCE507502FE9CC039
+3AFA7543BA47B3D1D04CBFAB034559DC70E977BA5DAE8EDA2029BE42A5A00F5B
+73513E1F1185C19D5007F4731A9C155B2C6D9A03D6D834668244ED2DD465DFD8
+264BE5C22F87A19B33632EE283A993D66AB7BABDEBD866897B106ECBC68F5DB2
+022D4D1BAA2A56681F12A800D486A3A1199E29AC8226A29D62A0D192A1212734
+8C62CE31788C41816671C563CDA66BAA931E3001A6B4D21D7E2DB2C2094867D2
+A36185026F86F31EE3DC7A5D53EFB4EF0752D2D2AB549A5254AB89347B41D51B
+2640FE5F2C91D557C17A8E4FE37577A3EED8C06B81914BA89058278C03D459CD
+B297DD7D011ABA10ADD9CF7095E395B7B5E239B9280A8A00FB01D37A0DC00F95
+9A7FFBE7A8D3C5F748C5742B78091BC79BF049F3945EE356388703C9BFF2A59B
+392228A922BF391141AEAA6AEF4DB2FB4A4A40C71F501361F43768DAF3C21781
+886A9FFC531D55C174781CC00D1C3CDD49A6311832CBF5020F8D1653EE603EC5
+59FC8C115A62FD54D865D7D5C8067DD73514881E81445726B15B604BE0DA6C2C
+6A7A84D99359F5AD974CD509822451DFF26C4B0E61291066AB2DDF99AF000565
+FA9FD061405BF7D0B817E64EFAE7D2CB8BA84FBE44B3B4B5AADFB8F98AB379C9
+EC1B1FA4C277B9529328E5B29A8379B2FB7040074222AEE1FA5B8395A517A671
+FAD7E2D559E7E51EF3137DE506725F33E815BC9BD555DFF0C97A55176CC8474C
+C8EF24A72C47976FFE57A25264D6C818D1042B9987D08E253DA538287160E150
+483D2F13BCE88A41B7B9F9D88DBE16888E91C692F0C1D8098AC3DEAA7AE9E959
+4BDBC02171C5FAC7530CD9AB9B06CCC50C3BF69228E0BE031EF414F7FAD40F81
+98BB622D370D9858D9F8A5810F7F2EDE51F2955466EBB9923D234FA38AC6083D
+27B94EEF72C2F85DFF673E165087A92BAD9FE9A0D213607A8D97FF2157580A4B
+BE0623E4E972AC1F812CE6CE953EC569F5C2A711CC02FF73E28137DEEF331616
+3FB1BD8170B103B2FD6C3ABD489B97AB0CD99267C523BECA2944392E0D360C0D
+351A2C827123B65D7D190A3C2D63EDCB4C5C2E809B3D95683C27906E4341A04C
+311E47E004958CF46C1153E26B3DF864659418F688383980650B46BD06C3C483
+3A0E9916A2891568739FCD8BCED8D599450FC7470109B66F0098280680A3D775
+51BD2CF3C4A0F025D472430AF2B93D6194B649014C79B9F93CA593762C58AD37
+34FC9C363E2B23A1BC1EB06F71847B168251604D3619FDDE4B0C45E7314778B6
+19325EA6CAF38A3235DB6EB1FEB2FBD147AD420AB342C4FAE413F39E7BC74768
+7BD92A927CBD6EF71041F3E8B92D5EAAC8DA419791229B60EAB857E366495D18
+225FA38BB536C44F83A53FF20CF33F426DB979D08A00F599CC941F715B88B110
+CD6015FE71121671C1010EC97BF0DB636DB27D2C481035421247FE70242AC372
+32590EED65A96D4B7BEC0FA18B736517D84BF12D8AD9FFCEDA6A84E574E36A49
+61C804BC6C515CB854098A10C5AAF01DAB07274D97E75D718D200A07440C7325
+F3E94F185B4E0C8598A45020899F7190300A34B528C9E17B8C984E243E1B5F0B
+CF68758B598A5EEF961E02880FEA3A84E16835EFD07F533848F161790C41222B
+1F6CC56063B9593C45C12FB53C6C51827E0C8D080E315A739499AF5763157FD9
+CA3521ECFDE14385DF091B6303C8A8743264D3C9FE2370D06803045531E0F675
+0BB12825F0FFE756EC8C64895A422AE52D05F3C505904F772FEF793787673187
+B7B829485DF3AB44F4590AF984B0D4AFDE4559B85A9F26A8AF6EED93C5519179
+53D3DE8833B5ED15D7E58A5422765A9255B6C0F2B20E352FCEA9D803BEA18FBC
+94FF6183C13E027273552CDA5AACBF8DBCA7C03DBB0BC28B2FF6B2CBDD6F2602
+9CA84537035342E6F2CFEE58A5A49CF25F20695FE7E3F31AD9308844DF86008E
+21AB1BC7EB473B4103A113458C3B08C4BB2DA59D90B7FA6E7574904C2A590163
+D72DBF2FD0A5EEF79FE9C7A842CE8B4F34E30781F13048F080D2B48674C0CDF3
+C8FAE1665C6AFD2B3C530131152954822C48D086213FBE82AA99618E80793A70
+FDD97742ABC8244D69688B5153E5C76801F785326A51EF9A6E2764A76B487C78
+C3C1231BC9F0A32EFF4B3B830A760FA65AD765C4EA907F8717B740D4A82138C6
+D7E4B22F1F8932D8B2CC218F80AB91525D2D258EE615BB373DCBDB3BF512D479
+94A498CF24AAF05AF17DDF2973C0232192485DF4A063E33BF67AA4A90496C82E
+73AF041A323E503E8AC9672E4A370761412EBDBCE4D81E109D9B03BFCC272355
+0A23BFAD426067503E1827924F86BA30F1254822DDD6F4828428BB2855D85913
+51CBAACBD1761E3777F8719B88B9349C549F058BC0CF2916CC1201107790FDC2
+B46C381066DEFCD2C59900D755A13A2FAC9BB323232C3754A2A500C9C003C5C9
+6ACB56D63732596FA33A1C3EC3B6CD537FC717150451B03A707395DAE4D86525
+21D4E4EB5DEF2F2086583FDF4EFF0B0802158F2204C10DB4F709D6A147D32A14
+C78BC7D2D5885B61BA54E70AD6E3FA3C65011CE26B30E8E235216A1F26E40E55
+4E617CDD6B3D4F4903EA574C469A9299EC3D551FF2F3194B591296DF6FD235CC
+C9634349B441559127CB367D40D159037A9CACD258CAC0E649A263479787C4EF
+F22FAA5FFA403F5050DEC198728475F617BD40776911C323CDBFEBC0E10B9A66
+A95B1D372B827C8BB4BC180B466F96A3A138B452DD923014A3CAC832830907FD
+623F3A70A092BB6E68744E8FB36E2D5885F24044D8F4F393634E31591B7FCBA0
+B9C62F3A1E042B7ABE9589D4164BF46C5A70DABBEEEB8AF9A175173E038CB8A3
+75B2690AA1D39C08DCC55FE5DB83AF9316C95D9E150A404DCFBAE535150E7F98
+CC06611C6DD362E53561EF39006355888EB152BA3A4BD2337554A47E8FF57FB8
+C0D1580A14F702DD9054DB4559A8F4A60577640E3F0F2AD2E8242345311583C1
+29041DAFB4EE1FFAFF579C6A12E6B49A27FBF9E41C329D3E4C9C3FDDED8A6484
+DF3C590671DA09C99D233CA6D37B29E0F23956DA72B8BF3F1181DF0B28FAF1C4
+2F97AC1FB13736561BD086577CB18E30DC73D7936BE7D1688FD712ADE860CC82
+DC2C69A06703A5995A8281C5293FF55D01EAD4A72ED35269D2DDF162C06D9531
+0230720D8A56A52379CFB2A98E09EF2927E6754F4B7B1F9C45DEA858D8AF330E
+770E78DA76A0C73F4D4ECACAF16466FFD2485B858090EB78A52E40EF13432DCB
+EC0FAF5141D3BD36A1FE2A83A1E2C392A7CCC20878891E00CDDAF295274E01FD
+AA81E77EE885F589F555B17524FBAE053631745DE98B5DE4FB21DFDA1C37775F
+B8DBA15E78137D3F218CAFAF5F7AFC0A5F84093CA29B9EB0CAF8A5D83318E31D
+07575920CCB8CDBA21F5F912F2BDAF41ED546BDCD6247B36E73309460D33C10F
+820E4345FE8F48F52F7E30C946F9360D0BE0B9880E292FAC18E6ECBA4B584F14
+AC83A30B9E15E390E4149CD095830EEF356CCAB29510138C0CC0C0A72097FE44
+F16D359CD26584E16D33923F406C181F825734AA46BA65C9B248D89F41E3B508
+A61AAA7B6B891A3B88017245CCD8BCA6DFF79137B8F2E502B5974AE5D2A50886
+8321167C6573E9EB0C8F2F31665A574A9370534CA562C9FBA84426CDA4D74204
+619E1049468D418F080292CE38804E14C0728028ED4433100E914756E78C8553
+16277B4525038130FF970DD058145664DCEBF2FAA94F49DF5A8CAE78B900313D
+4A8C07FF2BADABB19F722B36CF90DF208CD984EB1CE3D5A371C6221A43ACC7F3
+C745B28C0B547257AD36D327298715F5FB25FA20AE4A30BF685C60E792F9A16D
+2D5F3A82352397EB849F56B536ACA073B2D1FEE20F8A72E40402C10908441F53
+2BF185E684E52B0BB99A6A26272C8E5AF3E80F6F8BCC455078045ED7DBEDA6BE
+EB0D28E635856F270E2F68845C08F92D5699EC6A3CF801E8D54E8A55D21D26F7
+854DDC8D879D9906216DF1BCDF9B344CE987B1B39A117D6F0B406314208EFFFC
+5A668CBF3564F1C83CAA190F45D5569BDE59F72BC2DF2D112D9D081A8FE16F87
+B3FAADE3BF5FFF14EBBEA8BAC288DBB7837A34A24079B97D2D9796C6815F5960
+105219FAC309AB9D043C9A59402E7379E62F9FBB4DFAE69223422A5C314275C9
+B3A41DC9B482EB4AAB4E8156CEC92E770C926FED5557C803BC39C947FA65328B
+76B8A0B782661CFD1476C331FD2F5BEA359E0D9FBE7E8E5A4438B0F14782AECA
+62C00218C4F33D75C2B713F93A1257D434931EE15398C20AB3DA87B1CA695FEE
+A8E3C5308B4899F9E4F7DC26C0121432F2DD223804EB998E0CF66DE509C8F98D
+4DBD8A83E91BAA2A4448FF56CBF3B623B414AB98DE722D6D82B7B5428329383B
+7AAC062FDAFEA5CE77CD71F88F3F2F9DD9B3580374F606A003386021D00D5914
+18C08054435718D3F81DCDB2E45B43EBEE3F76EA46AE080D5A11A26C72D641C7
+331E924C34DF01F2E30BFEF2E64641EDDF207A4D431DFF88F6D6DCB04C68DCB0
+CFD33A302B3A261D7029E3B6AF88118CF75D3C49A7E844458ECEC543CCB18A3F
+9AF117BEFBC9451FED7D9123EC4C81915D8E58900F0C07B2916051A15B340483
+6CD3E0DC652A30407A8E50E2CCB769A42D9AEF2D498B5255A7AB14924820B759
+F18F46790B92FF6582FD54CD7576290ED76F881597D00FBDF4E6E664EF6FD935
+84B24BDAA851651BD99ABC07C347FD3FE40AE5D27837B07B0D77079876BE5489
+619E92AD8DAB4BD4BDF389DB65FC42F3C57C030AD7A1F48FE7A55887CD9170F4
+B152C51962D96D9629E6644CAA7A1216A5E82B2E707FC022DA010A7B3805D342
+428F7B0D781BD1CDA121905164F63120C8D84EFD9EF32AD335D9AD2567ED154E
+0109F466A017E0709C6D62BBA1A0A84103AEB30776E766835E13AE2117162124
+51C2ECAB3F03A1FD3712D942D7EF8CED5DC872D1B5481B7175190A959D7F44D9
+31B7383D4967AD03B6C4CE355111975C60A8800BF22F813FF7F156889D7949AE
+D22D903A840774B633AE7F471ACA1BED62D4AC445E102053CA387D9A942C174E
+309166B3C37093CBFAA9A6F9F3F751D29A023915DB22F0E783829134DCD0453E
+41C6EBC73D9E620321FD707FC104B9E4C0045123EB6BC1352FE807A99BA72498
+157AF800DA05536A803491AB9E86AE68AE555FC4B3A22C8AB66386E41FDE6971
+57A4BF961F466378D53BD891FA1E1D724F6026AAEA430C3EC8D0706C0FDE298A
+B651E129DE92CC94348149939EE6749103397D1341CA7087E9D540C5E7A1256F
+B58DA8DC63706547457436465B87278044B217D8963D481C2765C54F92C06739
+490263D2EDD3146FDEEC0D134B0C4677088C419BC9036A854D7A72F48C2DAC53
+523B6598A679514274465D929138C7AF28090D8F62826627C790B3F611CFFDAB
+AB18DFB2DE111780913EE8313467B735C8E0B85CA76CEF5E849DE2D6D54ED665
+F1F2AF722C2729C21EDBC814346386105CB7470B1D8707AD3FD8E41ED1D3B7B8
+DB4105E45B4634D873026C61B1F6C271E9EDCC194A1043C80E264CEA65F8864F
+222BFA977DEA51CA8CD078BDA966000923BDB4D372B13E9E985A1F80D0141327
+D62ABA5BB83A327B4CD588C8F3E34522D164D5F3C7D819A94D39B8C78F429AE5
+288C567CA23C5440D1D234D5109B244F87041A50E01539C0A312C85B41E5F4C8
+73A1CA6F695BAE258A480E812E1C690176562C87B0F66B8810D10B1EB638BC56
+8FCB4603A4544E55D650B8FB4550F26124AE01DB1B2BCDDF86203D7348F011A9
+C7317EBF885F35E763E338A6DE2FF57924F83984CD386F3F12C5DD6AE8DF2D0A
+0DAD944812EF1CF77967D268273091E48A887EC5CFC9B1B26426F37155D9864D
+CB4F97574285872BD0609E207D116FB5714BB099669E7C862E9D607B3204E74A
+EFDDEC8FCE5630E65C7CE2DC287F585A272DDAB0C257611E164F037A8CE19F00
+D0EBBC1562DCFEB04D49F76478EB3B8DC598717BE2B95CE6C306EA48839A393A
+B2A0999AC7F90DF06707E9E85E6221B7C9AECDA5F4F284D7F47BD2A15B99E051
+987C08AC5F8869EB6A1BB4CF5B64C2F148D5E99621E345381B1D910FDB903BCD
+68E9B1563D7AF0D23FB2B3F98E3C988128D531E7C57BA0D9FDD7735F3D50222C
+78B5ACAF9C545DF0854C93AC29F6A474BCB5BADDB4CCB7637891DB0542AD7B8A
+3FDCC7019803EC85D66D41F7C3040B2DBC0BE7FEB17D1945E12B48908928F42F
+CD645520B75CAE6518640B7F05A153DD52C9C886D6BBD02E699D76B9C16C0E23
+875825EDCBA975F4D9FD21092DA61A69315A7D43C798B074A5AE108BED996748
+0DBC928DE3013A4E223682F1535FEE03DE9629A1BC97E1D5DDE1ADC491D90AE4
+05181D19E6C2A1A4822B062FB7D9CC3A020C33545239F1270ED76E61A432EBD6
+76ED3FAE907B029E20B59A355B9576E0C0CE8A12147DD339A19DADFFC795FAB3
+C6F0D6702A0E3AE358F62B772275729100FBDB8090637F9F1A5CAFDA116FA3B1
+8C3902241FBFFD3036864980D0C7B3531EC65219CAB74D877EE64F90F90DEFCA
+82A31F961BCB037B4DA887D84F337F4BFABCB8668BC21A1AC261E96C84899AD3
+D83B0EE685778279E9143FD90BB8D0F654AAC3B8B0B2BCFD7597D23902B63F4E
+773FB47BC6B5971DDEF26D27914590B1A4562862389F2F2BE552312E0D0EF6B5
+18381B9A877AE16BE368FE0C80FF6ED504F2D87660DAAA9925862522ECD7ECC8
+D569C0E1671B9F533D9E51642CDE2346DBBEDF520037414DB51E0FCD75FC457B
+C39B99828D9191637BAC9850D1FC25290E0BD13F6B28E45C641F87E0351230C2
+742B30CF0A6EE884B63A3C8D90641194B6CDE04E43AB7503C7ED27C0B5F6CEA6
+710A8F932DEF0784DAEA340F33EEEEA27645B3F6DA8F9031FB38AFD1E003C10E
+E3E2853EF49F861DA7F7614FAD39B1CC80704D2A8D23836170AC5EE8CD87EA79
+50020C16B8B21EBD3B7408E99A6025961B19746AD535DDAED1A902CB49670103
+B4F699F6F563C75CE0FB2763C5428E9918BB3526FA1353C678EEB295C52DE655
+AE1B2C1ABE5944D7B6D7D3021FAB56EF587703BAA16AB2CBFDBBCC7B606B48DB
+2377B790E76A642B0B74C1D25C750625F005584B3B4A0FDCCD72DB51F3880570
+BBE2CEEE1D73682986B8F73196FC5641AE66D3B15B7F456A5B6620A27D081AC3
+0298E1D2331FE09C3A301E6D962D0C64080FAC9EFBD406567281B78184C25B25
+A4E07A7D67823BD191ADAE4B42F0B62C775A9DD6CE0F9EFF16CB10F6D45F2DD7
+365DFAC798526C7205DF0EEAF8CAB1323AAA23A9A35FC957D15B0BF3A19C2477
+15C0518B9087CE3CC1A66D7C3537EB1629933E66A83DBDD6D6D0F6FC52013C07
+6D517D143089661C2699E4D7672A164D74C8BC9FA5E2B7D8D042EBC941DACE3A
+B8D1D44ADCB9AFB90C947304F2E789CD6695DFEA148EDCF5807C53257FEBCCAA
+C6DA28645C93EF7B276F325E9372379CCD7349C0A5DB84AAC7D2BF341524F5CE
+BE14C846A3E65E1E94D4801C32120CCDB2B502EF4EA86D044FFE620F0F296680
+D6BE97DE398DA021D875E774B25887BD52FF899B6949376E8EAC8428B638B79F
+CD3E2504ADF121FAD1822A195133F5298F12E3AAA347B0F5AEC7C0B307D6DF4B
+41ABD0D0E90C06E0163006E1DCDF8719FDFA08F603EC762711B9BFA872859FC9
+D164C541AE1049646E0BAAC2FD581D0DB4178D2C43CA6A4FDE747918E684BA65
+10DB8ED4EF67658003F67EB2FBC74D4FC3BB11EF29C1605455C10422551E5579
+0CBF33AE081A34203F2CB12C907B028E89C426949E490417D7E41A57F84BA138
+26D456FFE18136F99D5DFFC3698EB324726220D67E983673007135A9088AB109
+05D5B9EE30C567FF28EC4973C24A753348314E50BCE616303DF90E5A510B2045
+DBBC24E99F32DA366693C220E130B62CC4EE781F3D747D70F29497C523592F19
+F269D5080A3C8A87A219496B7C116037B143ED93FFEFDA4D13BCA094A6A7FF03
+1DD1C6D7B04B3899B6CE104BEA8FCA0159848306C6276C55B4556484F9533C66
+A4506B1A4583A34DE5DAD096FD8A8F864549814E0700C3A9D836E06C8E372541
+7C6EFE0F3145700328544CEEEF725BABB5138F76C465392A639BDB80185D80D5
+59412AFF26AE6A9F0CFFBE3166108C0FAD0228BC2749D6993469F1868AC7E21D
+A8F009444AE53D934F85A7AD942743753E30B2B117CF4014418D6DA604403914
+BD4DF2B2B2F3471CE4F492A01FA09FC9189595F65BF4AECDF9DA8D4DF547EE22
+F301394B9BAC357436F7B3A557E37DB72918DF6C7559C2C356D50F0010F82B73
+8A6E335BA931A18414E692FF20B901CA32917AB48B874DDCFAAA8E72102A4995
+738163BA08A5A9EB423611D57C1612C9045D507D044F1AE70E759D4D7170C386
+D57DCFF44D210B3F1D709A0236CFE87537D3394240A9DF477A7DACA030D0F586
+A4F83090D9A429EFE8FFD2D900933AA1C4AF3D6398B0958F86B3E597AE48699D
+61B4F4F8A7F9FE3AE0A91C5EF13D875F4277616602C47CBBF523AA0E30E66E02
+46597DE5947CAFD8A0D21C015F76AD342EE6AE43D7F9BB2A76C95F7969902F5D
+1A92EA49A1BED21348DE4C838C33FF46E0F208B4C6BEEE7DBCD3CCF15545831E
+33D414F313E3267635E645C7EDE20482B38B9AB1CCA00E5F7D904ED033A4FEC8
+948D92C08C74801E401745DC73E83B3CD6DB72FDC70222684FADE95A8A429F42
+A073DE8202CC877219B0E5925EB2CDB6A170315DEECFD921115194D48804234C
+1D35118CE581726FB66109C8F458E9A04D01ED7F2917D948973EEE45528FBE20
+8256E3A80329FBB255AAA51C172CC1E5CF76AF6458E93C08603EA73EA53104DE
+5246FE46BC6F923157BF3EB23E07E29F7177FA1BAEC4F1418832CECD7A6AE6FC
+11E95A28D7256116561E7D13C079474AD52ABB79C42005BF0323D0756D276398
+CFBCDA0189C129447B02AD015371D6D5B45BE8ADB518D7808D31AB996A85D8B4
+D45217FE54AF7BEF72A0A9152B3ACABA1936A56F76D70F3B46C913C04A871575
+FB9C13DEEE97627AE54291D66A1AB60030226091A23904C0571D5623F1A42948
+9B53E020E5D3506084F2D2EE429E1287A557E33464E8CDE578185DFE88D485CB
+079B915DF0CF8E2971A37140C04D365CCC04864DEFCF47633DA6B5C4CF0AC7B3
+D075727B3DB38326A53BEC2FA61F0C9164DDF90168F61AA0DEDE1232AAE25E95
+7C1E87D2CA6856A4B1F9163421A5FF54C23286433986441CE6DEA1F2A916DDD9
+720C4BA1491021808DDC05AA16188DBEC1B14CECE145F8BEF4E658C255AEF0D3
+B5FCA6FF1E295FB02656246C1FF9F05991A95B913BFE3F54A89F205983D5903B
+D041902842AA0922903F92BEE80F4869258ECF8ED7A7CD16792444DB728433C2
+1D06794BF06EA4A72257AC6ACF8F27C2494E4AA9A4B208D5D40EA40AA9483455
+6D36850C68DB3A260A7AC34CE8B58D146701C642F001D1704FCD5A623937A9B3
+6A5E92A59A85359950DB8D32FB582DDDCFBBC1ABE374819965009C2BC4FD8DED
+431EDE91E6446A2158DBA1D4E1282A8BBE549FB8F8F4C65E9056023E275B3845
+F2E69318CDB7F86EC1ECB2356982E46835CDFAA1EEF42A0F7E27BBB874A3D7A5
+F882F59E24E22B9A73605E633BCE3C45C3F9AEB82A760CD21CA7D1FF7619A5FD
+72DA0C7B0904C340B1F34E8C68A32102137462D90A37F64C9D3EAB5EBD7C3A9D
+C10599636D1535F94069215C42FE59135421400F5BD20697F62F8738FE339D05
+1FFDFB38C4C9CA2DC280CD33772FA483E74FE84E75B3AD0173CF9A35AB0801CC
+CA226797645CE98D203E85D80B5C7E73B1A39666ABAEFDDF6D6154E0456BE643
+1C231FCD486DF637A59AEFF7D20224EAC7BBF396B8D28DAA986E65940855F91C
+AA90DCBEEE23BA02813CB038BA84A616B54D9AD4017F4E2A1150987E12E6A48E
+F4CEF6D2BA842B29CE4B1770F7C72B15CD8F9F95643EBFAC547DF8B1900CA009
+674D56009146BFFAD691045D3F674377859D9802F445A8BF524E8CC73EAD33D1
+CF25D217D09D16715F4993CAB9D8C29676A8AF091C42729FF735F4F31CA57041
+04B74DD79B90941BDD17FAD39964454156FB7756D3C0D37F5842F485214B3957
+46A4F570E065BBB70EDCBF23A303C3290B0F342109B8EFE9D7BDEBC08F215297
+A55F2EFF6C06B67A20641170E42F932C4472E7B5F87C54475618A3A51A420320
+DF3C38901589D6A66687F493B0A1F0DC2185DD14F8EDEE2EF2ABFAF6C6F0FA15
+DDB2A25A5E0532D31C4ED0C467F20151F74B43BF70CBC47A0B058493F0DE7C46
+8BCF59311C7F050DCE5688F1B576860502EBA0B860D41B57F27288FBB52A8021
+14016285D8DBC5FDEA448E0CB7DF5AB6A0DF1A31D5CE77B8A417E1D8B35C6F81
+9372D35611D92610581B631795F807D14797966B3597B4DB7C1B8E4CA0766336
+B0164FC033582B4AF38D724130A0C9345DA9ECE5B0B2908007783D550F46D0D7
+2D5B37BDC056D60AC9C76B4799D956651A87AF17BEC9765E909491B062CDA7D2
+77CD440DCC99B429C135EAE6879C525ECCB9D88879BEFF900827CC7EDB596CD9
+C27916B424486B1FA741654BD37C09FC5E0C1085001B2B03F142E5870B1EDC73
+70F04A5BBF8ACB4E51DD5A2DC44470BA7223DA0A519CBADDC828B699BE123B93
+386FB862EE78324CE80862EE507EC04CC218B38B6DF914033479632CCB053BDD
+815BBA1DC18489DC9C50E784797580609737EAB0C9A7D334AB483956F3DABFD3
+68ECDC35708FD8F3E1E28266FECFA737EE267FDDB18B8C36767856087994FF0C
+7B25D9302FBC7D254060ECBFD857F2B5B0D0EB7EC9AFE3C82A2BC9BDBFED21D4
+4B7F778C6F8D48AF55FA41F40A00321C191EAF9DC24401479A670E4F7E000859
+80620915AC8FEC9E75B19F3B4ABEB3114100568CDEFD1E39AD4CD7BAFE21596B
+32F7909FB1EB7EEE8E410892FA131D92B8B3975CC155FFAA5F15C52332463818
+551E677D428FAD03D411A0E29C0FEF85545209E8F5497B9A5A63ABDE06AA62C8
+865EE29853E5E93A0834B24738BA67860CACC5A6B83B17A8298B645C0060E285
+BD38C9BD64FA643ACF1243E6A88BD8607C220E11860F09DCF0759DF2E448223D
+188F58184282ADF8EC317DB336BEA5C8981EEDE2E64FB9851DE31FA7E11CDCE9
+79B23A93742149C69E2D36127E9A40183FA7389F0A73F234E2C8EAB1EB55D401
+846118B2011639E3C4B7BE266A22C0E01ABFE52E8F7A24DBDA0F63418E0D7A67
+58C2A675FD774D9BBAE9C518C28D4BB62D56F89DD6610236BA96D8DBD7A6AC1A
+E6E80B812A78FFD82DB71FF68F4482FE7E2F2064CB28B40773D78AC0AB4326C6
+1C12B9FE20BED34E73C5B1006A1CD6E34639106A3471A5745C728EA8DA91A5B1
+1021212DE2F2C7A5D0920E18FC2CE95AF9AA9B8F3454923C09724AF27A667685
+56DE84E1C92E34094EBCE4A332054F2C7AF8B56D9D73A8507127A20A65365960
+E4C88D334302CC14ED4511E91B9F4B6EB362A8D108A98A4C8277F1A0C8844555
+081F9163AA974A0BC97C488895A1CDDE73B919AC3ABA34DF98CA69DEA720AA13
+3C6E4B2DADFBF955A9A21AB2041A788BD1EF8FD8DDCBC386A741EBFE6690EE02
+DBA831F4C7E1DB6CFCE3056F5EA1744E7E9C00DF747A0E18CF95CEDC6D7C9B44
+FC9A2CC762441EFBA5552A0E95199F04B68B8DAFFFFF7AF701D7AF24F5E9D1C9
+9744636B004EF7890D7A71D6B86AFC668C1D47605B30338410F4369D657CD66D
+9DD301991F50DEE066E629CCE5720E4CE3133FB1F2AB933E049E042394336DA5
+A87DAC88A800171DDC9B868B17BA4920147DAFD3125F0D8C653991BC77F8F1B4
+E01735A595D0FFA7D8DCCC19D9AA10CC0E04BFD7E1FC5AAFB93ACE83F3F69C86
+0472DFDECCB24E35E135AA857C97F351714B8D7936C3731CB0D051C0E6F2F82C
+D09102164882D79F30A47A79FFBDFCFD467F84E2876B605E85DA95EE314B9005
+B192D8AB438B2336CE4BD478FE17E78F8B50EF4BE1E3F35C760FF2F13D1AB0E9
+18213B933C60468A487D3100C6DD6A1EDC02CB61F33DC916EF33BF31C2C6A98D
+F417DB88BA308CE720D51B2738244585B5927885685AA9638445E5996E2B1783
+B40F0D46A144B2E02084E16E9353BFEDEB3F8A30422DE27CDEC4E65FF33C62EC
+77D4F535FCF6D0AF395ADDABE4104AAC6AEAFADA2F6EC6C0BDE25D2AC77B024C
+6377978004EC7E8F3CDFD4170E8D09AE76B8530038F4A8C91B4D6C87E7642B0D
+5EAD474C640AA652BC599AFD2770753960F5B99BCCFFC8DC49CFCDF8EF473023
+6664405C744B5F8575CDC27177478FE2A64F4F308971664F7AE7617A8E2AE311
+8DEEFA12FFDBC11F8FFD5A6FD2CD4BC0A4DD2FB8DE6A0B73A163CF1E31F62C41
+EA4262A77FE87FA34999BDAAD75BA2C6FDA7185546EFB1FD2597FBA5694FF7D0
+5E150741DA9E3FC1C8ACC79DFADA1561058240E037798E8FDE5F2D3334F2B17F
+14FF95E3E8DD747868FBDBF6E3A4BC4077CB45D71E183061B0F3866B779E5D3A
+6B903829C776114CF670247FCC89589B842BA2A5A74A1A1358F6F7CB0381529A
+CA76B6A36D6363F65E2088D04DAD9C4FDFDC99FE33D9328F1BD6CE2C9C5F3711
+6C9263B9E0E83F21817E100232681E1506561F358EE9B4F739C15B0DFF016BCD
+C9A88D36F967244C8CCFFB5D4F272F16A57BF56F19B947350C28983BE08B4912
+8EC28F93546831EEBC8A65160BB369EE0C56B1BBBFB9F8A9EBA76389549BEDD0
+32E7250E88F3A2308476A881B346AD462057A8BD1B2575DC55A3EE2F49CAE815
+B98B5EEF788F10E5524AE07F682915093737EDB0D67A66CA80EDC896C9E56E9C
+463EBC3A96B2507F598DC55C4F30D84DF3B8EB4C0D53AFBF0313D2D5CB229086
+EF385F3EFD67FD10EE4A3385559C8BB83A9E85C1D59FCF4D4D9F2D74AC4B5FD2
+FA8CCB970EB280796B7C4B3D0FD9F7712F34FC571E7EB75C9AE6C7ED7359D650
+E3B47E8093F2E52795663E77D855B4AC
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMBX10
+%!PS-AdobeFont-1.1: CMBX10 1.00B
+%%CreationDate: 1992 Feb 19 19:54:06
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 44 /comma put
+dup 46 /period put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 55 /seven put
+dup 67 /C put
+dup 68 /D put
+dup 71 /G put
+dup 73 /I put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+readonly def
+/FontBBox{-301 -250 1164 946}readonly def
+/UniqueID 5000768 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8B731A88D7740B0DDAED1B3F82
+7DB9DFB4372D3935C286E39EE7AC9FB6A9B5CE4D2FAE1BC0E55AE02BFC464378
+77B9F65C23E3BAB41EFAE344DDC9AB1B3CCBC0618290D83DC756F9D5BEFECB18
+2DB0E39997F264D408BD076F65A50E7E94C9C88D849AB2E92005CFA316ACCD91
+FF524AAD7262B10351C50EBAD08FB4CD55D2E369F6E836C82C591606E1E5C73F
+DE3FA3CAD272C67C6CBF43B66FE4B8677DAFEEA19288428D07FEB1F4001BAA68
+7AAD6DDBE432714E799CFA49D8A1A128F32E8B280524BC8041F1E64ECE4053C4
+9F0AEC699A75B827002E9F95826DB3F643338F858011008E338A899020962176
+CF66A62E3AEF046D91C88C87DEB03CE6CCDF4FB651990F0E86D17409F121773D
+6877DF0085DFB269A3C07AA6660419BD0F0EF3C53DA2318BA1860AB34E28BAC6
+E82DDB1C43E5203AC9DF9277098F2E42C0F7BD03C6D90B629DE97730245B8E8E
+8903B9225098079C55A37E4E59AE2A9E36B6349FA2C09BB1F5F4433E4EEFC75E
+3F9830EB085E7E6FBE2666AC5A398C2DF228062ACF9FCA5656390A15837C4A99
+EC3740D873CFEF2E248B44CA134693A782594DD0692B4DBF1F16C4CDECA692C4
+0E44FDBEF704101118BC53575BF22731E7F7717934AD715AC33B5D3679B784C9
+4046E6CD3C0AD80ED1F65626B14E33CFDA6EB2825DC444FA6209615BC08173FF
+1805BDFCCA4B11F50D6BD483FD8639F9E8D0245B463D65A0F12C26C8A8EE2910
+757696C3F13144D8EA5649816AAD61A949C3A723ABB585990593F20A35CD6B7E
+0FA0AD8551CEE41F61924DC36A464A10A1B14C33FAFB04862E30C66C1BC55665
+6D07D93B8C0D596E109EE2B1AAB479F7FAA35279ADB468A624BE26D527BFF5ED
+E067598E1B8B78188FA4BCFB0B51692D07B0BEBB930C6F0997B437E2C51B876B
+61A563A2673932C2045833FAA35DB22ADE12102335D5DC734AE3AC5EEE6658D7
+92EB62131E1DFBA441F53EFF9021D9D4C491F26BE8F54C61165CAD778CE8695C
+EEAF70E3B20C64D4C2B34A084B5770BAB2A974E898F62BFE90F132A37E2DCA4F
+43E13DB13C94DFA8ECE2B7374827AE168634FA007F8981ADA046CED3448BF453
+FCD9A4F194FA648F9FC0971734BB69CB73439CB0DD021D44A7C11BF295E81733
+4DFBA460FF3D654F9FB337E99E6D66FBA87A817EB9CA1536C84833870E3626DA
+55D48DE850D3E6F6B29DA0E7C9D681283586F208DB8D58042E3A7CE55BE84822
+C98237911453E479EAB65AFEBA3F61A763B40E74535BE56C9D8D06DDF9441741
+5C9D9D917439368736619717FAB4F06E2C329AE0BA411F3FD355B1DE1D32145D
+39243D0590A90F1C4EC2C438FD92399C24EE8AC85E4D8C211613CE4DDA344F53
+1C85F8E759760BCF5D5152D45E91FAD6A3E7B3FE9BB701611E70ED5E18C5897C
+A59F354BD2ECF30C6D99EE733C0835161A710B181D772545B8A68FBF977CA7D4
+BF0CC70BF7FFB1F2BE159A252D77E79AD37BF642D570A744863FD8EA70589089
+0AC5BC2F0A068C7366C4071DDB4FC12F547B6A7F4571EAC75A0AE488F4B63BF6
+13ABE3C8E03C8359A441A7E3576FEFB11F3E314557860B486B4372494C70B627
+389DFDF266991410806238F58AD27C82B2F9DF18166F27FBFA72E93A83D31A91
+ACB0873513FDB243CEF9E2A9CAC0F46C13907374B1916523AF1F1F93480373B7
+19561D54AF3A970915432E1514125AD1515ECD8A731CD31953D388C54A606D51
+53EFCBC72C4851B5B2A9B70EC43DD55579E6D734347F11B33FC5D4B0C5F685A3
+5EADE8BC56CAD86CF07EDA6AC3487504DC1F3B174E3596DB86C158EC3A50EC14
+A438304502A0B82CFE9E95872FFFD441CF4B87A0EC9F584BCEF3E38A9F907C93
+BB608572BE2C131EC9B92307EAA03EB55E539C3FEBF0BAECA2B2FB83DD294B1D
+64865C3C841E456E34ED01C6865C5E1FAA1D6C955061DA46AA371792AE951F5E
+0BB4C9C883BF74AF24F497A1D8918FDBF37D3D6257B109EEC20C0803F0ED98F3
+F95F1AE78F84A8B37A0709C9931B23171B35EBF24D1F065F6E7F05D1DDFC2098
+60CD9A02E15428867CA41ECC3FE33D8C93D2430D1E2B389D83E8C485B3ED0285
+EC244DA4DC6A3E88A714D2AEADBE36C93F939FFC5263B6A7D0101CBE099ECF50
+E16092835B12CC9E55AA8FA64F437C1B24EAE2D0C63C8819924354D68A91356C
+FEE844494A818B2F648A74210EC465F37A633FB64DAFD63C5249E6F0888B4625
+E72549B331F99D86666850BDFDEFA7974B1802A453AA82D50A11273ACB38358D
+F7B23E81C9D338859D40C202ACF1153F655476B33474887243F3DA1EF3F19AE4
+81EDF51FAE3F0E5F373C1CEA7F7B01D17F313F81C7787B17C4355CFA2977094E
+CE80985C5A2652C8C66DC0CBFB2C3367C3C2A50A6B0079A23D641BD081EAC8AC
+5A089D0E60D727639D477CFC277512D527766DB09ED0672A89BF5DE489B09EFC
+1C0822DCD8AF3D1DBDB9F62E3A50FCFAB5DBFC7BC93518291BD227E401EF47B1
+3A93ECD9A771721F7C5E76894E82B218A1F206D05EACE681867540A11C3B73C1
+FC5C57709AF8A8CFAFB78488C167C31D6113A01E6142547B0A1212DE902B757C
+E09D286001345DE15034B4B08FD1FE735CE3B6583CDF3B18ED0698D7907ACD06
+3D3A78005FD2F82416F7EACAE7F83CED4A24CE1E33AEBCD70F65CE538F14CE00
+ACFA222AE0565C34963705499858291595BEAF27503073104E352409FB06CFCC
+79E3114F1070751DD75E701E4671F477DD7596B04E235A37A3C2DD51B5655D8B
+F30167C86364C20ED4E5B8B0EDA4AD3C96B584E65A5B7625B8E790346AA0D6A9
+F88F6140DA8E7E0E4F00FD3D060BF734AD2685EDC56618A6117D665A1F97A98E
+3E02A3BE7E8932CCDF54390C749511FE02EDCC083F8E815C7EE4457C3C1C4108
+7EB5DAB3D09A0F534F89D754E2E2CBC3A191A2714D401385F074792B364634FA
+3B3F1C69420A3B457C3B461316E4F32576558529465006322C871A09D683414B
+FDAB8941ECB0938E14F9071B6AADF4281913D490E9C965144D2F5E7C2F237795
+46C96490B98C54725CDACC1AF6C32EAD2EBB3B78C5AEDCD879FBCC7A21715C3E
+7207B34B16C87EC056730F7FDE0D0A3D6C26D3CB624B331FF1659F5B71288E75
+42CD8ED2B78E0E90920EF235B933EEB4AB15CC841DA2336768589E724FE5934E
+0324D29B962C6758C437F517AA7DA7ED3CB1B7D4711B994840CA2F19F1B6307A
+8824EE8342A38DA90C6E40E1D3CE94C0B613AF186531B080F9FCB2B02ABC3547
+EE0920515AEA052F4BC743DEDAF552F73A38F66CF851325961B17823A8ACC046
+FAAE593840127BE0CB577E736E3F0086FF5FADDEC27556934C0128B1E41154B8
+837706D164B00D8C2B5BD2C6710C8AEBE58BABBD759839D4C08D05F8998A9627
+A054307D2C6B530435A1CE84C48B338343EC520093EB8A6BCBF86EBCB66E4F08
+598F73BDD557C9611D3A69F50504188E7AA5C9EF5E98E643E912C3E51F5030BF
+E21A2DDB05E68D839804AC9FD75759796DF8E295C03AE62FE5DB5E2A9DFCE900
+029552BAB1CEF805C7AA7CD88A51469A591BF1B255248680AE8D55143A750D5B
+D5C04CD74D6F4F9E88B04799625CB36A3C97A5FDCF76CAD07383E492F3038A41
+3D181402D44CF52D8B60C5E349BAD49C1DAA0DFEACB6413AFAC96ED887E34AAF
+3E454053CB117913085C000E853F5F77E847CFFABE67B76BEEA04F8C56C33884
+310E4C81D9B8A3F44F3DCD995A18C13ED3832B86DFFAD70A86A6BA75AA7EA563
+98BC2FC70ED983DC519E1B5DDE60D8D25CC5093F97AFEF6819B398AB669E06BF
+6D4AD5926C6599F027735ABBC309BB75F562CB133D8DB902815710EA4E4179E2
+D65A581754D046183BA3ACEBBCB733558FA539214DCE89E721E17216030C603D
+A23161C4A1731DD3E75378D273BE9C9785BB22DA3A409589CEFDF4C340FE8932
+7FE387ABFF38171F0A208C028B20A79974504348CC3510720828B069C1586F4A
+8AA6F4FC19C5421592CE7FED493D5D35B1870B3F8A4F2E6BF83C0DBDA8A6F719
+4ABA6D53148C8D2581CFCCE7064B3584B856EF3CDC7B70703603B3420A82D915
+C8013C20DD04A5AC152ED5C6C275047C4D0142F3CBB41CF94F546F1B47056F96
+71DDEAF8F5F613C9B546ACBB86274CCC30BEC12B345A58892F8D6E96B50B0626
+8E40FFAF612CDDA7A1FECB22F5ECF62DBD1F6FD5FF7A3BB668CFE7AE3C60B8FE
+62889FCB560999BEE06559370C8F578CC2C47396E543644A3DA379A919421FD0
+2D44375825D4D453CC3A71F84A8D8FF19F5495D9ADE7CDE23351E5BAA423D159
+03E37DB0E63959CFC55AF1A7D099C88E0FB1B5458FDC2B9B6C9197EC9D7E0729
+55B1DFC38D0A8379123689D97F555721D21AFE1D80C740C9953F50B41C23723A
+D729F5114BAB0BECC72E060D8BE864AA5610275BA4CF968F8022E49658A5B78B
+D2FD0A3440D5D879C748198F937620131AA5DB5E2259689F81E8F8C1634702C7
+B8273E22D58EF427000858F9B177D0F800D0474881B2FFFD29CAD80492A7D3A7
+7E3517ED349EB316E0242859990BFA731EFC2794E28E39E65B28153E6CFBDE2E
+F82279C42FEC453338D99AD57BE11BB2AB01C50222616C47A0EC71F4A9A20DAD
+8B2D4B42585026E74AABB46CAB135D30C84D2345375D03CBB493248F9E8B38E6
+0FABA9C0BD9A15EEDCC46178BD7E1C197EB6B312DC00E93707FCEF4E4185872D
+E071D15D2832D357D0AAA6BD7955F4A995C5F068BE3E8FC0D9DF8F3B5DF43D18
+033BBFC3A79E3642EEC942F824B989B598B38AD4179F64277A9A957B9227ECCB
+2E4EC2135E953A5BA09B4430289A9C7BDD4AF0806D660373BBB0643795BC8988
+50BF63E1FFBFAD52DF8C8F758EBCAC2ADFC5636464CD651DB0FE8C0D3F6EA478
+8CCA49302E189A05D062B6018A6ACDE46EA16A2B48D70EC63FD381830DAFF02A
+F2666AABE3B245A5287DC7359EC4BDF96D23C6AFD603C4E48FD77BB278223970
+505D2CA85EC7BFAE8043863976B67DAFCC1F6B00A8AAB0E37499DCE47F1DF70A
+8C9574A010EDF7DD99BF17849FA24EEF275A549598C062409469F4C6FB37B78F
+7D6758F70B5A5214D2BB69BD311F157C7B035142C65A01CA2BD3188B9FAAD1DA
+C7A915BCA76BCA330DE2424F43D44518480844E6815C57FB2F99DE14FA23D88A
+DDC5B4B7A11BF56345EB069C6E8A0C0ECA84F162F132E3E84DDA093873305D50
+53CCDFB34E661B0652BE4BE182FC03AA7F3BEDE31D093417144C042C81E7D012
+A5377DDCAE0542FE90A47A849FE4E4B615C313CB92C1854768A98E9B9A6682F7
+56E372F23503A2C30B3638DC1BB6667391B19C65B2DC3C60A1F8C9E6664C1118
+71D0C64A8D86A7B1FC8D801ADF617CAB3952FF5CA48F9021093513244BB98EEC
+D971FD6A59EDFDA5901D6F2FA5EDC1BC1B4FBDD62BF95DF5A8A7AF3E7D6251AC
+33963C2C37AF00FD7B357E18E3813453BBAEA1D1210F08806304047821B54FFF
+3CFA17D06EF2C642CF29C06C981B6D0048B2C8D9F5B283427B591A183BD2BDE0
+6C56A2CB5ADADD1C4E2554FB3DCC0AE9079EA44BECE1411A4115605D5824EC0B
+EE8E8CEB3C58E18F3203AF4C9D5948F98BCC7D7BE3B8D2C4655ECF1767FF7E81
+EC1F980BDDFF1E595641728C0AC1C581705CA4B0CFDEA377E025391E6AA685CB
+198935BDDD7D2A75033CBC2D63CEDE5743706BF9868F4DA279D1E2EDDF91B865
+8E12E4759E3008B3F8FA52C5D8BD17E929D9C07EE3A33F8E290DEBFEF585A122
+5BF1CC35E6304C19CC19F3A275EEF3EA69CB449B4A75BECDD17BED5502249803
+E6EB195967E7F37903E710D67491D1FFF7FFF00F16CFBA91FA527AA9FB8B3919
+F6F0E7724767E1A5C044E263231157FB8E72816CC36F17AD1A588E49D66A1A3A
+717AA83D2AF013EFC5ED8725DE1FFB10C031D2D14ED046A42FE448F89954E495
+0B378AEDB89C157FEE0B8492540ABD23096BE885957F070C8EE7B7606681B8B5
+39F75AAF3F0F77BB4BF151670875C36FA337B98AA4FE76EACF8CE0457ECC89C9
+8556F678EF487E5669556FBB63C22FB39A22A1D194C9BE52E1391533E2C8621F
+34B432A7DC73C9EEDFD3AF9C028C52E33AA78523E52403D999F24ED78AE8290E
+3904AF139B514C033649BE356A9176219B7A306F188AF42D147A8246A2687DEE
+C0BCB200463EAF3CA563C76755DE7C1A90E2932E1CC060A0AC744918D23B5218
+294018894A4449FB585DB1BA76C4CAEDA15AF8DA73E81FE889179B5FFB12CA16
+32317837D280566C0C7D9CCAFD3F4E686DCE6C1895087216443C0E0A678BE1FC
+21FCED242797A74AECA00D11BB2795ED2F2D29F81BEE2E9CB04722F555CC8014
+C899846B4F424E59FD7C827DA5CFFF81CCEB4AB6C72D9FDD589CFAA3F74F5F23
+8E35BC84D9650F7E97F132BAD2BCD0FC0DE1AD42F8DF55E3AEC74A2F51A693CE
+10EF34059172DE28316895CC82D53C6B89C365EC1A1F784F3176E41C25CA3738
+9D2C50BBA2B83750217AA00195F4A60CD4F7E28D1EEB51BFB0A8D924A5B3F558
+76BA0F1E37C0B4EC59D17647C226D17507180415D2DE1E5F4772C64FDBEB40F0
+028B3BFD29423D87BA461ECBBF0B4625F4E96BB9FAE3507DDCB92FBF6AD8D734
+026A257F60F7F38B2ADB14A653CCF7B661155DB063B5F6DFCE8EF606FCE32CF3
+6DE1BC78C1231EE4AC49122C297C14F565B5BEA472D7EAE72FB0288B1FD617A2
+284077F0C440CAF2461AAFB693929DB16D1BA945FFD49C4FD1D56EB078AAACD7
+7AAC2F709A289A124B10A576606FCBE33EFE44C213999CF0EA8EA936B98856A6
+932863C70FEDF265C1354501C193B4D302645944C648F8EA1E43153C18D4DD9B
+191AEC6759FC2E10B2F5D9701B4EE880584FB73E68C6258B3020EEA514653395
+129077954CB30F57DFE5B7D48F23FEB9C900C7BB88670F190DB08BEC6757CE0A
+24F578E73793BC517CAD963CD82B68D5FE14D2B3A914A326E70DE08DCD095197
+79FD815DD52EFB7281F8A46660DAE8469B621EB71C80EBF1E3CA67E3AE2E88AB
+5B0C360A2E4CFD5DF9618DA3A3023E798DDEC0DEA79C109084DE0463F0CAE38D
+4ADEBA3957529F2BCC0930E107CB85241A9EFFA103D999514E83D04FA651501D
+A4521F0AC173CF518386453541146A9C8D67F4DF1C06BB54FB293252214EA3E3
+935FB7734E7B6BA1FA01715B8BA877D46735802A377D960BB1A6995F2A344686
+B482A42A7B4A8F0B2A704E485CD4B7DB5E2F164D661569A67FE9F3D6C5E9BC88
+B44C33683CD311D22D4CD7296B59AEE94DB0CB6E49A2FA6FC51E3C90C8ED9FD7
+B1C541C0EBC6A8DF7CD8124966190041AD93441D703FFBD71BE14486F1E0E9CC
+C0C27E5AEEB6C46B0A325B51852E6D440D61A416E1DC1BEAE28489DC0859C97D
+8B50BF09E41DEE22BFFE57DFCB7F0A889CD037784F4C636FF7EA4F2F474AE437
+F0AD6E0ED0E4F8D183BEA6872BF4F047A92E6F349F18948884AB4E3EB2F9B392
+9EF16D3E28EFCD04701FF742059B27EDC716F00B0F7AD9EC167D76956FDA76CB
+2D0BF35976D0C9115E483958EE5D5AB24103E401E6CF60946B9EFF1D4257DE8D
+8C89A750F9F47CD4951607F8C674D1F29BC5FB9B6F8C204F5005F7F4264BA912
+2EE22FB23BBAEA1F506A9676E2D7E615706D7159D14CA70D89EAEA10A20A2849
+D92D0391D1273B16A58A9D073F200790C67677D803A4FCDD60B3470D68BF6AF6
+277507865EC88C6700A79F6557CF3F5021448FA0567E74DCE99CCDFAB3BD5D78
+2CF8177424A4AC7C335C1D100E0EADBA21E5BEE71FC3B4153914F6A160A7D5BE
+5EE2AB2132A114AC6A424789A8C0AF35E1FE01D8B9679B5EC98F04734D70BA0C
+562ABA9F6E8353383C6BA3971B84C00D630A017AE5F69DF4397F5D4C21FCBE7C
+4770D896969398CD43D789AF8314710ED927DDC49F27DC0290DBB03AA46808C6
+612814A3B4F0FCE877EF2C33C67162DF038F21AEE9F370DA8968CA4FB95A3A13
+1A586BD307D320025A0D400AF6D4A8ECCF70579C59A438F752A7DA4DB2781469
+6B16995BAE756B3D1B397A8E486434921E56C0620B778793CED0FCA5DE77467D
+AC247C290A98802DA4114EBF1219FF49EF78FA8DAF55F34E80F25E78140082FB
+F336C2C7793D025FD406F741648989A26166BF25283A11A2A40DE6FD0904B7E6
+69C6DB18BE8CF2A9A3634545454293F297D71D5731810D19449668DCC9FFC093
+2DA7899DFCB029AA758AA1FC55A7024C545FF4A4CB8C2DBA514169FAE57EB195
+E2716F48ABC3EFA67F83FAA3FE1B2A9F02956C3B0DB09DA6F72299B52C4069B5
+6C56A1342B5F92BECB0E3D2CBE366C1956A23DA2CA7C6381ABDE6DC5CB733AC4
+A348A5BEC9EC3C62950F051FBD195756A2C7E6F4C5D99D83E8B896B4A6117A4D
+0D11ABC3DFE596F8353C9CBC65707835E32FD9DFEBED0DE371EEF007571F01C7
+3D8AA125A4B47A06EC362FC9253AFF66BC7AFF1C529A2E696BD91AF22518D39C
+CA9B03C9CF9A994798D9427F6DE28E6FAB2A8DB764D322525C7DE6370906419E
+1426E70303042FBBB866F834D56D644535B1A8C5285A0EA8B11719408712554E
+4366EE20EFF9E1ECBCB1B948C0EF05C6AA6D29A5AE9B77DDE104BB7E94538FA4
+DD0E578216A89FCCAF862881838BDC99D11C4C89ED6BA253C526663DE5D4D26C
+697999EFECB5AF0FD901C87171EAC4429D84C3D007F0CED34B7E923B530572F6
+311789BE65D5D15E5AA3CA59788779B9B2E1C610E97EEFE4FEEC7754942FECC5
+FE94247B008344F64FF89E71B95A84DC1560E1AD44B28E64ACC237763ABA0958
+D890B81E5770D1E10C74C0A415AA15D4CE03002B337C1194F5ABDF24D2F3EEA3
+7A71D72C40F4590EE61AB5CA7A7B6441DE0B740A2D69A93C1E75FDB5E8C9C007
+86B6DA14B0B1814D915F71755819DEFC1F02ABA4798AEF9B098D5D6CD32CD4EB
+CD3ED16D1702AAB742A30C4FD424A4D73F93B63F03933528BA44430A7E20054A
+158209A5465325B32618A63715B3684BE3CDB28DC9B17E88B1A5DE580253F05F
+DD93142E2BCAF7A068D448186DB2EE7E5EDE997AD59924A518237745A8349661
+05F45786D1A2A8CFF78476A97E4438F7B1110A522CB1F9AFBD575CAE010D5EBE
+912FF9216A60DE37A385CD76A9CFA2EC476F4D0F55BADA428B7C0286FA54BD24
+CA7D7A1CEA4718243E2C23AE3693244B2E1FA334B7B55E0B1C2284CF1CB9F3E8
+06720EF84F7E181D525F054195B601E1DC76836212A66B1FE6420EF1E4C40B8B
+BD7CB7979F8D5D2072573C11A7D1F45B9E6788193B7B38A1B7386D185FB460AC
+3F068E3329272A6677B3A1AE6FC5E83453B3BE4D9EF5FDAA63EDD8965695307C
+2CB4211B94F662BF3688C05415C649530AC1783B620A678EAAA24D116649BDA5
+E1E2D55EEBF473F71C07A787DACC888146419C9AB6835200DBE68CB60360DA6B
+9611B4799E0DA522782E25ABABEC9C128A2D3A41B64DD8D39660E889C26C7414
+1202EFA15D870FE7A2CB8688706E490D2DD759C676F472732CCDD1DC800078C4
+48AA6490D79ABC4A44C0479E40FE46318DA23BD725B29B2FC74CF60A7F970D1A
+7EF4FC467B3C1E0BB4E4AAE1D86620EFE67B23C4DB753D9874B176C2C868749F
+60BF62D155CCF4D9DDAAA233BAB3605F702F805587E76EBD273CE92D1342A730
+2B6BBEA3C2E3C4F76F9175D1D56611F23BB35759127321B2B1C25417090BB030
+6193E31A93EFB12701282A2EA2EAD4A6F4C830EA5F26B5C21BE9387A96CD3222
+767699BF523A77ADAFD00CD5D42497EBF9433C036E6EDC64D37E6D4C5530782B
+32419486D125B7790764EE6A5E72A31C83DDFBBD2A5956739DBE4ECDD8BA42F3
+56304EE7D3744BABF838DDEDCC9844588560A55B5D85021248D450AB83E8FC80
+D5345DD96415A8F7481234D45735949FFED77BE339B8BDA3BCE41D53F98F0AB2
+E741DBE3402EEB10CEACB729D4A6D6F27F9BD3F0F92EBA434AB640A3437064FB
+BA3E3BE442182E859029F40266E1E369E00B7386D298CEAE1B0974F37E8833A2
+7EB26E30B2DB76C6D07639C16507A1843860E6FE24DEB68866AF385B1099EFD3
+EACBE82F86F9F5DF3559733FC12A60C1F4361E8B78A218FE90266C1246064725
+0478670FB7FE9FC2BDA0A4C3855A0AA7ECBF5A78254B3F37D508A63688C64595
+F3B713E25FA1A45BDF8FD1F652E8CE0AF85E1DAAAE261E0A1104D2CDA7F90BBC
+B517CCE3DD65EBBD6E3A682B7D346C8E62E4C7E550A54896622352D303F271A9
+924548CF92EACAED17F46E0FCE9759160CE66C2FA676ABFD4CC1BEBB9F6F1BC5
+AF5159CC970AE7A825F50F44F7442F2B4915C1B191546E424C7FF31040F91332
+2A26CFBD27CFB99A792FB639D650C1D987F1FE6D47805AE11CC4B0019982EE91
+CAC2702680A830FB26418877447D0820FAF9079470FA023A0DEF9BEB94DF9BB8
+F7E3EC85BAD43D47D95B687553B898A29301DB7684259D76C9C6B70BF4234F20
+622F59DF8F9D9F55DCBAF7D3D80DA0D6F226C7EF355C5F0B514AF0519DADE2FC
+EE61BB04B5F8BFD2B7B2931C7778EFB78F6FDA1670B5053661F7D245C36102CF
+8911F4DC6A6CFC5F321B29802A0F972298DFE4AA0DEA1DF703A32736050C8C1C
+3C36F9F116E5977A64A1D5EBB11A2CF622875A669AA6603B799C522B8531FA97
+37CBB4D0CBEBCDEF9EFB7D01A54CB5BF601A9819BCF37F0991D2DB73FD2D8DBF
+6A5328F98DF9C85AA6215EA3BA9F60061ED6B87356E3D59E236B5CA81D8774FB
+FF159ACF4DEC15B10D7D6C5E1B108478E40E69D05A3591F6F138EF70757F6EED
+26F6BA7B8069BC3CD6749D025CC1B77DD29AC60B639008DCD633A9689B78AB94
+773E7629E0E091DF35A911E001CCAF42E65BF3B3D8295F3E84FC0E14E113CFC8
+FD8B1E455B13027347239ED7B9D58500AE7FF52638A958AAF99D8955804B5FD2
+E07E9E7E433DE82B636C20FB35609404DAF1E0FD20262B76227F4A83E39D5466
+06CF1A42FCFB80ADA63651E59FEA8FAFFC9066F44B4E9075531C31A28C33DCC1
+944BEF60529F31D845C106ED177AF86DBE5987671021976CFECA587CE32CA252
+09A95EFF4F39A66C0571B534914A019D56326679EE21563B60B80E7D410778D3
+DD1C8C245BA4039673D1FB7F2FEA94322AD6DFB7162FA5C92A0F1EDB5FF58DF1
+61E4D8DA568554435CCD5CB4662CE9E6AB1149A754CABD12B04ADDF8B0491900
+01044041483530B0D4EF08634FB1F3D0CC0352CA7476063C09A3BE4E22546FFF
+48BF3EF4F95B04C9DCFD3017834C1CB4F6E5CF5AA1387FB22BFCD7C6E3B8B0ED
+2A27B5A99FA023E40A1312DFD83338621111C288FD13E35D28B84317E4F361F6
+088FA7942F60F4D3A70B86E4547C600AAEC88E19EE1DFD9F6B73E86C56193296
+EFB9E5C5584CEA5C7D6DBE0B0AA8E9360982B01E23DB668544EC494C11CFAAB7
+91AF60AB418693D55CE4462C99BA1619C0509D725EE41F573319247218715A32
+50A0A8FB758A5044DD9A593365E7727C94EA48FD6FC63918BA943865240DB20B
+8E87E853AF67C718693F964DB62A340C25913BD7AEFB058D38242F0D9CEE7B24
+B33F52D955A0443567008EE4717C6BE472F85BB629545219A285E96479257F2D
+CE450F02237C83A538109F15ED34513491FBFA3C44BF88629870365B07B2D5DC
+70F1A4DCD735C8068943A6C5468F6608016BB91C337E49A37041090D62E07BAA
+CBDB7718D6E20E877A7AA89C94534DC1B358AA97140E9CCDBB75B333F1555774
+32D25E2F0EEB58C47CED88AF64FE156455FCA0A82EB3D4715581E0B065524BF6
+39A8D205787181E3955A5120F3821D7C1236A70547CF9E52249E436B06913CB0
+9B02353CF814F580C9C881C33E94572550493E61F2739722C111BADC99997742
+BAAB02F021007A
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR12
+%!PS-AdobeFont-1.1: CMR12 1.0
+%%CreationDate: 1991 Aug 20 16:38:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 51 /three put
+dup 57 /nine put
+dup 67 /C put
+dup 68 /D put
+dup 80 /P put
+dup 97 /a put
+dup 101 /e put
+dup 105 /i put
+dup 108 /l put
+dup 114 /r put
+dup 115 /s put
+readonly def
+/FontBBox{-34 -251 988 750}readonly def
+/UniqueID 5000794 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E
+59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28
+51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23
+DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A
+AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F
+45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31
+821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE
+96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D
+9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379
+26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4
+140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213
+1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498
+1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB
+377D3061A20B1EB98796B8607EECBC699445EAA866C38E02DF59F5EDD378303A
+0733B90E7835C0AAF32BA04F1566D8161EA89CD4D14DDB953F8B910BFC8A7F03
+5020F55EF8FC2640ADADA156F6CF8F2EB6610F7EE8874A26CBE7CD154469B9F4
+ED76886B3FB679FFDEB59BB6C55AF7087BA48B75EE2FB374B19BCC421A963E15
+FE05ECAAF9EECDF4B2715010A320102E6F8CCAA342FA11532671CEBFCF38BC60
+5BF06A0E01053B7F105ED5140FA4FA37A4F45ABFB58DD41780629C7FA7594F8E
+9488B074D45BA0E761190A94DBFF4CF204D5812EB1DFBC0C456D6A044C558945
+8DF6D6AF8A51131AB5913EF25D01EDC80004A6071269F715D6C6632E74B37C02
+C9BA31B6A718BEC59D0935270C4E3068AF4B766D00B53D2514845D0BA1CC7793
+E3874A1044EE841F60C2003C457D154FB837850F2A415818B2FF3FA24AF1C6F7
+63D65111544F348A70C9B4A2D8C94DED479B4A05527FD76FE3E84FB1842C4BBD
+57538D0CFA2E5234ADABCBA03D3440FE9DFB50395D789279B50CF8690EB1B8C4
+21D59992C10E268CA4626A766EF7F783645558060F8E017C59E0BF46419E1D77
+F3EDF8EEDA53253B504212C524C2E88BD07023C78EC71C2F4B39D4ABC155D947
+6AFE36ECEBACA27B96E6A964AFB6555FDE8145C32CAD9295CAAE0899F84A7295
+0562ED5922383E5698D8F3FE312E04F14EE2070A54ED286D1066A7BA0AD56336
+20357549A191A3C34773FD7E031B51E6053F656C244F85358E38595ADA2CA534
+EA43D762EBCE49391FD1583E05AD06277DD35AA000451FEB9F55776747A64DE1
+91E377D02D7970190C4B5529FA69B127DD711570AC45E33AF34482480070775C
+051A39AD4FC5BAFA2924AE5DA513949B92715E7CCC85482DAC7CA8C09E790055
+F8EC9844F4896233CAF9F78D61D52565C409464EDCE034AB75DF121E4FD55170
+3F0F3D683A141FE35E0CF536AC6491F0EA2316F03E440CD97809AAB4490D11F8
+83F3BF0805D3546A9ED7893D7845FDA9A8C1AA3BC37DE1A02E06192937461FDF
+202E11454AEB30D8ADBDF6ACA1DA15B69294A99C8B993A00472A59AB2CCC1301
+D883030B8E8F74626B7E72092ED268DCE17784692780554E5C5E4F799A95B6FD
+178034BF95AA35247B758B37C4BA2C2A9610E0DAC5A26E85A80F5F1FC80E9DDC
+54005175DD56CABB5553824909AE038DE6215C1A0B5AF6342C5AE66BDC15ABDE
+330DA30F9E217E710594967C59EFE82993D8E02A8BCAB40B78171BACFD397848
+2992AB994293AC51ACDDDAB4739EF8B8F4A2F5FB497EF2B17304EDD7119D606A
+868566F2D23EDA9448631D2F6A2D4894897A7714DC4875D484D7DC41874B8A2D
+5451F7E226C441CFF98CE2D60D58E9AE206C9234C883AE1CF84210BCF3E143CA
+80EC2C7FFE600981D50720906540B903D7220D3ED0122DA686EBEB00C519EFEC
+F562B03AA9C9D9A6CB546E486172A3DDA9DC84C75C6C90264DD8F6CE7DFF05A7
+B1E954FA66799D65779D1EA407C742E66FEABB895832A4353B9989B47A33484D
+D3A5AB623B4D8D3286F136788DF1334E52AFFCFB80F63823FE16A19607A4F162
+C139BB3FC321CCBF40361AA8CA4E363C35054CCA0ED5D0E5FBFC82D1B92DBAD3
+112B82E3169D9FB44254B3CA78AB161D197FD3F01DF0E83D9F6B4B2751B0D9E0
+E1FA93FDF9802CA9744F6C0D3F9205BA6408D2A6B95EDE5457A8753504D2B620
+7441F64B57CFA7370F97FCECE499FF391431E829D59DF328C506CC5D5B77525D
+12CB71AEB28AAB4FBB3C0A48933851B10C4528B4DFF475743A16CF9BBDE2465A
+2B8D0F06E3344A961B56E2A079C5DB37C0464135A3D7E52DFF56064FBC1EF92C
+CEB5A2E572BF911678706342B7435E9AC5EF2553A34808D216074CFDE26F709F
+A90CEFD4A8E93DC90C8D428E0FE503E72EFE72189D0428E7EED7F0BB5D958107
+2E216550BAB40AE1E1F26E8B4AD736D481C28B216D6C6E3442805D2C47E3AC8E
+69BAEE59F94B8C114A1A81DA715584BB60536D9F2E8022EBCF26EDC58DAF69F7
+E0F55AD8DD80451BA25517D9DA4480A456491545F1D13B536825FD2F42A4F070
+C219227EAC078E5EE8DE775703A5CD6BBA3808150DE76AD4D89DD75A91E93C0F
+DC90EE135AACF4FB1088842623B370C6220C530B42B9215734253350CC04CAA6
+024CE90BCF8B3BE9D26F4FBF09FDF3D827ECEB1CBFAFC7FB1A3E436176944B4C
+B2B5B32ADB4EA749D0E2F94127B5E6587A0A2A808549B83CDB38A348D8DE1926
+D32328A699A79DD62328EF51BBDFDB160DB7F9369523AEB164604748CB55E92D
+AFCE96E1D69A5F8B2FD4D275BF5337353B16D62FF683505CE16F0D0823005963
+C386E7805EB114B08B566E3150AD27FE75A2AFB7047C9499A5A37667644B2AA7
+727A03C1CCD962D96EBB457C6FA486A41A083D07989F9E96CF0146D218A794A0
+E6A738EF710BE7936957EFF22C5EAE6F32B73BF4832387B3E04DEA59CDB7B216
+709E98EE778B2E60A3CF038354CB0BB2C7E237125E57F011EC66363A25A21373
+7B82E320D43E57247A352B445C767444C51E356377FBB517F24B53B3019605C3
+AFC4AE014B9414361A1FF68BDF33D9C923E4FCE46080A6DB94D8C0284479539F
+B780422D8D00D3FF7D0EC36FC0F64FFF1C5EA9AE90C0C0959E1ED9BF0EA113D4
+931D2608CF96FE7292CF05C901C6997CBDDE9EB10806E4F577724C1B8A33C0D1
+EF11990811A7870C97CFD9A3768497519030C999728581AA72E66B4706F5EDB3
+5137CA3E6069F2361BC7C2BFE006DD8C465D978374A8B7D77D5C1443C1DB72A4
+554DD994AC0FAC4C2F7C36B4546887E8BE7435923972B00229AF697B59277330
+4A52693552F200FC9557EC9947EBDEB3ACC9BDAC40BACAFE05963F904EDAB6EC
+267173DD36E87F5B25FBF5D202E61D01CDA0E353861F58ED9DAA227DAA982BF5
+AF47CA87331F9786601799E484B4D58769FA2A20AB264643BDAE434DB0151AB7
+B9D49F72660601088B6D25256EF3A2904E3E1035A7B03CA9D98BB068193450A6
+CE227E43BD21A9C8AAB834C1D3C661A97D51E08A7F4C2239FB7103997411AFD4
+5AD4CDB74B27B2A4B6A1710B425B2675760BED004764896C0FE41A41B9D59106
+5FA9E096643EB5AE17603716C59F956093CFA96268B1DD3A5F24156746EF4F64
+4BC67BEE703A3896D52D329C60E3401216B15823455CC94E279C08B8E5936F0A
+AB0EAE508F9F10A7433424D1289C1C67CDA3C5671EDF2BFD242848F0D8B53B23
+27D76DDF34E1809E4A3BC12E1A675B03FEC3368ECFB530F6015F789305EDD113
+9CD2513074EDDBAB0D7FDBDC71E2FD0EE09FDA827BF8DB9E595536B95B33A8FD
+8970B5993EE6CFC32DFC5210CACF1576CE4F9579DD48C6854301CBE1AB5807FD
+F5711E6F520F779EB27648F0395C3EF98C2D54
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR17
+%!PS-AdobeFont-1.1: CMR17 1.0
+%%CreationDate: 1991 Aug 20 16:38:24
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR17) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR17 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 39 /quoteright put
+dup 80 /P put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 110 /n put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+readonly def
+/FontBBox{-33 -250 945 749}readonly def
+/UniqueID 5000795 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F075EA0A10A15B0ED05D5039DA41B32B16E95
+A3CE9725A429B35BAD796912FC328E3A28F96FCADA20A598E247755E7E7FF801
+BDB00E9B9B086BDBE6EDCF841A3EAFC6F5284FED3C634085BA4EE0FC6A026E96
+96D55575481B007BF93CA452EE3F71D83FAAB3D9DEDD2A8F96C5840EAE5BE5DC
+9322E81DFF5E250DEB386E12A49FC9FBF9B4C25C3283F3CEA74B8278A1B09DA7
+E9AE4FBAAF23EDF5A3E07D39385D521547C3AAAB8EB70549756EBA8EF445AF4A
+497CA924ACCC3DD5456F8E2C7E36946A5BF14E2E959895F7C94F49137256BE46
+4A238684D52792234869EAE1A6D8ADF4E138B79472D2A90A6CA99E2394CC20CD
+3841733046175B20CEBE372327BF13428EED6A3E2FDF84C2DBA4B0AD584EE9DF
+B51828D3B8F385846158C29C9AC3496CB9692DD10219697B2ED4D425C3957FD8
+C4600D76E045C561216EF05D38177243C314877A69A1C22E3BEC611A2EE5A216
+9B7C264CF6D1839DBBD78A40610F2C0D7C2FE09FFA9822FF55035AD52546970F
+83EED2D30EABB1F303091EBC11A5379B12BB3F405E371519A53EA9D66174ED25
+A2E55463EC71A97BE4C04B39E68112956117C8252DB6FB14AB64534B4BCD568B
+246DB833982B38CDE7268BBF74B6B0C18091E1B1F87D32D66F4DD023D1F10D2A
+7736A960F72AC01F733A11023832CD68FB6288A5977743F781214D8FA9C0C3F7
+80001321D4397771F728FD9EE57CFE7D9192B887EC883EB1505068261DC40089
+7B7D2820F06515CD74513521F6397FEAB3AD3572D9A8269430E407E357422461
+1785FC2782047F4C0339D79B16862D939F3A37F78E4E2174E4FBF132539CB760
+207999FF86F6A3EBE48EB0A1CA635450FDEEF79EB16D853F3BF4B7A887B6794E
+6C09C4B9C00804F4A8EF339D38CCB41B1883CF72D167D76BED1E9E1D3DFC787D
+E2B5C3CCBB79DB105A4A03AB60F4AC27F74DC9C0FE5985E1D8D133183E4A622C
+C62A0C38B5F56120755C1E54325794C28E7633B088EFAE6D7CF46855B18C8EB7
+01FCC24C8FD6681D09A43236F9012AF1EEFC863AC1F45007845FB75C9D11A824
+C29C347B6A4AC9C50FAE10317F1BAEFBE07EE2AC5D72417CC8D982B63ED0680A
+74540E1BB75D88AB74D2BC2DEDA72B5EA49D5B8332D37CF28A42C9600FF4956C
+11067FCCFDA723CD3AB13337B39BE45EB32A8456199D0BB5E291A71A3486372E
+1A43D184A7B337AD04835C322B4FE57BB920F342AEB400E27E0AC8BB972DB5CC
+09A78A40B09EBD503262E8924FD66E0C568A80C710FA65705A7CC11AA28D2E1A
+FD46772F8AC5CAA5EB0AD86B2E8028CC9E62C45DF0E72FF28DEAEC93207FAC79
+4F7EF019516219BC75D5F50582AED190347BD62A853B742E193EA0787C14DA90
+4A99984195FC475A513F5DBE5640378EAF513D355DF5A142C26649F7ED58E8E6
+DC4DC5FFF5CB15060E97CAE1C549AE312053A8C0D4575E0D7A735D3D49A83F89
+1B8F2EF367CFD1D651D99A7D7250534C0521A416A4358612E4A920B561721388
+60F68F85AC4823D8D2C4960575DEFBF43CE234FB1E5D0B463FE8674DFF51D9DF
+BF3731CABB9F659B8828A92FCA24ACF8F2571DC602F56B773EBEBE95631889FF
+9F3842A95A5D26E37659B804DDE240C3859061A6D4FE6C930E7F57651AFBB24C
+1D3E57E6AD83ACABD45E0F7B86E1D15B6CD391DE702FFC1EF702F39297E4DC2E
+A5F4C66E86EDF7CC2AFFB376326C4CAD68B9B24338DA3B14121F7D159A04D6D7
+4DF60CAC8A477571A1D8D1EC7B42AF68B5D5391B38AADA6A84B6F51BF77689F5
+09D1EE21C98918E11E4523F337D9B5EACCBADF9AB0287E66A3E6DDB1A8ADFA12
+DABECABBDBDCFE93E9446CA410C4E7AADE1C9424CC5AC96C3F5C3EB4F07B6CEC
+9FBA2461E8A8CB29E656CA96F8EC24FD1383536D98DC50880B0A08A2598ABA60
+14CE79A7F30A33A8AD1FDBA6C5CAE7F712FF1DF77A05D69BC84FA2EBEED1F296
+5F72618082A1408CF203145B6FAD711EE08DAF597527245D8C61690CEE96D623
+21C184EA42C097842F37F71C0034632225F601859CB1617544B805543B192CC6
+4330F325C1FB8E6E750047595B21F350923FBC2B7D3A2B97ECF0F4BC961C684F
+A0A4B040D5B0B198C8DF451F52A8584B3FBBC42A99A2D5670C008092E2FF9357
+39C159B2E441551395ABD27624770C963BF0516991D3B73F835A991BAF49607A
+82C2B4785B54702D4DB0BEB7D63CFD7177ACE6B20DD445A9C3FCCC205B3A49BE
+D6AA6CB2E8A1A66E2C7E9396AA3B30853C840183704E38542F55638A4496A237
+E5504323E6AA96A15186A8DAE2CFA47A9A7735AE45DD639DAFDC0F3BE298E142
+F8192326BEE66C62657184828D856DE59A36EDB5EC247582208E235120B5F245
+3EA4562A169D3CE2A144DCDA33D265BFBCE361098EF21861587EF4ECD9F5AA7D
+4198DA72ED3CE50E08210BF9FCC73CD7B1079A229A09E1399257B03FC10D84F1
+2364097ABA29411430C44F099D44E7C8BF4D13FDBEDF8072A2E36C1B8E3515F1
+311FE794FDC4EEC498A2A8BF8C9953828879C32569DCBC32AF8B6EA609049079
+7E8A89709F524F8FE76E0D3D8B252CFD691C0E18A8488AA1E71EAE50E3EB3A2E
+55AA8BC84176031FBA6BD016C00B319E3BAD0C5939720B57F0A06BD0F102A32B
+707921B0AA52195C2739C4C06921E0D4F41E6172F5036C81DE867376D143FD09
+D8C280AB028119517BFE7459FD5DF0148F41378C718D8559D43EE7C739E88B0E
+3461F6DE2457B1B7EB72FE7F9FD93C6FDE60F5E4B0ADBBD5581E6E4634A42DA0
+71F88E46F1E4AC3A69DD1DB4F1C98E5B72845EECABAA094FDECA2842AD1A4D3C
+2009E7FA44E0CE687BD38465664BEC96CD26E161F9303D9A393B7F7D15388670
+3FAE2B2940E9E385B9DC11F551033996B442708CFE2AE4F015B9D550AD498F2A
+D50FA17BA3B7ED645857BAFD45885401148F0E384E165117DE9F209AEC33AD1C
+3994588C8ED13B6D6C46EFC3B90C13E22C2D64B26CA15FE71FC0C787A7B656CB
+0D5B0ECF5923AD1B97BB34663645F4342669E5243D2438F8A93F42D22813A54A
+CA69F32B6101541D80CB809280E3609F9D4C0F47275D6DCF9FB77C05D652983D
+273E66964DB75B7B3E2591D662B8162CF12E57E26747799B2E7B3D22B25710AF
+569001013121896285E435E7D7CE74513F129D2A13FFD8AFFF18DC0D39C6EBD4
+4993E7ADA009AF8873B19BD454A91653DAD2F6E684E7C6FCB40895AFD9D020ED
+459FF06E8E01DE0C0557C814037B3E29619C7D1B130CA3761D7D356B44B375C6
+C5BB1EE6C7B21BA82BF574EF62D20C1BFAC850A88F093F19132C146FB2A97ACA
+3823892CA84837E1F1B88FA2C7184660A345B9998AAABF8A104B08B15D4CFB70
+BF3B836789732F6A17804E52EBF497098DF8CD64BA57A847AEF926FE08CF3EA2
+D5C9644C5E8B7F0CF5F663F7D26667C15D9DDDDB8FA22A2A8034399F69D4F029
+1287E3D2DB1FD3F45EEA68E103C4D63A11DD192156A38E60EBCA7D32FC80028B
+400BDC235FFC74387D7C497318A8231DAA6B886EA93AE7278A4040EFF9C2AE72
+7DEA76F0CB0EB324A125D75AB8A4C9A66303C58EEAA2920BA884E31390E4383D
+F54D6793B9AC17A50C012DA651D9CB718FF8E13610EF9EFB6A8FE46656859275
+A1837931B6B1F495BB73CEDC9EC81A76CBBA85E2F571668A6DEF12F4E7960E66
+E928BE047C1CD9B559F6F5BA8B8B0BB3C6610574EF36D7D6C758FAC77C6772D8
+8312848D9304353BA4E44964C6214C18210A0934D5F016737085C4FC9533D6D1
+823FC5E8FBFC3EA1AF02D8FB0549684D6F86F2F8D9E4A254848C24565A3852F0
+9EFC26F3262548CFB59BCC2A6A36F811CACB8ECE11673E9746A6233CCD2400E1
+1E7B98F2723C3D0FD83B0EBAC5619D3EC47D7F8F49CEF4715ECC6C5CC644C164
+DA3128EB9189F0B8C5C9BCD46A2EC962F7D0633E867DC002ED2499F1579B1110
+3F7C615BD494FF650DE5C5BF88F7E88CF70BA631A1C4FEEDE94CFAA8C1C968A3
+7915C08038BCB1B518622278CD278C20FA98ADDFFA9D8037AB08AFFF5213519A
+95765163182540D337BBF40701DE0A3A06709F48193B3A4E59B2EC15E3981F8E
+4EE80C99EC916A446442EE859D2D07E6E5AB74E6C07DD3A00D668627E1C4A38A
+9FD1F17DFC7A2B280AF39D4B4B5DCDD85FE267061269DA824CA5C138477E5FBE
+395D27CA3E82831E96DFEAF674ED8679E6D7DA775C826833EC4332F2B8B784C2
+C34082252383763C49859077F6660285ACF7891B99794D9BF116DDB4BAFEB4C8
+695DB893C9EE4F9DD7689ECCC3888E1CF94518C0182443DFFDA9C9FE0690802C
+FAF52A40E3814FD1EBF3BEE7921036E836666E1DEAF49D90B37F1B3D4759ECF8
+E1BFBC3732ECC3BC82F3E2979904E83A0608680D6DD1377D4D2FF4D08A82B81D
+5DB4A87ADD922D0AE32079AA7B6C8F7EE7DA01D2A4384D10E93A28866EC81269
+202A6A92959857592E441B25829206EFEEC54FF6D2C1AC61561B28183FFE45EA
+EF8D7A1420BC7EAB4403B8C1237CA045B5EF89A04BCE74E2536C61B1437BB69B
+CC99F63FBA66792F01A37BF9FC8AB4B5BCCAC8F5BFF453FE058DE6CEF2FCE160
+537C7452D434F22EC332FBB5FB52D35F31990BA396BF6103601B799D3A04A5A7
+39797D5F96A00FD37EE6C7FBD45FA0B6B44BE869670ACAF7C9B844FA2B04E121
+9160CEBB324DBA453E03DC85A50B59AF2F33E3011C0DE8EFE76F9AF7675277CA
+A8483943B317E3FCBF7AB3693D9E50B5238C95A285CEA07F008114C2E3D1829D
+2CFEEE26FEA95C8AF204986D4A7DA6715616AAAFA18EBF7E752E52304481A8F6
+7ACAB1072D28315C86DB2C2686574B90865444A2839E9D20A71795C8616E552E
+E96F1E7956C31F95646F4549DCB67A0D10CDD20D4782023C1A3057617E4A57ED
+AF42ADFFAA6DA004C63DB5AE98DB5AFA876BC072791105D706B0CAC17C09F399
+4C52F6AE9A410AD1B4EC4D5EFDE2BF8671636473D0C8D88FDB7C0C4875708039
+9FF22DB17C704BE785D490719BD38C705DE2101C5E5BD9A0AF7EE4DB249EC5CC
+887E6D3227BCCF469FCA86055A37027ADD25A62FD7A8965030C7D4F09A
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+TeXDict begin 39158280 55380996 1000 600 600 (grfguide.dvi)
+@start /Fa 135[50 4[42 37 1[56 6[25 56 55 3[49 1[52 97[{}9
+99.6264 /CMSSBX10 rf /Fb 221[39 34[{}1 83.022 /CMMI10
+rf /Fc 241[34 14[{}1 58.1154 /CMSY7 rf /Fd 194[60 2[21
+58[{}2 74.7198 /CMR9 rf /Fe 135[35 52 1[40 28 29 26 1[40
+38 40 4[18 40 38 23 34 40 34 1[37 18[54 20[38 38 38 38
+38 38 1[38 38 38 38 47[{}28 74.7198 /CMSS9 rf /Ff 135[42
+4[35 31 1[47 6[21 47 46 3[41 1[44 97[{}9 83.022 /CMSSBX10
+rf /Fg 136[47 2[24 29 9[22 36 6[36 97[{}6 66.4176 /CMTI8
+rf /Fh 150[27 27 104[{}2 66.4176 /CMSY8 rf /Fi 137[35
+1[35 35 2[35 35 2[35 2[35 3[35 35 35 1[35 4[35 92[{}12
+66.4176 /CMTT8 rf /Fj 134[37 37 51 37 39 27 28 28 1[39
+35 39 59 20 2[20 39 35 22 31 39 31 39 35 20 11[51 18[53
+6[20 7[35 35 2[20 1[20 2[27 1[20 26[39 12[{}33 66.4176
+/CMR8 rf /Fk 206[30 49[{}1 49.8132 /CMR6 rf /Fl 190[49
+15[33 49[{}2 58.1154 /CMR7 rf /Fm 150[32 32 103[65{}3
+83.022 /CMSY10 rf /Fn 134[37 35 1[35 41 25 31 32 1[39
+39 43 63 20 35 1[24 39 35 1[35 39 35 35 39 46[39 39 3[27
+24 31[43 12[{}26 74.7198 /CMTI9 rf /Fo 150[30 30 104[{}2
+74.7198 /CMSY9 rf /Fp 134[59 59 81 59 62 44 44 46 1[62
+56 62 93 31 59 1[31 62 56 34 51 62 50 62 54 11[86 78
+62 84 1[77 84 88 1[67 88 1[42 1[88 70 74 86 81 80 10[56
+56 56 56 56 56 56 2[31 33[62 12[{}48 99.6264 /CMBX12
+rf /Fq 134[40 39 55 38 45 28 34 35 1[42 42 47 68 21 38
+1[25 42 38 1[38 42 38 38 42 19[74 9[59 16[42 42 3[30
+25 31[47 12[{}29 83.022 /CMTI10 rf /Fr 130[39 1[39 39
+39 39 1[39 39 39 39 39 1[39 39 39 39 39 2[39 39 39 39
+39 39 39 39 39 3[39 39 39 8[39 2[39 7[39 1[39 39 1[39
+1[39 5[39 1[39 39 1[39 2[39 39 39 1[39 39 39 1[39 4[39
+37[{}46 74.7198 /CMTT9 rf /Fs 130[44 1[44 44 44 44 44
+44 44 44 44 44 1[44 44 44 44 44 44 1[44 44 44 44 44 44
+44 44 44 44 2[44 44 44 3[44 3[44 44 2[44 6[44 44 1[44
+44 1[44 1[44 2[44 2[44 44 44 44 44 44 44 44 44 44 44
+44 44 44 44 1[44 4[44 1[44 1[44 33[{}60 83.022 /CMTT10
+rf /Ft 134[38 38 1[38 1[30 32 28 1[43 42 2[20 41 1[20
+43 42 25 37 43 37 1[40 12[57 46 2[53 80[{}21 83.022 /CMSS10
+rf /Fu 131[83 1[37 44 44 60 44 46 32 33 33 44 46 42 46
+69 23 44 25 23 46 42 25 37 46 37 46 42 23 2[23 1[23 51
+62 62 85 62 62 60 46 61 1[57 65 62 76 52 65 43 30 62
+65 54 57 63 60 59 62 3[65 2[23 42 42 42 42 42 42 42 42
+42 42 1[23 28 23 65 1[32 32 23 1[69 22[69 46 46 48 11[{}79
+83.022 /CMR10 rf /Fv 133[42 50 50 69 50 53 37 38 39 50
+53 48 53 80 27 50 1[27 53 48 29 44 53 42 53 46 11[73
+66 53 72 8[36 1[75 2[73 69 11[48 1[48 48 48 48 48 2[27
+1[27 31[53 12[{}42 83.022 /CMBX10 rf /Fw 137[71 75 52
+53 55 1[75 67 75 112 37 71 1[37 75 67 1[61 75 60 75 65
+12[94 1[100 8[50 1[106 2[103 97 13[67 67 67 67 67 49[{}30
+119.552 /CMBX12 rf /Fx 140[38 38 5[27 2[27 3[43 3[49
+16[66 11[75 70 9[49 5[49 1[49 49 49 27 46[{}15 99.6264
+/CMR12 rf /Fy 138[73 51 52 51 1[73 1[73 1[36 70 1[36
+73 66 1[58 73 58 73 66 36 15[90 40[36 39[{}19 143.462
+/CMR17 rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: A4
+ end
+%%EndSetup
+%%Page: 1 1
+TeXDict begin 1 0 bop Black Black Black Black 993 872
+a Fy(P)l(ac)l(k)-7 b(ages)42 b(in)i(the)f(`graphics')g(bundle)1661
+1162 y Fx(D.)32 b(P)-8 b(.)33 b(Carlisle)1703 1413 y(1999/01/13)515
+1820 y Fw(Con)l(ten)l(ts)515 2003 y Fv(1)76 b(In)m(tro)s(duction)2166
+b(2)515 2186 y(2)76 b(Driv)m(er)33 b(supp)s(ort)2066
+b(2)515 2368 y(3)76 b(Colour)2408 b(3)639 2468 y Fu(3.1)84
+b(P)n(ac)n(k)-5 b(age)25 b(Options)70 b(.)42 b(.)f(.)h(.)f(.)h(.)f(.)h
+(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)
+f(.)h(.)p Black 131 w(3)p Black 639 2568 a(3.2)84 b(De\014ning)28
+b(Colours)64 b(.)42 b(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f
+(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 131 w(4)p Black 639 2667 a(3.3)84 b(Using)28 b(Colours)k(.)41
+b(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 131
+w(4)p Black 639 2767 a(3.4)84 b(Named)28 b(Colours)46
+b(.)c(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 131
+w(5)p Black 639 2866 a(3.5)84 b(P)n(age)26 b(Colour)32
+b(.)42 b(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)
+h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 131 w(6)p Black 639 2966 a(3.6)84 b(Bo)n(x)27 b(Bac)n(kgrounds)36
+b(.)42 b(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)
+h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 131 w(6)p
+Black 639 3066 a(3.7)84 b(P)n(ossible)26 b(Problems)81
+b(.)41 b(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)
+f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 131 w(6)p
+Black 515 3248 a Fv(4)76 b(The)32 b(Graphics)h(pac)m(k)-5
+b(ages)1732 b(7)639 3348 y Fu(4.1)84 b(P)n(ac)n(k)-5
+b(age)25 b(Options)70 b(.)42 b(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 131 w(7)p Black 639 3448 a(4.2)84 b(Rotation)31
+b(.)42 b(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)
+h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 131 w(8)p Black 639 3547 a(4.3)84 b(Scaling)28
+b(.)41 b(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)
+f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 131 w(8)p Black 639 3647 a(4.4)84 b(Including)28
+b(Graphics)f(Files)43 b(.)f(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 131
+w(9)p Black 639 3747 a(4.5)84 b(Other)27 b(commands)g(in)h(the)g
+Ft(graphics)f Fu(pac)n(k)-5 b(age)27 b(.)42 b(.)g(.)f(.)h(.)f(.)h(.)g
+(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 90 w(13)p Black 639
+3846 a(4.6)84 b(Global)27 b(setting)h(of)f(k)n(eys)77
+b(.)41 b(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)
+g(.)f(.)h(.)f(.)h(.)f(.)h(.)p Black 90 w(15)p Black 639
+3946 a(4.7)84 b(Compatibilit)n(y)28 b(b)r(et)n(w)n(een)f
+Ft(graphics)g Fu(and)g Ft(graphicx)h Fu(.)41 b(.)h(.)f(.)h(.)g(.)f(.)h
+(.)f(.)h(.)f(.)h(.)p Black 90 w(15)p Black 515 4128 a
+Fv(5)76 b(Remaining)30 b(pac)m(k)-5 b(ages)33 b(in)e(the)h(graphics)g
+(bundle)835 b(15)639 4228 y Fu(5.1)84 b(Eps\014g)63 b(.)41
+b(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h
+(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 90 w(15)p Black 639 4328 a(5.2)84 b(T)-7 b(rig)71
+b(.)42 b(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)
+h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 90 w(16)p Black 639 4427 a(5.3)84 b(Keyv)-5 b(al)37
+b(.)k(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 90 w(16)p Black 639 4527 a(5.4)84 b(Pstcol)63 b(.)41
+b(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h
+(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 90 w(16)p Black 639 4627 a(5.5)84 b(Lscap)r(e)38
+b(.)j(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f
+(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)p
+Black 90 w(16)p Black Black 1926 5255 a(1)p Black eop
+end
+%%Page: 2 2
+TeXDict begin 2 1 bop Black Black 515 523 a Fw(1)134
+b(In)l(tro)t(duction)515 755 y Fu(This)37 b(do)r(cumen)n(t)h(serv)n(es)
+e(as)h(a)g(user-man)n(ual)f(for)g(the)i(pac)n(k)-5 b(ages)36
+b Ft(colo)n(r)p Fu(,)j Ft(graphics)p Fu(,)g(and)515 854
+y Ft(graphicx)p Fu(.)71 b(F)-7 b(urther)38 b(do)r(cumen)n(tation)h(ma)n
+(y)f(b)r(e)i(obtained)f(b)n(y)f(pro)r(cessing)g(the)h(source)515
+954 y(\()p Fs(dtx)p Fu(\))27 b(\014les)g(of)h(the)g(individual)g(pac)n
+(k)-5 b(ages.)515 1278 y Fw(2)134 b(Driv)l(er)46 b(supp)t(ort)515
+1510 y Fu(All)33 b(these)g(pac)n(k)-5 b(ages)31 b(rely)h(on)h(features)
+f(that)h(are)f(not)h(in)g(T)2458 1528 y(E)2505 1510 y(X)g(itself.)53
+b(These)33 b(features)515 1610 y(m)n(ust)e(b)r(e)g(supplied)h(b)n(y)e
+(the)i(`driv)n(er')e(used)h(to)g(prin)n(t)f(the)i Fs(dvi)e
+Fu(\014le.)47 b(Unfortunately)31 b(not)515 1709 y(all)23
+b(driv)n(ers)g(supp)r(ort)h(the)g(same)f(features,)h(and)g(ev)n(en)g
+(the)g(in)n(ternal)f(metho)r(d)i(of)f(accessing)515 1809
+y(these)32 b(extensions)g(v)-5 b(aries)32 b(b)r(et)n(w)n(een)h(driv)n
+(ers.)50 b(Consequen)n(tly)32 b(all)g(these)h(pac)n(k)-5
+b(ages)31 b(tak)n(e)515 1908 y(options)c(suc)n(h)g(as)g(`)p
+Fs(dvips)p Fu(')f(to)h(sp)r(ecify)h(whic)n(h)g(driv)n(er)e(is)h(b)r
+(eing)h(used.)515 2058 y(Y)-7 b(ou)34 b(should)h(to)f(set)g(up)h(a)f
+(site)h(default)g(for)f(these)g(options,)i(for)e(the)h(driv)n(er)e
+(that)i(y)n(ou)515 2158 y(normally)e(use.)57 b(Supp)r(ose)35
+b(that)g(y)n(ou)e(wish)i(for)f(the)g Ft(colo)n(r)h Fu(pac)n(k)-5
+b(age)33 b(to)h(alw)n(a)n(ys)f(default)515 2257 y(to)g(use)g(sp)r
+(ecials)g(for)g(the)h(P)n(ostScript)e(driv)n(er,)i Fs(dvipsone)p
+Fu(.)51 b(In)34 b(that)g(case)e(create)h(a)g(\014le)515
+2357 y Fs(color.cfg)24 b Fu(con)n(taining)i(the)i(line:)515
+2456 y Fs(\\ExecuteOptions{)o(dv)o(ip)o(son)o(e})515
+2556 y Fu(Normally)g(y)n(ou)h(will)h(w)n(an)n(t)f(an)g(iden)n(tical)h
+(\014le)g Fs(graphics.cfg)24 b Fu(to)30 b(set)g(a)f(similar)g(default)
+515 2656 y(for)e(the)h(graphics)e(pac)n(k)-5 b(ages.)515
+2805 y(The)27 b(follo)n(wing)g(driv)n(er)f(options)h(are)g(declared)g
+(in)g(the)h(pac)n(k)-5 b(ages.)p Black Black 722 3021
+a Fs(dvips)p Fu(,)26 b Fs(xdvi)p Fu(,)g Fs(dvipdf)p Fu(,)f
+Fs(dvipdfm)p Fu(,)g Fs(pdftex)p Fu(,)g Fs(dvipsone)p
+Fu(,)g Fs(dviwindo)p Fu(,)722 3121 y Fs(emtex)p Fu(,)h
+Fs(dviwin)p Fu(,)f Fs(pctexps)p Fu(,)g Fs(pctexwin)p
+Fu(,)f Fs(pctexhp)p Fu(,)h Fs(pctex32)p Fu(,)g Fs(truetex)p
+Fu(,)722 3220 y Fs(tcidvi)p Fu(,)h Fs(vtex)p Fu(,)g Fs(oztex)p
+Fu(,)f Fs(textures)515 3436 y Fu(If)38 b(y)n(ou)f(use)h(a)f(driv)n(er)g
+(that)h(is)g(not)g(in)g(the)h(list)f(ab)r(o)n(v)n(e)e(y)n(ou)h(ma)n(y)h
+(add)f(an)h(option)g(for)515 3536 y(that)23 b(driv)n(er)e(b)n(y)i
+(putting)g(the)g(appropriate)e Fs(\\DeclareOption)c Fu(line)23
+b(in)n(to)g Fs(graphics.cfg)515 3635 y Fu(and)j Fs(color.cfg)p
+Fu(,)d(b)r(efore)j(making)f(it)i(the)f(default)h(option)f(with)g
+Fs(\\ExecuteOptions)p Fu(,)21 b(as)515 3735 y(describ)r(ed)27
+b(ab)r(o)n(v)n(e.)515 3884 y(F)-7 b(or)29 b(example)h(to)f(add)h(the)h
+(option)e(`)p Fs(dvi2ps)p Fu(')f(for)h(the)i(original)d(Unix)i(dvi)h
+(to)e(ps)h(driv)n(er,)515 3984 y(and)d(to)h(mak)n(e)e(that)i(the)g
+(default,)g(y)n(ou)f(just)h(need)g(con\014guration)e(\014les)i(lo)r
+(oking)e(lik)n(e:)p Black Black 515 4208 a Fr
+(\\DeclareOption{dvi2ps}{\\def\\Gi)q(n@dri)q(ver{)q(dvi2)q(ps.de)q(f}})
+515 4300 y(\\ExecuteOptions{dvi2ps})515 4532 y Fu(There)18
+b(is)h(a)g(suitable)g Fs(dvi2ps.def)c Fu(\014le)k(in)h(the)f(standard)f
+(distribution.)35 b(It)19 b(is)g(not)g(enabled)515 4632
+y(b)n(y)24 b(default)i(as)e(it)h(is)g(not)g(w)n(ell)f(tested)i(as)e
+(the)h(driv)n(er)f(is)g(no)h(longer)f(a)n(v)-5 b(ailable)23
+b(to)i(me.)36 b(The)515 4731 y(follo)n(wing)26 b(driv)n(er)h(\014les)g
+(are)g(similarly)f(distributed)i(but)h(not)e(enabled)h(b)n(y)f
+(default.)p Black Black 722 4947 a Fs(dvi2ps)p Fu(,)f
+Fs(dvialw)p Fu(,)f Fs(dvilaser)p Fu(,)f Fs(dvitops)p
+Fu(,)h Fs(psprint)p Fu(,)g Fs(pubps)p Fu(,)h Fs(ln)p
+Black 1926 5255 a Fu(2)p Black eop end
+%%Page: 3 3
+TeXDict begin 3 2 bop Black Black 515 523 a Fu(Most)25
+b(of)g(these)h(driv)n(er)e(\014les)i(are)e(generated)g(from)i(the)f
+(source)g(\014le)g Fs(drivers.dtx)p Fu(.)32 b(That)515
+623 y(\014le)e(has)g(the)h(sources)e(for)i(other)f(v)n(ersions)e(\(for)
+j(example)f(older)f(v)n(ersions)g(of)i(dvips)f(and)515
+722 y(textures\))d(whic)n(h)h(are)e(not)i(generated)e(b)n(y)i(default.)
+515 867 y(If)e(y)n(ou)f(use)g(a)g(driv)n(er)g(that)g(is)h(not)g(co)n(v)
+n(ered)d(b)n(y)j(an)n(y)e(of)i(these)g(p)r(ossibilities,)g(y)n(ou)e(ma)
+n(y)h(try)515 966 y(to)k(write)h(a)f Fs(.def)f Fu(\014le)i(b)n(y)f
+(analogy)f(with)i(one)g(of)f(the)h(existing)f(ones,)h(and)g(then)g(sp)r
+(ecify)515 1066 y(a)25 b(suitable)g(option)h(in)f Fs(graphics.cfg)c
+Fu(and)26 b Fs(color.cfg)p Fu(,)c(as)j(for)g(the)h(ab)r(o)n(v)n(e)e
+(example)h(of)515 1166 y Fs(dvi2ps)p Fu(.)515 1483 y
+Fw(3)134 b(Colour)515 1710 y Fu(The)27 b(colour)f(supp)r(ort)h(is)g
+(built)h(around)e(the)i(idea)f(of)g(a)g(system)g(of)g
+Fq(Colour)k(Mo)l(dels)p Fu(.)38 b(The)515 1809 y(Colour)26
+b(mo)r(dels)i(supp)r(orted)f(b)n(y)g(a)h(driv)n(er)e(v)-5
+b(ary)e(,)27 b(but)h(t)n(ypically)f(include)p Black 515
+2010 a Fv(rgb)p Black 41 w Fu(Red)40 b(Green)g(Blue:)61
+b(A)41 b(comma)e(separated)g(list)h(of)g(three)f(n)n(um)n(b)r(ers)h(b)r
+(et)n(w)n(een)f(0)722 2110 y(and)28 b(1,)f(giving)g(the)h(comp)r(onen)n
+(ts)f(of)g(the)h(colour.)p Black 515 2271 a Fv(cm)m(yk)p
+Black 42 w Fu(Cy)n(an)21 b(Magen)n(ta)f(Y)-7 b(ello)n(w)22
+b([K]Blac)n(k:)32 b(A)22 b(comma)f(separated)f(list)i(of)f(four)h(n)n
+(um)n(b)r(ers)722 2371 y(b)r(et)n(w)n(een)35 b(0)g(and)f(1,)j(giving)d
+(the)h(comp)r(onen)n(ts)f(of)h(the)g(colour)f(according)f(to)i(the)722
+2470 y(additiv)n(e)28 b(mo)r(del)f(used)h(in)g(most)f(prin)n(ters.)p
+Black 515 2631 a Fv(gra)m(y)p Black 42 w Fu(Grey)h(scale:)36
+b(a)27 b(single)g(n)n(um)n(b)r(er)g(b)r(et)n(w)n(een)h(0)f(and)g(1.)p
+Black 515 2793 a Fv(named)p Black 41 w Fu(Colours)g(accessed)g(b)n(y)h
+(name,)h(e.g.)f(`JungleGreen'.)39 b(Not)28 b(all)g(driv)n(ers)f(supp)r
+(ort)722 2892 y(this)21 b(mo)r(del.)34 b(The)20 b(names)g(m)n(ust)g
+(either)g(b)r(e)h(`kno)n(wn')e(to)h(the)h(driv)n(er)d(or)h(added)h
+(using)722 2992 y(commands)36 b(describ)r(ed)g(in)h Fs(color.dtx)p
+Fu(.)59 b(Some)36 b(driv)n(ers)f(supp)r(ort)h(an)g(extended)722
+3091 y(form)24 b(of)h(the)f(named)h(mo)r(del)f(in)h(whic)n(h)f(an)g
+(`in)n(tensit)n(y')h(of)f(the)h(colour)e(ma)n(y)g(also)h(b)r(e)722
+3191 y(sp)r(eci\014ed,)j(so)e(`JungleGreen,)i(0.5)o(')f(w)n(ould)f
+(denote)h(that)g(colour)f(at)g(half)h(strength.)515 3392
+y(Note)c(that)h(the)g Fv(named)f Fu(mo)r(del)h(is)f(really)g(just)h
+(giv)n(en)e(as)h(an)g(example)g(of)h(a)f(colour)f(mo)r(del)515
+3492 y(that)34 b(tak)n(es)g(names)g(rather)f(than)h(a)g(n)n(umeric)g
+(sp)r(eci\014cation.)57 b(Other)33 b(options)h(ma)n(y)g(b)r(e)515
+3591 y(pro)n(vided)23 b(lo)r(cally)h(that)g(pro)n(vide)f(di\013eren)n
+(t)i(colour)e(mo)r(dels,)h(eg)h Fv(pan)m(tone)g Fu(\(An)g(industry)515
+3691 y(standard)40 b(set)h(of)g(colours\),)i Fv(x11)e
+Fu(\(Colour)f(names)g(from)h(the)g(X)h(Windo)n(w)f(System\),)515
+3791 y(etc.)57 b(The)34 b(standard)g(distribution)g(do)r(es)g(not)g
+(curren)n(tly)g(ha)n(v)n(e)f(suc)n(h)h(mo)r(dels,)i(but)f(the)515
+3890 y Fv(named)21 b Fu(mo)r(del)h(could)f(b)r(e)h(used)f(as)g(an)g
+(example)g(of)g(ho)n(w)g(to)h(de\014ne)f(a)g(new)h(colour)e(mo)r(del.)
+515 3990 y(The)36 b(names)f(used)h(in)h(the)f Fv(named)g
+Fu(mo)r(del)g(are)f(those)h(suggested)f(b)n(y)h(Jim)g(Hafner)g(in)515
+4090 y(his)30 b Ft(colo)n(rdvi)e Fu(and)i Ft(foiltex)g
+Fu(pac)n(k)-5 b(ages,)28 b(and)i(implemen)n(ted)g(originally)e(in)j
+(the)f Fs(color.pro)515 4189 y Fu(header)c(\014le)i(for)f(the)h
+Fs(dvips)e Fu(driv)n(er.)515 4464 y Fp(3.1)112 b(P)m(ac)m(k)-6
+b(age)38 b(Options)515 4662 y Fu(Most)31 b(of)g(the)h(options)f(to)g
+(the)h Ft(colo)n(r)f Fu(pac)n(k)-5 b(age)30 b(just)i(sp)r(ecify)g(a)f
+(driv)n(er,)g(e.g.,)63 b Fs(dvips)p Fu(,)31 b(as)515
+4762 y(discussed)c(in)h(section)f(2.)515 4907 y(One)34
+b(sp)r(ecial)f(option)h(for)g(the)g Ft(colo)n(r)g Fu(pac)n(k)-5
+b(age)33 b(that)h(is)g(of)g(in)n(terest)g(is)g Fs(monochrome.)c
+Fu(If)515 5006 y(this)25 b(option)g(is)g(selected)g(the)h(colour)e
+(commands)h(are)f(all)h(disabled)g(so)f(that)i(they)f(do)g(not)p
+Black 1926 5255 a(3)p Black eop end
+%%Page: 4 4
+TeXDict begin 4 3 bop Black Black 515 523 a Fu(generate)28
+b(errors,)g(but)j(do)e(not)h(generate)e(colour)h(either.)43
+b(This)30 b(is)g(useful)g(if)g(previewing)515 623 y(with)e(a)f(preview)
+n(er)f(that)i(can)f(not)h(pro)r(duce)f(colour.)515 769
+y(Three)i(other)g(pac)n(k)-5 b(age)29 b(options)g(con)n(trol)g(the)h
+(use)g(of)g(the)g Fv(named)g Fu(mo)r(del.)44 b(The)30
+b Fs(dvips)515 868 y Fu(driv)n(er)35 b(\(b)n(y)i(default\))g
+(pre-de\014nes)f(68)f(colour)g(names.)64 b(The)36 b Fs(dvips)f
+Fu(option)h(normally)515 968 y(mak)n(es)30 b(these)h(names)g(a)n(v)-5
+b(ailable)31 b(in)g(the)h Fv(named)f Fu(colour)f(mo)r(del.)49
+b(If)32 b(y)n(ou)e(do)h(not)h(w)n(an)n(t)515 1068 y(these)27
+b(names)g(to)g(b)r(e)h(declared)f(in)g(this)h(mo)r(del)g(\(Sa)n(ving)e
+(T)2373 1085 y(E)2420 1068 y(X)h(some)g(memory\))g(y)n(ou)g(ma)n(y)515
+1167 y(giv)n(e)e(the)i Fs(nodvipsnames)21 b Fu(option.)36
+b(Con)n(v)n(ersely)-7 b(,)25 b(if)i(y)n(ou)e(are)g(using)h(another)g
+(driv)n(er,)f(y)n(ou)515 1267 y(ma)n(y)i(wish)h(to)g(add)f(these)h
+(names)g(to)g(the)g(named)g(mo)r(del)g(for)f(that)h(driv)n(er)f(\(esp)r
+(ecially)h(if)515 1366 y(y)n(ou)e(are)g(pro)r(cessing)f(a)h(do)r(cumen)
+n(t)i(originally)d(pro)r(duced)h(on)h Fs(dvips)p Fu(\).)35
+b(In)27 b(this)g(case)f(y)n(ou)515 1466 y(could)f(use)h(the)g
+Fs(dvipsnames)c Fu(option.)35 b(Lastly)26 b(the)g Fs(usenames)c
+Fu(option)j(mak)n(es)g(all)h(names)515 1566 y(in)i(the)g
+Fv(named)f Fu(mo)r(del)h(directly)f(a)n(v)-5 b(ailable,)27
+b(as)f(describ)r(ed)i(b)r(elo)n(w.)515 1843 y Fp(3.2)112
+b(De\014ning)38 b(Colours)515 2043 y Fu(The)25 b(colours)f
+Fs(black)p Fu(,)g Fs(white)p Fu(,)g Fs(red)p Fu(,)h Fs(green)p
+Fu(,)f Fs(blue)p Fu(,)h Fs(cyan)p Fu(,)f Fs(magenta)p
+Fu(,)f Fs(yellow)g Fu(should)j(b)r(e)515 2142 y(prede\014ned,)f(but)f
+(should)g(y)n(ou)f(wish)h(to)g(mix)h(y)n(our)e(o)n(wn)g(colours)g(use)g
+(the)i Fs(\\definecolor)515 2242 y Fu(command.)p 307
+2414 2009 4 v 305 2505 4 92 v 357 2478 a Fr(\\definecolor{)p
+Fo(h)p Fn(name)6 b Fo(i)s Fr(}{)p Fo(h)p Fn(mo)l(del)i
+Fo(i)p Fr(}{)p Fo(h)p Fn(c)l(olour)28 b(sp)l(e)l(ci\014c)l(ation)6
+b Fo(i)r Fr(})p 2314 2505 V 307 2508 2009 4 v 515 2652
+a Fu(This)31 b(de\014nes)g Fm(h)p Fq(name)6 b Fm(i)33
+b Fu(as)e(a)g(colour)f(whic)n(h)h(can)g(b)r(e)h(used)f(in)h(later)f
+(colour)f(commands.)515 2751 y(F)-7 b(or)27 b(example)p
+Black Black 515 2964 a Fr(\\definecolor{light-blue}{rgb}{)q(0.8,0)q
+(.85,)q(1})515 3055 y(\\definecolor{mygrey}{gray}{0.7)q(5})515
+3276 y Fu(No)n(w)c Fs(light-blue)d Fu(and)j Fs(mygrey)f
+Fu(ma)n(y)h(b)r(e)h(used)g(in)g(addition)f(to)h(the)g(prede\014ned)g
+(colours)515 3375 y(ab)r(o)n(v)n(e.)515 3653 y Fp(3.3)112
+b(Using)38 b(Colours)515 3852 y Fv(3.3.1)93 b(Using)32
+b(prede\014ned)f(colours)515 4052 y Fu(The)k(syn)n(tax)g(for)g(colour)f
+(c)n(hanges)h(is)g(designed)g(to)h(mimic)g(fon)n(t)g(c)n(hanges.)59
+b(The)36 b(basic)515 4152 y(syn)n(tax)26 b(is:)p 307
+4323 660 4 v 305 4415 4 92 v 357 4387 a Fr(\\color{)p
+Fo(h)p Fn(name)6 b Fo(i)q Fr(})p 965 4415 V 307 4418
+660 4 v 515 4561 a Fu(This)32 b(is)h(a)f Fq(de)l(clar)l(ation)p
+Fu(,)j(lik)n(e)d Fs(\\bfseries)d Fu(It)k(c)n(hanges)e(the)i(curren)n(t)
+e(colour)h(to)g Fm(h)p Fq(name)6 b Fm(i)515 4661 y Fu(un)n(til)28
+b(the)g(end)g(of)f(the)h(curren)n(t)f(group)f(or)h(en)n(vironmen)n(t.)
+515 4807 y(An)i(alternativ)n(e)e(command)i(syn)n(tax)e(is)i(to)g(use)f
+(a)g Fq(c)l(ommand)39 b Fu(form)28 b(that)h(tak)n(es)f(the)h(text)515
+4907 y(to)j(b)r(e)g(coloured)f(as)g(an)h Fq(ar)l(gument)p
+Fu(.)49 b(This)32 b(is)g(similar)f(to)h(the)h(fon)n(t)f(commands)f(suc)
+n(h)h(as)515 5006 y Fs(\\textbf)p Fu(:)p Black 1926 5255
+a(4)p Black eop end
+%%Page: 5 5
+TeXDict begin 5 4 bop Black Black 307 459 1083 4 v 305
+550 4 92 v 357 523 a Fr(\\textcolor{)p Fo(h)p Fn(name)6
+b Fo(i)r Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p 1388
+550 V 307 553 1083 4 v 515 697 a Fu(So)27 b(the)h(ab)r(o)n(v)n(e)e(is)i
+(essen)n(tially)e(equiv)-5 b(alen)n(t)28 b(to)f Fs({\\color{)p
+Fm(h)p Fq(name)6 b Fm(i)n Fs(})p Fq(text)i Fs(})p Fu(.)515
+962 y Fv(3.3.2)93 b(Using)32 b(colour)f(sp)s(eci\014cations)g(directly)
+p 307 1135 1643 4 v 305 1226 4 92 v 357 1199 a Fr(\\color[)p
+Fo(h)p Fn(mo)l(del)8 b Fo(i)q Fr(]{)p Fo(h)p Fn(sp)l(e)l(ci\014c)l
+(ation)e Fo(i)r Fr(})p 1948 1226 V 305 1317 V 357 1290
+a(\\textcolor[)p Fo(h)p Fn(mo)l(del)i Fo(i)r Fr(]{)p
+Fo(h)p Fn(sp)l(e)l(ci\014c)l(ation)e Fo(i)r Fr(}{)p Fo(h)p
+Fn(text)h Fo(i)r Fr(})p 1948 1317 V 307 1321 1643 4 v
+515 1461 a Fu(Normally)25 b(one)h(w)n(ould)g(predeclare)f(all)h(the)h
+(colours)e(used)h(in)h(a)f(pac)n(k)-5 b(age,)25 b(or)h(in)h(the)f(do)r
+(c-)515 1560 y(umen)n(t)d(pream)n(ble,)h(but)g(sometimes)e(it)i(is)f
+(con)n(v)n(enien)n(t)g(to)g(directly)g(use)g(a)g(colour)f(without)515
+1660 y(naming)33 b(it)h(\014rst.)56 b(T)-7 b(o)33 b(ac)n(hiev)n(e)g
+(this)h Fs(\\color)d Fu(\(and)j(all)g(the)g(other)f(colour)f
+(commands\))515 1760 y(tak)n(e)22 b(an)h(optional)f(argumen)n(t)g(sp)r
+(ecifying)i(the)f(mo)r(del.)36 b(If)23 b(this)h(is)f(used)g(then)g(the)
+h(manda-)515 1859 y(tory)j(argumen)n(t)f(tak)n(es)h(a)g
+Fm(h)p Fq(c)l(olour)j(sp)l(e)l(ci\014c)l(ation)6 b Fm(i)30
+b Fu(instead)d(of)h(a)f Fm(h)p Fq(name)6 b Fm(i)q Fu(.)37
+b(F)-7 b(or)27 b(example:)515 1959 y Fs(\\color[rgb]{1,0.)o(2,)o(0.)o
+(3})515 2058 y Fu(w)n(ould)g(directly)g(select)h(that)g(colour.)515
+2208 y(This)f(is)h(particularly)e(useful)i(for)f(accessing)f(the)i
+Fv(named)g Fu(mo)r(del:)515 2308 y Fs(\\color[named]{Br)o(ic)o(kR)o
+(ed})21 b Fu(selects)27 b(the)h Fs(dvips)e Fu(colour)g(Bric)n(kRed.)515
+2457 y(Rather)38 b(than)h(rep)r(eatedly)f(use)g Fs([named])e
+Fu(y)n(ou)i(ma)n(y)g(use)g Fs(\\definecolor)c Fu(to)k(pro)n(vide)515
+2557 y(con)n(v)n(enien)n(t)26 b(aliases:)515 2656 y Fs
+(\\definecolor{myr)o(ed)o(}{)o(nam)o(ed)o(}{W)o(il)o(dS)o(tra)o(wb)o
+(err)o(y})21 b Fu(.)14 b(.)g(.)41 b Fs(\\color{myred})23
+b Fu(.)14 b(.)f(.)515 2806 y(Alternativ)n(ely)20 b(if)g(y)n(ou)g(are)f
+(happ)n(y)h(to)h(use)f(the)h(existing)f(names)g(from)g(the)h
+Fv(named)f Fu(mo)r(del,)515 2905 y(y)n(ou)h(ma)n(y)f(use)i(the)g
+Fs(usenames)c Fu(pac)n(k)-5 b(age)20 b(option,)j(whic)n(h)f(e\013ectiv)
+n(ely)f(calls)g Fs(\\definecolor)515 3005 y Fu(on)27
+b(ev)n(ery)f(colour)h(in)h(the)g Fv(named)f Fu(mo)r(del,)h(th)n(us)g
+(allo)n(wing)e Fs(\\color{WildStraw)o(ber)o(ry)o(})515
+3105 y Fu(in)i(addition)f(to)h Fs(\\color[named]{W)o(ild)o(St)o(ra)o
+(wbe)o(ry)o(})p Fu(.)515 3387 y Fp(3.4)112 b(Named)38
+b(Colours)515 3590 y Fu(Using)28 b(the)g Fv(named)g Fu(colour)f(mo)r
+(del)h(has)f(certain)h(adv)-5 b(an)n(tages)26 b(o)n(v)n(er)g(using)i
+(other)f(colour)515 3689 y(mo)r(dels.)515 3839 y(Firstly)j(as)f(the)i
+Fs(dvi)e Fu(\014le)h(con)n(tains)f(a)h(request)f(for)h(a)g(colour)f(b)n
+(y)h Fq(name)p Fu(,)h(the)f(actual)g(mix)515 3939 y(of)38
+b(primary)f(colours)g(used)i(to)f(obtain)g(the)h(requested)e(colour)h
+(can)g(b)r(e)g(tuned)h(to)g(the)515 4038 y(c)n(haracteristics)26
+b(of)j(a)f(particular)g(prin)n(ter.)39 b(In)29 b(the)h
+Fs(dvips)c Fu(driv)n(er)i(the)h(meanings)f(of)h(the)515
+4138 y(colour)24 b(names)g(are)g(de\014ned)i(in)f(the)h(header)e
+(\014le)h Fs(color.pro)p Fu(.)32 b(Users)25 b(are)f(encouraged)f(to)515
+4237 y(pro)r(duce)30 b(di\013eren)n(t)g(v)n(ersions)f(of)h(this)h
+(\014le)g(for)f(an)n(y)f(prin)n(ters)h(they)g(use.)46
+b(By)30 b(this)h(means)515 4337 y(the)26 b(same)g(dvi)g(\014le)g
+(should)g(pro)r(duce)f(colours)g(of)h(similar)f(app)r(earance)f(when)i
+(prin)n(ted)g(on)515 4437 y(prin)n(ters)g(with)i(di\013eren)n(t)g
+(colour)e(c)n(haracteristics.)515 4586 y(Secondly)-7
+b(,)23 b(apart)f(from)g(the)h(so)f(called)g(`pro)r(cess)g(colours')f
+(that)i(are)f(pro)r(duced)g(b)n(y)g(mixing)515 4686 y(primary)e
+(colours)h(during)g(the)h(prin)n(t)g(pro)r(cess,)g(one)f(ma)n(y)h(w)n
+(an)n(t)f(to)g(use)h(`sp)r(ot')g(or)f(`custom')515 4785
+y(colours.)34 b(Here)24 b(a)h(particular)e(colour)h(name)g(do)r(es)g
+(not)h(refer)f(to)h(a)f(mix)h(of)f(primaries,)g(but)515
+4885 y(to)h(a)h(particular)e(ink.)36 b(The)26 b(parts)f(of)h(the)g(do)r
+(cumen)n(t)g(using)f(this)h(colour)e(will)i(b)r(e)g(prin)n(ted)515
+4985 y(separately)g(using)h(this)h(named)f(ink)h(colour.)p
+Black 1926 5255 a(5)p Black eop end
+%%Page: 6 6
+TeXDict begin 6 5 bop Black Black 515 523 a Fp(3.5)112
+b(P)m(age)38 b(Colour)p 307 699 1376 4 v 305 790 4 92
+v 357 763 a Fr(\\pagecolor{)p Fo(h)p Fn(name)6 b Fo(i)r
+Fr(})p 1681 790 V 305 881 V 357 854 a(\\pagecolor[)p
+Fo(h)p Fn(mo)l(del)i Fo(i)r Fr(]{)p Fo(h)p Fn(sp)l(e)l(ci\014c)l(ation)
+e Fo(i)r Fr(})p 1681 881 V 307 885 1376 4 v 515 1025
+a Fu(The)32 b(bac)n(kground)e(colour)g(of)i(the)g(whole)g(page)f(can)h
+(b)r(e)g(set)g(using)f Fs(\\pagecolor)p Fu(.)46 b(This)515
+1124 y(tak)n(es)31 b(the)i(same)e(argumen)n(t)g(forms)h(as)f
+Fs(\\color)f Fu(but)j(sets)f(the)g(bac)n(kground)f(colour)g(for)515
+1224 y(the)d(curren)n(t)f(and)h(all)g(subsequen)n(t)f(pages.)37
+b(It)29 b(is)e(a)h(global)f(declaration,)g(so)g(y)n(ou)g(need)h(to)515
+1324 y(use)f Fs(\\pagecolor{white})21 b Fu(to)27 b(`get)h(bac)n(k)e(to)
+i(normal'.)515 1606 y Fp(3.6)112 b(Bo)m(x)37 b(Bac)m(kgrounds)515
+1809 y Fu(Tw)n(o)31 b(commands)f(similar)h(to)h Fs(\\fbox)d
+Fu(pro)r(duce)i(b)r(o)n(xes)g(with)h(the)g(bac)n(kgrounds)d(shaded)515
+1909 y(an)e(appropriate)f(colour.)p 307 2081 2276 4 v
+305 2172 4 92 v 357 2145 a Fr(\\colorbox{)p Fo(h)p Fn(name)6
+b Fo(i)r Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p 2581
+2172 V 305 2264 V 357 2236 a(\\colorbox[)p Fo(h)p Fn(mo)l(del)h
+Fo(i)r Fr(]{)p Fo(h)p Fn(sp)l(e)l(ci\014c)l(ation)e Fo(i)r
+Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p 2581 2264 V 305
+2355 V 357 2328 a(\\fcolorbox{)p Fo(h)p Fn(name1)j Fo(i)s
+Fr(}{)p Fo(h)p Fn(name2)g Fo(i)q Fr(}{)p Fo(h)p Fn(text)d
+Fo(i)r Fr(})p 2581 2355 V 305 2446 V 357 2419 a(\\fcolorbox[)p
+Fo(h)p Fn(mo)l(del)h Fo(i)r Fr(]{)p Fo(h)p Fn(sp)l(e)l(ci\014c)l
+(ation1)i Fo(i)r Fr(}{)p Fo(h)p Fn(sp)l(e)l(ci\014c)l(ation2)g
+Fo(i)s Fr(}{)p Fo(h)p Fn(text)d Fo(i)r Fr(})p 2581 2446
+V 307 2450 2276 4 v 515 2615 a Fu(The)25 b(former)g(pro)r(duces)g(a)h
+(b)r(o)n(x)f(coloured)f(with)i Fq(name)p 0.75 TeXcolorgray
+0.75 TeXcolorgray 2264 2639 337 108 v 0.75 TeXcolorgray
+Black 58 w Fu(lik)n(e)h(this)p 0.75 TeXcolorgray Black
+25 w(.)36 b(The)26 b(latter)f(is)h(similar)515 2714 y(but)i(puts)g(a)f
+(frame)g(of)h(colour)e Fq(name1)40 b Fu(around)26 b(the)i(b)r(o)n(x)f
+(coloured)g Fq(name2)p Fu(.)515 2864 y(These)e(commands)g(use)g(the)h
+Fs(\\fbox)e Fu(parameters)g Fs(\\fboxrule)d Fu(and)26
+b Fs(\\fboxsep)c Fu(to)k(deter-)515 2963 y(mine)i(the)g(thic)n(kness)f
+(of)g(the)h(rule,)g(and)f(the)h(size)f(of)h(the)g(shaded)f(area.)515
+3245 y Fp(3.7)112 b(P)m(ossible)38 b(Problems)515 3448
+y Fu(T)561 3466 y(E)607 3448 y(X)c(w)n(as)g(not)g(designed)f(with)i
+(colour)e(in)h(mind,)j(and)d(pro)r(ducing)f(colours)g(requires)f(a)515
+3548 y(lot)25 b(of)g(help)h(from)f(the)g(driv)n(er)f(program.)34
+b(Th)n(us,)26 b(dep)r(ending)f(on)g(the)h(driv)n(er,)e(some)h(or)f(all)
+515 3648 y(features)j(of)g(the)h Ft(colo)n(r)g Fu(pac)n(k)-5
+b(age)26 b(ma)n(y)h(not)g(b)r(e)h(a)n(v)-5 b(ailable.)515
+3797 y(Some)22 b(driv)n(ers)e(do)i(not)h(main)n(tain)f(a)f(sp)r(ecial)h
+(`colour)f(stac)n(k'.)35 b(These)22 b(driv)n(ers)e(are)h(lik)n(ely)h
+(to)515 3897 y(get)i(confused)h(if)h(y)n(ou)e(nest)h(colour)f(c)n
+(hanges,)g(or)g(use)h(colours)e(in)i(\015oating)f(en)n(vironmen)n(ts.)
+515 4046 y(Some)35 b(driv)n(ers)g(do)g(not)h(main)n(tain)g(colours)e(o)
+n(v)n(er)g(a)h(page)g(break,)i(so)e(that)h(if)h(the)f(page)515
+4146 y(breaks)h(in)i(the)f(middle)h(of)g(a)f(coloured)f(paragraph,)i
+(the)g(last)f(part)g(of)g(the)h(text)g(will)515 4245
+y(incorrectly)26 b(b)r(e)i(prin)n(ted)g(in)f(blac)n(k.)515
+4395 y(There)20 b(is)h(a)g(di\013eren)n(t)g(t)n(yp)r(e)g(of)g(problem)g
+(that)g(will)g(o)r(ccur)g(for)f(all)h(driv)n(ers.)33
+b(Due)22 b(to)f(certain)515 4495 y(tec)n(hnical)j(di\016culties)1229
+4464 y Fl(1)1267 4495 y Fu(,)i(it)f(is)g(p)r(ossible)g(that)h(at)f(p)r
+(oin)n(ts)g(where)f(the)i(colour)d(c)n(hanges,)i(the)515
+4594 y Fq(sp)l(acing)34 b Fu(is)26 b(a\013ected.)37 b(F)-7
+b(or)25 b(this)i(reason)d(the)j Fs(monochrome)22 b Fu(option)j(do)r(es)
+h(not)g(completely)515 4694 y(disable)34 b(the)g(colour)g(commands,)h
+(it)g(rede\014nes)f(them)h(to)f(write)g(to)g(the)h(log)f(\014le.)57
+b(This)p Black 515 4763 1146 4 v 607 4817 a Fk(1)642
+4840 y Fj(A)n(t)20 b(least)g(t)n(w)n(o)g(causes:)30 b(1\))20
+b(The)g(presence)h(of)e(a)h Fi(\\special)i Fh(h)p Fg(whatsit)6
+b Fh(i)21 b Fj(prev)n(en)n(ts)g Fi(\\addvspace)h Fj(`seeing')515
+4919 y(space)27 b(on)g(the)g(curren)n(t)g(v)n(ertical)g(list,)f(so)g
+(causing)i(it)e(to)h(incorrectly)g(add)g(extra)g(v)n(ertical)g(space.)
+40 b(2\))27 b(A)515 4998 y Fh(h)p Fg(whatsit)6 b Fh(i)25
+b Fj(as)f(the)g(\014rst)g(item)f(in)h(a)g Fi(\\vtop)h
+Fj(mo)n(v)n(es)f(the)g(reference)g(p)r(oin)n(t)h(of)e(the)h(b)r(o)n(x.)
+p Black Black 1926 5255 a Fu(6)p Black eop end
+%%Page: 7 7
+TeXDict begin 7 6 bop Black Black 515 523 a Fu(will)32
+b(ha)n(v)n(e)f(the)h(same)f(e\013ects)h(on)g(spacing,)g(so)f(y)n(ou)g
+(can)h(pro)r(duce)f(mono)r(c)n(hrome)f(drafts)515 623
+y(of)d(y)n(our)g(do)r(cumen)n(t,)h(at)f(least)g(kno)n(wing)g(that)h
+(the)g(\014nal)f(spacing)g(is)g(b)r(eing)h(sho)n(wn.)515
+947 y Fw(4)134 b(The)45 b(Graphics)f(pac)l(k)-7 b(ages)515
+1179 y Fu(There)27 b(are)f(t)n(w)n(o)h(graphics)f(pac)n(k)-5
+b(ages:)p Black 515 1395 a Ff(graphics)p Black 39 w Fu(The)28
+b(`standard')f(graphics)f(pac)n(k)-5 b(age.)p Black 515
+1561 a Ff(graphicx)p Black 39 w Fu(The)28 b(`extended')g(or)e
+(`enhanced')i(graphics)e(pac)n(k)-5 b(age.)515 1776 y(The)40
+b(t)n(w)n(o)g(di\013er)h(only)f(in)h(the)f(format)g(of)h(optional)f
+(argumen)n(ts)f(for)h(the)h(commands)515 1876 y(de\014ned.)c(The)28
+b(command)f(names,)g(and)g(the)h(mandatory)f(argumen)n(ts)f(are)h(the)h
+(same)f(for)515 1976 y(the)h(t)n(w)n(o)f(pac)n(k)-5 b(ages.)515
+2258 y Fp(4.1)112 b(P)m(ac)m(k)-6 b(age)38 b(Options)515
+2461 y Fu(As)26 b(discussed)g(in)g(section)g(2,)g(the)g(graphics)f(pac)
+n(k)-5 b(ages)25 b(share)g(the)h(same)g(`driv)n(er')f(options)515
+2561 y(as)34 b(the)h Ft(colo)n(r)f Fu(pac)n(k)-5 b(age.)56
+b(As)35 b(for)f(colour)f(y)n(ou)h(should)h(set)f(up)h(a)f(site-default)
+h(in)g(a)f(\014le,)515 2660 y Fs(graphics.cfg)p Fu(,)23
+b(con)n(taining)j(the)i(line)g(\(for)f Fs(dvips)p Fu(\):)515
+2760 y Fs(\\ExecuteOptions{)o(dv)o(ip)o(s})515 2909 y
+Fu(The)e(graphics)e(pac)n(k)-5 b(ages)23 b(ha)n(v)n(e)h(some)g(other)g
+(options)h(for)f(con)n(trolling)f(ho)n(w)i(man)n(y)f(of)h(the)515
+3009 y(features)i(to)g(enable:)p Black 515 3225 a Fv(draft)p
+Black 42 w Fu(suppress)37 b(all)h(the)g(`sp)r(ecial')g(features.)68
+b(In)38 b(particular)f(graphics)f(\014les)i(are)f(not)722
+3324 y(included)29 b(\(but)g(they)g(are)e(still)i(read)e(for)h(size)g
+(info\))g(just)h(the)g(\014lename)f(is)g(prin)n(ted)722
+3424 y(in)g(a)f(b)r(o)n(x)g(of)h(the)g(correct)e(size.)p
+Black 515 3590 a Fv(\014nal)p Black 41 w Fu(The)d(opp)r(osite)f(of)g
+Fs(draft)p Fu(.)33 b(Useful)23 b(to)f(o)n(v)n(er-ride)e(a)i(global)f
+Fs(draft)g Fu(option)h(sp)r(eci\014ed)722 3690 y(in)28
+b(the)g Fs(\\documentclass)22 b Fu(command.)p Black 515
+3856 a Fv(hiderotate)p Black 41 w Fu(Do)30 b(not)f(sho)n(w)g(rotated)g
+(text)h(\(presumably)f(b)r(ecause)g(the)h(preview)n(er)e(can)722
+3955 y(not)g(rotate\).)p Black 515 4121 a Fv(hidescale)p
+Black 40 w Fu(Do)d(not)g(sho)n(w)f(scaled)g(text)h(\(presumably)f(b)r
+(ecause)g(the)i(preview)n(er)d(can)h(not)722 4221 y(scale\).)p
+Black 515 4387 a Fv(hiresbb)p Black 41 w Fu(Lo)r(ok)j(for)g(size)h(sp)r
+(eci\014cations)f(in)h Fs(\045\045HiResBoundingBo)o(x)22
+b Fu(lines)28 b(rather)f(than)722 4487 y(standard)g Fs
+(\045\045BoundingBox)22 b Fu(lines.)1622 b Fe(New)27
+b(feature)3470 4578 y(1996/10/29)p Black 1926 5255 a
+Fu(7)p Black eop end
+%%Page: 8 8
+TeXDict begin 8 7 bop Black Black 515 523 a Fp(4.2)112
+b(Rotation)p 307 679 1928 4 v 305 771 4 92 v 357 743
+a Fe(graphics)p Fd(:)68 b Fr(\\rotatebox{)p Fo(h)p Fn(angle)6
+b Fo(i)r Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p 2233
+771 V 305 862 V 357 835 a Fe(graphicx)p Fd(:)62 b Fr(\\rotatebox[)p
+Fo(h)p Fn(key)30 b(val)e(list)7 b Fo(i)p Fr(]{)p Fo(h)p
+Fn(angle)f Fo(i)p Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p
+2233 862 V 307 865 1928 4 v 515 1005 a Fu(This)27 b(puts)h
+Fq(text)35 b Fu(in)28 b(a)f(b)r(o)n(x,)g(lik)n(e)g Fs(\\mbox)p
+Fu(,)f(but)i(rotates)f(the)h(b)r(o)n(x)f(through)g Fq(angle)34
+b Fu(degrees,)530 1160 y
+ gsave currentpoint currentpoint translate 15 neg rotate neg exch neg
+exch translate
+ 530 1160 a Fu(lik)n(e)27 b(this)816
+1160 y
+ currentpoint grestore moveto
+ 816 1160 a -10 w Fu(.)515 1309 y(The)f(standard)g(v)n(ersion)f
+(alw)n(a)n(ys)g(rotates)g(around)g(the)i(reference)f(p)r(oin)n(t)h(of)f
+(the)h(b)r(o)n(x,)f(but)515 1409 y(the)i Ft(k)n(eyval)f
+Fu(v)n(ersion)f(tak)n(es)h(the)h(follo)n(wing)e(k)n(eys:)p
+307 1581 670 4 v 305 1673 4 92 v 357 1645 a Fr(origin)p
+Fd(=)p Fo(h)p Fn(lab)l(el)8 b Fo(i)p 975 1673 V 305 1764
+V 357 1736 a Fr(x)p Fd(=)p Fo(h)p Fn(dimen)e Fo(i)p 975
+1764 V 305 1855 V 357 1828 a Fr(y)p Fd(=)p Fo(h)p Fn(dimen)g
+Fo(i)p 975 1855 V 305 1947 V 357 1919 a Fr(units)p Fd(=)p
+Fo(h)p Fn(numb)l(er)i Fo(i)p 975 1947 V 307 1950 670
+4 v 515 2090 a Fu(So)34 b(y)n(ou)f(ma)n(y)h(sp)r(ecify)h(b)r(oth)g
+Fs(x)f Fu(and)g Fs(y)p Fu(,)i(whic)n(h)e(giv)n(e)f(the)i(co)r(ordinate)
+e(of)i(the)f(cen)n(tre)g(of)515 2189 y(rotation)21 b(relativ)n(e)f(to)i
+(the)g(reference)f(p)r(oin)n(t)h(of)g(the)g(b)r(o)n(x,)h(eg)e
+Fs([x=2mm,)41 b(y=5mm])p Fu(.)33 b(Alterna-)515 2289
+y(tiv)n(ely)-7 b(,)24 b(for)f(the)h(most)f(common)g(p)r(oin)n(ts,)i
+(one)e(ma)n(y)g(use)g Fs(origin)f Fu(with)i(a)f Fq(lab)l(el)33
+b Fu(con)n(taining)515 2389 y(one)f(or)f(t)n(w)n(o)h(of)h(the)f(follo)n
+(wing:)46 b Fs(lrctbB)30 b Fu(\()p Fs(B)i Fu(denotes)h(the)f(baseline,)
+i(as)d(for)h Ft(PST)-7 b(ricks)p Fu(\).)515 2488 y(F)g(or)29
+b(example,)g(compare)g(a)g(default)h(rotation)e(of)i(180)2246
+2458 y Fc(\016)2312 2488 y Fu(.)14 b(.)g(.)2766 2488
+y
+ gsave currentpoint currentpoint translate 180 neg rotate neg exch
+neg exch translate
+ 2766 2488 a Fu(Lik)n(e)27 b(This)3109 2488 y
+ currentpoint grestore moveto
+ 3109 2488
+a -343 w Fu(.)14 b(.)g(.)43 b(to)30 b(the)g(e\013ects)515
+2612 y(gained)d(b)n(y)g(using)g(the)h Fs(origin)d Fu(k)n(ey:)515
+2712 y Fs([origin)40 b(=)k(c])26 b Fu(rotates)h(ab)r(out)g(the)h(cen)n
+(tre)f(of)h(the)g(b)r(o)n(x,.)13 b(.)h(.)2816 2654 y
+ gsave currentpoint currentpoint translate 180 neg rotate neg exch
+neg exch translate
+
+2816 2654 a Fu(Lik)n(e)27 b(This)3159 2654 y
+ currentpoint grestore moveto
+ 3159 2654
+a 2816 2712 a Fu(.)14 b(.)g(.)515 2854 y Fs([origin)40
+b(=)k(tr])26 b Fu(rotates)g(ab)r(out)i(the)g(top)g(righ)n(t)e(hand)i
+(corner.)12 b(.)i(.)3003 2738 y
+ gsave currentpoint currentpoint translate 180 neg rotate neg exch
+neg exch translate
+ 3003 2738 a Fu(Lik)n(e)27
+b(This)3346 2738 y
+ currentpoint grestore moveto
+ 3346 2738 a 3003 2854 a Fu(.)14 b(.)g(.)515
+3003 y(The)25 b Fs(units)e Fu(k)n(ey)h(allo)n(ws)g(a)g(c)n(hange)g
+(from)h(the)g(default)h(units)f(of)g(degrees)f(an)n(ti-clo)r(c)n
+(kwise.)515 3103 y(Giv)n(e)j(the)h(n)n(um)n(b)r(er)f(of)h(units)g(in)g
+(one)f(full)h(an)n(ti-clo)r(c)n(kwise)e(rotation.)36
+b(F)-7 b(or)27 b(example:)515 3202 y Fs([units)41 b(=)i(-360])26
+b Fu(sp)r(eci\014es)h(degrees)f(clo)r(c)n(kwise.)515
+3302 y Fs([units=)40 b(6.283185])24 b Fu(sp)r(eci\014es)k(radians.)515
+3584 y Fp(4.3)112 b(Scaling)515 3787 y Fv(4.3.1)93 b(Scaling)32
+b(b)m(y)h(scale)e(factor)p 307 3959 1451 4 v 305 4050
+4 92 v 357 4023 a Fr(\\scalebox{)p Fo(h)p Fn(h-sc)l(ale)6
+b Fo(i)s Fr(}[)p Fo(h)p Fn(v-sc)l(ale)g Fo(i)q Fr(]{)p
+Fo(h)p Fn(text)h Fo(i)r Fr(})p 1756 4050 V 307 4054 1451
+4 v 515 4197 a Fu(Again)29 b(this)g(is)h(basically)e(lik)n(e)h
+Fs(\\mbox)e Fu(but)j(scales)e(the)i Fq(text)p Fu(.)41
+b(If)30 b Fq(v-sc)l(ale)36 b Fu(is)29 b(not)h(sp)r(eci\014ed)515
+4297 y(it)25 b(defaults)g(to)g Fq(h-sc)l(ale)p Fu(.)37
+b(If)26 b(it)f(is)g(sp)r(eci\014ed)g(the)g(text)h(is)f(distorted)f(as)h
+(the)g(horizon)n(tal)e(and)515 4396 y(v)n(ertical)j(stretc)n(hes)h(are)
+g(di\013eren)n(t,)1644 4396 y
+ currentpoint currentpoint translate 3 .7 scale neg exch neg exch translate
+ 1644 4396 a Fu(Lik)n(e)g(This)1644
+4396 y
+ currentpoint currentpoint translate 1 3 div 1 .7 div scale neg exch
+neg exch translate
+ 1644 4396 a 1029 w Fu(.)p 307 4568 799 4 v 305
+4659 4 92 v 357 4632 a Fr(\\reflectbox{)p Fo(h)p Fn(text)7
+b Fo(i)t Fr(})p 1104 4659 V 307 4663 799 4 v 515 4806
+a Fu(An)28 b(abbreviation)e(for)h Fs(\\scalebox{-1}[1])o({)p
+Fm(h)p Fq(text)7 b Fm(i)-6 b Fs(})p Fu(.)p Black 1926
+5255 a(8)p Black eop end
+%%Page: 9 9
+TeXDict begin 9 8 bop Black Black 515 523 a Fv(4.3.2)93
+b(Scaling)32 b(to)g(a)g(requested)g(size)p 307 695 1612
+4 v 305 786 4 92 v 357 759 a Fr(\\resizebox*{)p Fo(h)p
+Fn(h-length)6 b Fo(i)t Fr(}{)p Fo(h)p Fn(v-length)g Fo(i)r
+Fr(}{)p Fo(h)p Fn(text)h Fo(i)r Fr(})p 1917 786 V 307
+789 1612 4 v 515 933 a Fu(Scale)27 b Fq(text)35 b Fu(so)28
+b(that)g(the)h(width)g(is)f Fq(h-length)p Fu(.)39 b(If)28
+b Fs(!)g Fu(is)g(used)g(as)g(either)g(length)g(argumen)n(t,)515
+1032 y(the)38 b(other)g(argumen)n(t)f(is)h(used)g(to)g(determine)g(a)f
+(scale)h(factor)f(that)h(is)g(used)g(in)h(b)r(oth)515
+1132 y(directions.)56 b(Normally)33 b Fq(v-length)41
+b Fu(refers)33 b(to)h(the)h(heigh)n(t)f(of)g(the)h(b)r(o)n(x,)g(but)g
+(in)f(the)h(star)515 1232 y(form,)42 b(it)e(refers)e(to)i(the)g(`heigh)
+n(t)f(+)g(depth'.)73 b(As)40 b(normal)f(for)f(L)2654
+1215 y Fl(A)2691 1232 y Fu(T)2737 1250 y(E)2783 1232
+y(X)12 b(2)2899 1244 y Fb(")2982 1232 y Fu(b)r(o)n(x)39
+b(length)515 1331 y(argumen)n(ts,)32 b Fs(\\height)p
+Fu(,)g Fs(\\width)p Fu(,)f Fs(\\totalheight)p Fu(,)f
+Fs(\\depth)g Fu(ma)n(y)i(b)r(e)h(used)g(to)f(refer)g(to)515
+1431 y(the)c(original)e(size)h(of)h(the)g(b)r(o)n(x.)515
+1580 y Fs(\\resizebox{1in}{)o(\\h)o(ei)o(ght)o(}{)o(Som)o(e)37
+b(text})p Fu(:)2100 1580 y
+ currentpoint currentpoint translate 1.63638 1.00003 scale neg exch
+neg exch translate
+ 2100 1580 a Fu(Some)28 b(text)2100
+1580 y
+ currentpoint currentpoint translate 1 1.63638 div 1 1.00003 div scale
+neg exch neg exch translate
+ 2100 1580 a 515 1750 a Fs(\\resizebox{1in}{)o(!})o({S)o(ome)37
+b(text})p Fu(:)1839 1750 y
+ currentpoint currentpoint translate 1.63638 1.63638 scale neg exch
+neg exch translate
+ 1839 1750 a Fu(Some)27 b(text)1839
+1750 y
+ currentpoint currentpoint translate 1 1.63638 div 1 1.63638 div scale
+neg exch neg exch translate
+ 1839 1750 a 515 2032 a Fp(4.4)112 b(Including)38
+b(Graphics)h(Files)515 2235 y Fu(The)24 b(functions)h(for)e(graphics)g
+(inclusion)h(try)g(to)g(giv)n(e)g(the)g(same)g(user)g(syn)n(tax)f(for)h
+(includ-)515 2335 y(ing)30 b(an)n(y)f(kind)h(of)g(graphics)f(\014le)i
+(that)f(can)g(b)r(e)g(understo)r(o)r(d)g(b)n(y)g(the)g(driv)n(er.)44
+b(This)30 b(relies)515 2434 y(on)25 b(the)h(\014le)g(ha)n(ving)f(an)g
+(extension)h(that)g(iden)n(ti\014es)g(the)g(\014le)g(t)n(yp)r(e.)36
+b(The)26 b(`driv)n(er)f(options')515 2534 y(will)34 b(de\014ne)g(a)f
+(collection)h(of)g(\014le)g(extensions)f(that)h(the)g(driv)n(er)f(can)g
+(handle,)j(although)515 2634 y(this)28 b(list)f(ma)n(y)g(b)r(e)h
+(extended)g(using)f(the)h(declarations)e(describ)r(ed)i(b)r(elo)n(w.)
+515 2783 y(If)33 b(the)h(\014le's)f(extension)g(is)g(unkno)n(wn)g(to)g
+(the)g(driv)n(er,)h(the)f(system)g(ma)n(y)g(try)g(a)g(default)515
+2883 y(\014le)25 b(t)n(yp)r(e.)36 b(The)25 b(P)n(ostScript)f(driv)n(er)
+f(\014les)i(set)g(this)g(default)h(to)e(b)r(e)i Fs(eps)e
+Fu(\(P)n(ostScript\),)g(but)515 2982 y(this)k(b)r(eha)n(viour)e(ma)n(y)
+h(b)r(e)h(customised)f(if)h(other)f(defaults)h(are)f(required.)p
+307 3155 2075 4 v 305 3246 4 92 v 357 3219 a Fe(graphics)p
+Fd(:)68 b Fr(\\includegraphics*[)p Fo(h)p Fn(l)t(lx,l)t(ly)7
+b Fo(i)q Fr(][)p Fo(h)p Fn(urx,ury)g Fo(i)q Fr(]{)p Fo(h)p
+Fn(\014le)f Fo(i)p Fr(})p 2380 3246 V 305 3337 V 357
+3310 a Fe(graphicx)p Fd(:)62 b Fr(\\includegraphics*[)p
+Fo(h)p Fn(key)32 b(val)27 b(list)7 b Fo(i)p Fr(]{)p Fo(h)p
+Fn(\014le)f Fo(i)p Fr(})p 2380 3337 V 307 3341 2075 4
+v 515 3481 a Fu(Include)28 b(a)f(graphics)f(\014le.)515
+3630 y(If)f Fs(*)f Fu(is)h(presen)n(t,)g(then)g(the)h(graphic)d(is)i
+(`clipp)r(ed')h(to)e(the)h(size)g(sp)r(eci\014ed.)36
+b(If)25 b Fs(*)g Fu(is)g(omitted,)515 3730 y(then)34
+b(an)n(y)e(part)h(of)h(the)g(graphic)e(that)i(is)f(outside)h(the)f(sp)r
+(eci\014ed)h(`b)r(ounding)g(b)r(o)n(x')f(will)515 3829
+y(o)n(v)n(er-prin)n(t)25 b(the)j(surrounding)e(text.)515
+3979 y(If)41 b(the)g(optional)f(argumen)n(ts)g(are)g(omitted,)45
+b(then)c(the)g(size)g(of)g(the)g(graphic)f(will)h(b)r(e)515
+4078 y(determined)28 b(b)n(y)f(reading)f(an)i(external)e(\014le)i(as)f
+(describ)r(ed)g(b)r(elo)n(w.)515 4344 y Ff(graphics)k
+Fv(v)m(ersion)83 b Fu(If)29 b Fs([)p Fm(h)p Fq(urx,ury)7
+b Fm(i)o Fs(])29 b Fu(is)f(presen)n(t,)g(then)h(it)g(should)g(sp)r
+(ecify)f(the)h(co)r(ordi-)515 4444 y(nates)g(of)g(the)h(top)f(righ)n(t)
+g(corner)f(of)h(the)h(image,)f(as)f(a)h(pair)g(of)g(T)2578
+4462 y(E)2624 4444 y(X)h(dimensions.)42 b(If)30 b(the)515
+4543 y(units)j(are)e(omitted)i(they)g(default)f(to)h
+Fs(bp)p Fu(.)50 b(So)33 b Fs([1in,1in])28 b Fu(and)33
+b Fs([72,72])c Fu(are)j(equiv)-5 b(a-)515 4643 y(len)n(t.)40
+b(If)29 b(only)f(one)h(optional)f(argumen)n(t)f(app)r(ears,)h(the)h(lo)
+n(w)n(er)e(left)j(corner)d(of)i(the)g(image)515 4743
+y(is)34 b(assumed)g(to)g(b)r(e)h(at)f Fs([0,0])p Fu(.)56
+b(Otherwise)33 b Fs([)p Fm(h)p Fq(l)t(lx,l)t(ly)7 b Fm(i)s
+Fs(])34 b Fu(ma)n(y)f(b)r(e)i(used)g(to)f(sp)r(ecify)h(the)515
+4842 y(co)r(ordinates)26 b(of)h(this)h(p)r(oin)n(t.)p
+Black 1926 5255 a(9)p Black eop end
+%%Page: 10 10
+TeXDict begin 10 9 bop Black Black 515 523 a Ff(graphicx)19
+b Fv(v)m(ersion)83 b Fu(Here)18 b(the)h(star)f(form)h(is)f(just)i(for)e
+(compatibilit)n(y)h(with)g(the)g(standard)515 623 y(v)n(ersion.)65
+b(It)37 b(just)h(adds)f Fs(clip)f Fu(to)h(the)h(list)g(of)f(k)n(eys)g
+(sp)r(eci\014ed.)66 b(\(Also,)40 b(for)d(increased)515
+722 y(compatibilit)n(y)-7 b(,)44 b(if)e Fq(two)47 b Fu(optional)40
+b(argumen)n(ts)g(are)h(used,)j(the)e(`standard')e(v)n(ersion)g(of)515
+822 y Fs(\\includegraphics)21 b Fu(is)27 b(alw)n(a)n(ys)f(used,)i(ev)n
+(en)f(if)h(the)g Ft(graphicx)f Fu(pac)n(k)-5 b(age)26
+b(is)i(loaded.\))515 971 y(The)f(allo)n(w)n(ed)g(k)n(eys)f(are)h
+(listed)h(b)r(elo)n(w.)p Black 515 1187 a Fv(bb)p Black
+41 w Fu(The)19 b(argumen)n(t)f(should)h(b)r(e)g(four)f(dimensions,)j
+(separated)c(b)n(y)i(spaces.)33 b(These)18 b(denote)722
+1287 y(the)28 b(`Bounding)f(Bo)n(x')g(of)h(the)f(prin)n(ted)h(region)e
+(within)j(the)f(\014le.)p Black 515 1453 a Fv(bbllx,bblly)-8
+b(,bburx,bbury)p Black 41 w Fu(Set)40 b(the)h(b)r(ounding)g(b)r(o)n(x.)
+74 b(Mainly)40 b(for)g(compatibilit)n(y)722 1553 y(with)c(older)e(pac)n
+(k)-5 b(ages.)57 b(Sp)r(ecifying)36 b Fs(bbllx=a,bblly=b,)o(bb)o(urx)o
+(=c)o(,bb)o(ur)o(y=)o(d)29 b Fu(is)722 1652 y(equiv)-5
+b(alen)n(t)28 b(to)f(sp)r(ecifying)h Fs(bb)42 b(=)i(a)f(b)g(c)g(d)p
+Fu(.)p Black 515 1818 a Fv(nat)m(width,natheigh)m(t)p
+Black 42 w Fu(Again)34 b(an)g(alternativ)n(e)f(to)h Fs(bb)p
+Fu(.)57 b Fs(natheight=h,natw)o(idt)o(h=)o(w)722 1918
+y Fu(is)28 b(equiv)-5 b(alen)n(t)27 b(to)h Fs(bb)42 b(=)i(0)f(0)g(h)g
+(w)p Fu(.)p Black 515 2084 a Fv(hiresbb)p Black 41 w
+Fu(Bo)r(olean)25 b(v)-5 b(alued)26 b(k)n(ey)-7 b(.)36
+b(If)27 b(set)g(to)f Fs(true)f Fu(\(just)i(sp)r(ecifying)g
+Fs(hiresbb)c Fu(is)k(equiv)-5 b(a-)90 b Fe(New)27 b(feature)3470
+2175 y(1996/10/29)722 2183 y Fu(len)n(t)h(to)f Fs(hiresbb=true)p
+Fu(\))c(then)28 b(T)1805 2201 y(E)1852 2183 y(X)f(will)h(lo)r(ok)f(for)
+g Fs(\045\045HiResBoundingB)o(ox)21 b Fu(lines)722 2283
+y(rather)26 b(than)h Fs(\045\045BoundingBox)p Fu(.)k(It)c(ma)n(y)f(b)r
+(e)h(set)f(to)h Fs(false)d Fu(to)j(o)n(v)n(errule)d(a)j(default)722
+2383 y(setting)h(of)f Fs(true)f Fu(set)i(b)n(y)f(the)h
+Fs(hiresbb)d Fu(pac)n(k)-5 b(age)26 b(option.)p Black
+515 2549 a Fv(viewp)s(ort)p Black 41 w Fu(The)43 b Fs(viewport)c
+Fu(k)n(ey)k(tak)n(es)f(four)g(argumen)n(ts,)k(just)d(lik)n(e)g
+Fs(bb)p Fu(.)82 b(Ho)n(w)n(ev)n(er)89 b Fe(New)27 b(feature)3470
+2640 y(1995/06/01)722 2648 y Fu(in)38 b(this)g(case)e(the)i(v)-5
+b(alues)37 b(are)f(tak)n(en)h(relativ)n(e)f(to)h(the)h(origin)e(sp)r
+(eci\014ed)i(b)n(y)f(the)722 2748 y(b)r(ounding)c(b)r(o)n(x)f(in)h(the)
+f(\014le.)52 b(So)32 b(to)g(`view')h(the)g(1in)f(square)f(in)i(the)g(b)
+r(ottom)f(left)722 2848 y(hand)c(corner)f(of)h(the)g(area)f(sp)r
+(eci\014ed)h(b)n(y)g(the)g(b)r(ounding)g(b)r(o)n(x,)g(use)g(the)g
+(argumen)n(t)722 2947 y Fs(viewport=0)40 b(0)j(72)g(72)p
+Fu(.)p Black 515 3113 a Fv(trim)p Black 41 w Fu(Similar)e(to)g(viewp)r
+(ort,)j(but)e(here)f(the)h(four)f(lengths)g(sp)r(ecify)h(the)f(amoun)n
+(t)g(to)91 b Fe(New)27 b(feature)3470 3205 y(1995/06/01)722
+3213 y Fu(remo)n(v)n(e)e(or)h(add)h(to)f(eac)n(h)g(side.)36
+b Fs(trim=)42 b(1)h(2)g(3)h(4)26 b Fu(`crops')g(the)h(picture)f(b)n(y)h
+(1bp)f(at)722 3313 y(the)i(left,)h(2bp)e(at)h(the)g(b)r(ottom,)f(3bp)h
+(on)f(the)h(righ)n(t)f(and)g(4bp)h(at)f(the)h(top.)p
+Black 515 3479 a Fv(angle)p Black 41 w Fu(Rotation)f(angle.)p
+Black 515 3645 a Fv(origin)p Black 40 w Fu(Origin)g(for)g(rotation.)35
+b(See)28 b(the)g(do)r(cumen)n(tation)f(of)h Fs(\\rotatebox)p
+Fu(.)521 b Fe(New)27 b(feature)3470 3736 y(1995/09/28)p
+Black 515 3811 a Fv(width)p Black 41 w Fu(Required)g(width.)38
+b(The)27 b(graphic)g(is)g(scaled)g(to)h(this)g(width.)p
+Black 515 3977 a Fv(heigh)m(t)p Black 41 w Fu(Required)f(heigh)n(t.)37
+b(The)27 b(graphic)g(is)g(scaled)g(to)h(this)g(heigh)n(t.)p
+Black 515 4143 a Fv(totalheigh)m(t)p Black 41 w Fu(Sp)r(ecify)i(the)g
+(total)f(heigh)n(t)h(\(heigh)n(t)f(+)g(depth\))i(of)e(the)h(\014gure.)
+42 b(This)30 b(will)91 b Fe(New)27 b(feature)3470 4234
+y(1995/06/01)722 4242 y Fu(di\013er)f(from)g(the)g(`heigh)n(t')g(if)h
+(rotation)e(has)g(o)r(ccurred.)35 b(In)26 b(particular)f(if)h(the)h
+(\014gure)722 4342 y(has)g(b)r(een)h(rotated)f(b)n(y)g
+Fm(\000)p Fu(90)1621 4312 y Fc(\016)1686 4342 y Fu(then)h(it)g(will)g
+(ha)n(v)n(e)e(zero)h(heigh)n(t)g(but)h(large)f(depth.)p
+Black 515 4508 a Fv(k)m(eepasp)s(ectratio)p Black 42
+w Fu(Bo)r(olean)h(v)-5 b(alued)29 b(k)n(ey)g(lik)n(e)g(`clip'.)42
+b(If)30 b(set)f(to)g(true)g(then)h(sp)r(ecifying)91 b
+Fe(New)27 b(feature)3470 4599 y(1995/09/27)722 4608 y
+Fu(b)r(oth)g(`width')g(and)f(`heigh)n(t')g(\(or)g(`totalheigh)n(t'\))g
+(do)r(es)f(not)i(distort)e(the)i(\014gure)e(but)722 4707
+y(scales)i(suc)n(h)g(that)h(neither)g(of)f(the)h(sp)r(eci\014ed)g
+(dimensions)f(is)h Fq(exc)l(e)l(e)l(de)l(d)p Fu(.)p Black
+515 4873 a Fv(scale)p Black 41 w Fu(Scale)f(factor.)p
+Black 1905 5255 a(10)p Black eop end
+%%Page: 11 11
+TeXDict begin 11 10 bop Black Black Black 515 523 a Fv(clip)p
+Black 41 w Fu(Either)25 b(`true')h(or)f(`false')g(\(or)g(no)h(v)-5
+b(alue,)26 b(whic)n(h)f(is)h(equiv)-5 b(alen)n(t)25 b(to)h(`true'\).)37
+b(Clip)26 b(the)722 623 y(graphic)h(to)g(the)h(b)r(ounding)g(b)r(o)n
+(x.)p Black 515 777 a Fv(draft)p Black 42 w Fu(a)g(b)r(o)r(olean)f(v)-5
+b(alued)27 b(k)n(ey)-7 b(,)27 b(lik)n(e)g(`clip'.)38
+b(Lo)r(cally)26 b(switc)n(hes)h(to)h(draft)f(mo)r(de.)p
+Black 515 931 a Fv(t)m(yp)s(e)p Black 42 w Fu(Sp)r(ecify)h(the)g
+(graphics)e(t)n(yp)r(e.)p Black 515 1086 a Fv(ext)p Black
+42 w Fu(Sp)r(ecify)34 b(the)g(\014le)g(extension.)54
+b(This)33 b(should)h Fq(only)41 b Fu(b)r(e)34 b(used)g(in)g
+(conjunction)g(with)722 1185 y Fs(type)p Fu(.)p Black
+515 1340 a Fv(read)p Black 42 w Fu(Sp)r(ecify)e(the)g(\014le)g
+(extension)g(of)g(the)g(`read)f(\014le'.)50 b(This)31
+b(should)h Fq(only)40 b Fu(b)r(e)32 b(used)g(in)722 1439
+y(conjunction)c(with)g Fs(type)p Fu(.)p Black 515 1594
+a Fv(command)p Black 41 w Fu(Sp)r(ecify)d(an)n(y)e(command)g(to)h(b)r
+(e)g(applied)g(to)g(the)g(\014le.)36 b(This)24 b(should)g
+Fq(only)32 b Fu(b)r(e)722 1693 y(used)c(in)g(conjunction)f(with)i
+Fs(type)p Fu(.)515 1874 y(F)-7 b(or)26 b(the)g(k)n(eys)g(sp)r(ecifying)
+g(the)h(original)e(size)h(\(i.e,,)h(the)g(b)r(ounding)g(b)r(o)n(x,)f
+(trim)g(and)h(view-)515 1973 y(p)r(ort)j(k)n(eys\))g(the)h(units)g(can)
+f(b)r(e)h(omitted,)h(in)f(whic)n(h)f(case)g(bp)h(\(i.e.,)g(P)n
+(ostScript)f(p)r(oin)n(ts\))515 2073 y(are)c(assumed.)515
+2211 y(The)33 b(\014rst)f(sev)n(en)h(k)n(eys)f(sp)r(ecify)h(the)g
+(original)f(size)g(of)h(the)h(image.)52 b(This)33 b(size)f(needs)h(to)
+515 2310 y(b)r(e)c(sp)r(eci\014ed)h(in)f(the)h(case)e(that)i(the)f
+(\014le)h(can)f(not)g(b)r(e)h(read)e(b)n(y)h(T)2615 2328
+y(E)2661 2310 y(X,)h(or)e(it)i(con)n(tains)e(an)515 2410
+y(incorrect)e(size)h(`BoundingBo)n(x')f(sp)r(eci\014cation.)515
+2548 y Fs(bbllx)p Fu(.)12 b(.)h(.)42 b Fs(\\bbury)25
+b Fu(are)i(mainly)g(for)g(compatibilit)n(y)h(for)f(older)g(pac)n(k)-5
+b(ages.)515 2647 y Fs(bbllx=a,)40 b(bblly=b,)g(bburx=c,)h(bbury=d)515
+2747 y Fu(is)27 b(equiv)-5 b(alen)n(t)28 b(to)515 2847
+y Fs(bb)42 b(=)i(a)f(b)g(c)g(d)p Fu(.)515 2984 y Fs(natheight)26
+b Fu(and)j Fs(natwidth)d Fu(are)j(just)h(shorthands)f(for)g(setting)g
+(the)h(lo)n(w)n(er)e(left)i(co)r(ordi-)515 3084 y(nate)d(to)h(0)f(0)g
+(and)h(the)f(upp)r(er)h(righ)n(t)f(co)r(ordinate)g(to)g(the)h(sp)r
+(eci\014ed)g(width)g(and)g(heigh)n(t.)515 3222 y(The)23
+b(next)g(few)g(k)n(eys)f(sp)r(ecify)h(an)n(y)g(scaling)f(or)g(rotation)
+g(to)g(b)r(e)i(applied)f(to)g(the)g(image.)34 b(T)-7
+b(o)515 3321 y(get)29 b(these)h(e\013ects)h(using)e(the)i(standard)e
+(pac)n(k)-5 b(age,)29 b(the)h Fs(\\includegraphics)23
+b Fu(call)30 b(m)n(ust)515 3421 y(b)r(e)e(placed)f(inside)h(the)g
+(argumen)n(t)e(of)i(a)f Fs(\\rotatebox)d Fu(or)i Fs(\\scalebox)e
+Fu(command.)515 3559 y(The)32 b(k)n(eys)f(are)g(read)h(left-to-righ)n
+(t,)g(so)f Fs([angle=90,)40 b(height=1in])27 b Fu(means)32
+b(rotate)f(b)n(y)515 3658 y(90)c(degrees,)f(and)i(then)g(scale)f(to)g
+(a)h(heigh)n(t)f(of)h(1in.)37 b Fs([height=1in,)h(angle=90])25
+b Fu(w)n(ould)515 3758 y(result)i(in)h(a)f(\014nal)h
+Fq(width)35 b Fu(of)27 b(1in.)515 3896 y(If)j(the)g Ft(calc)f
+Fu(pac)n(k)-5 b(age)28 b(is)i(also)e(loaded)h(the)i(lengths)e(ma)n(y)g
+(use)h Ft(calc)f Fu(syn)n(tax,)g(for)g(instance)515 3995
+y(to)d(sp)r(ecify)h(a)f(width)h(of)f(2)13 b(cm)27 b(less)f(than)h(the)f
+(text)h(width:)37 b Fs([width=\\textwidt)o(h-2)o(cm)o(])p
+Fu(.)515 4133 y(T)561 4151 y(E)607 4133 y(X)32 b(lea)n(v)n(es)d(the)j
+(space)e(sp)r(eci\014ed)i(either)f(in)g(the)h(\014le,)g(or)f(in)g(the)h
+(optional)e(argumen)n(ts.)515 4233 y(If)25 b(an)n(y)e(part)h(of)h(the)g
+(image)e(is)i(actually)f(outside)g(this)h(area,)e(it)i(will)g(b)n(y)f
+(default)h(o)n(v)n(erprin)n(t)515 4332 y(the)g(surrounding)e(text.)36
+b(If)26 b(the)f(star)f(form)g(is)h(used,)g(or)f Fs(clip)f
+Fu(sp)r(eci\014ed,)j(an)n(y)e(part)g(of)h(the)515 4432
+y(image)i(outside)g(this)h(area)e(will)i(not)f(b)r(e)h(prin)n(ted.)515
+4570 y(The)k(last)g(four)g(k)n(eys)g(suppress)f(the)i(parsing)e(of)i
+(the)g(\014lename.)51 b(If)33 b(they)g(are)e(used,)j(the)515
+4669 y(main)28 b Fq(\014le)35 b Fu(argumen)n(t)27 b(should)i(not)f(ha)n
+(v)n(e)g(the)g(\014le)h(extension.)39 b(They)28 b(corresp)r(ond)f(to)i
+(the)515 4769 y(argumen)n(ts)d(of)i Fs(\\DeclareGraphic)o(sRu)o(le)21
+b Fu(describ)r(ed)27 b(b)r(elo)n(w.)515 4907 y(T)-7 b(o)29
+b(see)f(the)i(e\013ect)g(that)f(the)h(v)-5 b(arious)28
+b(options)g(ha)n(v)n(e)g(consider)h(the)g(\014le)h Fs(a.ps)p
+Fu(.)40 b(This)29 b(\014le)515 5006 y(con)n(tains)d(the)i(b)r(ounding)g
+(b)r(o)n(x)f(sp)r(eci\014cation)p Black 1905 5255 a(11)p
+Black eop end
+%%Page: 12 12
+TeXDict begin 12 11 bop Black Black Black Black 515 523
+a Fr(\045\045BoundingBox:100)43 b(100)d(172)g(172)515
+756 y Fu(That)d(is,)j(the)e(prin)n(ted)f(region)f(consists)h(of)g(a)g
+(one-inc)n(h)g(square,)i(100)12 b(pt)38 b(in)g(from)f(the)515
+855 y(b)r(ottom)28 b(and)f(left)h(hand)g(edges)f(of)g(the)h(pap)r(er.)
+515 1005 y(In)g(all)f(the)h(follo)n(wing)e(examples)h(the)h(input)h
+(will)e(b)r(e)h(of)g(the)g(form)p Black Black 515 1229
+a Fr(left---\\fbox{\\includegraphics{)q(a}}--)q(-rig)q(ht)515
+1461 y Fu(With)g(di\013eren)n(t)g(options)f(supplied)h(to)f
+Fs(\\includegraphics)p Fu(.)515 1611 y(No)g(optional)g(argumen)n(t.)515
+2263 y(left|)p 715 1638 657 4 v 715 2288 4 650 v 29 w
+@beginspecial 100 @llx 100 @lly 172 @urx 172 @ury 720
+@rwi @setspecial
+%%BeginDocument: a.ps
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
+
+%%EndDocument
+ @endspecial 1369 2288 V 715 2291 657 4 v 628 w(|righ)n(t)515
+2413 y Ft(graphics)p Fu(:)42 b Fs(\\scalebox{0.5}{\\i)o(nc)o(lud)o(eg)o
+(rap)o(hi)o(cs)o({a})o(})515 2512 y Ft(graphicx)p Fu(:)36
+b Fs(\\includegraphics[)o(sc)o(ale)o(=.)o(5]{)o(a})515
+2867 y Fu(left|)p 715 2542 357 4 v 715 2892 4 350 v 29
+w @beginspecial 100 @llx 100 @lly 172 @urx 172 @ury 360
+@rwi @setspecial
+%%BeginDocument: a.ps
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
+
+%%EndDocument
+ @endspecial 1069 2892 V 715 2895 357 4 v 328 w(|righ)n(t)515
+3017 y Ft(graphics)p Fu(:)42 b Fs(\\includegraphics[)o(11)o(5,1)o(10)o
+(][1)o(35)o(,1)o(45])o({a)o(}})515 3116 y Ft(graphicx)p
+Fu(:)36 b Fs(\\includegraphics[)o(bb)o(=)i(115)k(110)g(135)h(145]{a})
+515 3463 y Fu(left|)p 715 3146 224 4 v 715 3488 4 342
+v 29 w @beginspecial 115 @llx 110 @lly 135 @urx 145 @ury
+200 @rwi @setspecial
+%%BeginDocument: a.ps
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
+
+%%EndDocument
+ @endspecial 935 3488 V 715 3491 224 4 v 194 w(|righ)n(t)515
+3612 y Ft(graphics)p Fu(:)f Fs(\\includegraphics*)o([1)o(15,)o(11)o
+(0][)o(13)o(5,)o(145)o(]{)o(a}})515 3712 y Ft(graphicx)p
+Fu(:)36 b Fs(\\includegraphics[)o(bb)o(=)i(115)k(110)g(135)h
+(145,clip]{a})515 4059 y Fu(left|)p 715 3742 V 715 4084
+4 342 v 29 w @beginspecial 115 @llx 110 @lly 135 @urx
+145 @ury 200 @rwi @clip @setspecial
+%%BeginDocument: a.ps
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
+
+%%EndDocument
+ @endspecial 935 4084 V 715 4087 224 4 v 194 w(|righ)n(t)515
+4208 y Ft(graphics)p Fu(:)f Fs(\\scalebox{0.5}{\\i)o(nc)o(lud)o(eg)o
+(rap)o(hi)o(cs)o({a})o(})21 b Fu(and)28 b Fs(draft)e
+Fu(option.)515 4308 y Ft(graphicx)p Fu(:)36 b Fs(\\includegraphics[)o
+(sc)o(ale)o(=.)o(5,)h(draft]{a})515 4663 y Fu(left|)p
+715 4338 357 4 v 715 4688 4 350 v 744 4663 4 300 v 745
+4366 300 4 v 771 4521 a Fs(a.ps)p 745 4663 V 1040 4663
+4 300 v 1069 4688 4 350 v 715 4691 357 4 v 1072 4663
+a Fu(|righ)n(t)p Black 1905 5255 a(12)p Black eop end
+%%Page: 13 13
+TeXDict begin 13 12 bop Black Black 515 523 a Fp(4.5)112
+b(Other)37 b(commands)j(in)d(the)h Fa(graphics)f Fp(pac)m(k)-6
+b(age)p 307 695 978 4 v 305 786 4 92 v 357 759 a Fr(\\graphicspath{)p
+Fo(h)p Fn(dir-list)7 b Fo(i)s Fr(})p 1283 786 V 307 789
+978 4 v 515 933 a Fu(This)24 b(optional)f(declaration)g(ma)n(y)g(b)r(e)
+i(used)f(to)g(sp)r(ecify)g(a)g(list)g(of)g(directories)f(in)h(whic)n(h)
+g(to)515 1032 y(searc)n(h)29 b(for)h(graphics)f(\014les.)46
+b(The)31 b(format)f(is)g(the)h(same)g(as)f(for)g(the)h(L)2733
+1015 y Fl(A)2770 1032 y Fu(T)2816 1050 y(E)2861 1032
+y(X)12 b(2)2977 1044 y Fb(")3051 1032 y Fu(primitiv)n(e)515
+1132 y Fs(\\input@path)p Fu(.)32 b(A)26 b(list)f(of)h(directories,)f
+(eac)n(h)g(in)h(a)f Fs({})g Fu(group)f(\(ev)n(en)i(if)g(there)g(is)f
+(only)g(one)515 1232 y(in)j(the)g(list\).)37 b(F)-7 b(or)27
+b(example:)515 1331 y Fs(\\graphicspath{{e)o(ps)o(/})o({ti)o(ff)o(/}})
+515 1431 y Fu(w)n(ould)21 b(cause)f(the)i(system)f(to)g(lo)r(ok)f(in)i
+(the)f(sub)r(directories)f Fs(eps)g Fu(and)i Fs(tiff)d
+Fu(of)i(the)h(curren)n(t)515 1531 y(directory)-7 b(.)35
+b(This)28 b(is)f(unix)h(syn)n(tax,)f(on)g(a)g(Mac)h(it)g(w)n(ould)f(b)r
+(e:)515 1630 y Fs(\\graphicspath{{:)o(ep)o(s:)o(}{:)o(ti)o(ff:)o(}})515
+1730 y Fu(Note)k(the)g(di\013ering)f(con)n(v)n(en)n(tions,)g(an)h
+(initial)g Fs(:)f Fu(is)h(needed)g(on)f(Macin)n(tosh)g(systems)g(to)515
+1829 y(denote)k(the)h(curren)n(t)f(folder,)i(whereas)e(on)g(unix)h(an)f
+(initial)h Fs(/)f Fu(w)n(ould)g(denote)h(the)g(top)515
+1929 y(lev)n(el)27 b(`ro)r(ot')g(directory)-7 b(.)515
+2078 y(The)32 b(default)h(setting)g(of)f(this)h(path)g(is)f
+Fs(\\input@path)c Fu(that)33 b(is:)46 b(graphics)32 b(\014les)g(will)h
+(b)r(e)515 2178 y(found)28 b(wherev)n(er)e(T)1145 2196
+y(E)1191 2178 y(X)i(\014les)f(are)g(found.)p 307 2350
+1489 4 v 305 2441 4 92 v 357 2414 a Fr(\\DeclareGraphicsExtensions{)p
+Fo(h)p Fn(ex)q(t-)q(list)7 b Fo(i)f Fr(})p 1794 2441
+V 307 2444 1489 4 v 515 2588 a Fu(This)27 b(sp)r(eci\014es)f(the)i(b)r
+(eha)n(viour)e(of)g(the)i(system)e(when)i(no)e(\014le)h(extension)g(is)
+g(sp)r(eci\014ed)g(in)91 b Fe(New)27 b(description)3470
+2679 y(1994/12/01)515 2687 y Fu(the)f(argumen)n(t)e(to)i
+Fs(\\includegraphics)o Fu(.)k Fs({)p Fm(h)p Fq(ext-list)8
+b Fm(i)p Fs(})25 b Fu(should)g(b)r(e)h(a)f(comma)g(separated)515
+2787 y(list)g(of)g(\014le)g(extensions.)35 b(\(White)26
+b(space)e(is)h(ignored)f(b)r(et)n(w)n(een)h(the)g(en)n(tries.\))36
+b(A)25 b(\014le)g(name)515 2887 y(is)35 b(pro)r(duced)g(b)n(y)h(app)r
+(ending)f(one)g(extension)g(from)h(the)g(list.)61 b(If)36
+b(a)f(\014le)g(is)h(found,)i(the)515 2986 y(system)30
+b(acts)g(as)g(if)h(that)g(extension)f(had)g(b)r(een)h(sp)r(eci\014ed.)
+46 b(If)31 b(not,)h(the)f(next)g(extension)515 3086 y(in)d
+Fq(ext-list)34 b Fu(is)28 b(tried.)515 3235 y(Note)45
+b(that)g(if)h(the)f(extension)f(is)h(not)g(sp)r(eci\014ed)h(in)f(the)g
+Fs(\\includegraphics)39 b Fu(com-)515 3335 y(mand,)d(the)f(graphics)e
+(\014le)i(m)n(ust)f(exist)g(at)h(the)g(time)g(L)2295
+3318 y Fl(A)2332 3335 y Fu(T)2378 3353 y(E)2423 3335
+y(X)g(is)g(run,)h(as)e(the)g(existence)515 3435 y(of)d(the)h(\014le)g
+(is)f(used)g(to)h(determine)f(whic)n(h)h(extension)f(from)g(the)h(list)
+f(to)h(c)n(ho)r(ose.)47 b(Ho)n(w-)515 3534 y(ev)n(er)36
+b(if)i(a)e(\014le)i(extension)f Fq(is)44 b Fu(sp)r(eci\014ed,)c(e.g.)d
+Fs(\\includegraphics)o({a)o(.ps)o(})31 b Fu(instead)37
+b(of)515 3634 y Fs(\\includegraphics)o({a)o(})p Fu(,)22
+b(then)29 b(the)g(graphics)d(\014le)j(need)f(not)g(exist)h(at)f(the)g
+(time)h(L)3188 3617 y Fl(A)3225 3634 y Fu(T)3271 3652
+y(E)3317 3634 y(X)515 3733 y(is)d(used.)37 b(\(In)27
+b(particular)e(it)i(ma)n(y)f(b)r(e)h(created)f(on)g(the)h(\015y)g(b)n
+(y)f(the)h Fm(h)p Fq(c)l(ommand)9 b Fm(i)28 b Fu(sp)r(eci\014ed)515
+3833 y(in)22 b(the)h Fs(\\DeclareGraphics)o(Ru)o(le)16
+b Fu(command)22 b(describ)r(ed)g(b)r(elo)n(w.\))35 b(L)2693
+3816 y Fl(A)2730 3833 y Fu(T)2776 3851 y(E)2822 3833
+y(X)22 b(do)r(es)g(ho)n(w)n(ev)n(er)515 3933 y(need)j(to)h(b)r(e)g
+(able)f(to)g(determine)h(the)g(size)f(of)h(the)g(image)e(so)h(this)h
+(size)f(m)n(ust)h(b)r(e)g(sp)r(eci\014ed)515 4032 y(in)i(argumen)n(ts,)
+e(or)h(the)h(`read)e(\014le')i(m)n(ust)g(exist)f(at)h(the)g(time)g(L)
+2506 4015 y Fl(A)2543 4032 y Fu(T)2589 4050 y(E)2635
+4032 y(X)g(is)f(used.)p 307 4204 2274 4 v 305 4295 4
+92 v 357 4268 a Fr(\\DeclareGraphicsRule{)p Fo(h)p Fn(ext)7
+b Fo(i)f Fr(}{)p Fo(h)p Fn(typ)l(e)g Fo(i)q Fr(}{)p Fo(h)p
+Fn(r)l(e)l(ad-\014le)g Fo(i)q Fr(}{)p Fo(h)p Fn(c)l(ommand)i
+Fo(i)q Fr(})p 2579 4295 V 307 4299 2274 4 v 515 4442
+a Fu(An)n(y)21 b(n)n(um)n(b)r(er)g(of)h(these)f(declarations)f(can)h(b)
+r(e)h(made.)35 b(They)21 b(determine)h(ho)n(w)e(the)i(system)515
+4542 y(b)r(eha)n(v)n(es)37 b(when)i(a)f(\014le)h(with)g(extension)f
+Fq(ext)46 b Fu(is)38 b(sp)r(eci\014ed.)70 b(\(The)39
+b(extension)f(ma)n(y)g(b)r(e)515 4641 y(sp)r(eci\014ed)i(explicitly)h
+(or,)h(if)f(the)f(argumen)n(t)f(to)i Fs(\\includegraphic)o(s)34
+b Fu(do)r(es)40 b(not)g(ha)n(v)n(e)515 4741 y(an)g(extension,)j(it)d
+(ma)n(y)g(b)r(e)g(a)g(default)h(extension)e(from)h(the)h
+Fq(ext-list)47 b Fu(sp)r(eci\014ed)41 b(with)515 4841
+y Fs(\\DeclareGraphics)o(Ex)o(te)o(nsi)o(on)o(s)p Fu(.\))515
+4990 y Fq(ext)35 b Fu(the)29 b(\014le)f(extension)g(for)g(whic)n(h)g
+(this)h(rule)f(applies.)39 b(As)28 b(a)g(sp)r(ecial)g(case,)g
+Fq(ext)35 b Fu(ma)n(y)28 b(b)r(e)p Black 1905 5255 a(13)p
+Black eop end
+%%Page: 14 14
+TeXDict begin 14 13 bop Black Black 515 523 a Fu(giv)n(en)23
+b(as)g Fs(*)h Fu(to)g(denote)g(the)g(default)h(b)r(eha)n(viour)e(for)g
+(all)h(undeclared)f(extensions)h(\(see)g(the)515 623
+y(example)j(b)r(elo)n(w\).)515 771 y Fq(typ)l(e)h Fu(is)22
+b(the)h(`t)n(yp)r(e')f(of)g(\014le)h(in)n(v)n(olv)n(ed.)33
+b(All)23 b(\014les)f(of)g(the)g(same)g(t)n(yp)r(e)g(will)h(b)r(e)f
+(input)h(with)g(the)515 871 y(same)k(in)n(ternal)g(command)g(\(whic)n
+(h)g(m)n(ust)h(b)r(e)g(de\014ned)g(in)g(a)f(`driv)n(er)f(\014le'\).)38
+b(F)-7 b(or)26 b(example)515 971 y(\014les)h(with)h(extensions)f
+Fs(ps)p Fu(,)g Fs(eps)p Fu(,)g Fs(ps.gz)e Fu(ma)n(y)i(all)g(b)r(e)h
+(classed)f(as)g(t)n(yp)r(e)h Fs(eps)p Fu(.)515 1119 y
+Fq(r)l(e)l(ad-\014le)37 b Fu(determines)31 b(the)h(extension)e(of)h
+(the)g(\014le)h(that)f(should)g(b)r(e)g(read)f(to)h(determine)515
+1219 y(size)23 b(information.)35 b(It)24 b(ma)n(y)f(b)r(e)h(the)h(same)
+e(as)g Fq(ext)31 b Fu(but)24 b(it)g(ma)n(y)f(b)r(e)i(di\013eren)n(t,)f
+(for)f(example)515 1319 y Fs(.ps.gz)16 b Fu(\014les)i(are)f(not)i
+(readable)e(easily)g(b)n(y)h(T)1914 1337 y(E)1961 1319
+y(X,)i(so)e(y)n(ou)g(ma)n(y)f(w)n(an)n(t)h(to)g(put)h(the)g(b)r
+(ounding)515 1418 y(b)r(o)n(x)28 b(information)h(in)g(a)g(separate)f
+(\014le)h(with)h(extension)e Fs(.ps.bb)p Fu(.)39 b(If)30
+b Fq(r)l(e)l(ad-\014le)36 b Fu(is)29 b(empt)n(y)-7 b(,)515
+1518 y Fs({})p Fu(,)28 b(then)h(the)g(system)f(will)h(not)g(try)f(to)h
+(lo)r(cate)f(an)g(external)g(\014le)h(for)f(size)g(info,)h(and)g(the)
+515 1618 y(size)d(m)n(ust)g(b)r(e)h(sp)r(eci\014ed)f(in)h(the)f
+(argumen)n(ts)f(of)i Fs(\\includegraphic)o(s)p Fu(.)k(If)26
+b(the)h(driv)n(er)e(\014le)515 1717 y(sp)r(eci\014es)j(a)h(pro)r
+(cedure)e(for)i(reading)e(size)i(\014les)f(for)g Fq(typ)l(e)p
+Fu(,)i(that)f(will)g(b)r(e)g(used,)g(otherwise)515 1817
+y(the)j(pro)r(cedure)f(for)g(reading)f Fs(eps)h Fu(\014les)h(will)g(b)r
+(e)g(used.)49 b(Th)n(us)32 b(the)g(size)f(of)h(bitmap)g(\014les)515
+1916 y(ma)n(y)21 b(b)r(e)i(sp)r(eci\014ed)f(in)g(a)g(\014le)g(with)h(a)
+e(P)n(ostScript)g(st)n(yle)h Fs(\045\045BoundingBox)17
+b Fu(line,)23 b(if)g(no)f(other)515 2016 y(sp)r(eci\014c)27
+b(format)h(is)f(a)n(v)-5 b(ailable.)515 2165 y(As)32
+b(a)g(sp)r(ecial)g(case)g Fs(*)g Fu(ma)n(y)g(b)r(e)h(used)f(to)h
+(denote)f(the)h(same)f(extension)g(as)f(the)i(graphic)515
+2264 y(\014le.)51 b(This)32 b(is)h(mainly)f(of)g(use)g(in)h
+(conjunction)g(with)f(using)g Fs(*)g Fu(as)g(the)h(extension,)g(as)f
+(in)515 2364 y(that)c(case)e(the)i(particular)f(graphic)f(extension)h
+(is)h(not)f(kno)n(wn.)36 b(F)-7 b(or)27 b(example)p Black
+Black 554 2586 a Fr(\\DeclareGraphicsRule{*}{eps}{)q(*}{})515
+2816 y Fu(This)k(w)n(ould)g(declare)g(a)g(default)h(rule,)g(suc)n(h)g
+(that)f(all)h(unkno)n(wn)f(extensions)g(w)n(ould)g(b)r(e)515
+2915 y(treated)37 b(as)h(EPS)f(\014les,)k(and)d(the)g(graphic)f(\014le)
+h(w)n(ould)g(b)r(e)g(read)g(for)f(a)h(BoundingBo)n(x)515
+3015 y(commen)n(t.)515 3164 y Fq(c)l(ommand)f Fu(is)27
+b(usually)h(empt)n(y)-7 b(,)27 b(but)i(if)f(non)f(empt)n(y)h(it)g(is)g
+(used)f(in)h(place)g(of)f(the)h(\014lename)515 3263 y(in)23
+b(the)g Fs(\\special)p Fu(.)32 b(Within)24 b(this)g(argumen)n(t,)e
+Fs(#1)h Fu(ma)n(y)f(b)r(e)h(used)g(to)g(denote)g(the)g(\014lename.)515
+3363 y(Th)n(us)k(using)g(the)h(dvips)g(driv)n(er,)e(one)h(ma)n(y)g(use)
+515 3463 y Fs(\\DeclareGraphics)o(Ru)o(le)o({.p)o(s.)o(gz})o({e)o(ps)o
+(}{.)o(ps)o(.bb)o(}{)o(`zc)o(at)37 b(#1})515 3562 y Fu(the)20
+b(\014nal)h(argumen)n(t)e(causes)g(dvips)h(to)g(use)g(the)h
+Fs(zcat)e Fu(command)h(to)g(unzip)g(the)h(\014le)f(b)r(efore)515
+3662 y(inserting)27 b(it)h(in)n(to)f(the)h(P)n(ostScript)f(output.)515
+3811 y(Note)21 b(that)h(L)905 3794 y Fl(A)942 3811 y
+Fu(T)988 3829 y(E)1034 3811 y(X)g(will)f(\014nd)h(the)g(graphics)e
+(\014le)i(b)n(y)f(searc)n(hing)e(along)i(TEXINPUTS)g(\(and)515
+3910 y(p)r(ossibly)i(other)h(places,)g(as)f(sp)r(eci\014ed)h(with)h
+Fs(\\graphicspath)p Fu(\))19 b(ho)n(w)n(ev)n(er)j(it)i(ma)n(y)f(b)r(e)i
+(that)515 4010 y(the)32 b(command)g(y)n(ou)f(sp)r(ecify)h(in)g(this)h
+(argumen)n(t)e(can)g(not)h(\014nd)h(suc)n(h)e(\014les)h(unless)g(they)
+515 4110 y(are)j(in)h(the)g(curren)n(t)f(directory)-7
+b(.)60 b(On)36 b(some)f(systems)g(it)h(ma)n(y)f(b)r(e)i(p)r(ossible)e
+(to)h(mo)r(dify)515 4209 y(the)28 b(command)f(so)g(that)g(it)h(will)g
+(\014nd)g(an)n(y)f(\014les)g(that)h(L)2248 4192 y Fl(A)2285
+4209 y Fu(T)2331 4227 y(E)2377 4209 y(X)g(can)f(\014nd.)37
+b(F)-7 b(or)27 b(example)g(on)515 4309 y(new)n(er)c(w)n(eb2c)f(T)1037
+4327 y(E)1084 4309 y(X)i(releases)e(on)h(unix,)i(one)e(ma)n(y)g(mo)r
+(dify)h(the)g(ab)r(o)n(v)n(e)e(command)i(so)f(that)515
+4408 y(the)28 b(last)f(argumen)n(t)g(is:)515 4508 y Fs({`zcat)41
+b(`kpsewhich)e(-n)k(latex)f(tex)g(#1`})515 4608 y Fu(whic)n(h)29
+b(incan)n(tation)g(causes)g(the)h Fs(kpsewhich)c Fu(program)i(to)h
+(\014nd)h(the)g(\014le,)h(b)n(y)e(searc)n(hing)515 4707
+y(along)g(L)761 4690 y Fl(A)798 4707 y Fu(T)844 4725
+y(E)890 4707 y(X's)i(path,)g(and)f(then)h(pass)f(the)h(full)g(path)g
+(name)f(to)g(the)h Fs(zcat)e Fu(program)g(so)515 4807
+y(that)e(it)h(can)f(uncompress)f(the)i(\014le.)37 b(An)n(y)27
+b(suc)n(h)g(uses)g(are)f(v)n(ery)g(system)h(dep)r(enden)n(t,)h(and)515
+4907 y(w)n(ould)g(b)r(est)i(b)r(e)f(placed)g(in)g(a)g
+Fs(graphics.cfg)24 b Fu(\014le,)30 b(th)n(us)f(k)n(eeping)f(the)h(do)r
+(cumen)n(t)h(itself)515 5006 y(p)r(ortable.)p Black 1905
+5255 a(14)p Black eop end
+%%Page: 15 15
+TeXDict begin 15 14 bop Black Black 515 523 a Fp(4.6)112
+b(Global)39 b(setting)e(of)h(k)m(eys)515 711 y Fu(Most)28
+b(of)h(the)g Ft(k)n(eyval)f Fu(k)n(eys)g(used)h(in)f(the)i
+Ft(graphicx)e Fu(pac)n(k)-5 b(age)27 b(ma)n(y)h(also)g(b)r(e)h(set)f
+(using)h(the)515 810 y(command)e Fs(\\setkeys)d Fu(pro)n(vided)j(b)n(y)
+g(the)h Ft(k)n(eyval)f Fu(pac)n(k)-5 b(age.)515 944 y(F)e(or)24
+b(instance,)h(supp)r(ose)f(y)n(ou)g(w)n(an)n(ted)g(all)g(the)h(\014les)
+g(to)g(b)r(e)g(included)g(in)g(the)g(curren)n(t)e(do)r(c-)515
+1044 y(umen)n(t)h(to)g(b)r(e)h(scaled)e(to)i(75\045)e(of)h(the)h(width)
+g(of)f(the)g(lines)g(of)h(text,)g(then)g(one)e(could)h(issue)515
+1143 y(the)k(follo)n(wing)e(command:)515 1243 y Fs(\\setkeys{Gin}{wi)o
+(dt)o(h=)o(0.7)o(5\\)o(tex)o(tw)o(id)o(th})515 1343 y
+Fu(Here)33 b(`)p Fs(Gin)p Fu(')g(is)g(the)h(name)f(used)h(for)f(the)h
+Ft(k)n(eyval)f Fu(k)n(eys)g(asso)r(ciated)f(with)i(`Graphics)f(in-)515
+1442 y(clusion'.)54 b(All)34 b(follo)n(wing)f Fs(\\includegraphics)27
+b Fu(commands)33 b(\(within)h(the)g(same)f(group)515
+1542 y(or)27 b(en)n(vironmen)n(t\))h(will)h(act)f(as)g(if)g
+Fs([width=0.75\\textw)o(idt)o(h])22 b Fu(had)28 b(b)r(een)h(sp)r
+(eci\014ed,)g(in)515 1641 y(addition)e(to)h(an)n(y)f(other)g(k)n(ey)f
+(settings)i(actually)f(giv)n(en)f(in)i(the)g(optional)f(argumen)n(t.)
+515 1775 y(Similarly)g(to)i(mak)n(e)e(all)h Fs(\\rotatebox)c
+Fu(argumen)n(ts)j(tak)n(e)h(an)g(argumen)n(t)f(in)h(radians,)f(one)515
+1875 y(just)h(needs)f(to)h(sp)r(ecify:)515 1975 y Fs(\\setkeys{Grot}{u)
+o(ni)o(ts)o(=6.)o(28)o(318)o(})515 2235 y Fp(4.7)112
+b(Compatibilit)m(y)39 b(b)s(et)m(w)m(een)e Fa(graphics)h
+Fp(and)g Fa(graphicx)515 2422 y Fu(F)-7 b(or)28 b(a)h(do)r(cumen)n(t)g
+(author,)g(there)g(are)f(not)h(really)f(an)n(y)g(problems)g(of)h
+(compatibilit)n(y)g(b)r(e-)515 2522 y(t)n(w)n(een)19
+b(the)h(t)n(w)n(o)f(pac)n(k)-5 b(ages.)32 b(Y)-7 b(ou)20
+b(just)g(c)n(ho)r(ose)f(the)h(in)n(terface)e(that)i(y)n(ou)f(p)r
+(ersonally)g(prefer,)515 2621 y(and)27 b(then)h(use)g(the)g
+(appropriate)e(pac)n(k)-5 b(age.)515 2755 y(F)e(or)33
+b(a)h(pac)n(k)-5 b(age)33 b(or)h(class)f(writer)h(the)g(situation)g(is)
+h(sligh)n(tly)e(di\013eren)n(t.)57 b(Supp)r(ose)35 b(that)515
+2855 y(y)n(ou)26 b(are)h(writing)g(a)g(letter)g(class)g(that)g(needs)h
+(to)f(prin)n(t)g(a)g(compan)n(y)g(logo)f(as)g(part)h(of)h(the)515
+2954 y(letterhead.)515 3088 y(As)22 b(the)h(author)e(of)h(the)g(class)g
+(y)n(ou)f(ma)n(y)g(w)n(an)n(t)h(to)g(giv)n(e)f(the)i(users)e(the)h(p)r
+(ossibilit)n(y)g(of)g(using)515 3188 y(either)g(in)n(terface)g(in)h
+(their)g(letters)g(\(should)f(they)h(need)g(to)g(include)g(an)n(y)f
+(further)h(graphics)515 3288 y(in)n(to)e(the)h(letter)f(b)r(o)r(dy\).)
+36 b(In)21 b(this)h(case)f(the)h(class)e(should)i(load)e(the)i
+Ft(graphics)f Fu(pac)n(k)-5 b(age)20 b(\(not)515 3387
+y Ft(graphicx)p Fu(,)34 b(as)e(this)h(w)n(ould)g(commit)g(an)n(y)f
+(users)g(of)h(the)h(class)e(to)h(the)g Ft(k)n(eyval)f
+Fu(in)n(terface\).)515 3487 y(The)h(logo)e(should)i(b)r(e)h(included)f
+(with)h Fs(\\includegraphic)o(s)27 b Fu(either)33 b(with)g
+Fq(no)39 b Fu(optional)515 3587 y(argumen)n(t)17 b(\(if)j(the)f
+(correct)f(size)g(information)g(is)h(in)g(the)g(\014le\))h(or)e
+Fq(b)l(oth)25 b Fu(optional)18 b(argumen)n(ts)515 3686
+y(otherwise.)39 b(Do)28 b(not)h(use)f(the)h Fq(one)35
+b Fu(optional)28 b(argumen)n(t)g(form,)g(as)g(the)h(meaning)f(of)h
+(this)515 3786 y(argumen)n(t)f(w)n(ould)h(c)n(hange)g(\(and)g(generate)
+f(errors\))g(if)i(the)g(user)f(w)n(ere)f(to)i(load)e
+Ft(graphicx)515 3885 y Fu(as)f(w)n(ell)g(as)g(y)n(our)f(class.)515
+4187 y Fw(5)134 b(Remaining)47 b(pac)l(k)-7 b(ages)45
+b(in)g(the)h(graphics)f(bundle)515 4420 y Fp(5.1)112
+b(Eps\014g)515 4608 y Fu(This)37 b(is)h(a)f(small)g(pac)n(k)-5
+b(age)36 b(essen)n(tially)h(a)g(`wrapp)r(er')g(around)f(the)i
+Ft(graphicx)g Fu(pac)n(k)-5 b(age,)515 4707 y(de\014ning)27
+b(a)h(command)f Fs(\\psfig)e Fu(whic)n(h)i(has)h(the)g(syn)n(tax)515
+4807 y Fs(\\psfig{file=xxx,)o(..)o(.})21 b Fu(rather)27
+b(than)g Fs(\\includegraphics[)o(...)o(]{)o(xx)o(x})p
+Fu(.)515 4907 y(It)g(also)f(has)h(a)f(few)i(more)e(commands)h(to)g(mak)
+n(e)f(it)h(sligh)n(tly)g(more)f(compatible)h(with)h(the)515
+5006 y(old)f(L)675 4989 y Fl(A)712 5006 y Fu(T)758 5024
+y(E)804 5006 y(X)h(2.09)e(st)n(yle)h(of)h(the)g(same)f(name.)p
+Black 1905 5255 a(15)p Black eop end
+%%Page: 16 16
+TeXDict begin 16 15 bop Black Black 515 523 a Fp(5.2)112
+b(T)-9 b(rig)515 726 y Fu(The)25 b(trig)f(pac)n(k)-5
+b(age)23 b(is)i(not)g(in)n(tended)g(to)f(b)r(e)i(used)e(directly)h(in)g
+(do)r(cumen)n(ts.)36 b(It)25 b(calculates)515 826 y(sine,)35
+b(cosine)d(and)h(tangen)n(t)g(trigonometric)f(functions.)55
+b(These)33 b(are)f(used)h(to)h(calculate)515 925 y(the)24
+b(space)e(tak)n(en)h(up)h(b)n(y)f(a)h(rotated)e(b)r(o)n(x.)35
+b(This)24 b(pac)n(k)-5 b(age)22 b(is)h(also)g(used)g(b)n(y)g(the)h
+Fs(fontinst)515 1025 y Fu(program)h(whic)n(h)j(con)n(v)n(erts)e(P)n
+(ostScript)g(\014les)i(to)f(a)g(form)h(usable)f(b)n(y)g(T)2765
+1043 y(E)2811 1025 y(X.)515 1174 y(As)22 b(w)n(ell)h(as)e(b)r(eing)i
+(used)g(as)e(a)i(L)1479 1157 y Fl(A)1516 1174 y Fu(T)1562
+1192 y(E)1607 1174 y(X)g(pac)n(k)-5 b(age,)22 b(the)h(macros)e(ma)n(y)h
+(b)r(e)h(extracted)f(with)h(the)515 1274 y Ft(do)r(cstrip)d
+Fu(options)g Fs(plain,package)p Fu(.)29 b(In)21 b(this)g(case)f(the)h
+(L)2299 1257 y Fl(A)2336 1274 y Fu(T)2382 1292 y(E)2428
+1274 y(X)g(pac)n(k)-5 b(age)19 b(declarations)g(are)515
+1374 y(omitted)30 b(from)g(the)g(\014le,)h(and)f(the)g(macros)f(ma)n(y)
+g(b)r(e)h(directly)g(used)g(as)g(part)f(of)h(another)515
+1473 y(macro)c(\014le)i(\(they)g(w)n(ork)e(with)i(an)n(y)f(format)g
+(based)g(on)g(plain)h(T)2536 1491 y(E)2582 1473 y(X.\))515
+1756 y Fp(5.3)112 b(Keyv)-6 b(al)515 1959 y Fu(The)38
+b Ft(k)n(eyval)f Fu(pac)n(k)-5 b(age)36 b(is)i(in)n(tended)g(to)g(b)r
+(e)g(used)g(b)n(y)f(other)g(pac)n(k)-5 b(ages.)66 b(It)38
+b(pro)n(vides)e(a)515 2058 y(generic)29 b(w)n(a)n(y)g(of)i(setting)f
+(`k)n(eys')f(as)h(used)g(b)n(y)h(the)f Ft(graphicx)g
+Fu(pac)n(k)-5 b(age,)30 b(and)g(splitting)h(up)515 2158
+y(the)d(comma)f(separated)f(lists)i(of)f Fm(h)p Fq(key)7
+b Fm(i)29 b Fu(=)f Fm(h)p Fq(value)6 b Fm(i)29 b Fu(pairs.)515
+2307 y(Lik)n(e)20 b(the)g Ft(trig)i Fu(pac)n(k)-5 b(age,)20
+b(these)g(macros)f(ma)n(y)h(b)r(e)h(extracted)e(and)i(used)f(as)g(part)
+g(of)g(another)515 2407 y(macro)k(\014le,)j(based)f(on)f(plain)h(T)1513
+2425 y(E)1560 2407 y(X,)g(as)g(w)n(ell)g(as)f(the)h(standard)f(use)h
+(as)g(a)f(L)2857 2390 y Fl(A)2894 2407 y Fu(T)2940 2425
+y(E)2986 2407 y(X)i(pac)n(k)-5 b(age.)515 2556 y(By)38
+b(default)h(an)f(undeclared)g(k)n(ey)g(will)h(generate)f(an)g(error.)68
+b(If)39 b(ho)n(w)n(ev)n(er)d(the)j(option)515 2656 y
+Fs(unknownkeysallow)o(ed)18 b Fu(is)25 b(used,)h(then)f(unkno)n(wn)g(k)
+n(eys)f(will)h(b)r(e)g(silen)n(tly)g(ignored)f(\(lea)n(v-)515
+2756 y(ing)38 b(a)g(message)g(in)h(the)g(log)f(\014le\).)70
+b(This)39 b(option)f(is)h(also)f(accepted)g(b)n(y)g(the)h
+Ft(graphicx)515 2855 y Fu(pac)n(k)-5 b(age.)515 3137
+y Fp(5.4)112 b(Pstcol)515 3340 y Ft(PST)-7 b(ricks)p
+Fu(,)22 b(b)n(y)g(Timoth)n(y)g(V)-7 b(an)22 b(Zandt)f(is)h(an)g
+(immensely)g(p)r(o)n(w)n(erful)f(pac)n(k)-5 b(age)20
+b(that)j(enables)515 3440 y(a)31 b(v)n(ery)g(full)h(featured)g(in)n
+(terface)f(b)r(et)n(w)n(een)h(P)n(ostScript)e(and)i(T)2541
+3458 y(E)2587 3440 y(X.)50 b(Unfortunately)32 b(the)515
+3540 y(colour)d(supp)r(ort)h(in)h Ft(PST)-7 b(ricks)29
+b Fu(is)i(sligh)n(tly)f(incompatible)g(with)h(the)f(colour)g(mec)n
+(hanism)515 3639 y(de\014ned)38 b(in)g(the)h Ft(colo)n(r)e
+Fu(pac)n(k)-5 b(age.)67 b(The)38 b Ft(pstcol)f Fu(pac)n(k)-5
+b(age)36 b(is)i(a)f(\(hop)r(efully)i(temp)r(orary\))515
+3739 y(pac)n(k)-5 b(age)32 b(that)i(mo)r(di\014es)h(a)e(v)n(ery)g
+(small)h(n)n(um)n(b)r(er)f(of)h(in)n(ternal)g(PST)-7
+b(ric)n(ks)32 b(functions,)k(to)515 3839 y(remo)n(v)n(e)26
+b(this)j(incompatibilit)n(y)-7 b(.)38 b(If)d Ft(pstricks)28
+b Fu(is)g(loaded)f(via)h(this)h(pac)n(k)-5 b(age,)26
+b(y)n(ou)i(ma)n(y)f(use)515 3938 y(an)n(y)f(colours)f(de\014ned)i(b)n
+(y)h Ft(colo)n(r)f Fu(pac)n(k)-5 b(age)25 b(commands)h(within)i
+Ft(pstricks)e Fu(commands,)g(and)515 4038 y(vice)h(v)n(ersa.)515
+4320 y Fp(5.5)112 b(Lscap)s(e)515 4523 y Fu(The)33 b
+Ft(lscap)r(e)g Fu(pac)n(k)-5 b(age)32 b(requires)f(and)i(tak)n(es)g
+(the)g(same)g(options)g(as)f(the)i Ft(graphics)e Fu(pac)n(k-)515
+4623 y(age.)37 b(It)28 b(de\014nes)g(a)g Fs(landscape)c
+Fu(en)n(vironmen)n(t)j(within)i(whic)n(h)f(page)f(b)r(o)r(dies)h(are)f
+(rotated)515 4722 y(through)32 b(90)f(degrees.)50 b(The)33
+b(page)f(head)g(and)g(fo)r(ot)h(are)e(not)i(a\013ected,)h(they)e(app)r
+(ear)g(in)515 4822 y(the)c(standard)e(\(p)r(ortrait\))i(p)r(osition.)p
+Black 1905 5255 a(16)p Black eop end
+%%Trailer
+
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/graphics/grfguide.tex b/Master/texmf-dist/doc/latex/graphics/grfguide.tex
new file mode 100644
index 00000000000..72379e5c4fe
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphics/grfguide.tex
@@ -0,0 +1,848 @@
+%% grfguide.tex Copyright (C) 1994 1995 1996 1998 1999 David Carlisle
+%%
+%% This file is part of the Standard LaTeX `Graphics Bundle'.
+%% It may be distributed under the terms of the LaTeX Project Public
+%% License, as described in lppl.txt in the base LaTeX distribution.
+%% Either version 1.0 or, at your option, any later version.
+%%
+
+\begin{filecontents*}{a.ps}
+%!
+%%BoundingBox:100 100 172 172
+100 100 moveto
+72 72 rlineto
+72 neg 0 rlineto
+72 72 neg rlineto
+stroke
+100 100 moveto
+/Times-Roman findfont
+72 scalefont
+setfont
+(A) show
+showpage
+\end{filecontents*}
+
+\documentclass{ltxguide}
+
+%%% No driver option specified
+%%% set up the files color.cfg and graphics.cfg for your site.
+%%% for example:
+%%%
+%%% \ExecuteOptions{dvips}
+%%%
+\usepackage{color,graphicx,shortvrb}
+
+%% Just as an example, and to make sure, in case some
+%% driver option has not declared a default rule for
+%% .ps files:
+\DeclareGraphicsRule{.ps}{eps}{.ps}{}
+\DeclareGraphicsExtensions{.ps}
+%% Which means:
+%% .ps files are (to be treated as) EncapsulatedPostScript
+%% files. The .ps file is to be read for the BoundingBox.
+%% No `special' commands need to be applied by the driver.
+
+
+\renewcommand\star{{\ttfamily*}}
+
+\let\package\textsf
+
+\newlength{\gxlen}
+\settowidth{\gxlen}{\package{graphicx}: }
+\newcommand\gs{\makebox[\gxlen][l]{\package{graphics}:}}
+\newcommand\gx{\makebox[\gxlen][l]{\package{graphicx}:}}
+
+\MakeShortVerb{\|}
+
+\begin{document}
+\title{Packages in the `graphics' bundle}
+\author{D. P. Carlisle}
+\date{1999/01/13}
+
+\maketitle
+
+\tableofcontents
+
+\section{Introduction}
+This document serves as a user-manual for the packages \package{color},
+\package{graphics}, and \package{graphicx}. Further documentation may be
+obtained by processing the source (|dtx|) files of the individual
+packages.
+
+\section{Driver support}\label{drivers}
+All these packages rely on features that are not in \TeX\ itself.
+These features must be supplied by the `driver' used to print the
+|dvi| file. Unfortunately not all drivers support the same features, and
+even the internal method of accessing these extensions varies between
+drivers. Consequently all these packages take options such as
+`|dvips|' to specify which driver is being used.
+
+You should to set up a site default for these
+options, for the driver that you normally use. Suppose that you wish for
+the \package{color} package to always default to use specials for the
+PostScript driver, |dvipsone|. In that case create a file |color.cfg|
+containing the line:\\
+|\ExecuteOptions{dvipsone}|\\
+Normally you will want an identical file |graphics.cfg| to set a similar
+default for the graphics packages.
+
+The following driver options are declared in the packages.
+\begin{quote}\raggedright
+ |dvips|, |xdvi|, |dvipdf|, |dvipdfm|, |pdftex|,
+ |dvipsone|, |dviwindo|, |emtex|, |dviwin|,
+ |pctexps|, |pctexwin|, |pctexhp|, |pctex32|,
+ |truetex|, |tcidvi|, |vtex|,
+ |oztex|, |textures|
+\end{quote}
+
+If you use a driver that is not in the list above you may add an option
+for that driver by putting the appropriate |\DeclareOption| line into
+|graphics.cfg| and |color.cfg|, before making it the default option
+with |\ExecuteOptions|, as described above.
+
+For example to add the option `|dvi2ps|' for the original Unix dvi to
+ps driver, and to make that the default, you just need configuration
+files looking like:
+\begin{verbatim}
+\DeclareOption{dvi2ps}{\def\Gin@driver{dvi2ps.def}}
+\ExecuteOptions{dvi2ps}
+\end{verbatim}
+
+There is a suitable |dvi2ps.def| file in the standard distribution.
+It is not enabled by default as it is not well tested as the driver is
+no longer available to me. The following driver files are similarly
+distributed but not enabled by default.
+\begin{quote}\raggedright
+ |dvi2ps|, |dvialw|, |dvilaser|, |dvitops|, |psprint|, |pubps|, |ln|
+\end{quote}
+
+Most of these driver files are generated from the source file
+|drivers.dtx|. That file has the sources for other versions (for
+example older versions of dvips and textures) which are not generated
+by default.
+
+If you use a driver that is not covered by any of these possibilities,
+you may try to write a |.def| file by analogy with one of the existing
+ones, and then specify a suitable option in |graphics.cfg| and
+|color.cfg|, as for the above example of |dvi2ps|.
+
+\section{Colour}
+The colour support is built around the idea of a system of
+\emph{Colour Models}. The Colour models supported by a driver vary,
+but typically include
+\begin{description}
+\item[rgb] Red Green Blue: A comma separated list of three numbers
+ between~0 and~1, giving the components of the colour.
+\item[cmyk] Cyan Magenta Yellow [K]Black: A comma separated list of
+ four numbers between~0 and~1, giving the components of the colour
+ according to the additive model used in most printers.
+\item[gray] Grey scale: a single number between~0 and~1.
+\item[named] Colours accessed by name, e.g.\ `JungleGreen'. Not all
+ drivers support this model. The names must either be `known' to the
+ driver or added using commands described in |color.dtx|. Some drivers
+ support an extended form of the named model in which an `intensity' of
+ the colour may also be specified, so `\mbox{JungleGreen, 0.5}' would
+ denote that colour at half strength.
+\end{description}
+Note that the \textbf{named} model is really just given as an example
+of a colour model that takes names rather than a numeric specification.
+Other options may be provided locally that provide different colour
+models, eg \textbf{pantone} (An industry standard set of colours),
+\textbf{x11} (Colour names from the X Window System), etc. The
+standard distribution does not currently have such models, but the
+\textbf{named} model could be used as an example of how to define a new
+colour model. The names used in the \textbf{named} model are those
+suggested by Jim Hafner in his \textsf{colordvi} and \textsf{foiltex}
+packages, and implemented originally in the |color.pro| header file for
+the \texttt{dvips} driver.
+
+\subsection{Package Options}
+Most of the options to the \package{color} package just specify a
+driver, e.g., \ |dvips|, as discussed in section~\ref{drivers}.
+
+One special option for the \package{color} package
+that is of interest is |monochrome.|
+If this option is selected the colour commands are all
+disabled so that they do not generate errors, but do not generate colour
+either. This is useful if previewing with a previewer that can not
+produce colour.
+
+Three other package options control the use of the \textbf{named} model.
+The |dvips| driver (by default) pre-defines 68 colour names. The |dvips|
+option normally makes these names available in the \textbf{named} colour
+model. If you do not want these names to be declared in this model
+(Saving \TeX\ some memory) you may give the |nodvipsnames|
+option. Conversely, if you are using another driver, you may wish to
+add these names to the named model for that driver (especially if you
+are processing a document originally produced on |dvips|). In this case
+you could use the |dvipsnames| option. Lastly the |usenames| option
+makes all names in the \textbf{named} model directly available, as
+described below.
+
+\subsection{Defining Colours}
+
+The colours |black|, |white|, |red|, |green|, |blue|, |cyan|,
+|magenta|, |yellow| should be predefined, but should you wish to mix
+your own colours use the |\definecolor| command.
+
+\begin{decl}
+|\definecolor|\arg{name}\arg{model}\arg{colour specification}
+\end{decl}
+
+
+This defines \m{name} as a colour which can be used in later colour
+commands. For example
+\begin{verbatim}
+\definecolor{light-blue}{rgb}{0.8,0.85,1}
+\definecolor{mygrey}{gray}{0.75}
+\end{verbatim}
+\definecolor{light-blue}{rgb}{0.8,0.85,1}
+\definecolor{mygrey}{gray}{0.75}
+
+Now |light-blue| and |mygrey| may be used in addition to the
+predefined colours above.
+
+\subsection{Using Colours}
+
+\subsubsection{Using predefined colours}
+The syntax for colour changes is designed to mimic font changes.
+The basic syntax is:
+
+\begin{decl}
+|\color|\arg{name}
+\end{decl}
+
+This is a \emph{declaration}, like |\bfseries| It changes the current
+colour to \m{name} until the end of the current group or
+environment.
+
+An alternative command syntax is to use a \emph{command} form that
+takes the text to be coloured as an \emph{argument}. This is similar
+to the font commands such as |\textbf|:
+
+\begin{decl}
+|\textcolor|\arg{name}\arg{text}
+\end{decl}
+
+
+So the above is essentially equivalent to
+|{\color|\arg{name}\emph{text}|}|.
+
+\subsubsection{Using colour specifications directly}
+
+
+\begin{decl}
+|\color|\oarg{model}\arg{specification}\\
+|\textcolor|\oarg{model}\arg{specification}\arg{text}
+\end{decl}
+
+Normally one would predeclare all the colours used in a package, or in
+the document preamble, but sometimes it is convenient to directly use
+a colour without naming it first. To achieve this |\color| (and all
+the other colour commands) take an optional argument specifying the
+model. If this is used then the mandatory argument takes a
+\m{colour specification} instead of a \m{name}. For example:\\
+|\color[rgb]{1,0.2,0.3}|\\
+would directly select that colour.
+
+This is particularly useful for accessing the \textbf{named} model:\\
+|\color[named]{BrickRed}| selects the |dvips| colour BrickRed.
+
+Rather than repeatedly use |[named]| you may use |\definecolor| to
+provide convenient aliases:\\
+|\definecolor{myred}{named}{WildStrawberry}|
+ \ldots\ |\color{myred}|\ \ldots
+
+Alternatively if you are happy to use the existing names from the
+\textbf{named} model, you may use the |usenames| package option, which
+effectively calls |\definecolor| on every colour in the \textbf{named}
+model, thus allowing |\color{WildStrawberry}| in addition to
+|\color[named]{WildStrawbery}|.
+
+\subsection{Named Colours}
+Using the \textbf{named} colour model has certain advantages over
+using other colour models.
+
+Firstly as the |dvi| file contains a request
+for a colour by \emph{name}, the actual mix of primary colours used to
+obtain the requested colour can be tuned to the characteristics of a
+particular printer. In the |dvips| driver the meanings of the colour
+names are defined in the header file |color.pro|. Users are encouraged
+to produce different versions of this file for any printers they use. By
+this means the same dvi file should produce colours of similar
+appearance when printed on printers with different colour
+characteristics.
+
+Secondly, apart from the so called `process colours' that are produced
+by mixing primary colours during the print process, one may want to use
+`spot' or `custom' colours. Here a particular colour name does not
+refer to a mix of primaries, but to a particular ink. The parts of the
+document using this colour will be printed separately using this named
+ink colour.
+
+\subsection{Page Colour}
+
+
+\begin{decl}
+|\pagecolor|\arg{name}\\
+|\pagecolor|\oarg{model}\arg{specification}
+\end{decl}
+
+The background colour of the whole page can be set using
+|\pagecolor|. This takes the same argument forms as |\color| but sets
+the background colour for the current and all subsequent pages. It is
+a global declaration, so you need to use |\pagecolor{white}| to `get
+back to normal'.
+
+\subsection{Box Backgrounds}
+Two commands similar to |\fbox| produce boxes with the backgrounds
+shaded an appropriate colour.
+
+\begin{decl}
+|\colorbox|\arg{name}\arg{text}\\
+|\colorbox|\oarg{model}\arg{specification}\arg{text}\\
+|\fcolorbox|\arg{name1}\arg{name2}\arg{text}\\
+|\fcolorbox|\oarg{model}%
+ \arg{specification1}\arg{specification2}\arg{text}
+\end{decl}
+
+
+The former produces a box coloured with \emph{name}
+\colorbox{mygrey}{like this}. The latter is similar but puts a frame of
+colour \emph{name1} around the box coloured \emph{name2}.
+
+These commands use the |\fbox| parameters |\fboxrule| and |\fboxsep|
+to determine the thickness of the rule, and the size of the shaded area.
+
+\subsection{Possible Problems}
+
+\TeX\ was not designed with colour in mind, and producing colours
+requires a lot of help from the driver program. Thus, depending on the
+driver, some or all features of the \package{color} package may not be
+available.
+
+Some drivers do not maintain a special `colour stack'. These drivers are
+likely to get confused if you nest colour changes, or use colours in
+floating environments.
+
+Some drivers do not maintain colours over a page break, so that if the
+page breaks in the middle of a coloured paragraph, the last part of the
+text will incorrectly be printed in black.
+
+There is a different type of problem that will occur for all drivers.
+Due to certain technical difficulties\footnote{At least two causes:
+1) The presence of a \texttt{\char`\\special} \m{whatsit} prevents
+\texttt{\char`\\addvspace} `seeing' space on the current vertical list,
+so causing it to incorrectly add extra vertical space. 2) A
+\m{whatsit} as the first item in a \texttt{\char`\\vtop} moves the
+reference point of the box.}%
+, it is possible that at points
+where the colour changes, the \emph{spacing} is affected. For this
+reason the |monochrome| option does not completely disable the colour
+commands, it redefines them to write to the log file. This will have the
+same effects on spacing, so you can produce monochrome drafts of your
+document, at least knowing that the final spacing is being shown.
+\section{The Graphics packages}
+There are two graphics packages:
+\begin{description}
+\item[\package{graphics}] The `standard' graphics package.
+\item[\package{graphicx}] The `extended' or `enhanced' graphics
+ package.
+\end{description}
+The two differ only in the format of optional arguments for the
+commands defined. The command names, and the mandatory arguments are
+the same for the two packages.
+
+\subsection{Package Options}
+As discussed in section~\ref{drivers}, the graphics packages share the
+same `driver' options as the \package{color} package. As for colour
+you should set up a site-default in a file,
+|graphics.cfg|, containing the line (for |dvips|):\\
+|\ExecuteOptions{dvips}|
+
+The graphics packages have some other options for controlling how many
+of the features to enable:
+\begin{description}
+\item[draft] suppress all the `special' features. In particular
+ graphics files are not included (but they are still read for size
+ info) just the filename is printed in a box of the correct size.
+\item[final] The opposite of |draft|. Useful to over-ride a global
+ |draft| option specified in the |\documentclass| command.
+\item[hiderotate] Do not show rotated text (presumably because the
+ previewer can not rotate).
+\item[hidescale] Do not show scaled text (presumably because the
+ previewer can not scale).
+\item[hiresbb] Look for size specifications in |%%HiResBoundingBox|
+ lines rather than standard |%%BoundingBox| lines.%
+ \NEWfeature{1996/10/29}
+\end{description}
+\subsection{Rotation}
+
+\begin{decl}
+\gs |\rotatebox|\arg{angle}\arg{text}\\
+\gx |\rotatebox|\oarg{key val list}\arg{angle}\arg{text}
+\end{decl}
+
+This puts \emph{text} in a box, like |\mbox|, but rotates the box
+through \emph{angle} degrees, \rotatebox{15}{like this}.
+
+The standard version always rotates around the reference point of the
+box, but the \package{keyval} version takes the following keys:
+
+\begin{decl}
+|origin|=\m{label}\\
+|x|=\m{dimen}\\
+|y|=\m{dimen}\\
+|units|=\m{number}
+\end{decl}
+
+So you may specify both |x| and |y|, which give the coordinate of
+the centre of rotation relative to the reference point of the box, eg
+|[x=2mm, y=5mm]|. Alternatively, for the most common points, one may use
+|origin| with a \emph{label} containing one or two of the following:
+|lrctbB| (|B| denotes the baseline, as for \package{PSTricks}). For
+example, compare a default rotation of $180^\circ$
+\ldots\rotatebox{180}{Like This}\ldots\ to the effects gained by using
+the |origin| key:\\
+|[origin = c]| rotates about the centre of the box,\ldots
+ \rotatebox[origin=c]{180}{Like This}\ldots\\
+|[origin = tr]| rotates about the top right hand corner\ldots
+ \rotatebox[origin=tr]{180}{Like This}\ldots
+
+The |units| key allows a change from the default units of degrees
+anti-clockwise. Give the number of units in one full anti-clockwise
+rotation. For example:\\
+|[units = -360]| specifies degrees clockwise.\\
+|[units= 6.283185]| specifies radians.
+
+\subsection{Scaling}
+
+\subsubsection{Scaling by scale factor}
+
+\begin{decl}
+|\scalebox|\arg{h-scale}\oarg{v-scale}\arg{text}
+\end{decl}
+
+Again this is basically like |\mbox| but scales the \emph{text}.
+If \emph{v-scale} is not specified it defaults to \emph{h-scale}.
+If it is specified the text is distorted as the horizontal and
+vertical stretches are different, \scalebox{3}[.7]{Like This}.
+
+
+\begin{decl}
+|\reflectbox|\arg{text}
+\end{decl}
+
+An abbreviation for |\scalebox{-1}[1]|\arg{text}.
+
+\subsubsection{Scaling to a requested size}
+
+\begin{decl}
+|\resizebox|\star\arg{h-length}\arg{v-length}\arg{text}
+\end{decl}
+
+ Scale \emph{text} so that the width is \emph{h-length}.
+ If |!| is used as either length argument, the other argument is used
+ to determine a scale factor that is used in both directions.
+ Normally \emph{v-length} refers to the height of the box, but in the
+ star form, it refers to the `height + depth'.
+ As normal for \LaTeXe\ box length arguments, |\height|,
+ |\width|, |\totalheight|, |\depth| may be used to refer to the
+ original size of the box.
+
+|\resizebox{1in}{\height}{Some text}|:
+\resizebox{1in}{\height}{Some text}
+
+|\resizebox{1in}{!}{Some text}|:
+\resizebox{1in}{!}{Some text}
+
+\subsection{Including Graphics Files}
+The functions for graphics inclusion try to give the same user syntax
+for including any kind of graphics file that can be understood by the
+driver. This relies on the file having an extension that identifies
+the file type. The `driver options' will define a collection of file
+extensions that the driver can handle, although this list may be
+extended using the declarations described below.
+
+If the file's extension is unknown to the driver, the system may try a
+default file type. The PostScript driver files set this default to be
+|eps| (PostScript), but this behaviour may be customised if other
+defaults are required.
+
+\begin{decl}
+\gs |\includegraphics|\star\oarg{llx,lly}\oarg{urx,ury}\arg{file}\\
+\gx |\includegraphics|\star\oarg{key val list}\arg{file}
+\end{decl}
+ Include a graphics file.
+
+ If \star\ is present, then the graphic is `clipped' to the size
+ specified. If \star\ is omitted, then any part of the graphic that is
+ outside the specified `bounding box' will over-print the surrounding
+ text.
+
+ If the optional arguments are omitted, then the size of the graphic
+ will be determined by reading an external file as described below.
+
+\paragraph{\package{graphics} version}
+ If \oarg{urx,ury} is present, then it should specify the coordinates
+ of the top right corner of the image, as a pair of \TeX\ dimensions.
+ If the units are omitted they default to |bp|. So |[1in,1in]| and
+ |[72,72]| are equivalent. If only one optional argument appears, the
+ lower left corner of the image is assumed to be at |[0,0]|. Otherwise
+ \oarg{llx,lly} may be used to specify the coordinates of this point.
+
+\paragraph{\package{graphicx} version}
+Here the star form is just for compatibility with the standard
+version. It just adds |clip| to the list of keys specified.
+(Also, for increased compatibility, if \emph{two} optional arguments are
+used, the `standard' version of |\includegraphics| is always used, even
+if the \package{graphicx} package is loaded.)
+
+The allowed keys are listed below.
+\begin{description}
+\item[bb] The argument should be four dimensions, separated by spaces.
+ These denote the `Bounding Box' of the printed region within
+ the file.
+\item[bbllx,bblly,bburx,bbury] Set the bounding box. Mainly for
+ compatibility with older packages.
+ Specifying |bbllx=a,bblly=b,bburx=c,bbury=d|
+ is equivalent to specifying |bb = a b c d|.
+\item[natwidth,natheight] Again an alternative to |bb|.
+ |natheight=h,natwidth=w| is equivalent to |bb = 0 0 h w|.
+\item[hiresbb]\NEWfeature{1996/10/29}
+ Boolean valued key. If set to |true| (just specifying |hiresbb|
+ is equivalent to |hiresbb=true|) then \TeX\ will look for
+ |%%HiResBoundingBox| lines rather than |%%BoundingBox|. It may be set
+ to |false| to overrule a default setting of |true| set by the
+ |hiresbb| package option.
+\item[viewport]\NEWfeature{1995/06/01}
+ The |viewport| key takes four arguments, just like
+ |bb|. However in this case the values are taken relative to the
+ origin specified by the bounding box in the file. So to `view' the
+ 1in square in the bottom left hand corner of the area specified by
+ the bounding box, use the argument |viewport=0 0 72 72|.
+\item[trim]\NEWfeature{1995/06/01}
+ Similar to viewport, but here the four lengths specify the
+ amount to remove or add to each side. |trim= 1 2 3 4| `crops' the
+ picture by 1bp at the left, 2bp at the bottom, 3bp on the right and
+ 4bp at the top.
+\item[angle] Rotation angle.
+\item[origin]\NEWfeature{1995/09/28}
+ Origin for rotation. See the documentation of |\rotatebox|.
+\item[width] Required width. The
+ graphic is scaled to this width.
+\item[height] Required height. The
+ graphic is scaled to this height.
+\item[totalheight]\NEWfeature{1995/06/01}
+ Specify the total height (height $+$ depth) of the figure.
+ This will differ from the `height' if rotation has occurred.
+ In particular if the figure has been rotated by $-90^\circ$
+ then it will have zero height but large depth.
+\item[keepaspectratio]\NEWfeature{1995/09/27}
+ Boolean valued key like `clip'.
+ If set to true then specifying both `width' and `height' (or
+ `totalheight') does not distort the figure but scales such that
+ neither of the specified dimensions is \emph{exceeded}.
+\item[scale] Scale factor.
+\item[clip] Either `true' or `false' (or no value, which is equivalent
+ to `true'). Clip the graphic to the bounding box.
+\item[draft] a boolean valued key, like `clip'. Locally switches to
+ draft mode.
+\item[type] Specify the graphics type.
+\item[ext] Specify the file extension. This should \emph{only} be
+ used in conjunction with |type|.
+\item[read] Specify the file extension of the `read file'. This
+ should \emph{only} be used in conjunction with |type|.
+\item[command] Specify any command to be applied to the file. This
+ should \emph{only} be used in conjunction with |type|.
+\end{description}
+
+For the keys specifying the original size (i.e,, the bounding box,
+trim and viewport keys) the units can be omitted, in
+which case bp (i.e., PostScript points) are assumed.
+
+The first seven keys specify the original size of the image. This size
+needs to be specified in the case that the file can not be read by
+\TeX, or it contains an incorrect size `BoundingBox' specification.
+
+|bbllx|\ldots\ |\bbury| are mainly for compatibility for older
+packages.\\
+|bbllx=a, bblly=b, bburx=c, bbury=d|\\
+is equivalent to\\
+|bb = a b c d|.
+
+|natheight| and |natwidth| are just shorthands for setting the lower
+left coordinate to 0 0 and the upper right coordinate to the specified
+width and height.
+
+The next few keys specify any scaling or rotation to be applied to the
+image. To get these effects using the standard package, the
+|\includegraphics| call must be placed inside the argument of a
+|\rotatebox| or |\scalebox| command.
+
+The keys are read left-to-right, so |[angle=90, height=1in]| means
+rotate by 90 degrees, and then scale to a height of 1in.
+|[height=1in, angle=90]| would result in a final \emph{width} of 1in.
+
+If the \textsf{calc} package is also loaded the lengths may use
+\textsf{calc} syntax, for instance to specify a width of 2\,cm
+less than the text width: |[width=\textwidth-2cm]|.
+
+\TeX\ leaves the space specified either in the file, or in
+the optional arguments. If any part of the image is actually outside
+this area, it will by default overprint the surrounding text.
+If the star form is used, or |clip| specified, any part of the image
+outside this area will not be printed.
+
+The last four keys suppress the parsing of the filename. If they are
+used, the main \emph{file} argument should not have the file
+extension. They correspond to the arguments of |\DeclareGraphicsRule|
+described below.
+
+To see the effect that the various options have consider the file
+|a.ps|. This file contains the bounding box specification
+\begin{verbatim}
+%%BoundingBox:100 100 172 172
+\end{verbatim}
+That is, the printed region consists of a one-inch square, 100\,pt in
+from the bottom and left hand edges of the paper.
+
+In all the following examples the input will be of the form
+\begin{verbatim}
+left---\fbox{\includegraphics{a}}---right
+\end{verbatim}
+With different options supplied to |\includegraphics|.
+
+No optional argument.\\
+left---\fbox{\includegraphics{a}}---right
+
+\gs |\scalebox{0.5}{\includegraphics{a}}|\\
+\gx |\includegraphics[scale=.5]{a}|\\
+left---\fbox{\includegraphics[scale=.5]{a}}---right
+
+\gs |\includegraphics[115,110][135,145]{a}}|\\
+\gx |\includegraphics[bb= 115 110 135 145]{a}|\\
+left---\fbox{\includegraphics[bb= 115 110 135 145]{a}}---right
+
+\gs |\includegraphics*[115,110][135,145]{a}}|\\
+\gx |\includegraphics[bb= 115 110 135 145,clip]{a}|\\
+left---\fbox{\includegraphics[bb= 115 110 135 145,clip]{a}}---right
+
+\gs |\scalebox{0.5}{\includegraphics{a}}|
+ and |draft| option.\\
+\gx |\includegraphics[scale=.5, draft]{a}|\\
+left---\fbox{\includegraphics[scale=.5, draft]{a}}---right
+
+\subsection{Other commands in the \package{graphics} package}
+
+\begin{decl}
+|\graphicspath|\arg{dir-list}
+\end{decl}
+This optional declaration may be used to specify a list of directories
+in which to search for graphics files. The format is the same as for
+the \LaTeXe\ primitive |\input@path|. A list of directories, each in a
+|{}| group (even if there is only one in the list). For example:\\
+ |\graphicspath{{eps/}{tiff/}}|\\
+ would cause the system to look in the subdirectories |eps| and |tiff|
+ of the current directory. This is unix syntax, on a Mac it would be:\\
+ |\graphicspath{{:eps:}{:tiff:}}|\\
+ Note the differing conventions, an initial |:| is needed on Macintosh
+ systems to denote the current folder, whereas on unix an initial |/|
+ would denote the top level `root' directory.
+
+ The default setting of this path is
+ |\input@path| that is: graphics files will be found wherever \TeX\
+ files are found.
+
+\begin{decl}
+|\DeclareGraphicsExtensions|\arg{ext-list}
+\end{decl}
+ \NEWdescription{1994/12/01}
+ This specifies the behaviour of the system when no file extension
+ is specified in the argument to |\includegraphics|.
+ \arg{ext-list} should be a comma separated list of file extensions.
+ (White space is ignored between the entries.)
+ A file name is produced by appending one extension from the list.
+ If a file is found, the system acts as if that extension had been
+ specified. If not, the next extension in \emph{ext-list} is tried.
+
+
+Note that if the extension is not specified in the |\includegraphics|
+command, the graphics file must exist at the time \LaTeX\ is run, as
+the existence of the file is used to determine which extension from
+the list to choose. However if a file extension \emph{is} specified,
+e.g.\ |\includegraphics{a.ps}| instead of |\includegraphics{a}|, then
+the graphics file need not exist at the time \LaTeX\ is used. (In
+particular it may be created on the fly by the \m{command}
+specified in the |\DeclareGraphicsRule| command described below.)
+\LaTeX\ does however need to be able to determine the size of the
+image so this size must be specified in arguments, or the `read file'
+must exist at the time \LaTeX\ is used.
+
+\begin{decl}
+|\DeclareGraphicsRule|\arg{ext}\arg{type}\arg{read-file}\arg{command}
+\end{decl}
+ Any number of these declarations can be made. They determine how the
+ system behaves when a file with extension \emph{ext} is specified.
+ (The extension may be specified explicitly or, if the argument to
+ |\includegraphics| does not have an extension, it may be a default
+ extension from the \emph{ext-list} specified with
+ |\DeclareGraphicsExtensions|.)
+
+\emph{ext} the file extension for which this rule applies. As a special
+case, \emph{ext} may be given as |*| to denote the default behaviour for
+all undeclared extensions (see the example below).
+
+\emph{type} is the `type' of file involved. All files of the same type
+will be input with the same internal command (which must be defined in
+a `driver file'). For example files with extensions |ps|, |eps|,
+|ps.gz| may all be classed as type |eps|.
+
+\emph{read-file} determines the extension of the file that should be
+read to determine size information. It may be the same as \emph{ext}
+but it may be different, for example |.ps.gz| files are not readable
+easily by \TeX, so you may want to put the bounding box information in
+a separate file with extension |.ps.bb|. If \emph{read-file} is empty,
+|{}|, then the system will not try to locate an external file for size
+info, and the size must be specified in the arguments of
+|\includegraphics|. If the driver file specifies a procedure for
+reading size files for \emph{type}, that will be used, otherwise the
+procedure for reading |eps| files will be used. Thus the size of
+bitmap files may be specified in a file with a PostScript style
+|%%BoundingBox| line, if no other specific format is available.
+
+As a special case |*| may be used to denote the
+same extension as the graphic file. This is mainly of use in
+conjunction with using |*| as the extension, as in that case the
+particular graphic extension is not known. For example
+\begin{verbatim}
+ \DeclareGraphicsRule{*}{eps}{*}{}
+\end{verbatim}
+This would declare a default rule, such that all unknown extensions
+would be treated as EPS files, and the graphic file would be read for
+a BoundingBox comment.
+
+\emph{command} is usually empty, but if non empty it is used in place
+of the filename in the |\special|. Within this argument, |#1| may be
+used to denote the filename. Thus using the dvips driver, one may
+use\\
+|\DeclareGraphicsRule{.ps.gz}{eps}{.ps.bb}{`zcat #1}|\\
+the final argument causes dvips to use the |zcat| command to unzip the
+file before inserting it into the PostScript output.
+
+Note that \LaTeX\ will find the graphics file by searching along
+TEXINPUTS (and possibly other places, as specified with
+|\graphicspath|) however it may be that the command you specify
+in this argument can not find such files unless they are in the
+current directory. On some systems it may be possible to modify
+the command so that it will find any files that \LaTeX\ can find.
+For example on newer web2c \TeX\ releases on unix, one may modify the
+above command so that the last argument is:\\
+|{`zcat `kpsewhich -n latex tex #1`}|\\
+which incantation causes the |kpsewhich| program to find the
+file, by searching along \LaTeX's path, and then pass the full path
+name to the |zcat| program so that it can uncompress the file.
+Any such uses are very system dependent, and would best be placed in
+a |graphics.cfg| file, thus keeping the document itself portable.
+
+\subsection{Global setting of keys}
+
+Most of the \package{keyval} keys used in the \package{graphicx} package
+may also be set using the command |\setkeys| provided by the
+\package{keyval} package.
+
+For instance, suppose you wanted all the files to be included in the
+current document to be scaled to 75\% of the width of the lines of text,
+then one could issue the following command:\\
+|\setkeys{Gin}{width=0.75\textwidth}|\\
+Here `|Gin|' is the name used for the \package{keyval} keys associated
+with `Graphics inclusion'. All following
+|\includegraphics| commands (within the same group or environment) will
+act as if |[width=0.75\textwidth]| had been specified, in addition to
+any other key settings actually given in the optional argument.
+
+Similarly to make all |\rotatebox| arguments take an argument in
+radians, one just needs to specify:\\
+|\setkeys{Grot}{units=6.28318}|
+
+\subsection{Compatibility between \package{graphics} and
+ \package{graphicx}}
+
+For a document author, there are not really any problems of
+compatibility between the two packages. You just choose the interface
+that you personally prefer, and then use the appropriate package.
+
+For a package or class writer the situation is slightly
+different. Suppose that you are writing a letter class that needs to
+print a company logo as part of the letterhead.
+
+As the author of the class you may want to give the users the
+possibility of using either interface in their letters (should they
+need to include any further graphics into the letter body).
+In this case the class should load the \package{graphics} package (not
+\package{graphicx}, as this would commit any users of the class to the
+\package{keyval} interface). The logo should be included with
+|\includegraphics| either with \emph{no} optional argument (if the
+correct size information is in the file) or \emph{both} optional
+arguments otherwise.
+Do not use the \emph{one} optional argument form, as the meaning of this
+argument would change (and generate errors) if the user were to load
+\package{graphicx} as well as your class.
+
+\section{Remaining packages in the graphics bundle}
+
+\subsection{Epsfig}
+This is a small package essentially a `wrapper' around the
+\package{graphicx} package, defining a command |\psfig| which has the
+syntax\\
+|\psfig{file=xxx,...}| rather than |\includegraphics[...]{xxx}|.\\
+It also has a few more commands to make it slightly more compatible with
+the old \LaTeX~2.09 style of the same name.
+
+\subsection{Trig}
+The trig package is not intended to be used directly in documents. It
+calculates sine, cosine and tangent trigonometric functions. These
+are used to calculate the space taken up by a rotated box. This
+package is also used by the |fontinst| program which converts
+PostScript files to a form usable by \TeX.
+
+As well as being used as a \LaTeX\ package, the macros may be extracted
+with the \package{docstrip} options \texttt{plain,package}. In this case
+the \LaTeX\ package declarations are omitted from the file, and the
+macros may be directly used as part of another macro file (they work
+with any format based on plain \TeX.)
+
+\subsection{Keyval}
+The \package{keyval} package is intended to be used by other
+packages. It provides a generic way of setting `keys' as used by the
+\package{graphicx} package, and splitting up the comma separated lists
+of \m{key}~=~\m{value} pairs.
+
+Like the \package{trig} package, these macros may be extracted and used
+as part of another macro file, based on plain \TeX, as well as the
+standard use as a \LaTeX\ package.
+
+By default an undeclared key will generate an error.
+If however the option \texttt{unknownkeysallowed} is used, then
+unknown keys will be silently ignored (leaving a message in the log
+file). This option is also accepted by the \textsf{graphicx} package.
+
+\subsection{Pstcol}
+\package{PSTricks}, by Timothy Van Zandt is an immensely powerful
+package that enables a very full featured interface between PostScript
+and \TeX. Unfortunately the colour support in \package{PSTricks} is
+slightly incompatible with the colour mechanism defined in the
+\package{color} package. The \package{pstcol} package is a (hopefully
+temporary) package that modifies a very small number of internal
+PSTricks functions, to remove this incompatibility. If
+\package{pstricks} is loaded via this package, you may use any colours
+defined by \package{color} package commands within \package{pstricks}
+commands, and vice versa.
+
+\subsection{Lscape}
+The \package{lscape} package requires and takes the same options
+as the \package{graphics} package. It defines a |landscape| environment
+within which page bodies are rotated through 90 degrees. The page head
+and foot are not affected, they appear in the standard (portrait)
+position.
+\end{document}