gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/Documentation/misc/hemppah-progradu mastert...


From: Hermanni Hyytiälä
Subject: [Gzz-commits] gzz/Documentation/misc/hemppah-progradu mastert...
Date: Mon, 24 Mar 2003 09:07:50 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Hermanni Hyytiälä <address@hidden>      03/03/24 09:07:50

Modified files:
        Documentation/misc/hemppah-progradu: masterthesis.tex 
                                             xanadu_model.eps 

Log message:
        Update xu model figure

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Documentation/misc/hemppah-progradu/masterthesis.tex.diff?tr1=1.177&tr2=1.178&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/Documentation/misc/hemppah-progradu/masterthesis.tex
diff -u gzz/Documentation/misc/hemppah-progradu/masterthesis.tex:1.177 
gzz/Documentation/misc/hemppah-progradu/masterthesis.tex:1.178
--- gzz/Documentation/misc/hemppah-progradu/masterthesis.tex:1.177      Mon Mar 
24 07:31:59 2003
+++ gzz/Documentation/misc/hemppah-progradu/masterthesis.tex    Mon Mar 24 
09:07:50 2003
@@ -1592,8 +1592,8 @@
 
 The Fenfire project \cite{fenfireurl} is an effort to build a location 
transparent, hyperstructured desktop 
 environment. By location transparent, we mean concealing the heterogeneous and 
distributed nature of the system
-so that it appears to the end user like one system and by hyperstructured 
system,
-we mean a system in which data can be associated with other data arbitrarly. 
Fenfire uses xanalogical storage model 
+so that it appears to the end user like one system and by hyperstructured 
system
+a system in which data can be associated with other data arbitrarly. Fenfire 
uses xanalogical storage model 
 \cite{ted-xu-model} as a basis for hyperstructured media. Each data item in 
the Fenfire system has a globally unique 
 identifier. This property should allow making references between \emph{any} 
 data easier and more seamlessly interoperating than in other systems. For 
location transparency in the Fenfire system, 
@@ -1620,34 +1620,33 @@
 \section{Xanalogical storage model}
 
 Xanalogical storage model \cite{nelson99xanalogicalneeded} is a different kind 
