[Vennerable-commits] r69 - pkg/Vennerable/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Oct 8 15:08:21 CEST 2009
Author: js229
Date: 2009-10-08 15:08:18 +0200 (Thu, 08 Oct 2009)
New Revision: 69
Modified:
pkg/Vennerable/inst/doc/Euler3Sets.Rnw
pkg/Vennerable/inst/doc/TissueDrawingTest.Rnw
pkg/Vennerable/inst/doc/TissueDrawingTest.pdf
Log:
Modified: pkg/Vennerable/inst/doc/Euler3Sets.Rnw
===================================================================
--- pkg/Vennerable/inst/doc/Euler3Sets.Rnw 2009-10-01 21:16:27 UTC (rev 68)
+++ pkg/Vennerable/inst/doc/Euler3Sets.Rnw 2009-10-08 13:08:18 UTC (rev 69)
@@ -113,6 +113,22 @@
print(xtable(Ehave,digits=0),size="small"
)
@
+
+<<>>=
+E3List <- lapply(Ehave$VS,function(VS){
+ Weights <- t(Ehave[Ehave$VS==VS,2:8])[,1]
+ Weights["000"] <- 0
+ Weights <- Weights[order(names(Weights))]
+ Weights
+})
+names(E3List) <- Ehave$VS
+
+
+V <- Venn(Weight=E3List[["0000001"]],SetNames=LETTERS[1:3])
+C3 <- try(compute.Venn(V))
+}
+@
+
\cite{edwards:2004}
\bibliographystyle{plain}
\bibliography{./Venn}
Modified: pkg/Vennerable/inst/doc/TissueDrawingTest.Rnw
===================================================================
--- pkg/Vennerable/inst/doc/TissueDrawingTest.Rnw 2009-10-01 21:16:27 UTC (rev 68)
+++ pkg/Vennerable/inst/doc/TissueDrawingTest.Rnw 2009-10-08 13:08:18 UTC (rev 69)
@@ -72,8 +72,9 @@
Most edges form the boundaries of both Faces and Sets. The exception is invisible edges which are added between otherwise disjoint sets
to ensure the diagram is not disjoint.
+Edges have bounding boxes in the \texttt{\@bb} slot, although I am not sure if these are always correctly updated upon the joining
+or splitting of edges.
-
\subsection{The VDedgeSector object}
A \texttt{VDedgeSector} object inherits from a \texttt{VDedgeDrawn} one.
A sector is a segment of a circle, defined by two points,
@@ -155,8 +156,15 @@
\end{center}\end{figure}
\section{Joining disjoint faces}
+<<>>=
+.PlotArcs <- function(drawing,edgeNames) {
+ if (missing(edgeNames)) { edgeNames=names(drawing at edgeList)}
+ exy <- lapply(drawing at edgeList[edgeNames],.edge.to.xy)
+ lapply(exy,function(xy){grid.lines(xy[,1],xy[,2],arrow=arrow(),default.units="native")})
+ }
-<<defjoint>>=
+
+<<defjoint,fig=TRUE>>=
VD2 <- compute.Venn(Venn(n=2))
VD3 <- newTissueFromCircle (centre.xy =c(2,0), radius=.6,Set=3)
VD23 <- VD2
@@ -166,11 +174,11 @@
grid.newpage()
pushViewport(plotViewport(c(1,1,1,1)))
makevp.eqsc(c(-2,3),c(-2,2));grid.xaxis();grid.yaxis()
-PlotSetBoundaries(VD23)
-drawing <- VD23
-innerFaceName <- "1"
-.create.edge.joining.faces(drawing,"DarkMatter","1")
+cejf <- .create.edge.joining.faces(VD23,"DarkMatter","1")
+VD23 <- cejf$drawing
+PlotSetBoundaries(VD23)
+.PlotArcs(VD23)
@
\section{The TissueDrawing object}
@@ -237,59 +245,8 @@
\caption{Constructing TissueDrawing objects from scratch}
\end{center}\end{figure}
-\subsection{Ellipses}
-Ellipses could be coped with specially by finding roots of quartics,
-but don't bother and just generate them as polygons
-<<dve>>=
-VE <- newTissueFromEllipse (f1=c(0,0),phi=pi/4,e=.5,a=0.5,Set=1)
-.validateDrawing(VE)
-@
-\begin{figure}[H]\begin{center}
-<<shoVE1,fig=TRUE>>=
-grid.newpage();pushViewport(plotViewport(c(1,1,1,1)))
-makevp.eqsc(c(-2,2),c(-2,2))
-grid.xaxis()
-grid.yaxis()
-PlotFaces(VE)
-PlotSetBoundaries(VE,gp=gpar(lwd=2,col=c("red","blue","green")))
-PlotNodes(VE)
-@
- \end{center}\end{figure}
-<<dve4>>=
- phi <- 0.8; dex <- 1.7;dey <- 2.5; a<- 7.6; e<- 0.9
- x0 <- c( -0.9, -5.0)
- VE <- list()
- dx <- 0.2
- VE[[1]] <- newTissueFromEllipse (x0+c(0,0),-phi ,e,-a,Set=1,dx=dx)
- VE[[2]] <- newTissueFromEllipse (x0+c(dex,0),phi ,e,a,Set=2,dx=dx)
- VE[[3]] <- newTissueFromEllipse (x0+c(-dey,dey),-phi ,e,-a,Set=3,dx=dx)
- VE[[4]] <- newTissueFromEllipse (x0+c(dex+dey,dey),phi ,e,a,Set=4,dx=dx)
-
- TM <- VE[[1]]
- TM2 <- addSetToDrawing(TM,VE[[2]],set2Name=paste("Set",2,sep=""))
- TM3 <- addSetToDrawing(TM2,VE[[3]],set2Name=paste("Set",3,sep=""))
- TM4 <- addSetToDrawing(TM3,VE[[4]],set2Name=paste("Set",4,sep=""))
-.validateDrawing(TM4)
-@
-\begin{figure}[H]\begin{center}
-<<shoVE4,fig=TRUE>>=
-grid.newpage();pushViewport(plotViewport(c(1,1,1,1)))
-makevp.eqsc(c(-10,10),c(-8,10))
-grid.xaxis()
-grid.yaxis()
-PlotFaces(TM4 )
-PlotSetBoundaries(TM4 ,gp=gpar(lwd=2,col=c("red","blue","green","yellow")))
-.PlotFaceNames.TissueDrawing (TM4)
-@
-
-\caption{Constructing TissueDrawing objects from scratch}
- \end{center}\end{figure}
-
-
-
-
\section{Injecting points and edges}
We test injecting points
@@ -305,20 +262,6 @@
VD4
@
-\begin{figure}[H]\begin{center}
-<<shoVD4bz,fig=TRUE>>=
-grid.newpage();pushViewport(plotViewport(c(1,1,1,1)))
-makevp.eqsc(c(-7,7),c(-5,10))
-grid.xaxis()
-grid.yaxis()
-
-PlotFaces(VD4)
-PlotSetBoundaries(VD4,gp=gpar(lwd=2,col=c("red","blue","green")))
-PlotNodes(VD4)
-@
-\caption{Injecting points}
- \end{center}\end{figure}
-
Then we try injecting single edges
<<defp1p4>>=
@@ -342,22 +285,7 @@
VD6
@
-\begin{figure}[H]\begin{center}
-<<shoVD6b,fig=TRUE>>=
-grid.newpage();pushViewport(plotViewport(c(1,1,1,1)))
-makevp.eqsc(c(-7,7),c(-5,10))
-grid.xaxis()
-grid.yaxis()
-PlotFaces(VD6)
-PlotSetBoundaries(VD6,gp=gpar(lwd=2,col=c("red","blue","green","black")))
-.PlotFaceNames.TissueDrawing (VD6)
-PlotNodes(VD6)
-#.PlotArcs(VD,c("p1|p5|1","p2|p4|2"),arrow=arrow())
-@
- \end{center}\end{figure}
-And now injecting edges of multiple points
-
<<elistm>>=
VD8 <- VD6
p7 <- matrix(c(-2,1),ncol=2); rownames(p7) <- "p7";
@@ -506,7 +434,46 @@
+\subsection{Ellipses}
+Ellipses could be coped with specially by finding roots of quartics,
+but don't bother and just generate them as polygons
+<<dve>>=
+VE <- newTissueFromEllipse (f1=c(0,0),phi=pi/4,e=.5,a=0.5,Set=1)
+.validateDrawing(VE)
+@
+\begin{figure}[H]\begin{center}
+<<shoVE1,fig=TRUE>>=
+grid.newpage();pushViewport(plotViewport(c(1,1,1,1)))
+makevp.eqsc(c(-2,2),c(-2,2))
+grid.xaxis()
+grid.yaxis()
+PlotFaces(VE)
+PlotSetBoundaries(VE,gp=gpar(lwd=2,col=c("red","blue","green")))
+PlotNodes(VE)
+@
+ \end{center}\end{figure}
+
+<<dve4>>=
+ phi <- 0.8; dex <- 1.7;dey <- 2.5; a<- 7.6; e<- 0.9
+ x0 <- c( -0.9, -5.0)
+ VE <- list()
+ dx <- 0.2
+ VE[[1]] <- newTissueFromEllipse (x0+c(0,0),-phi ,e,-a,Set=1,dx=dx)
+ VE[[2]] <- newTissueFromEllipse (x0+c(dex,0),phi ,e,a,Set=2,dx=dx)
+ VE[[3]] <- newTissueFromEllipse (x0+c(-dey,dey),-phi ,e,-a,Set=3,dx=dx)
+ VE[[4]] <- newTissueFromEllipse (x0+c(dex+dey,dey),phi ,e,a,Set=4,dx=dx)
+
+ TM <- VE[[1]]
+ TM2 <- addSetToDrawing(TM,VE[[2]],set2Name=paste("Set",2,sep=""))
+ TM3 <- addSetToDrawing(TM2,VE[[3]],set2Name=paste("Set",3,sep=""))
+ TM4 <- addSetToDrawing(TM3,VE[[4]],set2Name=paste("Set",4,sep=""))
+.validateDrawing(TM4)
+@
+
+
+
+
\section{Check for the intersection of two edges}
<<isect>>=
Modified: pkg/Vennerable/inst/doc/TissueDrawingTest.pdf
===================================================================
--- pkg/Vennerable/inst/doc/TissueDrawingTest.pdf 2009-10-01 21:16:27 UTC (rev 68)
+++ pkg/Vennerable/inst/doc/TissueDrawingTest.pdf 2009-10-08 13:08:18 UTC (rev 69)
@@ -163,80 +163,333 @@
(Ellipses)
endobj
113 0 obj
-<< /S /GoTo /D [114 0 R /Fit ] >>
+<< /S /GoTo /D (section.18) >>
endobj
-116 0 obj <<
-/Length 267
+116 0 obj
+(Chow Ruskey)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsection.18.1) >>
+endobj
+120 0 obj
+(Bug 522)
+endobj
+121 0 obj
+<< /S /GoTo /D (section.19) >>
+endobj
+124 0 obj
+(This document)
+endobj
+125 0 obj
+<< /S /GoTo /D [126 0 R /Fit ] >>
+endobj
+153 0 obj <<
+/Length 900
/Filter /FlateDecode
>>
stream
-xÚm»nà ÷<#êS.çX{²êàÚ$¶âÊvÕ×/§Yºúþ~wÿÉ=(IÈü)D at GÌe
-ó{å¾ÒÄyþOSSIâ?C<WoþÀj«Aaµà¤½â{ÁCÛÇ¡m.UHð.,ÍpË¥]9L!§0ÏÃË[ÛöcÎæ¥Zò%R¹S`RëT:±YúfÓS¯%ÍÒ& ³ÑJÿùZpib¶- Ac¡¦î¿t)Ò1
-½qÇðµÏ÷0U(ø]i p̬YÕµD
-\]¿õqKËm¬K¥YÓmÒX$Ö^fp÷ìw¿¶¹lø
+xÚÝWKoÛ0¾÷Wø(&QKÇë{jì2ìà:jâ-±Û]·?18uÑb§µøñ#ùü$¿ÍÏ^¿×,á®dß$ %V%ZK
+F'ù2ùFòT(RuÝ{×)W䮪Wé÷ü2YA
ÒÉ8µÜË3F\¹®«²Ø¤P,]_T.<õ2Ü´ÁV뺪©Ã»ríÊÐ<®R¡Y F*ïÊPc!¸ºlê¢_ÑöÊÇÕ{ 5STé¸ìk¨õ)"lðH*dXÕ¯ç¼sF¥Éâ°îÊíz·½vm*y" Æ"á¸Vï\ͬôöª×ó¦î]Ýw£
õQFæ#
+:+yºà1¯]pôõ[®°w1÷æú+{Ï
åD) }8VúbÂîÕ=ä+Ö´ShÁ%¡éBù8þë S{Æiº0îǪvÝ4[-³çÏVÄl/|!»ë×ͲCký,Òû"Nfi1tþ±HA¨÷)(RX}Á¸ÈT¯qõ%
+VSÕ¨AتîîÃÓM ¡ü¨ÌÉÓAÎSnFm½qãVýÄqã8_l6Õ®Ã`2#^X¡®¾yjõU,ÃiYßa)Ow)Ô|ÇfóIU£<ë÷©ø9báÒUÛÝ&Özy\á+ßl'«Ëjÿ¶D¿#&<k£,:<×cqK¸yb³dc³|6ßÛûþ¸vSìvc°>®àCdü9uÇ+·uÔCúÃ^pñ»8Ô¨¹ ×ë¹é+0>uÏw<öD {t>bC¡¿ð4û
r8ô|ùyqm34öP$°¿K9vÔñùöj0×Ò6º,Ë+×ç©ÒL$q¸k6VMF
+I`Vm9<YLÐNn&¥ö gñàìCÂ_UW]M5HÊ%`f!Xï,êBd¸?6':\Dõ>>çNÃE{<gB=& zDMP弨x~×R½èc?¢{'("||©#½}¨ÍÑ~áùBXа yj9Ãq_¸GM}»umUú¿¤Éþë³r!ç7»¶_±?áæòÛAgâeÍ@&/ÒT÷ª25Èþuvý5}
endstream
endobj
-114 0 obj <<
+126 0 obj <<
/Type /Page
-/Contents 116 0 R
-/Resources 115 0 R
+/Contents 153 0 R
+/Resources 152 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 122 0 R
+/Parent 159 0 R
+/Annots [ 127 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R ]
>> endobj
-117 0 obj <<
-/D [114 0 R /XYZ 124.802 740.998 null]
+127 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 519.043 251.416 529.922]
+/Subtype /Link
+/A << /S /GoTo /D (section.1) >>
>> endobj
-118 0 obj <<
-/D [114 0 R /XYZ 124.802 716.092 null]
+128 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 506.953 267.127 517.857]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.1) >>
>> endobj
-121 0 obj <<
-/D [114 0 R /XYZ 124.802 533.845 null]
+129 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 494.998 263.81 505.902]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.2) >>
>> endobj
-115 0 obj <<
-/Font << /F41 119 0 R /F44 120 0 R >>
+130 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 483.043 220.383 493.947]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.3) >>
+>> endobj
+131 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 463.162 164.284 472.139]
+/Subtype /Link
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+132 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 439.342 230.265 450.221]
+/Subtype /Link
+/A << /S /GoTo /D (section.3) >>
+>> endobj
+133 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 417.424 252.362 428.303]
+/Subtype /Link
+/A << /S /GoTo /D (section.4) >>
+>> endobj
+134 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 405.334 195.207 416.238]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.1) >>
+>> endobj
+135 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 383.551 251.725 394.43]
+/Subtype /Link
+/A << /S /GoTo /D (section.5) >>
+>> endobj
+136 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 361.633 305.861 372.512]
+/Subtype /Link
+/A << /S /GoTo /D (section.6) >>
+>> endobj
+137 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 341.618 170.44 350.594]
+/Subtype /Link
+/A << /S /GoTo /D (section.7) >>
+>> endobj
+138 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 327.626 259.088 338.53]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.1) >>
+>> endobj
+139 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 315.67 244.533 326.574]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2) >>
+>> endobj
+140 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 293.887 305.293 304.766]
+/Subtype /Link
+/A << /S /GoTo /D (section.8) >>
+>> endobj
+141 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 271.969 275.894 282.848]
+/Subtype /Link
+/A << /S /GoTo /D (section.9) >>
+>> endobj
+142 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 250.051 313.174 260.931]
+/Subtype /Link
+/A << /S /GoTo /D (section.10) >>
+>> endobj
+143 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 228.134 202.619 239.013]
+/Subtype /Link
+/A << /S /GoTo /D (section.11) >>
+>> endobj
+144 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 206.216 179.128 217.095]
+/Subtype /Link
+/A << /S /GoTo /D (section.12) >>
+>> endobj
+145 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 186.201 195.436 195.177]
+/Subtype /Link
+/A << /S /GoTo /D (section.13) >>
+>> endobj
+146 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 174.266 204.054 183.112]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.1) >>
+>> endobj
+147 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 160.253 235.048 171.157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.2) >>
+>> endobj
+148 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 148.298 280.347 159.202]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.3) >>
+>> endobj
+149 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 136.343 226.191 147.247]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.4) >>
+>> endobj
+154 0 obj <<
+/D [126 0 R /XYZ 124.802 740.998 null]
+>> endobj
+155 0 obj <<
+/D [126 0 R /XYZ 124.802 716.092 null]
+>> endobj
+158 0 obj <<
+/D [126 0 R /XYZ 124.802 533.845 null]
+>> endobj
+152 0 obj <<
+/Font << /F60 156 0 R /F63 157 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-127 0 obj <<
-/Length 1433
+167 0 obj <<
+/Length 281
/Filter /FlateDecode
>>
stream
-xÚWQoÜ6~ϯð[ V%Yí+"
-{ô¥ÝΧ»së³.¶¯Yþý(Qöù!pDQù¤HÝwwB$L\(<lÆ))O
-ªãUò°N¾¤ì*cÒôag®2.iúùÖ¬·æ¶×O2ìê©Ç«?~
,©H¥¸rúhqN¸*PÓ
-(µa°
-½Àç+ÞÂgà[÷
-´ãõðiøàë"¶%ç¦ )Ë)hèj»6N40¯ûæ06¶Cݸ¦:ÌÝÉU&TÞ=;tNḪ[=f¸ËÓÞ2/É
-JË1RIÀz3nlº-Ë<=Øöyk;§X
-0¾FvÝôõ±Õ=ÎðL·{Ø8 &ÅiúàMzbÇ®y< p¿Aæ +fDîÊ»µîÐáÒsÖûáþ¾ÕØÓtÜyÏ0ãU0
-ltäʬ¿zF¶Æim÷{ïa`9"å9°êT"ãÜ AÎ/ÐnÔ!X± (º|4ÄË2m7Vi³?Ø~ÔÝè"ÊezÓ!ÿ$ù´³Af§÷9º§fÜ!W#ã2»|a¤MèÍè|áÃ?¦cÏø|ÎA·Qß»£)|£f·É ÂÙâà±:
-QObö8¾ôpñJy¦\$ÚgÜ5¶zs íæͶ÷î'ÍüëFo{½¿¼2°<´Í0B±ÁÑi ¸+Ù+îaO1GLyí¬A±ª f¡I
&·¨_¢^Gtcû=2ÑýÀZ$½_ at 4ø>´ qçB£ëIÀ»Éñ?ñr.¦*(SþªM¨!ÕÛà"AÓÍЬZtRv{§þKH¿¦Þ!®³Jõz>f|2¦Ã 5ýS3®á
ÜÃÜð r´8n8N*1È~N°£³c<¢h¢Ã¯ò©ÂD²2ô
-òÝâTcÛ¿Ý.XITùÓnQrþV»øƾ>ëÛG¤e(Âùªe(Aðqã]©dºéíù:©âªÕÿÒ¡ò§óµªõ
-$¼Â×Y%óçÊRp¿¥ÀÓèYæPÅ¿RÊ;o â«x±lÀ<¸$ÂÑnËC 0ÃzÀ».n/ GÐÈèínÌvp×Àz$ý¦SsÁÓõW¨ºµõw¼nêÚ]³õîæl*.´b¿m§mzÐmÄyÕö±l 5ÖQÞú9h"¹3IAÔ>à,å sxjÑ9¥¯1|¹`òüÌó¬`Ë£»iHN Ð÷@´MgÐRAn¤3¸g)a-¬ÿkÔ5ê2ëàjGût;¡¤ÂmºÎ½~ÐwÕRwÎH^Í/¸Çù<Éý!¼Rà"yxRn" BÁw!lw½×ù$R?³+ ¥Þ®¨B0båK!d!´tU¤|ѽW7Çé¡åf<XÁ:WàJ0±(ÄÈ¯Ë ¤xËÛEÌÛlyjIʼXzû}Ä5Oã)mB»_#ÕJW°Ê¬W.ÿ2ðâ,ð/lqÅ
ÐûHHÎlAµ¥ÑÌ-N÷G(Õ~¡$eÇRæÍS^ÌÙã»úÅÇg&,a²"¬ÈN!Ëzñx?c@¥ðKÚ/NûãÝý%·öâø²Ig6+ýà|Q 2¬¤9¢k:äû÷áWçªÕõ÷ëK8õù¥Tè#ЮOùç&(ì§MA[k6çÊ,UªXg¥»Îr.çÈ¿®ÙW
+xÚݱNÃ0÷<
Gg°ñÙç½yC¥
+iDH Ix{l9AT^ét§ÿûÏú}PÜÜa^zÒÄÂ+Ò)Í*E´gáÀ8`)¬R<òS»ë®K¡Ç/Ã=SLhÜØ9Ê(ªë(·ó.o½5ñ*OúýÐOm3Ìãb1¿õíHq´Wñ*ãÛ®k?ÆüØJGºPWÚeõíq(Añ¯¼èqßR[Ç@nU¢cbê<1 VC Ñ2læ&»YãÄ.ó®ÿ\ Õß°ÎÏK¬i]Äï×[i?>ûù½î§ÔqO^²L G ¸é¤,¶¡øÍ"%
endstream
endobj
-126 0 obj <<
+166 0 obj <<
/Type /Page
-/Contents 127 0 R
-/Resources 125 0 R
+/Contents 167 0 R
+/Resources 165 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 122 0 R
-/Annots [ 123 0 R ]
+/Parent 159 0 R
+/Annots [ 150 0 R 151 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R ]
>> endobj
-124 0 obj <<
+150 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 703.11 180.413 713.989]
+/Subtype /Link
+/A << /S /GoTo /D (section.14) >>
+>> endobj
+151 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 681.192 200.986 692.072]
+/Subtype /Link
+/A << /S /GoTo /D (section.15) >>
+>> endobj
+160 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 659.275 231.8 670.154]
+/Subtype /Link
+/A << /S /GoTo /D (section.16) >>
+>> endobj
+161 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 637.357 173.409 648.236]
+/Subtype /Link
+/A << /S /GoTo /D (section.17) >>
+>> endobj
+162 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 615.439 199.491 626.318]
+/Subtype /Link
+/A << /S /GoTo /D (section.18) >>
+>> endobj
+163 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.75 603.349 197.699 614.253]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.1) >>
+>> endobj
+164 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.806 583.469 204.124 592.445]
+/Subtype /Link
+/A << /S /GoTo /D (section.19) >>
+>> endobj
+168 0 obj <<
+/D [166 0 R /XYZ 124.802 740.998 null]
+>> endobj
+165 0 obj <<
+/Font << /F63 157 0 R /F60 156 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+173 0 obj <<
+/Length 1573
+/Filter /FlateDecode
+>>
+stream
+xÚX_oÛ6ϧÐ[ fI¤¤+Ð"-{ôeÝ-Ó¶ZYt%¦i¾ýîx-§ZC <ï~¼¿LÞÜ_½|gL(V(#³ûm&¤bYÉ
+²Îî7Ùß¹¸^ Îy~¿w×+©yþáÖmvîv°=üúkÂõ?÷@Õ¬6Ò <¤dÒ$éub©f,3Qcdøp-ò[ø|øvi´>ß#|ý.ÃÅ$)AZ$ô߸X7C{ïà·8òܦ5^]¯)ò»$go àÖ´ÖMgÇÑ7@E>¸ã
+ñe«3#l%«µ&`]Ú~̺Ⱦ{ÚùkÊ7DnÚ¡yèì@«l óÝÉH¿xÓ¡ÁÛCß~ypánKÄ3V`] êÚ?ô;´ òKÕ}Å_nèì<ûâ V²NJL\»
+Ñ×OD¶´lüá-$´(Í"vQ$.´ª(àâ6 íMÎBÂ6¡èà"YUy;âXçíáè`û:ÝýÌù¸÷£#bo8;$â±
+{¢Z"¼X½x¦¤n8. -"cÚ×DØLî9ÚnÑöx5ÃmÌÉlzp±9F¬8#ÔÏ8#\|äSôD÷D§N
+pãÕ¢àèa×<K^À¿iín°×Zç#®C*[ñN# S¢vðéX1LqÚ XÕJ%TþéI¾&¹8UùÖ"ù4ú¸Ah4УkãºÆ6C4Òß»x
TSÔyÌoK5ImÒ
+&R<ÿÚíº##.pÏâ4æ°ðk=MS:Ün6ds@è£s=- ÛÑÑrÓ<Ä ÃÈàitýø0$'ÇCÑK´hÓÞe$Td¬×P|(ÄÂÉê±ÞáþÚ{ ÇLÏ{C¡2jªék¨üë
Ê/$SJL\cçTb) Öw »=¹#Uxkñ¶Næh¶'4cBo§=ÈVÔXLíÓj$«T}iÆ´Ì«¼Ç¥>µÌ05S4-Yóc q<vmgò<mX² 4î¨UN¶bZT©e³ÿhÚïÙ¤äG][TÌT?lÚ?ëÚïÓØÀàó±/tnÃd©¿ëÜ B½mt¾üèvS-4ÿå%!×g<}l©Ð4_ò1Ù!QT±Ý=oÔ!²à¬\(ð¥GJêôU¼fúsÙÇ´ØLËyâsqLß9,Ä0Q¢£xOµ(&]:hd°8,v·«=<Ð>¯©ÈN·Jæ;ófMçÏTp½å]»£µj</¡çîºél×Ñä²yF(0¡V³I¸
ÐLS0Ø6:\ärÁé^¼üÒ7ä¾B q~á¿-«Äüê¸LÁ©D²=Lº¶OUóäìÑüîXæðK&Îõì÷¥o]}z5s|/UEz/bLóngTT£mËÁEW°¢>=¤¿nP2"&µ«0-ÓË~» ²dl7c¢WÂùfA1{mªéÕó¨WÕ¸ÊnPf3¦¹ È¢º}éÖyê¦ò8½wq% Cõ
C¨G NüÈ¥^3~fírÉÚb.F³ª(çÖ~µ`:Þw
+ôÌZtÄ?
+ë_
+ï`U°¾3þ%Ç?Ó%;þÕK.tAµå[óO.1ªýLH±sãbÊò=±«_½½¿B½<Ð5%4ù²CgÍáêËü9 2UäÏãæt0^ÞDvë¯þik5 ]¥¾ÿ¸(.ªd5k |§ª#~£Wû]zˬ;Û|¾IÑDÃE79½]Òã: t¥sÆIÓ¡$sÛKa
++ at 5L·¡=³ºH^/&Sþja@
+endstream
+endobj
+172 0 obj <<
+/Type /Page
+/Contents 173 0 R
+/Resources 171 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 159 0 R
+/Annots [ 169 0 R ]
+>> endobj
+170 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (TDT-defVDedgeSector.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 136 0 R
+/PTEX.InfoDict 182 0 R
/BBox [0 0 432 432]
/Resources <<
/ProcSet [ /PDF /Text ]
-/Font << /F2 137 0 R>>
+/Font << /F2 183 0 R>>
/ExtGState <<
>>>>
-/Length 138 0 R
+/Length 184 0 R
>>
stream
q
@@ -773,98 +1026,100 @@
Q
endstream
endobj
-136 0 obj
+182 0 obj
<<
-/CreationDate (D:20090923235226)
-/ModDate (D:20090923235226)
+/CreationDate (D:20090929185557)
+/ModDate (D:20090929185557)
/Title (R Graphics Output)
/Producer (R 2.9.0)
/Creator (R)
>>
endobj
-137 0 obj
+183 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica
-/Encoding 139 0 R
+/Encoding 185 0 R
>>
endobj
-138 0 obj
+184 0 obj
8575
endobj
-139 0 obj
+185 0 obj
<<
/Type /Encoding
/BaseEncoding /WinAnsiEncoding
/Differences [ 45/minus]
>>
endobj
-123 0 obj <<
+169 0 obj <<
/Type /Annot
/Border[0 0 1]/H/I/C[1 0 0]
-/Rect [244.671 513.96 251.645 524.864]
+/Rect [244.671 490.049 251.645 500.953]
/Subtype /Link
/A << /S /GoTo /D (figure.1) >>
>> endobj
-128 0 obj <<
-/D [126 0 R /XYZ 124.802 740.998 null]
+174 0 obj <<
+/D [172 0 R /XYZ 124.802 740.998 null]
>> endobj
6 0 obj <<
-/D [126 0 R /XYZ 124.802 716.092 null]
+/D [172 0 R /XYZ 124.802 716.092 null]
>> endobj
10 0 obj <<
-/D [126 0 R /XYZ 124.802 571.494 null]
+/D [172 0 R /XYZ 124.802 547.584 null]
>> endobj
-135 0 obj <<
-/D [126 0 R /XYZ 186.915 192.238 null]
+181 0 obj <<
+/D [172 0 R /XYZ 186.915 168.327 null]
>> endobj
-125 0 obj <<
-/Font << /F44 120 0 R /F41 119 0 R /F66 129 0 R /F70 130 0 R /F8 131 0 R /F69 132 0 R /F14 133 0 R /F11 134 0 R >>
-/XObject << /Im1 124 0 R >>
+171 0 obj <<
+/Font << /F63 157 0 R /F60 156 0 R /F68 175 0 R /F72 176 0 R /F8 177 0 R /F71 178 0 R /F14 179 0 R /F11 180 0 R >>
+/XObject << /Im1 170 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-143 0 obj <<
-/Length 1044
+189 0 obj <<
+/Length 1019
/Filter /FlateDecode
>>
stream
-xÚ
V_oÛ6÷§Ð[( bIJ¤¬aÐ.
-bfä¥Ý,Ñ6Ì$y©¿ý¼Sbw.
-ãÀãéx÷»¤?¬ïî«*7Z«lµÉ¤ªøR¨¬KÕd«>ûÌ$Wy!
lµ³y¡´`w¶ßÚß·#
-ÂúÉvSþ÷êYãL´(²B.¹Y¢©÷¨a̼2Æc.Ùê¶ÄÿEk4 á?£y#³5UªaÎïìà¦1îl3ÊÛ+É¥l~é.a`A²
-঩_ñxKN}8z;v[ÛåÏaÚß¬PjÉeÓ@SÐHLýÈÉ×Eù Ùp@Ëå\¸
-÷`¡vÚ
~üa¥âI,Y×úÈ4lmQ0îB®4{ñ·tÉÆç½P¥P¥Åísp~".ø¼ìß\jfÉö¨9ÄR3,Jh.צø
-ªìts}ÖêBzçÛÉä2èc°/ymÏó¢Zö0½é5¾L÷®ÍÕr¨L..7ק op¿ ÇXÕÈB¨°Ö,µ[4àÑñèUÁ,¤/ɲ)ÑY#$å)ñ×ÑZ²½!ÓtzïìxîpÒ&õKªñYhÄ Z7ÄBkÅÂ&®EX{¥Ú`e_ºÞúÉM§ÜhS_×ì Âõ¦°
®³¤üEháÃÇnâãêf#úl»?] 7Q%ymÎD¦k÷p·)À¬©ÿ_S
-|ÂTn
-üÙ`U¼¬Ì<XeÉ*Ñý|ÞǶj;ûqR+Sã߻Ԯ?ÂtC@ÃäRàñ´}qÓÎ¥QÓ8?õ®Ýí7
-dÆ)8> /`vv¾Á
-lä|{°tîç·dË_k08¨î³i8a¡¤ûCçb-¥sñqµ`Wd2ºá².3U®µÌºÃâ\¥ÑUR9çÓÇù$ Þ=TvÂoþTÌV3³Òûvq]4+xÖÖTÌ{·=Zý àï/ÀÝËÎÅflìèor ×õYðSë¨×pê£7ק´6p¹ß\åW¦áÞ£¢[RËÏWù§y®TµÅOtDÈoíX×WÚ¬ý.ÈùeS¸ýØÙÞØÐ3ÐÞÝøîq Gâ=Qêï=ý
ä¼\ðoðÿÃçÉQ|wW@h$:Ò·{zç8~#½þGìI@vgØ'RÃý
-tº¢{;ã¹E©x$óÈsK|tèÊ#í WôH©æv ¹úawd¥
+xÚUQoã6~ϯð[e¬ÖI²¥ØÃ0 ^aÃ{ÙöàÚJ¢"¶:ËYWìÏé6é2Ü¡hüD~"?nVîLIÉU¶ÙfRU¼*[Ã¥j²MýÊ$Wy!
l³·y¡´`_nm¿³?¸ÑTøGÛÍùïÏàRd
+o2Ñ£È
+YsS£«²¨O,¤àÑ`,¾äݲ°zX;¡ÿÖËÃ.Ä37²^¼¬¢T
+sãÞNnqW³íäÔ·05KÙ|
+Óm ÁdÏ°ÆKx7ÍúÏh)èØ#Þnr6 þÉ^v~lÑUV(UsÙ4ÃT#tS8Å:+$hY/
+©pàj°óÞ÷á«'"&Q³®£Ð°°÷¹Òìy¼ KnFvF·OÞ3Yu~Ì+ÁþÌ¥fvm³G,kuE ÍEóJ¿À½\Àî¾XuÞO½ÛÙ
+é'1Ù"Ûó¼¨jÃîç·bºåJ§{ßæj
+9T&^.þ]
+®O¼ÂýÖcU£W
ÿ5Kt
+°òQ¼
ô%y at 1%:
+nòdÿÁZò½%×túàl88é?&ñ%Õøäj?ÅKµn
ÖùmüH0TaíAjRÔmS~Aéz;În~Éf1õë5{k-v³ßë,ÿ&´ýc·Gõ1 ¹¢·c¶=¼7Q'y´Ng¢ÐMÇε8Ûÿ¯)9áBªNNáüxò°*^VfyXeÉ*1üÒï"ÚÎþÇsR+³Æ#÷cï ]×
+ ÂäRàñ´}vóÞ¥§¦ñýÖ»v7µn (ÙOø|@Î M»o°¤)ÒØÎPïqã|Hâ'Õ]r6O'Ïa
+ñ*©ÿoéó2!»¥t®>mVüLfR7\®ËLk-³nXý±&Y]%S9}\NâÃý ²[¿ú~˧bñZ¸ýæÛY»h4W0ÖÖTÌ;·;NZ} à7çÀÝóÞE²F±÷6W¹öE<óãÜ:â¾ú¨
ÄMÞõ)
+4×ò]+¿H¶Bc²¢ÎÕDù¥Çª°¸ðH=$B~£ãº¹@Gòö}^hh¦4v 'ë
+Mµ8i}b"¤Ó¬{ÅNG]|Ý4&OG££Ïqt^£§÷ÓôG2hÐDë¿/µoàÎF6Éûí(þ@1Óødò¿ãÿÆ{VA¹±Ð" ¥BhÕÂû S
endstream
endobj
-142 0 obj <<
+188 0 obj <<
/Type /Page
-/Contents 143 0 R
-/Resources 141 0 R
+/Contents 189 0 R
+/Resources 187 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 122 0 R
+/Parent 159 0 R
>> endobj
-140 0 obj <<
+186 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (TDT-shoFace.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 147 0 R
+/PTEX.InfoDict 193 0 R
/BBox [0 0 432 432]
/Resources <<
/ProcSet [ /PDF /Text ]
-/Font << /F2 148 0 R>>
+/Font << /F2 194 0 R>>
/ExtGState <<
>>>>
-/Length 149 0 R
+/Length 195 0 R
>>
stream
q
@@ -1016,185 +1271,896 @@
Q
endstream
endobj
-147 0 obj
+193 0 obj
<<
-/CreationDate (D:20090923235226)
-/ModDate (D:20090923235226)
+/CreationDate (D:20090929185557)
+/ModDate (D:20090929185557)
/Title (R Graphics Output)
/Producer (R 2.9.0)
/Creator (R)
>>
endobj
-148 0 obj
+194 0 obj
<<
/Type /Font
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica
-/Encoding 150 0 R
+/Encoding 196 0 R
>>
endobj
-149 0 obj
+195 0 obj
2283
endobj
-150 0 obj
+196 0 obj
<<
/Type /Encoding
/BaseEncoding /WinAnsiEncoding
/Differences [ 45/minus]
>>
endobj
-144 0 obj <<
-/D [142 0 R /XYZ 124.802 740.998 null]
+190 0 obj <<
+/D [188 0 R /XYZ 124.802 740.998 null]
>> endobj
14 0 obj <<
-/D [142 0 R /XYZ 124.802 716.092 null]
+/D [188 0 R /XYZ 124.802 716.092 null]
>> endobj
18 0 obj <<
-/D [142 0 R /XYZ 124.802 658.767 null]
+/D [188 0 R /XYZ 124.802 658.767 null]
>> endobj
22 0 obj <<
-/D [142 0 R /XYZ 124.802 574.582 null]
+/D [188 0 R /XYZ 124.802 574.582 null]
>> endobj
-145 0 obj <<
-/D [142 0 R /XYZ 234.571 226.589 null]
+191 0 obj <<
+/D [188 0 R /XYZ 234.571 226.589 null]
>> endobj
26 0 obj <<
-/D [142 0 R /XYZ 124.802 176.925 null]
+/D [188 0 R /XYZ 124.802 176.925 null]
>> endobj
-141 0 obj <<
-/Font << /F44 120 0 R /F41 119 0 R /F66 129 0 R /F70 130 0 R /F77 146 0 R >>
-/XObject << /Im2 140 0 R >>
+187 0 obj <<
+/Font << /F63 157 0 R /F60 156 0 R /F68 175 0 R /F72 176 0 R /F79 192 0 R >>
+/XObject << /Im2 186 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-153 0 obj <<
-/Length 1097
+200 0 obj <<
+/Length 904
/Filter /FlateDecode
>>
stream
-xÚÕXKoÜ6¾ûW,Ö¨¥o i6h}(Ò E$w½v&vêݤ _>>MJÝÈa Îóãp¨G«½GJ-ººT.VgByÝ6t¡YÚ-V§çËï**I·<> ˦ÝA%([þèLϼh9x¹ú}Ñ,*BêN·ò'Çò§fùUÕÄÜÔúµJ¿Î@?k:Ót¢i
-³kºÐ´
-&FZÖÎÌF?baÓÈòph¹ìFPä¤KFÌ©¦ó»º4.¨èÒÔ²/ʳ¹íAswÊB®-pÃx%&µ¦KûWÓ;$ÞG FOH5«ÞÃWðñ"zÍ» ÕL¿Á§ÝüeQ0IRùÕ?|]y ü
-;>Àãàæ:kO
Ä&õ£)óÒåd?Âìæå.'íÓ¥=MRzAõæßs§Ðr¥}ß(3
-ñ)$ <Ðr>Rà²D/Áï#ý()O0~kÇ©¦}@tDK
-i×xhm"ÐÅuË̽F$½
ÁW÷=-ßQTËaê¸øøÜðGdÙ.ÇþpÁÏÕ#)£#XGêÖEà»{ÃfÂöj^$Shú%ÆÞÇÍó/u§2m 1î°M;u}¯ñiΫÀEÝ#.ð[7u91+£ÞB»a²ßªWWEûY·ÃDMi*¹"
-W§áoÛZq5,VgÛ5Úqïì¸âûþ Åu||@!Pèz8ûùë°ôÂsÙ¦êt"¥ºqdð¾¾|î#ÑE|}%<_ at RìrëÏ®Î,®ÊFßíTÉ4zÑGPVëð<tY¤M'ÙÊ8å-ýÚÞڤ߫«,qË®òo3±,)x¢XxؾĦ®¥õ®&¾ý½WQ1×J
-Ç«oUygW;Î|K:3+Þ´ÔtdEî7²ü^M½}sà ,òÌ~.ùò8RáZ±I©nÛ®Q¶[t>Ó¡üØÄ´¦
-:ôÌPÒVÙwwØW9Ödÿ{7Yr~(ðP ·ðmpsiúf¡xèÌÑéËæíÕÊ4Í}/Sc=Å:ÚËëÕz¶.Â/È«%ÖÑ0PËǽåQ9Qs`gÕÒÕ¢Cå7Û|,ï¼Þa ÊÔÙY>Ó5:ðN]
¾ÖtT_+ft5NÛtKðA êb0mU¡%÷[y:0NÙ]=¨Õ§BçÑТòaÑ2÷Ù§½ÊHÎkÊ5þ¾ªï3wÙÃóXð"¨ü¤ Á©e
-EÉZp6äô¿ô¶É
´zÔ 5NÜ7 Üʶ ßM²~NâîÖ¹K2R·-nÕÜ0îý¶Úû§èÕ
+xÚÍX]OÛ0}çWDT[Mì|KÛ´±
+´iCÓ¨xaHëÒ °~@ÑØ'vâ|À(êÕ$¾¾÷Üããë;í]?4BzÌ3'e ,føG(ÁÈ82õúO]sÜ£æS>ç}>|\à}Öë»Ì6_f?Ê,5¿Y®'SLßðó1ã×0}Mâb¹¡½ãÁGÃ2úÐus Ì£¡ù·i2q¸äã6ù?ö³Çs@ºÂ8O
+õÆf_CÒ1Ï3DD³ÀÝ%JOÍ»%»±ä
+ÑOøãIF#ò¤X© Hþ©á?UÑ)hAgI+ÂûQª$i,j1DÈ)Àß(BÎæÁÓr7# ; #ÁUoêyØÄìPbò7;ºÑ& ëñ9ds¯²¹C¾ü¬"ûy_@ b;ÄóDÝöÏ%iVX½Ï®à¢Höe ©°&s»Òþ%y¼
ÝÒ=@Fö9ÌÆÊy
¬PCU¢8|QÑ
^º¨a³ h®,·»ÓÈ´T³B¡õ6¡øH[ÚtD"µ;Ê,ÄÐmÙ½HéRïR[Ù¯Ié¡w\CJ³\4ÿN½ÚT´¤¡»äó~
?UÏo׫üðQó'rK^/y^x·â%>w\&IÕKJÿ(×Ãúk©\_Àq
+¢3ø4#-¾Z²ìJɪ·í^¹u{¸ì¥$n{§óvû`o¢`¥E¤|ØåXºùt×DK½è¦TÍôGÍ.ÞÄgÑ$[ýYB#MÑ(HËhKïÐéRP9¢æVc¯[åKéøHeaßE4òÛj9$ ïåèo¤Û¿çí]/þ=ÅÙÊLK2q cÜ.ÿ®qá0ó1":|Ü!eà.ÝǪÇã¦}×'(èZé¤3Þãã+@@]ÛM MÇy_isNö¸«¡Ä^1%vgýUâ<%c¼»ë¯wE)(«¯J¼QA!´¤ïöúªÄ_±JeìõUIðD§LÀu-uÉïüÿÕøA@|Ço¤,HÈMVª¢PPÆËð¨ÛsÓ}ó;î&ïÿ ùÀ{
endstream
endobj
-152 0 obj <<
+199 0 obj <<
/Type /Page
-/Contents 153 0 R
-/Resources 151 0 R
+/Contents 200 0 R
+/Resources 198 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 122 0 R
+/Parent 159 0 R
>> endobj
-154 0 obj <<
-/D [152 0 R /XYZ 124.802 740.998 null]
+201 0 obj <<
+/D [199 0 R /XYZ 124.802 740.998 null]
>> endobj
-151 0 obj <<
-/Font << /F77 146 0 R /F66 129 0 R /F41 119 0 R >>
+198 0 obj <<
+/Font << /F79 192 0 R /F68 175 0 R /F80 202 0 R /F60 156 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-157 0 obj <<
-/Length 1362
+205 0 obj <<
+/Length 724
/Filter /FlateDecode
>>
stream
-xÚíZKoã6¾çWAs9C=ÛfQÙí¥q{IÔ«(±ÛÄNmÉ¢í/%d¦(Évå=ä@¢Èy~3Òúa|òîÊó!=ôãû Ã{0ï7Ãë3Ʋ%²ÁÙÈõ=1É>ÊæÈölų gí[ø¾ÎnÇ?ø`ÀB×Ýf!6óÃ~1=»Ú<}\§Mr 2DDÌ@cèѳÐãú:Q0DÁBáWòÅB¶?MÒÜÐêÛÜBcÙýY¶_dûÎwå8pp<L}+Á<tòåÎÙ8çÃñ4>¡ËSÁp¶ZãËåäe6Èþ£TVd(ñÑ»-WI¾ä
(&q1-æ«d%%Õd?å½ûåz«h9I¢)Ëyù~È'$^ïsª^ÊÆd©îÈÖÉ©«Ì_Ùôïdww+oaøw¹üy&ËùÏФ%-zÝ,Híÿ
-yö<_1'ç¦Â<Vha¾6s7 oÇÈh@ñµ4¥ag)D)¢MwDF R|x+A²6äçù4"$Ö=ý¦ÏOå;Ý×é¬5!¤ 0£Uó&uLÎ7TT^4\ÌT´G!)ÍüÛæ½:Y¾ßRÚ¤ìæí,ÌvÌG-$u1¨anÅ&ÝPÓ©ßfMÇÛÕ%Ï©Ý'[bÉLCã3õNE¿JµD[;[¸²éÑ»¹°±%¨Ú#àviÜ-µÞíd²Ã\áX¤Pu§Iÿ:)2EÐT-Ô¬»ësºkb]ÝNmasZnòy_OW¼¯n_¼ÚxPµ3ÁLù<]üÕ¡¹l4vmþAPZLÉVóL
-Ôoë5.¼h;»¡,k@ÊEJ¹ôxG_g^W¤øäMª«h]y]Ü+Y?:¤Ú0VÛ×úJuc(nßá["TÕ^5:¶ã×[Ü? Æ£kK÷~TP
¿*kM>TcÚDQÍnÇxØä¾tãån{ÔÝóR&}¢4PXë¥2qlq_ý-Q\㨷DùåT ^Ã'ì3¶¿î¯ÅûgåÖ¯ÈEåU¨FZxÌu2pGÙ SÛÀ²úÂλ7Õ-Íæð ¥Q±4|éF³¥aÏRhã#×c P÷ÁÀb¡ ÒXghìËÐË^kN3jQHcA¸/jqgÔÚ2/¶âÝñÁí Ðzv|
-w×<,Ôbaçý¼.ÀDQ
õ+fDuI
ùÜ1¦¾ÒÃU:Úä|« Æ>*ƺS
-{R0:báTøI¹Ìó sVWsªa»Zm¥ezul¹Â;¡]T½TßMq´
öÇ©¶¶Zñ4Z$²ë·Þòy1ïµPØQñPàÐ[åSX5÷©¶¶ºkh6ɸ¤³Ì¾7áOJJM(ë,ëî T7ØX6°hnÇåØÚ44¤tÈÍ+åvâ0yËÒ
-;äåm.Cì1ï~\ZÚ*=+«e`eá =èl=\=YÂ-3LK£´âÆ{½Ü¹¦Ày :´HLëêå¨jë
-ñÏÕã s´¢¶}Ù¥§Ð_¼¶ÿäÕúocÚQËfk«
-hw¢²êög OÂsåÎç3ߥÝtâÉñÉÃÎþ
+xÚíXKo@¾ó+PO Íîò°©ê¨ªHz©zI}p1]Ù [Uùï]vXOÕª{°¬Ãì<¾6!*f?¢j¡)¦ªeD°«ú{åIÁÈ1Ûâ*2Ï XàúÃÞTçòýò%#÷jHnß{ÊõcªÄB¦åPÕ[ÁñYS[õVê½féÁkÞ&Ð
+j3F'Sm$`/ÛðA£ï??ÕÞGæ«.rêd^±jP¨3þî¶q
+#xL\âGaü´ðn½àÖq\âÇËÔß kâVcöFûnØÔÔ¾êD3BBF££Ñ'F[F £T¨¿e¬!Ø]ehß°Ùã3ñØ3Éb0úYFoQFWÂ"â]Åv¤Ô}ä¦#âQgr¬N¼2¹6Tæ5+¥CÜÑ(Ì1(ü5 à
+¿p>4dûÀú )Xkxfïûb¾×Ö:$÷°«°Ì¤-ÈUéEâ\Sʶ½!Q®ù»k÷Ú°¼{tS²åªÂ¢¹BÚº^"'*"G±¯d÷@uïN')"Éf¶ý7fs2"Éìhü>óU¯E·
+«UÑW]¹ø°J6è8TÃ;àuÚ
+¹»Ð?¯SSB)b>Bå/M ù·¡ìD@3ÏMÇ&hsîò4névÿ>ûqÚ6¯¼àkí3¶Enªÿ>mzÒ´wXÓ<ÏnÛȾt7þIº´l V!!{!íõ-
+Õî¹õtʬ¯
+Ü1¼®`Ç|×e'Y<Þ´zc5ß¼·xÜ}¬½t
úY¬iU<ü®ßÔ_C«ár{A(§uZ]~]à!Xûq\d:¶j6ØT$ádʧüTHäå
endstream
endobj
-156 0 obj <<
+204 0 obj <<
/Type /Page
-/Contents 157 0 R
-/Resources 155 0 R
+/Contents 205 0 R
+/Resources 203 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 122 0 R
+/Parent 159 0 R
>> endobj
-158 0 obj <<
-/D [156 0 R /XYZ 124.802 740.998 null]
+197 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (TDT-defjoint.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 207 0 R
+/BBox [0 0 432 432]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/Font << /F2 208 0 R>>
+/ExtGState <<
+>>>>
+/Length 209 0 R
+>>
+stream
+q
+Q q
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+28.80 66.24 m
+403.20 66.24 l
+S
+28.80 66.24 m 28.80 59.04 l S
+103.68 66.24 m 103.68 59.04 l S
+178.56 66.24 m 178.56 59.04 l S
+253.44 66.24 m 253.44 59.04 l S
+328.32 66.24 m 328.32 59.04 l S
+403.20 66.24 m 403.20 59.04 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 0.00 12.00 21.96 40.33 Tm (-2) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 96.84 40.33 Tm (-1) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 175.22 40.33 Tm (0) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 250.10 40.33 Tm (1) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 324.98 40.33 Tm (2) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 399.86 40.33 Tm (3) Tj
+ET
+28.80 66.24 m
+28.80 365.76 l
+S
+28.80 66.24 m 21.60 66.24 l S
+28.80 141.12 m 21.60 141.12 l S
+28.80 216.00 m 21.60 216.00 l S
+28.80 290.88 m 21.60 290.88 l S
+28.80 365.76 m 21.60 365.76 l S
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 0.72 61.93 Tm (-2) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 0.72 136.81 Tm (-1) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 7.73 211.69 Tm (0) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 7.73 286.57 Tm (1) Tj
+ET
+BT
+/F2 1 Tf 12.00 0.00 0.00 12.00 7.73 361.45 Tm (2) Tj
+ET
+0.894 0.102 0.110 RG
+2.25 w
+[] 0 d
+178.56 161.35 m
+175.07 159.93 l
+171.49 158.74 l
+167.85 157.78 l
+164.15 157.05 l
+160.42 156.56 l
+156.66 156.30 l
+152.89 156.27 l
+149.13 156.49 l
+145.39 156.94 l
+141.69 157.63 l
+138.03 158.55 l
+134.45 159.69 l
+130.94 161.06 l
+127.52 162.65 l
+124.21 164.46 l
+121.02 166.46 l
+117.97 168.67 l
+115.06 171.06 l
+112.30 173.63 l
+109.72 176.37 l
+107.31 179.26 l
+105.09 182.31 l
+103.06 185.48 l
+101.24 188.78 l
+99.63 192.19 l
+98.24 195.69 l
+97.07 199.27 l
+96.13 202.92 l
+95.42 206.62 l
+94.95 210.36 l
+94.71 214.12 l
+94.71 217.88 l
+94.95 221.64 l
+95.42 225.38 l
+96.13 229.08 l
+97.07 232.73 l
+98.24 236.31 l
+99.63 239.81 l
+101.24 243.22 l
+103.06 246.52 l
+105.09 249.69 l
+107.31 252.74 l
+109.72 255.63 l
+112.30 258.37 l
+115.06 260.94 l
+117.97 263.33 l
+121.02 265.54 l
+124.21 267.54 l
+127.52 269.35 l
+130.94 270.94 l
+134.45 272.31 l
+138.03 273.45 l
+141.69 274.37 l
+145.39 275.06 l
+149.13 275.51 l
+152.89 275.73 l
+156.66 275.70 l
+160.42 275.44 l
+164.15 274.95 l
+167.85 274.22 l
+171.49 273.26 l
+175.07 272.07 l
+178.56 270.65 l
+S
+178.56 270.65 m
+182.01 268.99 l
+185.36 267.12 l
+188.57 265.03 l
+191.64 262.74 l
+194.56 260.25 l
+197.32 257.59 l
+199.90 254.75 l
+202.29 251.76 l
+204.48 248.62 l
+206.47 245.34 l
+208.24 241.94 l
+209.80 238.44 l
+211.12 234.84 l
+212.21 231.17 l
+213.07 227.43 l
+213.68 223.65 l
+214.05 219.83 l
+214.17 216.00 l
+214.05 212.17 l
+213.68 208.35 l
+213.07 204.57 l
+212.21 200.83 l
+211.12 197.16 l
+209.80 193.56 l
+208.24 190.06 l
+206.47 186.66 l
+204.48 183.38 l
+202.29 180.24 l
+199.90 177.25 l
+197.32 174.41 l
+194.56 171.75 l
+191.64 169.26 l
+188.57 166.97 l
+185.36 164.88 l
+182.01 163.01 l
+178.56 161.35 l
+S
+0.216 0.494 0.722 RG
+178.56 161.35 m
+175.11 163.01 l
+171.76 164.88 l
+168.55 166.97 l
+165.48 169.26 l
+162.56 171.75 l
+159.80 174.41 l
+157.22 177.25 l
+154.83 180.24 l
+152.64 183.38 l
+150.65 186.66 l
+148.88 190.06 l
+147.32 193.56 l
+146.00 197.16 l
+144.91 200.83 l
+144.05 204.57 l
+143.44 208.35 l
+143.07 212.17 l
+142.95 216.00 l
+143.07 219.83 l
+143.44 223.65 l
+144.05 227.43 l
+144.91 231.17 l
+146.00 234.84 l
+147.32 238.44 l
+148.88 241.94 l
+150.65 245.34 l
+152.64 248.62 l
+154.83 251.76 l
+157.22 254.75 l
+159.80 257.59 l
+162.56 260.25 l
+165.48 262.74 l
+168.55 265.03 l
+171.76 267.12 l
+175.11 268.99 l
+178.56 270.65 l
+S
+178.56 270.65 m
+182.11 272.09 l
+185.74 273.29 l
+189.45 274.26 l
+193.21 274.99 l
+197.00 275.47 l
+200.82 275.72 l
+204.65 275.71 l
+208.47 275.47 l
+212.27 274.97 l
+216.03 274.24 l
+219.73 273.27 l
+223.36 272.06 l
+226.91 270.62 l
+230.36 268.96 l
+233.69 267.08 l
+236.90 264.99 l
+239.97 262.70 l
+242.88 260.21 l
+245.63 257.55 l
+248.20 254.71 l
+250.59 251.72 l
+252.78 248.58 l
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/vennerable -r 69
More information about the Vennerable-commits
mailing list