of model for 
-presenting data and relationships between data. While in the World Wide Web 
links are
+presenting data and relationships between data. \emph{Enfilade}, 
+can be considered as a mutable ''virtual file'' (or part of one), which is a 
list 
+of fluid media content. Fluid media is the smallest units of data in 
xanalogical storage
+model. \emph{Transclusion} is an inclusion in 
+enfilade of contents already used in another enfilade. With the transclusion, 
a system 
+implementing xanalogical storage model is able to show all data content that 
share the same 
+fluid media with current data content (e.g., all documents in a system 
containing a specific 
+document's text). 
+
+While in the World Wide Web links are
 between \emph{documents}, in xanalogical storage model links are between 
individual 
-\emph{characters}. Each character in xanalogical storage model has a
-permanent, globally unique identifier. For instance, let's consider the 
following
-scenario: ''the character 'D' typed by Janne Kujala on 10/8/97 8:37:18''. In 
this
-example, when character 'D' is first typed in, xanalogical storage model
-acquires a permanent identifier for that character and retains it when the 
character
-is copied to different document. Thus, the identifier distinguishes the 
character from 
-all similar characters typed in independently\footnote{Xanalogical storage 
model
-is not limited to text. It can support arbitrary data, e.g., pixels of picture 
or 
-frames of video.}. The connectivity in xanalogical storage model between data 
content 
-is more substantial than in other models; a link is shown between any two data 
contents 
-containing a specific \emph{fluid media unit} (e.g., a character) that the 
link connects.
-In practice, however, xanalogical storage model uses \emph{spans}, ranges of 
consecutive
-fluid media units to perform storage operations. This is done for better 
performance as
-doing expensive operations for every fluid media unit is not efficient. 
Xanalogical 
-storage model stores fluid media units to append-only \emph{scrolls}.
-
-An \emph{enfilade} can be considered as a ''virtual file'' (or part of one), 
which is a list
-of fluid media content. In xanalogical storage model, links between content 
are external 
-and bidirectional. Xanalogical link is an \emph{association} of two enfilades, 
such as an 
-annotation to a specific part of a another document. \emph{Transclusion} is an 
inclusion in 
-enfilade of contents already used in another enfilade, i.e., current fluid 
media is copied into 
-different data content. By using this mechanism, a system implementing 
xanalogical storage model
-is able to show all data content that share the same fluid media with current 
data content
-(e.g., all documents containing current document's text). Figure 
\ref{fig:xanalogical_model}
+\emph{characters}. Figure \ref{fig:xanalogical_model} 
 illustrates xanalogical storage model with documents, text and characters.
-
+Links between data are external 
+and bidirectional. A link is shown between any two data contents 
+containing a specific \emph{fluid media unit} (e.g., a character) that the 
link connects.
+Each fluid media unit in xanalogical storage model has a
+permanent, globally unique identifier\footnote{Xanalogical storage model
+is not limited to text. It can support arbitrary data, e.g., pixels of picture 
or 
+frames of video.}. For instance, let's consider the following
+example, presented first time in \cite{lukka02freenetguids}: ''the character 
'D' 
+typed by Janne Kujala on 10/8/97 8:37:18''. When character 
+'D' is first typed in, xanalogical storage model
+creates a permanent globally identifier for that character 
+and retains it when the character is copied to different document. In 
practice, xanalogical 
+storage model uses \emph{spans}, ranges of consecutive
+fluid media units to perform storage operations. 
 
 \begin{figure}
 \centering
Index: gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps
diff -u gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps:1.2 
gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps:1.3
--- gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps:1.2        Fri Feb 
21 07:49:04 2003
+++ gzz/Documentation/misc/hemppah-progradu/xanadu_model.eps    Mon Mar 24 
09:07:50 2003
@@ -1,283 +1,14 @@
 %!PS-Adobe-2.0 EPSF-2.0
-%%Title: 
/home/hemppah/cvs/gzz/Documentation/misc/hemppah-progradu/xanadu_model.dia
-%%Creator: Dia v0.88.1
-%%CreationDate: Fri Feb 21 12:00:07 2003
+%%Title: xanadu_model.dia
+%%Creator: Dia v0.90
+%%CreationDate: Mon Mar 24 16:07:19 2003
 %%For: a user
 %%Magnification: 1.0000
 %%Orientation: Portrait
-%%BoundingBox: 0 0 805 729
+%%BoundingBox: 0 0 899 767
 %%Pages: 1
-%%BeginSetup
-%%EndSetup
 %%EndComments
 %%BeginProlog
-[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent 
/ampersand /quoteright
-/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
-/two /three /four /five /six /seven /eight /nine /colon /semicolon
-/less /equal /greater /question /at /A /B /C /D /E
-/F /G /H /I /J /K /L /M /N /O
-/P /Q /R /S /T /U /V /W /X /Y
-/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft 
/a /b /c
-/d /e /f /g /h /i /j /k /l /m
-/n /o /p /q /r /s /t /u /v /w
-/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef
-/space /exclamdown /cent /sterling /currency /yen /brokenbar /section 
/dieresis /copyright
-/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree 
/plusminus /twosuperior /threesuperior
-/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine 
/guillemotright /onequarter /onehalf
-/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis 
/Aring /AE /Ccedilla
-/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex 
/Idieresis /Eth /Ntilde
-/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave 
/Uacute /Ucircumflex
-/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde 
/adieresis /aring
-/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute 
/icircumflex /idieresis
-/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash 
/ugrave
-/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding 
exch def
-/Times-Roman-latin1
-    /Times-Roman findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Times-Italic-latin1
-    /Times-Italic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Times-Bold-latin1
-    /Times-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Times-BoldItalic-latin1
-    /Times-BoldItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/AvantGarde-Book-latin1
-    /AvantGarde-Book findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/AvantGarde-BookOblique-latin1
-    /AvantGarde-BookOblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/AvantGarde-Demi-latin1
-    /AvantGarde-Demi findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/AvantGarde-DemiOblique-latin1
-    /AvantGarde-DemiOblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Bookman-Light-latin1
-    /Bookman-Light findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Bookman-LightItalic-latin1
-    /Bookman-LightItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Bookman-Demi-latin1
-    /Bookman-Demi findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Bookman-DemiItalic-latin1
-    /Bookman-DemiItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Courier-latin1
-    /Courier findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Courier-Oblique-latin1
-    /Courier-Oblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Courier-Bold-latin1
-    /Courier-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Courier-BoldOblique-latin1
-    /Courier-BoldOblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-latin1
-    /Helvetica findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Oblique-latin1
-    /Helvetica-Oblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Bold-latin1
-    /Helvetica-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-BoldOblique-latin1
-    /Helvetica-BoldOblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Narrow-latin1
-    /Helvetica-Narrow findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Narrow-Oblique-latin1
-    /Helvetica-Narrow-Oblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Narrow-Bold-latin1
-    /Helvetica-Narrow-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Helvetica-Narrow-BoldOblique-latin1
-    /Helvetica-Narrow-BoldOblique findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/NewCenturySchoolbook-Roman-latin1
-    /NewCenturySchoolbook-Roman findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/NewCenturySchoolbook-Italic-latin1
-    /NewCenturySchoolbook-Italic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/NewCenturySchoolbook-Bold-latin1
-    /NewCenturySchoolbook-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/NewCenturySchoolbook-BoldItalic-latin1
-    /NewCenturySchoolbook-BoldItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Palatino-Roman-latin1
-    /Palatino-Roman findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Palatino-Italic-latin1
-    /Palatino-Italic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Palatino-Bold-latin1
-    /Palatino-Bold findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Palatino-BoldItalic-latin1
-    /Palatino-BoldItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/Symbol-latin1
-    /Symbol findfont
-definefont pop
-/ZapfChancery-MediumItalic-latin1
-    /ZapfChancery-MediumItalic findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
-/ZapfDingbats-latin1
-    /ZapfDingbats findfont
-    dup length dict begin
-       {1 index /FID ne {def} {pop pop} ifelse} forall
-       /Encoding isolatin1encoding def
-    currentdict end
-definefont pop
 /cp {closepath} bind def
 /c {curveto} bind def
 /f {fill} bind def
@@ -341,63 +72,121 @@
 4 2 roll
 putinterval
 } bind def
-28.346000 -28.346000 scale
--0.208480 -27.000000 translate
 %%EndProlog
 
+%%BeginSetup
+%%EndSetup
+28.346000 -28.346000 scale
+-1.113480 -28.324194 translate
 
 1.000000 1.000000 1.000000 srgb
-n 1.650000 2.350000 m 1.650000 15.650000 l 11.350000 15.650000 l 11.350000 
2.350000 l f
+n 1.650000 2.300000 m 1.650000 15.600000 l 11.350000 15.600000 l 11.350000 
2.300000 l f
 0.100000 slw
 [] 0 sd
 [] 0 sd
 0 slj
 0.000000 0.000000 0.000000 srgb
-n 1.650000 2.350000 m 1.650000 15.650000 l 11.350000 15.650000 l 11.350000 
2.350000 l cp s
-/Helvetica-latin1 ff 0.300000 scf sf
-(More research on nearest algorithms  in the literature has been ) 2.100000 
3.100000 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. In many practical search problems) 2.100000 
3.400000 m gs 1 -1 sc sh gr
-(however, the underlying metric spaces are quite weak, which motivates) 
2.100000 3.700000 m gs 1 -1 sc sh gr
-(a search for other classes of metric spaces that can be tractably ) 2.100000 
4.000000 m gs 1 -1 sc sh gr
-(searched) 2.100000 4.300000 m gs 1 -1 sc sh gr
-() 2.100000 4.600000 m gs 1 -1 sc sh gr
-(In this paper, we develop an efficient dynamic data strucutre for) 2.100000 
4.900000 m gs 1 -1 sc sh gr
-( nearest neighbor queries in growth- constrained metrics. These ) 2.100000 
5.200000 m gs 1 -1 sc sh gr
-(metrics satisfy the property that for any poiint q and distance d) 2.100000 
5.500000 m gs 1 -1 sc sh gr
-(the number of points within distance 2d of q is most constant factor) 
2.100000 5.800000 m gs 1 -1 sc sh gr
-( for large than the numberr of points within distance d. Spaces of this ) 
2.100000 6.100000 m gs 1 -1 sc sh gr
-(kind  may occur in networking applications, such as the Internet or ) 
2.100000 6.400000 m gs 1 -1 sc sh gr
-(Peer-to-peer networks, and  vector  qualizationg applications, where ) 
2.100000 6.700000 m gs 1 -1 sc sh gr
-(feature vectors  fall into low-dimensional manifolds within high-) 2.100000 
7.000000 m gs 1 -1 sc sh gr
-(dimensional vector spaces.) 2.100000 7.300000 m gs 1 -1 sc sh gr
-() 2.100000 7.600000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.300000 scf sf
-(More research on nearest algorithms  in the literature has been ) 2.090000 
7.874840 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. In many practical search problems) 2.090000 
8.174840 m gs 1 -1 sc sh gr
-(however, the underlying metric spaces are quite weak, which motivates) 
2.090000 8.474840 m gs 1 -1 sc sh gr
-(a search for other classes of metric spaces that can be tractably ) 2.090000 
8.774840 m gs 1 -1 sc sh gr
-(searched) 2.090000 9.074840 m gs 1 -1 sc sh gr
-() 2.090000 9.374840 m gs 1 -1 sc sh gr
-(In this paper, we develop an efficient dynamic data strucutre for) 2.090000 
9.674840 m gs 1 -1 sc sh gr
-( nearest neighbor queries in growth- constrained metrics. These ) 2.090000 
9.974840 m gs 1 -1 sc sh gr
-(metrics satisfy the property that for any poiint q and distance d) 2.090000 
10.274840 m gs 1 -1 sc sh gr
-(the number of points within distance 2d of q is most constant factor) 
2.090000 10.574840 m gs 1 -1 sc sh gr
-( for large than the numberr of points within distance d. Spaces of this ) 
2.090000 10.874840 m gs 1 -1 sc sh gr
-(kind  may occur in networking applications, such as the Internet or ) 
2.090000 11.174840 m gs 1 -1 sc sh gr
-(Peer-to-peer networks, and  vector  qualizationg applications, where ) 
2.090000 11.474840 m gs 1 -1 sc sh gr
-(feature vectors  fall into low-dimensional manifolds within high-) 2.090000 
11.774840 m gs 1 -1 sc sh gr
-(dimensional vector spaces.) 2.090000 12.074840 m gs 1 -1 sc sh gr
-() 2.090000 12.374840 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.300000 scf sf
-(More research on nearest algorithms  in the literature has been ) 2.090000 
12.774800 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. In many practical search problems) 2.090000 
13.074800 m gs 1 -1 sc sh gr
-(however, the underlying metric spaces are quite weak, which ) 2.090000 
13.374800 m gs 1 -1 sc sh gr
-(motivates a search for other classes of metric spaces that can be ) 2.090000 
13.674800 m gs 1 -1 sc sh gr
-(tractably  searchedkind  may occur in networking applications, such ) 
2.090000 13.974800 m gs 1 -1 sc sh gr
-(as the Internet or  Peer-to-peer networks, and  vector  qualizationg ) 
2.090000 14.274800 m gs 1 -1 sc sh gr
-(applications, where  feature vectors  fall into low-dimensional manifolds ) 
2.090000 14.574800 m gs 1 -1 sc sh gr
-(within high- dimensional vector spaces.) 2.090000 14.874800 m gs 1 -1 sc sh gr
-() 2.090000 15.174800 m gs 1 -1 sc sh gr
+n 1.650000 2.300000 m 1.650000 15.600000 l 11.350000 15.600000 l 11.350000 
2.300000 l cp s
+2.100000 3.100000 m  [ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi 
/xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /M /o /r /e /space /s /a /c /xi /xi /h /n /t /l /g /i
+ /m /u /b /f /d /E /period /I /y /p /w /v /comma /q /k /hyphen
+ /T /two /S /P /z /D /one /six /four /seven /greater /quotesingle /U /five 
/zero /Y
+ /equal /three /X /G /C /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+ /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi /xi
+] /e0 exch def
+/Helvetica_e0 undefinefont
+/Helvetica_e0
+  /Helvetica findfont
+  dup length dict begin
+  {1 index /FID ne {def} {pop pop} ifelse} forall
+  /Encoding e0 def
+  currentdict end
+definefont pop
+/Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+2.100000 3.400000 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!2-#0%)
+ gs 1 -1 sc sh gr
+2.100000 3.700000 m 
(*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><$:*/'*$0!,/;&,#%)
+ gs 1 -1 sc sh gr
+2.100000 4.000000 m 
(&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$)
+ gs 1 -1 sc sh gr
+2.100000 4.300000 m (%#&"'*#4)
+ gs 1 -1 sc sh gr
+2.100000 4.900000 m 
(7+$,*/%$9&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+&0/'$4&,&$%,"1'1,"#$3!")
+ gs 1 -1 sc sh gr
+2.100000 5.200000 m 
($+#&"#%,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+%,"&/+#4$0#,"/'address@hidden)
+ gs 1 -1 sc sh gr
+2.100000 5.500000 m 
(0#,"/'%$%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8$9!//+,$=$&+4$4/%,&+'#$4)
+ gs 1 -1 sc sh gr
+2.100000 5.800000 m 
(,*#$+102#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3$=$/%$0!%,$'!+%,&+,$3&',!")
+ gs 1 -1 sc sh gr
+2.100000 6.100000 m 
($3!"$-&".#$,*&+$,*#$+102#""$!3$9!/+,%$:/,*/+$4/%,&+'#$46$B9&'#%$!3$,*/%$)
+ gs 1 -1 sc sh gr
+2.100000 6.400000 m 
(>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/'&,/!+%<$%1'*$&%$,*#$7+,#"+#,$!"$)
+ gs 1 -1 sc sh gr
+2.100000 6.700000 m 
(C##"?,!?9##"$+#,:!">%<$&+4$$;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$:*#"#$)
+ gs 1 -1 sc sh gr
+2.100000 7.000000 m 
(3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$:/,*/+$*/.*?)
+ gs 1 -1 sc sh gr
+2.100000 7.300000 m (4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+2.190000 7.974840 m /Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+2.190000 8.274840 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!2-#0%)
+ gs 1 -1 sc sh gr
+2.190000 8.574840 m 
(*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><$:*/'*$0!,/;&,#%)
+ gs 1 -1 sc sh gr
+2.190000 8.874840 m 
(&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$)
+ gs 1 -1 sc sh gr
+2.190000 9.174840 m (%#&"'*#4)
+ gs 1 -1 sc sh gr
+2.190000 9.774840 m 
(7+$,*/%$9&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+&0/'$4&,&$%,"1'1,"#$3!")
+ gs 1 -1 sc sh gr
+2.190000 10.074840 m 
($+#&"#%,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+%,"&/+#4$0#,"/'address@hidden)
+ gs 1 -1 sc sh gr
+2.190000 10.374840 m 
(0#,"/'%$%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8$9!//+,$=$&+4$4/%,&+'#$4)
+ gs 1 -1 sc sh gr
+2.190000 10.674840 m 
(,*#$+102#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3$=$/%$0!%,$'!+%,&+,$3&',!")
+ gs 1 -1 sc sh gr
+2.190000 10.974840 m 
($3!"$-&".#$,*&+$,*#$+102#""$!3$9!/+,%$:/,*/+$4/%,&+'#$46$B9&'#%$!3$,*/%$)
+ gs 1 -1 sc sh gr
+2.190000 11.274840 m 
(>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/'&,/!+%<$%1'*$&%$,*#$7+,#"+#,$!"$)
+ gs 1 -1 sc sh gr
+2.190000 11.574840 m 
(C##"?,!?9##"$+#,:!">%<$&+4$$;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$:*#"#$)
+ gs 1 -1 sc sh gr
+2.190000 11.874840 m 
(3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$:/,*/+$*/.*?)
+ gs 1 -1 sc sh gr
+2.190000 12.174840 m (4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+2.190000 12.724800 m /Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+2.190000 13.024800 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!2-#0%)
+ gs 1 -1 sc sh gr
+2.190000 13.324800 m 
(*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><$:*/'*$)
+ gs 1 -1 sc sh gr
+2.190000 13.624800 m 
(0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#%$,*&,$'&+$2#$)
+ gs 1 -1 sc sh gr
+2.190000 13.924800 m 
(,"&',&2-8$$%#&"'*#4>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/'&,/!+%<$%1'*$)
+ gs 1 -1 sc sh gr
+2.190000 14.224800 m 
(&%$,*#$7+,#"+#,$!"$$C##"?,!?9##"$+#,:!">%<$&+4$$;#',!"$$=1&-/D&,/!+.$)
+ gs 1 -1 sc sh gr
+2.190000 14.524800 m 
(&99-/'&,/!+%<$:*#"#$$3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$)
+ gs 1 -1 sc sh gr
+2.190000 14.824800 m (:/,*/+$*/.*?$4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
 1.000000 1.000000 1.000000 srgb
 n 22.900000 3.300000 m 22.900000 5.700000 l 27.450000 5.700000 l 27.450000 
3.300000 l f
 0.100000 slw
@@ -406,20 +195,30 @@
 0 slj
 0.388235 0.486275 0.929412 srgb
 n 22.900000 3.300000 m 22.900000 5.700000 l 27.450000 5.700000 l 27.450000 
3.300000 l cp s
-/Helvetica-latin1 ff 0.300000 scf sf
 0.000000 0.000000 0.000000 srgb
-(More research on nearest ) 23.390000 3.797500 m gs 1 -1 sc sh gr
-(algorithms  in the literature) 23.390000 4.097500 m gs 1 -1 sc sh gr
-( has been  focused on) 23.390000 4.397500 m gs 1 -1 sc sh gr
-(the  Euclidean case. In ) 23.390000 4.697500 m gs 1 -1 sc sh gr
-(many practical  search problems ) 23.390000 4.997500 m gs 1 -1 sc sh gr
-(however, the underlying ) 23.390000 5.297500 m gs 1 -1 sc sh gr
-(.) 23.390000 5.597500 m gs 1 -1 sc sh gr
-() 23.390000 5.897500 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.800000 scf sf
-(Document 1) dup sw 2 div 6.450000 ex sub 1.900000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.800000 scf sf
-(Scroll) dup sw 2 div 25.082100 ex sub 2.807900 m gs 1 -1 sc sh gr
+23.390000 3.797500 m /Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$)
+ gs 1 -1 sc sh gr
+23.390000 4.097500 m (&-.!"/,*0%$$/+$,*#$-/,#"&,1"#)
+ gs 1 -1 sc sh gr
+23.390000 4.397500 m ($*&%$2##+$$3!'1%#4$!+)
+ gs 1 -1 sc sh gr
+23.390000 4.697500 m (,*#$$51'-/4#&+$'&%#6$7+$)
+ gs 1 -1 sc sh gr
+23.390000 4.997500 m (0&+8$9"&',/'&-$$%#&"'*$9"!2-#0%$)
+ gs 1 -1 sc sh gr
+23.390000 5.297500 m (*!:#;#"<$,*#$1+4#"-8/+.$)
+ gs 1 -1 sc sh gr
+23.390000 5.597500 m (6)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(E!'10#+,$F) sw
+2 div 6.450000 ex sub 1.900000 m (E!'10#+,$F)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(B'"!--) sw
+2 div 25.082100 ex sub 2.807900 m (B'"!--)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
@@ -464,217 +263,287 @@
 0 slj
 1.000000 0.054902 0.086275 srgb
 n 23.690000 7.195000 m 23.690000 9.100000 l 27.450000 9.100000 l 27.450000 
7.195000 l cp s
-/Helvetica-latin1 ff 0.600000 scf sf
 0.000000 0.000000 0.000000 srgb
-(Select range) dup sw 2 div 25.450000 ex sub 7.750000 m gs 1 -1 sc sh gr
-(164-167) dup sw 2 div 25.450000 ex sub 8.350000 m gs 1 -1 sc sh gr
-(-> 'how') dup sw 2 div 25.450000 ex sub 8.950000 m gs 1 -1 sc sh gr
-0.100000 slw
-[] 0 sd
-[] 0 sd
-0 slj
-n 19.840000 19.850000 m 19.840000 27.000000 l 25.350000 27.000000 l 25.350000 
19.850000 l cp s
-0.100000 slw
-[] 0 sd
-[] 0 sd
-0 slj
-n 3.440000 19.795000 m 3.440000 26.945000 l 8.950000 26.945000 l 8.950000 
19.795000 l cp s
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms  in the literature has been ) 3.740000 
20.374800 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. In many practical search pro) 3.740000 
20.574800 m gs 1 -1 sc sh gr
-(blems however, the underlying metric spaces are quite weak,) 3.740000 
20.774800 m gs 1 -1 sc sh gr
-( which motivates a search for other classes of metric space) 3.740000 
20.974800 m gs 1 -1 sc sh gr
-(s that can be tractably  searched) 3.740000 21.174800 m gs 1 -1 sc sh gr
-() 3.740000 21.374800 m gs 1 -1 sc sh gr
-(In this paper, we develop an efficient dynamic data strucutr) 3.740000 
21.574800 m gs 1 -1 sc sh gr
-(e for  nearest neighbor queries in growth- constrained metrics. ) 3.740000 
21.774800 m gs 1 -1 sc sh gr
-(hese  metrics satisfy the property that for any poiint q and) 3.740000 
21.974800 m gs 1 -1 sc sh gr
-( distance d the number of points within distance 2d of q is mo) 3.740000 
22.174800 m gs 1 -1 sc sh gr
-(st constant factor  for large than the numberr of points within di) 3.740000 
22.374800 m gs 1 -1 sc sh gr
-(stance d. Spaces of this  kind  may occur in networking appli) 3.740000 
22.574800 m gs 1 -1 sc sh gr
-() 3.740000 22.774800 m gs 1 -1 sc sh gr
-(cations, such as the Internet or  Peer-to-peer networks, and) 3.740000 
22.974800 m gs 1 -1 sc sh gr
-(  vector  qualizationg applications, where  ) 3.740000 23.174800 m gs 1 -1 sc 
sh gr
-(feature vectors  fall into low-dimensional manifolds within hig) 3.740000 
23.374800 m gs 1 -1 sc sh gr
-(h- dimensional vector spaces.) 3.740000 23.574800 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms   in the literature has bee) 3.790000 
24.174800 m gs 1 -1 sc sh gr
-(n  focused on the  Euclidean case. In many practical search) 3.790000 
24.374800 m gs 1 -1 sc sh gr
-( problems however, the underl ying metric spaces are quite) 3.790000 
24.574800 m gs 1 -1 sc sh gr
-( weak, whi ch motivates a search for other classes  of met) 3.790000 
24.774800 m gs 1 -1 sc sh gr
-(ric spaces that can be tractably  searched) 3.790000 24.974800 m gs 1 -1 sc 
sh gr
-() 3.790000 25.174800 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms   in the literature has bee) 3.740000 
25.398200 m gs 1 -1 sc sh gr
-(n  focused on the  Euclidean case. In many practical search) 3.740000 
25.598200 m gs 1 -1 sc sh gr
-( problems however, the underl ying metric spaces are quite) 3.740000 
25.798200 m gs 1 -1 sc sh gr
-( weak, whi ch motivates a search for other classes  of met) 3.740000 
25.998200 m gs 1 -1 sc sh gr
-(ric spaces that can be tractably  searched) 3.740000 26.198200 m gs 1 -1 sc 
sh gr
-() 3.740000 26.398200 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms  in the literature has been ) 20.140000 
23.198200 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. In many practical search pro) 20.140000 
23.398200 m gs 1 -1 sc sh gr
-(blems however, the underlying metric spaces are quite weak,) 20.140000 
23.598200 m gs 1 -1 sc sh gr
-( which motivates a search for other classes of metric space) 20.140000 
23.798200 m gs 1 -1 sc sh gr
-(s that can be tractably  searched) 20.140000 23.998200 m gs 1 -1 sc sh gr
-() 20.140000 24.198200 m gs 1 -1 sc sh gr
-(In this paper, we develop an efficient dynamic data strucutr) 20.140000 
24.398200 m gs 1 -1 sc sh gr
-(e for  nearest neighbor queries in growth- constrained metrics. ) 20.140000 
24.598200 m gs 1 -1 sc sh gr
-(hese  metrics satisfy the property that for any poiint q and) 20.140000 
24.798200 m gs 1 -1 sc sh gr
-( distance d the number of points within distance 2d of q is mo) 20.140000 
24.998200 m gs 1 -1 sc sh gr
-(st constant factor  for large than the numberr of points within di) 20.140000 
25.198200 m gs 1 -1 sc sh gr
-(stance d. Spaces of this  kind  may occur in networking appli) 20.140000 
25.398200 m gs 1 -1 sc sh gr
-() 20.140000 25.598200 m gs 1 -1 sc sh gr
-(cations, such as the Internet or  Peer-to-peer networks, and) 20.140000 
25.798200 m gs 1 -1 sc sh gr
-(  vector  qualizationg applications, where  ) 20.140000 25.998200 m gs 1 -1 
sc sh gr
-(feature vectors  fall into low-dimensional manifolds within hig) 20.140000 
26.198200 m gs 1 -1 sc sh gr
-(h- dimensional vector spaces.) 20.140000 26.398200 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms   in the literature has bee) 20.140000 
21.748200 m gs 1 -1 sc sh gr
-(n  focused on the  Euclidean case. In many practical search) 20.140000 
21.948200 m gs 1 -1 sc sh gr
-( problems however, the underl ying metric spaces are quite) 20.140000 
22.148200 m gs 1 -1 sc sh gr
-( weak, whi ch motivates a search for other classes  of met) 20.140000 
22.348200 m gs 1 -1 sc sh gr
-(ric spaces that can be tractably  searched) 20.140000 22.548200 m gs 1 -1 sc 
sh gr
-() 20.140000 22.748200 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.200000 scf sf
-(More research on nearest algorithms   in the literature has bee) 20.090000 
20.298200 m gs 1 -1 sc sh gr
-(n  focused on the  Euclidean case. In many practical search) 20.090000 
20.498200 m gs 1 -1 sc sh gr
-( problems however, the underl ying metric spaces are quite) 20.090000 
20.698200 m gs 1 -1 sc sh gr
-( weak, whi ch motivates a search for other classes  of met) 20.090000 
20.898200 m gs 1 -1 sc sh gr
-(ric spaces that can be tractably  searched) 20.090000 21.098200 m gs 1 -1 sc 
sh gr
-() 20.090000 21.298200 m gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.600000 scf sf
+(B#-#',$"&+.#) sw
+2 div 25.450000 ex sub 7.750000 m (B#-#',$"&+.#)
+ gs 1 -1 sc sh gr
+(FGH?FGI) sw
+2 div 25.450000 ex sub 8.350000 m (FGH?FGI)
+ gs 1 -1 sc sh gr
+(?J$K*!:K) sw
+2 div 25.450000 ex sub 8.950000 m (?J$K*!:K)
+ gs 1 -1 sc sh gr
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 19.840000 19.900000 m 19.840000 27.050000 l 25.350000 27.050000 l 25.350000 
19.900000 l cp s
+0.100000 slw
+[] 0 sd
+[] 0 sd
+0 slj
+n 7.190000 19.895000 m 7.190000 27.045000 l 12.700000 27.045000 l 12.700000 
19.895000 l cp s
+7.540000 21.724800 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+7.540000 21.924800 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!)
+ gs 1 -1 sc sh gr
+7.540000 22.124800 m 
(2-#0%$*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><)
+ gs 1 -1 sc sh gr
+7.540000 22.324800 m 
($:*/'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#)
+ gs 1 -1 sc sh gr
+7.540000 22.524800 m (%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+7.540000 22.924800 m 
(7+$,*/%$9&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+&0/'$4&,&$%,"1'1,")
+ gs 1 -1 sc sh gr
+7.540000 23.124800 m 
(#$3!"$$+#&"#%,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+%,"&/+#4$0#,"/'%6$)
+ gs 1 -1 sc sh gr
+7.540000 23.324800 m 
(*#%#$$0#,"/'%$%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8$9!//+,$=$&+4)
+ gs 1 -1 sc sh gr
+7.540000 23.524800 m 
($4/%,&+'#$4$,*#$+102#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3$=$/%$0!)
+ gs 1 -1 sc sh gr
+7.540000 23.724800 m 
(%,$'!+%,&+,$3&',!"$$3!"$-&".#$,*&+$,*#$+102#""$!3$9!/+,%$:/,*/+$4/)
+ gs 1 -1 sc sh gr
+7.540000 23.924800 m 
(%,&+'#$46$B9&'#%$!3$,*/%$$>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/)
+ gs 1 -1 sc sh gr
+7.540000 24.324800 m 
('&,/!+%<$%1'*$&%$,*#$7+,#"+#,$!"$$C##"?,!?9##"$+#,:!">%<$&+4)
+ gs 1 -1 sc sh gr
+7.540000 24.524800 m ($$;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$:*#"#$$)
+ gs 1 -1 sc sh gr
+7.540000 24.724800 m 
(3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$:/,*/+$*/.)
+ gs 1 -1 sc sh gr
+7.540000 24.924800 m (*?$4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+7.650000 20.245000 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$$/+$,*#$-/,#"&,1"#$*&%$2##)
+ gs 1 -1 sc sh gr
+7.650000 20.445000 m 
(+$$3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*)
+ gs 1 -1 sc sh gr
+7.650000 20.645000 m 
($9"!2-#0%$*!:#;#"<$,*#$1+4#"-$8/+.$0#,"/'$%9&'#%$&"#$=1/,#)
+ gs 1 -1 sc sh gr
+7.650000 20.845000 m 
($:#&><$:*/$'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$$!3$0#,)
+ gs 1 -1 sc sh gr
+7.650000 21.045000 m ("/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+7.490000 25.448200 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$$/+$,*#$-/,#"&,1"#$*&%$2##)
+ gs 1 -1 sc sh gr
+7.490000 25.648200 m 
(+$$3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*)
+ gs 1 -1 sc sh gr
+7.490000 25.848200 m 
($9"!2-#0%$*!:#;#"<$,*#$1+4#"-$8/+.$0#,"/'$%9&'#%$&"#$=1/,#)
+ gs 1 -1 sc sh gr
+7.490000 26.048200 m 
($:#&><$:*/$'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$$!3$0#,)
+ gs 1 -1 sc sh gr
+7.490000 26.248200 m ("/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+20.240000 23.248200 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+20.240000 23.448200 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!)
+ gs 1 -1 sc sh gr
+20.240000 23.648200 m 
(2-#0%$*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><)
+ gs 1 -1 sc sh gr
+20.240000 23.848200 m 
($:*/'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#)
+ gs 1 -1 sc sh gr
+20.240000 24.048200 m (%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+20.240000 24.448200 m 
(7+$,*/%$9&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+&0/'$4&,&$%,"1'1,")
+ gs 1 -1 sc sh gr
+20.240000 24.648200 m 
(#$3!"$$+#&"#%,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+%,"&/+#4$0#,"/'%6$)
+ gs 1 -1 sc sh gr
+20.240000 24.848200 m 
(*#%#$$0#,"/'%$%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8$9!//+,$=$&+4)
+ gs 1 -1 sc sh gr
+20.240000 25.048200 m 
($4/%,&+'#$4$,*#$+102#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3$=$/%$0!)
+ gs 1 -1 sc sh gr
+20.240000 25.248200 m 
(%,$'!+%,&+,$3&',!"$$3!"$-&".#$,*&+$,*#$+102#""$!3$9!/+,%$:/,*/+$4/)
+ gs 1 -1 sc sh gr
+20.240000 25.448200 m 
(%,&+'#$46$B9&'#%$!3$,*/%$$>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/)
+ gs 1 -1 sc sh gr
+20.240000 25.848200 m 
('&,/!+%<$%1'*$&%$,*#$7+,#"+#,$!"$$C##"?,!?9##"$+#,:!">%<$&+4)
+ gs 1 -1 sc sh gr
+20.240000 26.048200 m ($$;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$:*#"#$$)
+ gs 1 -1 sc sh gr
+20.240000 26.248200 m 
(3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$:/,*/+$*/.)
+ gs 1 -1 sc sh gr
+20.240000 26.448200 m (*?$4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+20.290000 21.798200 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$$/+$,*#$-/,#"&,1"#$*&%$2##)
+ gs 1 -1 sc sh gr
+20.290000 21.998200 m 
(+$$3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*)
+ gs 1 -1 sc sh gr
+20.290000 22.198200 m 
($9"!2-#0%$*!:#;#"<$,*#$1+4#"-$8/+.$0#,"/'$%9&'#%$&"#$=1/,#)
+ gs 1 -1 sc sh gr
+20.290000 22.398200 m 
($:#&><$:*/$'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$$!3$0#,)
+ gs 1 -1 sc sh gr
+20.290000 22.598200 m ("/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+20.090000 20.298200 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$$/+$,*#$-/,#"&,1"#$*&%$2##)
+ gs 1 -1 sc sh gr
+20.090000 20.498200 m 
(+$$3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*)
+ gs 1 -1 sc sh gr
+20.090000 20.698200 m 
($9"!2-#0%$*!:#;#"<$,*#$1+4#"-$8/+.$0#,"/'$%9&'#%$&"#$=1/,#)
+ gs 1 -1 sc sh gr
+20.090000 20.898200 m 
($:#&><$:*/$'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$$!3$0#,)
+ gs 1 -1 sc sh gr
+20.090000 21.098200 m ("/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slj
 0.054902 0.815686 0.200000 srgb
-n 1.900000 2.700000 m 1.900000 9.150000 l 11.100000 9.150000 l 11.100000 
2.700000 l cp s
+n 1.900000 2.650000 m 1.900000 9.100000 l 11.100000 9.100000 l 11.100000 
2.650000 l cp s
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slc
 0.164706 0.772549 0.203922 srgb
-n 13.440000 3.795000 m 11.100000 2.700000 l s
+n 13.440000 3.795000 m 11.100000 2.650000 l s
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slc
 0.180392 0.792157 0.243137 srgb
-n 13.440000 11.050000 m 11.100000 9.150000 l s
+n 13.440000 11.050000 m 11.100000 9.100000 l s
 0.100000 slw
 [] 0 sd
 [] 0 sd
 0 slj
 0.200000 0.741176 0.250980 srgb
 n 13.440000 3.795000 m 13.440000 11.050000 l 17.990000 11.050000 l 17.990000 
3.795000 l cp s
-/Helvetica-latin1 ff 0.800000 scf sf
 0.000000 0.000000 0.000000 srgb
-(Enfilade) dup sw 2 div 15.600000 ex sub 3.400000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.300000 scf sf
-(More research on nearest algor) 13.740000 4.274840 m gs 1 -1 sc sh gr
-(ithms  in the literature has been ) 13.740000 4.574840 m gs 1 -1 sc sh gr
-(focused on the  Euclidean case. ) 13.740000 4.874840 m gs 1 -1 sc sh gr
-(In many practical search proble) 13.740000 5.174840 m gs 1 -1 sc sh gr
-(ms however, the underlying met) 13.740000 5.474840 m gs 1 -1 sc sh gr
-(ric spaces are quite weak, which ) 13.740000 5.774840 m gs 1 -1 sc sh gr
-(motivates a search for other cla) 13.740000 6.074840 m gs 1 -1 sc sh gr
-(sses of metric spaces that can) 13.740000 6.374840 m gs 1 -1 sc sh gr
-( be tractably searched  In this ) 13.740000 6.674840 m gs 1 -1 sc sh gr
-(aper, we develop an efficient dyn) 13.740000 6.974840 m gs 1 -1 sc sh gr
-(amic data strucutre for  neares) 13.740000 7.274840 m gs 1 -1 sc sh gr
-(t neighbor queries in growth- con) 13.740000 7.574840 m gs 1 -1 sc sh gr
-(strained metrics. These  metrics) 13.740000 7.874840 m gs 1 -1 sc sh gr
-( satisfy the property that for any) 13.740000 8.174840 m gs 1 -1 sc sh gr
-( poiint q and distance d the numb) 13.740000 8.474840 m gs 1 -1 sc sh gr
-(er of points within distance 2d of) 13.740000 8.774840 m gs 1 -1 sc sh gr
-( q is most constant factor  for ) 13.740000 9.074840 m gs 1 -1 sc sh gr
-(arge than the numberr of points ) 13.740000 9.374840 m gs 1 -1 sc sh gr
-(within distance d. Spaces of this ) 13.740000 9.674840 m gs 1 -1 sc sh gr
-(kind  may occur in networking ) 13.740000 9.974840 m gs 1 -1 sc sh gr
-(applications, such as the Internet) 13.740000 10.274840 m gs 1 -1 sc sh gr
-( or Peer-to-peer networks, and  ) 13.740000 10.574840 m gs 1 -1 sc sh gr
-(vector  qualizationg applications, ) 13.740000 10.874840 m gs 1 -1 sc sh gr
-(.) 13.740000 11.174840 m gs 1 -1 sc sh gr
-() 13.740000 11.474840 m gs 1 -1 sc sh gr
-/Courier-latin1 ff 0.800000 scf sf
-() dup sw 2 div 24.500000 ex sub 3.400000 m gs 1 -1 sc sh gr
-/Courier-latin1 ff 0.800000 scf sf
-() dup sw 2 div 3.090000 ex sub 3.512140 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.800000 scf sf
-(Span) dup sw 2 div 25.050000 ex sub 6.900000 m gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(5+3/-&4#) sw
+2 div 15.600000 ex sub 3.400000 m (5+3/-&4#)
+ gs 1 -1 sc sh gr
+13.740000 4.274840 m /Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!")
+ gs 1 -1 sc sh gr
+13.740000 4.574840 m (/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+13.740000 4.874840 m (3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$)
+ gs 1 -1 sc sh gr
+13.740000 5.174840 m (7+$0&+8$9"&',/'&-$%#&"'*$9"!2-#)
+ gs 1 -1 sc sh gr
+13.740000 5.474840 m (0%$*!:#;#"<$,*#$1+4#"-8/+.$0#,)
+ gs 1 -1 sc sh gr
+13.740000 5.774840 m ("/'$%9&'#%$&"#$=1/,#$:#&><$:*/'*$)
+ gs 1 -1 sc sh gr
+13.740000 6.074840 m (0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&)
+ gs 1 -1 sc sh gr
+13.740000 6.374840 m (%%#%$!3$0#,"/'$%9&'#%$,*&,$'&+)
+ gs 1 -1 sc sh gr
+13.740000 6.674840 m ($2#$,"&',&2-8$%#&"'*#4$$7+$,*/%$)
+ gs 1 -1 sc sh gr
+13.740000 6.974840 m (&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+)
+ gs 1 -1 sc sh gr
+13.740000 7.274840 m (&0/'$4&,&$%,"1'1,"#$3!"$$+#&"#%)
+ gs 1 -1 sc sh gr
+13.740000 7.574840 m (,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+)
+ gs 1 -1 sc sh gr
+13.740000 7.874840 m (%,"&/+#4$0#,"/'address@hidden,"/'%)
+ gs 1 -1 sc sh gr
+13.740000 8.174840 m ($%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8)
+ gs 1 -1 sc sh gr
+13.740000 8.474840 m ($9!//+,$=$&+4$4/%,&+'#$4$,*#$+102)
+ gs 1 -1 sc sh gr
+13.740000 8.774840 m (#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3)
+ gs 1 -1 sc sh gr
+13.740000 9.074840 m ($=$/%$0!%,$'!+%,&+,$3&',!"$$3!"$)
+ gs 1 -1 sc sh gr
+13.740000 9.374840 m (&".#$,*&+$,*#$+102#""$!3$9!/+,%$)
+ gs 1 -1 sc sh gr
+13.740000 9.674840 m (:/,*/+$4/%,&+'#$46$B9&'#%$!3$,*/%$)
+ gs 1 -1 sc sh gr
+13.740000 9.974840 m (>/+4$$0&8$!''1"$/+$+#,:!">/+.$)
+ gs 1 -1 sc sh gr
+13.740000 10.274840 m (&99-/'&,/!+%<$%1'*$&%$,*#$7+,#"+#,)
+ gs 1 -1 sc sh gr
+13.740000 10.574840 m ($!"$C##"?,!?9##"$+#,:!">%<$&+4$$)
+ gs 1 -1 sc sh gr
+13.740000 10.874840 m (;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$)
+ gs 1 -1 sc sh gr
+13.740000 11.174840 m (6)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(B9&+) sw
+2 div 25.050000 ex sub 6.900000 m (B9&+)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slj
 0.992157 0.000000 0.819608 srgb
-n 2.050000 13.650000 m 2.050000 15.000000 l 11.100000 15.000000 l 11.100000 
13.650000 l cp s
-0.100000 slw
-[0.200000] 0 sd
-[0.200000] 0 sd
-0 slc
-0.000000 0.000000 0.000000 srgb
-n 6.175000 21.900000 m 6.575000 15.000000 l s
-0 slj
-n 6.928030 15.821809 m 6.575000 15.000000 l 6.129371 15.775510 l f
+n 1.900000 13.650000 m 1.900000 15.000000 l 10.950000 15.000000 l 10.950000 
13.650000 l cp s
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slj
-0.992157 0.000000 0.819608 srgb
-n 3.650000 21.900000 m 3.650000 22.495000 l 8.700000 22.495000 l 8.700000 
21.900000 l cp s
-/Helvetica-latin1 ff 0.800000 scf sf
+n 7.500000 20.150000 m 7.500000 21.087097 l 12.550000 21.087097 l 12.550000 
20.150000 l cp s
 0.000000 0.000000 0.000000 srgb
-(Transclusion) dup sw 2 div 10.358500 ex sub 18.307900 m gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(@"&+%'-1%/!+) sw
+2 div 10.508500 ex sub 17.457900 m (@"&+%'-1%/!+)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slc
-n 7.918965 20.061156 3.495116 3.495116 251.327944 314.071225 ellipse s
-0 slj
-n 7.429833 16.114933 m 6.800000 16.750000 l 7.685954 16.872826 l f
-/Helvetica-latin1 ff 0.700000 scf sf
-(Use 1500 bytes of ) 0.258480 17.307900 m gs 1 -1 sc sh gr
-(block Y, offset = 563) 0.258480 18.007900 m gs 1 -1 sc sh gr
-0.100000 slw
-[0.200000] 0 sd
-[0.200000] 0 sd
-0 slc
-n 16.248911 18.140051 2.256250 2.256250 223.044893 335.377160 ellipse s
-0 slj
-n 14.853729 15.742316 m 14.600000 16.600000 l 15.438385 16.288373 l f
-/Helvetica-latin1 ff 0.700000 scf sf
-(The 1012 bytes of  block Y, ) 18.767500 14.131300 m gs 1 -1 sc sh gr
-(offset = 563, are connected to ) 18.767500 14.831300 m gs 1 -1 sc sh gr
-(772 bytes of block X, offset) 18.767500 15.531300 m gs 1 -1 sc sh gr
-(745, because documents') 18.767500 16.231300 m gs 1 -1 sc sh gr
-(writers talk about same thing) 18.767500 16.931300 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.800000 scf sf
-(Xanadu-link) dup sw 2 div 18.534700 ex sub 17.907900 m gs 1 -1 sc sh gr
+n 10.012548 21.507498 5.079259 5.079259 232.329022 281.883490 ellipse s
+0 slj
+n 7.297256 16.681583 m 6.908480 17.487097 l 7.786157 17.314809 l f
+7.508480 18.607900 m /Helvetica_e0 ff 0.700000 scf sf
+(L%#$FMNN$28,#%$!3$)
+ gs 1 -1 sc sh gr
+7.508480 19.307900 m ('!+,#+,$O<$!33%#,$P$MGQ)
+ gs 1 -1 sc sh gr
+22.517500 13.231300 m /Helvetica_e0 ff 0.700000 scf sf
+(@*#$FNFA$28,#%$!3$$'!+,#+,$O<$)
+ gs 1 -1 sc sh gr
+22.517500 13.931300 m (!33%#,$P$MGQ<$&"#$'!++#',#4$,!$)
+ gs 1 -1 sc sh gr
+22.517500 14.631300 m (IIA$28,#%$!3$'!+,#+,$R<$!33%#,)
+ gs 1 -1 sc sh gr
+22.517500 15.331300 m (IHM<$2#'&1%#$4!'10#+,%K)
+ gs 1 -1 sc sh gr
+22.517500 16.031300 m (&1,*!"%$,&->$&2!1,$%&0#$,*/+.)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(R&+&41?-/+>) sw
+2 div 16.584700 ex sub 24.507900 m (R&+&41?-/+>)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slj
 0.913725 0.807843 0.000000 srgb
-n 20.140000 24.745000 m 20.140000 25.340000 l 25.190000 25.340000 l 25.190000 
24.745000 l cp s
+n 20.190000 25.895000 m 20.190000 26.490000 l 25.240000 26.490000 l 25.240000 
25.895000 l cp s
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slj
-n 2.090000 12.445000 m 2.090000 13.250000 l 10.950000 13.250000 l 10.950000 
12.445000 l cp s
+n 1.840000 11.295000 m 1.840000 12.100000 l 10.700000 12.100000 l 10.700000 
11.295000 l cp s
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
 0 slc
 0.000000 0.000000 0.000000 srgb
-n 10.950000 12.445000 m 20.140000 24.745000 l s
+n 10.700000 12.100000 m 20.190000 25.895000 l s
 0 slj
-n 11.749269 12.846458 m 10.950000 12.445000 l 11.108395 13.325290 l f
+n 11.482966 12.532393 m 10.700000 12.100000 l 10.823865 12.985809 l f
 0 slj
-n 19.340731 24.343542 m 20.140000 24.745000 l 19.981605 23.864710 l f
-/Helvetica-latin1 ff 0.800000 scf sf
-(Document 2) dup sw 2 div 6.395000 ex sub 19.545000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.800000 scf sf
-(Document 3) dup sw 2 div 22.671500 ex sub 19.557900 m gs 1 -1 sc sh gr
+n 19.407034 25.462607 m 20.190000 25.895000 l 20.066135 25.009191 l f
+/Helvetica_e0 ff 0.800000 scf sf
+(E!'10#+,$A) sw
+2 div 10.108480 ex sub 27.987097 m (E!'10#+,$A)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.800000 scf sf
+(E!'10#+,$Q) sw
+2 div 22.808480 ex sub 28.037097 m (E!'10#+,$Q)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [] 0 sd
 [] 0 sd
@@ -691,13 +560,19 @@
 [] 0 sd
 0 slj
 n 24.890000 9.595000 m 24.890000 10.350000 l 25.900000 10.350000 l 25.900000 
9.595000 l cp s
-/Helvetica-latin1 ff 0.600000 scf sf
 0.000000 0.000000 0.000000 srgb
-(h) dup sw 2 div 23.400000 ex sub 10.150000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.600000 scf sf
-(o) dup sw 2 div 25.450000 ex sub 10.100000 m gs 1 -1 sc sh gr
-/Helvetica-latin1 ff 0.600000 scf sf
-(w) dup sw 2 div 27.800000 ex sub 10.100000 m gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.600000 scf sf
+(*) sw
+2 div 23.400000 ex sub 10.150000 m (*)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.600000 scf sf
+(!) sw
+2 div 25.450000 ex sub 10.100000 m (!)
+ gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.600000 scf sf
+(:) sw
+2 div 27.800000 ex sub 10.100000 m (:)
+ gs 1 -1 sc sh gr
 0.100000 slw
 [0.200000] 0 sd
 [0.200000] 0 sd
@@ -705,6 +580,115 @@
 n 22.290050 12.538044 2.439706 2.439706 213.260370 267.884717 ellipse s
 0 slj
 n 21.415309 10.529256 m 22.200000 10.100000 l 21.385781 9.729801 l f
-/Helvetica-latin1 ff 0.700000 scf sf
-(Each character has a permanent GUID) dup sw 2 div 21.384700 ex sub 12.007900 
m gs 1 -1 sc sh gr
+/Helvetica_e0 ff 0.700000 scf sf
+(5&'*$'*&"&',#"$*&%$&$9#"0&+#+,$SL7E) sw
+2 div 21.384700 ex sub 12.007900 m (5&'*$'*&"&',#"$*&%$&$9#"0&+#+,$SL7E)
+ gs 1 -1 sc sh gr
+1.413480 17.965323 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$$/+$,*#$-/,#"&,1"#$*&%$2##)
+ gs 1 -1 sc sh gr
+1.413480 18.165323 m 
(+$$3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*)
+ gs 1 -1 sc sh gr
+1.413480 18.365323 m 
($9"!2-#0%$*!:#;#"<$,*#$1+4#"-$8/+.$0#,"/'$%9&'#%$&"#$=1/,#)
+ gs 1 -1 sc sh gr
+1.413480 18.565323 m 
($:#&><$:*/$'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$$!3$0#,)
+ gs 1 -1 sc sh gr
+1.413480 18.765323 m ("/'$%9&'#%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+0.100000 slw
+[0.200000] 0 sd
+[0.200000] 0 sd
+0 slj
+0.992157 0.000000 0.819608 srgb
+n 1.263480 17.812097 m 1.263480 18.749194 l 6.313480 18.749194 l 6.313480 
17.812097 l cp s
+0.100000 slw
+[0.200000] 0 sd
+[0.200000] 0 sd
+0 slc
+0.000000 0.000000 0.000000 srgb
+n 3.788480 18.749194 m 8.808480 20.637097 l s
+0 slj
+n 7.918879 20.729891 m 8.808480 20.637097 l 8.200485 19.981093 l f
+0.100000 slw
+[0.200000] 0 sd
+[0.200000] 0 sd
+0 slc
+n 3.788480 17.812097 m 5.808480 14.637097 l s
+0 slj
+n 5.716535 15.526786 m 5.808480 14.637097 l 5.041562 15.097354 l f
+1.113480 19.698387 m /Helvetica_e0 ff 0.700000 scf sf
+(T!+,#+,$O<$)
+ gs 1 -1 sc sh gr
+1.113480 20.398387 m ('!9/#4$,!$,:!)
+ gs 1 -1 sc sh gr
+1.113480 21.098387 m (,:!$4!'10#+,%6)
+ gs 1 -1 sc sh gr
+16.613480 16.515323 m /Helvetica_e0 ff 0.200000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+16.613480 16.715323 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!)
+ gs 1 -1 sc sh gr
+16.613480 16.915323 m 
(2-#0%$*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><)
+ gs 1 -1 sc sh gr
+16.613480 17.115323 m 
($:*/'*$0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#)
+ gs 1 -1 sc sh gr
+16.613480 17.315323 m (%$,*&,$'&+$2#$,"&',&2-8$$%#&"'*#4)
+ gs 1 -1 sc sh gr
+16.613480 17.715323 m 
(7+$,*/%$9&9#"<$:#$4#;#-!9$&+$#33/'/#+,$48+&0/'$4&,&$%,"1'1,")
+ gs 1 -1 sc sh gr
+16.613480 17.915323 m 
(#$3!"$$+#&"#%,$+#/.*2!"$=1#"/#%$/+$."!:,*?$'!+%,"&/+#4$0#,"/'%6$)
+ gs 1 -1 sc sh gr
+16.613480 18.115323 m 
(*#%#$$0#,"/'%$%&,/%38$,*#$9"!9#",8$,*&,$3!"$&+8$9!//+,$=$&+4)
+ gs 1 -1 sc sh gr
+16.613480 18.315323 m 
($4/%,&+'#$4$,*#$+102#"$!3$9!/+,%$:/,*/+$4/%,&+'#$A4$!3$=$/%$0!)
+ gs 1 -1 sc sh gr
+16.613480 18.515323 m 
(%,$'!+%,&+,$3&',!"$$3!"$-&".#$,*&+$,*#$+102#""$!3$9!/+,%$:/,*/+$4/)
+ gs 1 -1 sc sh gr
+16.613480 18.715323 m 
(%,&+'#$46$B9&'#%$!3$,*/%$$>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/)
+ gs 1 -1 sc sh gr
+16.613480 19.115323 m 
('&,/!+%<$%1'*$&%$,*#$7+,#"+#,$!"$$C##"?,!?9##"$+#,:!">%<$&+4)
+ gs 1 -1 sc sh gr
+16.613480 19.315323 m ($$;#',!"$$=1&-/D&,/!+.$&99-/'&,/!+%<$:*#"#$$)
+ gs 1 -1 sc sh gr
+16.613480 19.515323 m 
(3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$:/,*/+$*/.)
+ gs 1 -1 sc sh gr
+16.613480 19.715323 m (*?$4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+13.513480 13.791935 m /Helvetica_e0 ff 0.300000 scf sf
+( !"#$"#%#&"'*$!+$+#&"#%,$&-.!"/,*0%$$/+$,*#$-/,#"&,1"#$*&%$2##+$)
+ gs 1 -1 sc sh gr
+13.513480 14.091935 m 
(3!'1%#4$!+$,*#$$51'-/4#&+$'&%#6$7+$0&+8$9"&',/'&-$%#&"'*$9"!2-#0%)
+ gs 1 -1 sc sh gr
+13.513480 14.391935 m 
(*!:#;#"<$,*#$1+4#"-8/+.$0#,"/'$%9&'#%$&"#$=1/,#$:#&><$:*/'*$)
+ gs 1 -1 sc sh gr
+13.513480 14.691935 m 
(0!,/;&,#%$&$%#&"'*$3!"$!,*#"$'-&%%#%$!3$0#,"/'$%9&'#%$,*&,$'&+$2#$)
+ gs 1 -1 sc sh gr
+13.513480 14.991935 m 
(,"&',&2-8$$%#&"'*#4>/+4$$0&8$!''1"$/+$+#,:!">/+.$&99-/'&,/!+%<$%1'*$)
+ gs 1 -1 sc sh gr
+13.513480 15.291935 m 
(&%$,*#$7+,#"+#,$!"$$C##"?,!?9##"$+#,:!">%<$&+4$$;#',!"$$=1&-/D&,/!+.$)
+ gs 1 -1 sc sh gr
+13.513480 15.591935 m 
(&99-/'&,/!+%<$:*#"#$$3#&,1"#$;#',!"%$$3&--$/+,!$-!:?4/0#+%/!+&-$0&+/3!-4%$)
+ gs 1 -1 sc sh gr
+13.513480 15.891935 m (:/,*/+$*/.*?$4/0#+%/!+&-$;#',!"$%9&'#%6)
+ gs 1 -1 sc sh gr
+0.100000 slw
+[0.200000] 0 sd
+[0.200000] 0 sd
+0 slc
+n 37.121075 -13.269066 33.148420 33.148420 111.432503 120.176561 ellipse s
+0 slj
+n 21.351131 15.443438 m 20.458480 15.387097 l 20.948998 16.135022 l f
+0.100000 slw
+[0.200000] 0 sd
+[0.200000] 0 sd
+0 slc
+n -142.290450 556.344348 562.741162 562.741162 286.980766 287.343071 ellipse s
+0 slj
+n 22.940423 17.988176 m 22.058480 18.137097 l 22.706782 18.753298 l f
+25.763480 17.898387 m /Helvetica_e0 ff 0.700000 scf sf
+(T!+,#+,$O)
+ gs 1 -1 sc sh gr
+26.013480 19.398387 m /Helvetica_e0 ff 0.700000 scf sf
+(T!+,#+,$R)
+ gs 1 -1 sc sh gr
 showpage




reply via email to

[Prev in Thread] Current Thread [Next in Thread]