--- /dev/null
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Graphviz version 2.20.2 (Tue Mar 2 21:46:26 UTC 2010)
+%%For: (couchot) couchot,,,
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 357 206
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 321 170 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% 3
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+29.5 148.9 moveto 9 (3) alignedtext
+grestore
+% 11
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+57 76.9 moveto 18 (11) alignedtext
+grestore
+% 3->11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 30 151 moveto
+23 147 9 138 3 126 curveto
+0 118 -1 114 3 108 curveto
+13 93 32 86 47 84 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 47.88 87.39 moveto
+57 82 lineto
+46.51 80.53 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 47.88 87.39 moveto
+57 82 lineto
+46.51 80.53 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+6.5 112.9 moveto 41 (15,24) alignedtext
+grestore
+% 4
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+280.5 148.9 moveto 9 (4) alignedtext
+grestore
+% 12
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+276 76.9 moveto 18 (12) alignedtext
+grestore
+% 4->12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 281 151 moveto
+273 147 259 138 254 126 curveto
+250 118 250 115 254 108 curveto
+257 101 262 96 267 91 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 268.96 93.92 moveto
+276 86 lineto
+265.56 87.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 268.96 93.92 moveto
+276 86 lineto
+265.56 87.8 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+253.5 112.9 moveto 41 (15,24) alignedtext
+grestore
+% 7
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+113.5 76.9 moveto 9 (7) alignedtext
+grestore
+% 15
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+139 148.9 moveto 18 (15) alignedtext
+grestore
+% 7->15
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 122 90 moveto
+126 101 134 120 140 135 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 136.74 136.28 moveto
+144 144 lineto
+143.14 133.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 136.74 136.28 moveto
+144 144 lineto
+143.14 133.44 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+137.5 112.9 moveto 41 (15,24) alignedtext
+grestore
+% 11->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 62 90 moveto
+57 101 48 120 42 135 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 38.86 133.44 moveto
+38 144 lineto
+45.26 136.28 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 38.86 133.44 moveto
+38 144 lineto
+45.26 136.28 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+54 112.9 moveto 18 (15) alignedtext
+grestore
+% 19
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+110 4.9 moveto 18 (19) alignedtext
+grestore
+% 11->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 72 72 moveto
+80 60 95 41 106 26 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 108.8 28.1 moveto
+112 18 lineto
+103.2 23.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 108.8 28.1 moveto
+112 18 lineto
+103.2 23.9 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+98 40.9 moveto 18 (24) alignedtext
+grestore
+% 12->4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 289 90 moveto
+291 95 294 102 295 108 curveto
+296 115 296 118 295 126 curveto
+294 129 293 132 292 134 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 288.52 133.42 moveto
+289 144 lineto
+295.23 135.43 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 288.52 133.42 moveto
+289 144 lineto
+295.23 135.43 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+295 112.9 moveto 18 (15) alignedtext
+grestore
+% 15->7
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 139 149 moveto
+130 145 116 137 110 126 curveto
+106 117 107 107 110 98 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 113.14 99.56 moveto
+114 89 lineto
+106.74 96.72 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 113.14 99.56 moveto
+114 89 lineto
+106.74 96.72 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+113 112.9 moveto 18 (15) alignedtext
+grestore
+% 23
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+161 76.9 moveto 18 (23) alignedtext
+grestore
+% 15->23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 157 150 moveto
+167 146 183 138 190 126 curveto
+194 116 191 106 185 98 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 187.8 95.9 moveto
+179 90 lineto
+182.2 100.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 187.8 95.9 moveto
+179 90 lineto
+182.2 100.1 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+191 112.9 moveto 18 (24) alignedtext
+grestore
+% 19->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 128 14 moveto
+137 17 146 15 146 9 curveto
+146 5 143 3 138 3 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 137.6 -.48 moveto
+128 4 lineto
+138.3 6.49 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 137.6 -.48 moveto
+128 4 lineto
+138.3 6.49 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+145.5 4.9 moveto 41 (15,24) alignedtext
+grestore
+% 23->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 164 72 moveto
+156 60 141 41 131 26 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 133.8 23.9 moveto
+125 18 lineto
+128.2 28.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 133.8 23.9 moveto
+125 18 lineto
+128.2 28.1 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+151 40.9 moveto 18 (15) alignedtext
+grestore
+% 23->23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 179 86 moveto
+188 89 197 87 197 81 curveto
+197 77 194 75 189 75 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 188.6 71.52 moveto
+179 76 lineto
+189.3 78.49 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 188.6 71.52 moveto
+179 76 lineto
+189.3 78.49 lineto
+closepath stroke
+0.000 0.000 0.000 edgecolor
+14 /Times-Roman set_font
+197 76.9 moveto 18 (24) alignedtext
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 357 206
+end
+restore
+%%EOF
--- /dev/null
+\begin{exampleblock}{}
+
+\begin{itemize}
+\item Mode mixe avec
+ $SCC(1)=\{1,2\}$,
+ $SCC(3)=\{3\}$ and $SCC(4)=\{4,5\}$
+\begin{center}
+ \includegraphics[width=10cm]{xpl_iteration_final.pdf}
+\end{center}
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+\begin{exampleblock}{}
+
+\begin{itemize}
+\item Our Prototype: confirmation of convergence
+of mixed asynchronous iterations with uniform delays
+\item Mixed iterations with
+ $SCC(1)=\{1,2\}$,
+ $SCC(3)=\{3\}$ and $SCC(4)=\{4,5\}$
+\begin{center}
+ \includegraphics[width=2.5cm]{../xpl_iteration_final.ps}
+\end{center}
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+
+\begin{exampleblock}{}
+\begin{itemize}
+\item Graphe de connection:
+\begin{center}
+\includegraphics[width=3cm]{xplgraph.pdf}
+\end{center}
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+
+\begin{exampleblock}{}
+\begin{itemize}
+\item Connection graph:
+\begin{center}
+\includegraphics[width=3cm]{../xplgraph.ps}
+\end{center}
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+\begin{itemize}
+\item Intuition:
+ \begin{itemize}
+ \item N{\oe}uds problématiques: regroupés et synchronisés
+ \item N{\oe}uds entre les groupes distincts: laisser l'asynchronisme
+ \end{itemize}
+\item Formalisation:
+ \begin{itemize}
+ \item Regroupement selon les composantes connexes (SCC) du graphe de connection
+ \item Mode mixe:
+ \begin{itemize}
+ \item $S_{ij}^t = t$ si $i \in SCC(j)$.
+ \item $
+ \begin{array}{l}
+ \forall p_0,p_1,q_0,q_1,t \, .\,
+ \quad (
+ p_1 \in SCC(p_0) \land
+ q_1 \in SCC(q_0))\\
+ \qquad \Rightarrow
+ S_{p_0q_0}^{t} =
+ S_{p_1q_1}^{t}
+ \end{array}
+ $
+ \end{itemize}
+ \end{itemize}
+\item Elements d'un même groupe: équivalents de l'extérieur.
+\end{itemize}
--- /dev/null
+\begin{itemize}
+\item Intuition:
+ \begin{itemize}
+ \item Nodes that may introduce cyclic iterations: grouped
+ \item Nodes inside each group: synchronized at each other
+ \item Nodes of distinct groups: keeping asynchronism
+ \end{itemize}
+\item Formalization:
+ \begin{itemize}
+ \item Group: SCC of the connection graph
+ \item Mixed iterations of DN with Uniform Delays:
+ \begin{itemize}
+ \item $S_{ij}^t$ is $t$ if $i \in SCC(j)$.
+ \item $
+ \begin{array}{l}
+ \forall p_0,p_1,q_0,q_1,t \, .\,
+ \quad (
+ p_1 \in SCC(p_0) \land
+ q_1 \in SCC(q_0))\\
+ \qquad \Rightarrow
+ S_{p_0q_0}^{t} =
+ S_{p_1q_1}^{t}
+ \end{array}
+ $
+ \end{itemize}
+ \end{itemize}
+\item Elements in the same SCC: cannot be differentiated
+\end{itemize}
--- /dev/null
+\begin{Theorem}{}
+ Soit une fonction $F$ contenant un unique point fixe $X^*$.
+ Si les itérations chaotiques convergent vers $X^*$,
+ alors les itérations mixes convergent aussi $X^*$
+ pour n'imoporte quelle stratégie pseudo périodique.
+\end{Theorem}
--- /dev/null
+\newcommand{\Nats}[0]{\ensuremath{\mathbb{N}}}
+
+\begin{Theorem}{}
+ Given an initial configuration $X^0 = (X_1^0, \ldots, X_n^0)$ and a
+ strategy $(J^t)^{t \in \Nats}$. If chaotic iterations with strategy
+ $(J^t)^{t \in \Nats}$ converge to some fixed-point, then mixed iterations with
+ uniform delays with the same strategy $(J^t)^{t \in \Nats}$ converge to the
+ same fixed-point.
+\end{Theorem}
+\begin{Proof}
+\begin{itemize}
+\item Element renaming wrt. a partial order
+\item Induction on the SCC index
+\end{itemize}
+\end{Proof}
--- /dev/null
+\begin{itemize}
+ \item \emph{Strategie}: les éléments $J^t$ modifiés au temps $t$;
+ \item \emph{Date de Visibilité}: suite de la date la plus récente où un
+ composant connaît la valeur d'un autre.
+ \begin{itemize}
+ \item $n*n$ matrice $S_{ij}^t$: le $t'$ plus élevé
+ t.-q. $t' \le t$ et $X_j^{t'}$ est accessible à $i$
+ \item Délai de communication entre $j$ et $i$: $t - D_{ij}^t$
+ \end{itemize}
+ \item \emph{Formalisation des modes}:
+\[
+X^{t+1}_i= \left\{
+\begin{array}{l}
+X^{t}_i \textrm{ si $i \not \in J^t$} \\
+F_i
+\left( X_1^{S_{i1}^t},\ldots, X_{n}^{S_{i{n}}^t} \right)
+\end{array}
+\right.
+\]
+\begin{itemize}
+\item Parallèle: $J^t=\{1,\ldots,n\}$ and $S^t=(t)$;
+\item Chaotique: $S^t=(t)$;
+\item Asynchrone: aucune constrainte.
+\end{itemize}
+\end{itemize}
+
--- /dev/null
+\begin{itemize}
+ \item \emph{Strategy}: sequence of elements updated at time $t$;
+ \begin{itemize}
+ \item $n*n$ diagonal matrix: $J_{ii}^t = 1$ iff $X_i \in E_i$
+ is updated at time $t$
+ \end{itemize}
+ \item \emph{Visibility Dates}: sequence of the more recent dates where
+ components know values of other ones
+ \begin{itemize}
+ \item $n*n$ matrix $S_{ij}^t$: highest $t'$
+ s.t. $t' \le t$ and $X_j^{t'}$ is accessible for $i$
+ \item Communcation delays from $j$ to $i$: $t - S_{ij}^t$
+ \end{itemize}
+ \item \emph{Iterations modes}:
+\[
+X^{t+1}= (I -J^t)X^t + J^t
+\left(
+\begin{array}{c}
+F_1
+\left( X_1^{S_{11}^t},\ldots, X_{n}^{S_{1{n}}^t} \right) \\
+\vdots \\
+F_{n} \left( X_1^{S_{{n}1}^t},\ldots, X_{n}^{S_{{n}{n}}^t} \right)
+\end{array}
+\right)
+\]
+\begin{itemize}
+\item Parallel mode: $J^t=I$ and $S^t=(t)$
+\item Chaotic mode: $S^t=(t)$
+\item Asynchronous: no constraint
+\end{itemize}
+\end{itemize}
+
--- /dev/null
+\begin{itemize}
+\item
+
+
+
--- /dev/null
+\begin{itemize}
+\item<1-3> Objectives: ``similar behaviors'' in asynchronous iterations
+ as in some chaotic iterations
+\item<2-3> Issues:
+\begin{itemize}
+\item Strengthening the convergence conditions of chaotic mode
+\item Lightly introduce synchronism into asynchronous modes [ABCVS05]
+\end{itemize}
+\item<3> \alert{Proof of convergence conjecture}
+\end{itemize}
+
+
+
--- /dev/null
+\begin{exampleblock}{}
+\begin{itemize}
+\only<1>{\item Itérations Parallèles : convergence
+\begin{center}
+\includegraphics[width=8cm]{para_iterate_dec.pdf}
+\end{center}}
+\only<2>{\item Itérations chaotiques: divergence avec $J^t=\{24;15;14;15;\ldots\}$
+\begin{center}
+\includegraphics[width=4cm]{chao_iterate_excerpt.pdf}
+\end{center}}
+\only<3>{\item Iterations asynchrones : divergence même avec $J^t=\{1,\ldots,n\}$
+\begin{itemize}
+\item $S^t = \left(
+\begin{array}{lllll}
+t & t' & t & t & t \\
+t & t & t & t & t \\
+t & t & t & t & t \\
+t & t & t & t & t\\
+t & t & t & t & t \\
+\end{array}
+\right)
+\textrm{ where }
+t' = \left\{
+\begin{array}{l}
+t \textrm{si $t$ est pair;} \\
+t-1 \textrm{sinon.}
+\end{array}
+\right.
+$
+\item
+$
+\begin{array}{rcl}
+X^{2k+1} & =& F(X^{2k}) \\
+X^{2k} & =& \left(
+\begin{array}{l}
+F_1(X_1^{2k-1},X_2^{2k-2},X_3^{2k-1},X_4^{2k-1},X_5^{2k-1}) \\
+F_2(X^{2k-1})\\
+\vdots \\
+F_5(X^{2k-1})
+\end{array}
+\right).
+\end{array}
+$
+
+$\rightarrow$ cycle entre 3 et 11.
+\end{itemize}
+}
+
+\only<4>{
+\item Objectif: obtenir des comportements similaires en asynchrone et en
+ chaotique.
+}
+\end{itemize}
+\end{exampleblock}
+
--- /dev/null
+\begin{exampleblock}{}
+\begin{itemize}
+\only<1>{\item Parallel iterations: convergence
+\begin{center}
+\includegraphics[width=8cm]{../implementation/para_iterate_dec.ps}
+\end{center}}
+\only<2>{\item Chaotic iterations: divergence with $J^t=\{24;15;14;15;\ldots\}$
+\begin{center}
+\includegraphics[width=4cm]{../chao_iterate_excerpt.ps}
+\end{center}}
+\only<3>{\item Asynchronous iterations: divergence even with $J^t=I$
+\begin{itemize}
+\item $S^t = \left(
+\begin{array}{lllll}
+t & t' & t & t & t \\
+t & t & t & t & t \\
+t & t & t & t & t \\
+t & t & t & t & t\\
+t & t & t & t & t \\
+\end{array}
+\right)
+\textrm{ where }
+t' = \left\{
+\begin{array}{l}
+t \textrm{ if t is even;} \\
+t-1 \textrm{ otherwise.}
+\end{array}
+\right.
+$
+\item
+$
+\begin{array}{rcl}
+X^{2k+1} & =& F(X^{2k}) \\
+X^{2k} & =& \left(
+\begin{array}{l}
+F_1(X_1^{2k-1},X_2^{2k-2},X_3^{2k-1},X_4^{2k-1},X_5^{2k-1}) \\
+F_2(X^{2k-1})\\
+\vdots \\
+F_5(X^{2k-1})
+\end{array}
+\right).
+\end{array}
+$
+
+$\rightarrow$ cycle between 3 and 11.
+\end{itemize}
+}
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+\begin{exampleblock}{}
+\begin{itemize}
+\item Cinq éléments $1 \le i \le 5$ dont les valeurs $X_i$ dans $\{0,1\}$
+\item Dynamique:
+\[
+F(X)= \left \{
+\begin{array}{lll}
+f_1(X_1,X_2,X_3,X_4,X_5) & = & X_1 \overline{X_2} + \overline{X_1} X_2 \\
+f_2(X_1,X_2,X_3,X_4,X_5) & = & \overline{X_1 + X_2} \\
+f_3(X_1,X_2,X_3,X_4,X_5) & = & X_3 \overline{X_1} \\
+f_4(X_1,X_2,X_3,X_4,X_5) & = & X_5 \\
+f_5(X_1,X_2,X_3,X_4,X_5) & = & \overline{X_3} + X_4
+\end{array}
+\right.
+\]
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+\begin{exampleblock}{}
+\begin{itemize}
+\item Five elements $1 \le i \le 5$ taking their value $X_i$ in $\{0,1\}$
+\item Configuration: a binary number in 0,1,\ldots,31
+\item Dynamic: a map
+\[
+F(X)= \left \{
+\begin{array}{lll}
+f_1(X_1,X_2,X_3,X_4,X_5) & = & X_1 \overline{X_2} + \overline{X_1} X_2 \\
+f_2(X_1,X_2,X_3,X_4,X_5) & = & \overline{X_1 + X_2} \\
+f_3(X_1,X_2,X_3,X_4,X_5) & = & X_3 \overline{X_1} \\
+f_4(X_1,X_2,X_3,X_4,X_5) & = & X_5 \\
+f_5(X_1,X_2,X_3,X_4,X_5) & = & \overline{X_3} + X_4
+\end{array}
+\right.
+\]
+\end{itemize}
+\end{exampleblock}
--- /dev/null
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Graphviz version 2.20.2 (Tue Mar 2 21:46:26 UTC 2010)
+%%For: (couchot) couchot,,,
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 463 333
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 427 297 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% 0
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+400.5 113.9 moveto 9 (0) alignedtext
+grestore
+% 9
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+369.5 59.9 moveto 9 (9) alignedtext
+grestore
+% 0->9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 401 111 moveto
+396 103 389 90 383 80 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 385.92 78.04 moveto
+378 71 lineto
+379.8 81.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 385.92 78.04 moveto
+378 71 lineto
+379.8 81.44 lineto
+closepath stroke
+grestore
+% 1
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+58.5 113.9 moveto 9 (1) alignedtext
+grestore
+% 11
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+133 59.9 moveto 18 (11) alignedtext
+grestore
+% 1->11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 67 115 moveto
+78 108 106 89 125 76 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 127.1 78.8 moveto
+133 70 lineto
+122.9 73.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 127.1 78.8 moveto
+133 70 lineto
+122.9 73.2 lineto
+closepath stroke
+grestore
+% 2
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+369.5 113.9 moveto 9 (2) alignedtext
+grestore
+% 2->9
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 374 109 moveto
+374 102 374 92 374 83 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 377.5 83 moveto
+374 73 lineto
+370.5 83 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 377.5 83 moveto
+374 73 lineto
+370.5 83 lineto
+closepath stroke
+grestore
+% 3
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+137.5 113.9 moveto 9 (3) alignedtext
+grestore
+% 3->11
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 142 109 moveto
+142 102 142 92 142 83 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 145.5 83 moveto
+142 73 lineto
+138.5 83 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 145.5 83 moveto
+142 73 lineto
+138.5 83 lineto
+closepath stroke
+grestore
+% 4
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+230.5 275.9 moveto 9 (4) alignedtext
+grestore
+% 12
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+226 221.9 moveto 18 (12) alignedtext
+grestore
+% 4->12
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 235 271 moveto
+235 264 235 254 235 245 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 238.5 245 moveto
+235 235 lineto
+231.5 245 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 238.5 245 moveto
+235 235 lineto
+231.5 245 lineto
+closepath stroke
+grestore
+% 5
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+266.5 275.9 moveto 9 (5) alignedtext
+grestore
+% 14
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+262 221.9 moveto 18 (14) alignedtext
+grestore
+% 5->14
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 271 moveto
+271 264 271 254 271 245 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 245 moveto
+271 235 lineto
+267.5 245 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 245 moveto
+271 235 lineto
+267.5 245 lineto
+closepath stroke
+grestore
+% 6
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+302.5 221.9 moveto 9 (6) alignedtext
+grestore
+% 13
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+298 167.9 moveto 18 (13) alignedtext
+grestore
+% 6->13
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 307 217 moveto
+307 210 307 200 307 191 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.5 191 moveto
+307 181 lineto
+303.5 191 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.5 191 moveto
+307 181 lineto
+303.5 191 lineto
+closepath stroke
+grestore
+% 7
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+338.5 167.9 moveto 9 (7) alignedtext
+grestore
+% 15
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+334 113.9 moveto 18 (15) alignedtext
+grestore
+% 7->15
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 343 163 moveto
+343 156 343 146 343 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 346.5 137 moveto
+343 127 lineto
+339.5 137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 346.5 137 moveto
+343 127 lineto
+339.5 137 lineto
+closepath stroke
+grestore
+% 8
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+163.5 113.9 moveto 9 (8) alignedtext
+grestore
+% 17
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+244 59.9 moveto 18 (17) alignedtext
+grestore
+% 8->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 172 115 moveto
+175 113 178 111 181 109 curveto
+199 97 220 84 235 75 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 236.96 77.92 moveto
+244 70 lineto
+233.56 71.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 236.96 77.92 moveto
+244 70 lineto
+233.56 71.8 lineto
+closepath stroke
+grestore
+% 19
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+271 5.9 moveto 18 (19) alignedtext
+grestore
+% 9->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 370 62 moveto
+358 54 320 33 298 20 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 299.44 16.8 moveto
+289 15 lineto
+296.04 22.92 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 299.44 16.8 moveto
+289 15 lineto
+296.04 22.92 lineto
+closepath stroke
+grestore
+% 10
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+190 113.9 moveto 18 (10) alignedtext
+grestore
+% 10->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 208 109 moveto
+216 101 227 90 237 80 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 239.4 82.55 moveto
+244 73 lineto
+234.45 77.6 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 239.4 82.55 moveto
+244 73 lineto
+234.45 77.6 lineto
+closepath stroke
+grestore
+% 11->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 151 60 moveto
+173 51 231 29 261 18 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 263.02 20.96 moveto
+271 14 lineto
+260.42 14.46 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 263.02 20.96 moveto
+271 14 lineto
+260.42 14.46 lineto
+closepath stroke
+grestore
+% 20
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+226 167.9 moveto 18 (20) alignedtext
+grestore
+% 12->20
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 235 217 moveto
+235 210 235 200 235 191 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 238.5 191 moveto
+235 181 lineto
+231.5 191 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 238.5 191 moveto
+235 181 lineto
+231.5 191 lineto
+closepath stroke
+grestore
+% 22
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+298 113.9 moveto 18 (22) alignedtext
+grestore
+% 13->22
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 307 163 moveto
+307 156 307 146 307 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 310.5 137 moveto
+307 127 lineto
+303.5 137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 310.5 137 moveto
+307 127 lineto
+303.5 137 lineto
+closepath stroke
+grestore
+% 21
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+262 167.9 moveto 18 (21) alignedtext
+grestore
+% 14->21
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 217 moveto
+271 210 271 200 271 191 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 191 moveto
+271 181 lineto
+267.5 191 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 191 moveto
+271 181 lineto
+267.5 191 lineto
+closepath stroke
+grestore
+% 23
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+298 59.9 moveto 18 (23) alignedtext
+grestore
+% 15->23
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 337 109 moveto
+332 102 325 91 319 81 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 321.8 78.9 moveto
+313 73 lineto
+316.2 83.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 321.8 78.9 moveto
+313 73 lineto
+316.2 83.1 lineto
+closepath stroke
+grestore
+% 16
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+226 113.9 moveto 18 (16) alignedtext
+grestore
+% 16->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 238 109 moveto
+240 102 244 92 247 83 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 250.48 83.58 moveto
+250 73 lineto
+243.77 81.57 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 250.48 83.58 moveto
+250 73 lineto
+243.77 81.57 lineto
+closepath stroke
+grestore
+% 17->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 257 55 moveto
+261 48 267 37 271 28 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.2 29.44 moveto
+276 19 lineto
+268.08 26.04 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.2 29.44 moveto
+276 19 lineto
+268.08 26.04 lineto
+closepath stroke
+grestore
+% 18
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+262 113.9 moveto 18 (18) alignedtext
+grestore
+% 18->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 268 109 moveto
+266 102 262 92 259 83 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 262.23 81.57 moveto
+256 73 lineto
+255.52 83.58 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 262.23 81.57 moveto
+256 73 lineto
+255.52 83.58 lineto
+closepath stroke
+grestore
+% 19->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 289 18 moveto
+298 22 307 19 307 10 curveto
+307 5 304 1 299 0 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 298.12 -3.39 moveto
+289 2 lineto
+299.49 3.47 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 298.12 -3.39 moveto
+289 2 lineto
+299.49 3.47 lineto
+closepath stroke
+grestore
+% 20->16
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 235 163 moveto
+235 156 235 146 235 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 238.5 137 moveto
+235 127 lineto
+231.5 137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 238.5 137 moveto
+235 127 lineto
+231.5 137 lineto
+closepath stroke
+grestore
+% 21->18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 271 163 moveto
+271 156 271 146 271 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 274.5 137 moveto
+271 127 lineto
+267.5 137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 274.5 137 moveto
+271 127 lineto
+267.5 137 lineto
+closepath stroke
+grestore
+% 22->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 298 109 moveto
+290 101 279 90 269 80 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 271.55 77.6 moveto
+262 73 lineto
+266.6 82.55 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 271.55 77.6 moveto
+262 73 lineto
+266.6 82.55 lineto
+closepath stroke
+grestore
+% 23->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 303 55 moveto
+299 48 293 37 289 28 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 291.92 26.04 moveto
+284 19 lineto
+285.8 29.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 291.92 26.04 moveto
+284 19 lineto
+285.8 29.44 lineto
+closepath stroke
+grestore
+% 24
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+0 167.9 moveto 18 (24) alignedtext
+grestore
+% 24->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 18 163 moveto
+27 154 42 139 52 129 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 54.4 131.55 moveto
+59 122 lineto
+49.45 126.6 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 54.4 131.55 moveto
+59 122 lineto
+49.45 126.6 lineto
+closepath stroke
+grestore
+% 25
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+108 167.9 moveto 18 (25) alignedtext
+grestore
+% 25->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 163 moveto
+125 156 129 145 134 136 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 137.14 137.56 moveto
+138 127 lineto
+130.74 134.72 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 137.14 137.56 moveto
+138 127 lineto
+130.74 134.72 lineto
+closepath stroke
+grestore
+% 26
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+36 167.9 moveto 18 (26) alignedtext
+grestore
+% 26->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 48 163 moveto
+50 156 54 146 57 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 60.48 137.58 moveto
+60 127 lineto
+53.77 135.57 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 60.48 137.58 moveto
+60 127 lineto
+53.77 135.57 lineto
+closepath stroke
+grestore
+% 27
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+144 167.9 moveto 18 (27) alignedtext
+grestore
+% 27->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 151 163 moveto
+150 156 148 146 146 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 149.39 136.12 moveto
+144 127 lineto
+142.53 137.49 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 149.39 136.12 moveto
+144 127 lineto
+142.53 137.49 lineto
+closepath stroke
+grestore
+% 28
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+401 167.9 moveto 18 (28) alignedtext
+grestore
+% 28->0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 409 163 moveto
+408 156 408 146 407 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 410.48 136.6 moveto
+406 127 lineto
+403.51 137.3 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 410.48 136.6 moveto
+406 127 lineto
+403.51 137.3 lineto
+closepath stroke
+grestore
+% 29
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+365 167.9 moveto 18 (29) alignedtext
+grestore
+% 29->2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 374 163 moveto
+374 156 374 146 374 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 377.5 137 moveto
+374 127 lineto
+370.5 137 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 377.5 137 moveto
+374 127 lineto
+370.5 137 lineto
+closepath stroke
+grestore
+% 30
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+72 167.9 moveto 18 (30) alignedtext
+grestore
+% 30->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 78 163 moveto
+76 156 72 146 69 137 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 72.23 135.57 moveto
+66 127 lineto
+65.52 137.58 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 72.23 135.57 moveto
+66 127 lineto
+65.52 137.58 lineto
+closepath stroke
+grestore
+% 31
+gsave
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+180 167.9 moveto 18 (31) alignedtext
+grestore
+% 31->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 181 163 moveto
+173 154 161 141 153 131 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 155.22 128.22 moveto
+146 123 lineto
+149.95 132.83 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 155.22 128.22 moveto
+146 123 lineto
+149.95 132.83 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 463 333
+end
+restore
+%%EOF
--- /dev/null
+\relax
+\ifx\hyper@anchor\@undefined
+\global \let \oldcontentsline\contentsline
+\gdef \contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
+\global \let \oldnewlabel\newlabel
+\gdef \newlabel#1#2{\newlabelxx{#1}#2}
+\gdef \newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
+\AtEndDocument{\let \contentsline\oldcontentsline
+\let \newlabel\oldnewlabel}
+\else
+\global \let \hyper@last\relax
+\fi
+
+\catcode`:\active
+\catcode`;\active
+\catcode`!\active
+\catcode`?\active
+\@writefile{toc}{\beamer@endinputifotherversion {3.10pt}}
+\@writefile{nav}{\beamer@endinputifotherversion {3.10pt}}
+\select@language{french}
+\@writefile{toc}{\select@language{french}}
+\@writefile{lof}{\select@language{french}}
+\@writefile{lot}{\select@language{french}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}}
+\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}}
+\@writefile{toc}{\beamer@sectionintoc {1}{Combinaison synchrone/asynchrone}{8}{0}{1}}
+\@writefile{nav}{\headcommand {\sectionentry {1}{Combinaison synchrone/asynchrone}{8}{Combinaison synchrone/asynchrone}{0}}}
+\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}}
+\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{1}{Plan}{8}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{1}{8}{Plan}}\headcommand {\beamer@subsectionpages {8}{7}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{1}{0}{8/8}{}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{2}{Exemple jouet}{9}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{2}{9}{Exemple jouet}}\headcommand {\beamer@subsectionpages {8}{8}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{2}{1}{9/9}{Exemple jouet}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{3}{Du mode parall\IeC {\`e}le au mode asynchrone}{10}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{3}{10}{Du mode parall\IeC {\`e}le au mode asynchrone}}\headcommand {\beamer@subsectionpages {9}{9}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{3}{1}{10/10}{Du mode parall\IeC {\`e}le au mode asynchrone}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{4}{Iterations de l'exemple jouet}{11}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{4}{11}{Iterations de l'exemple jouet}}\headcommand {\beamer@subsectionpages {10}{10}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{4}{1}{11/14}{Iterations de l'exemple jouet}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {11}{14}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{5}{Mode mixe}{15}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{5}{15}{Mode mixe}}\headcommand {\beamer@subsectionpages {11}{14}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{5}{1}{15/15}{Mode mixe}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{6}{Composantes Connexes de l'exemple jouet}{16}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{6}{16}{Composantes Connexes de l'exemple jouet}}\headcommand {\beamer@subsectionpages {15}{15}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{6}{1}{16/16}{Composantes Connexes de l'exemple jouet}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{7}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}{17}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{7}{17}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}}\headcommand {\beamer@subsectionpages {16}{16}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{7}{1}{17/17}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}}
+\@writefile{toc}{\beamer@subsectionintoc {1}{8}{Exp\IeC {\'e}riences}{18}{0}{1}}
+\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{1}{8}{18}{Exp\IeC {\'e}riences}}\headcommand {\beamer@subsectionpages {17}{17}}}
+\@writefile{nav}{\headcommand {\slideentry {1}{8}{1}{18/18}{Exp\IeC {\'e}riences}{0}}}
+\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}}
+\@writefile{nav}{\headcommand {\beamer@partpages {1}{18}}}
+\@writefile{nav}{\headcommand {\beamer@subsectionpages {18}{18}}}
+\@writefile{nav}{\headcommand {\beamer@sectionpages {8}{18}}}
+\@writefile{nav}{\headcommand {\beamer@documentpages {18}}}
+\@writefile{nav}{\headcommand {\def \inserttotalframenumber {15}}}
--- /dev/null
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.10.16) 5 MAR 2012 22:10
+entering extended mode
+ %&-line parsing enabled.
+**slides_and.tex
+(./slides_and.tex
+LaTeX2e <2009/09/24>
+Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
+yphenation, loaded.
+(/usr/share/texmf/tex/latex/beamer/base/beamer.cls
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty
+Package: beamerbasercs 2010/06/12 (rcs-revision c3821710bb40)
+)
+Document Class: beamer 2010/06/21 development version 3.10 A class for typesett
+ing presentations (rcs-revision a6b1a8434d30)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty
+Package: beamerbasemodes 2010/05/01 (rcs-revision efa082c6111d)
+\beamer@tempbox=\box26
+\beamer@tempcount=\count79
+\c@beamerpauses=\count80
+
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty
+Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
+\beamer@slideinframe=\count81
+\beamer@minimum=\count82
+)
+\beamer@commentbox=\box27
+\beamer@modecount=\count83
+)
+\headheight=\dimen102
+\headdp=\dimen103
+\footheight=\dimen104
+\sidebarheight=\dimen105
+\beamer@tempdim=\dimen106
+\beamer@finalheight=\dimen107
+\beamer@animht=\dimen108
+\beamer@animdp=\dimen109
+\beamer@animwd=\dimen110
+\beamer@leftmargin=\dimen111
+\beamer@rightmargin=\dimen112
+\beamer@leftsidebar=\dimen113
+\beamer@rightsidebar=\dimen114
+\beamer@boxsize=\dimen115
+\beamer@vboxoffset=\dimen116
+\beamer@descdefault=\dimen117
+\beamer@descriptionwidth=\dimen118
+\beamer@lastskip=\skip41
+\beamer@areabox=\box28
+\beamer@animcurrent=\box29
+\beamer@animshowbox=\box30
+\beamer@sectionbox=\box31
+\beamer@logobox=\box32
+\beamer@linebox=\box33
+\beamer@sectioncount=\count84
+\beamer@subsubsectionmax=\count85
+\beamer@subsectionmax=\count86
+\beamer@sectionmax=\count87
+\beamer@totalheads=\count88
+\beamer@headcounter=\count89
+\beamer@partstartpage=\count90
+\beamer@sectionstartpage=\count91
+\beamer@subsectionstartpage=\count92
+\beamer@animationtempa=\count93
+\beamer@animationtempb=\count94
+\beamer@xpos=\count95
+\beamer@ypos=\count96
+\beamer@showpartnumber=\count97
+\beamer@currentsubsection=\count98
+\beamer@coveringdepth=\count99
+\beamer@sectionadjust=\count100
+\beamer@tocsectionnumber=\count101
+
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
+Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6)
+
+(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
+Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
+\KV@toks@=\toks14
+))
+\beamer@paperwidth=\skip42
+\beamer@paperheight=\skip43
+
+(/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty
+Package: geometry 2008/12/21 v4.2 Page Geometry
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty
+Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
+Package ifpdf Info: pdfTeX in pdf mode detected.
+)
+(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty
+Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
+Package ifvtex Info: VTeX not detected.
+)
+\Gm@cnth=\count102
+\Gm@cntv=\count103
+\c@Gm@tempcnt=\count104
+\Gm@bindingoffset=\dimen119
+\Gm@wd@mp=\dimen120
+\Gm@odd@mp=\dimen121
+\Gm@even@mp=\dimen122
+\Gm@dimlist=\toks15
+)
+(/usr/share/texmf-texlive/tex/latex/base/size11.clo
+File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
+)
+(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
+(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
+Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
+Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
+Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
+)
+(/etc/texmf/tex/latex/config/graphics.cfg
+File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
+)
+Package graphics Info: Driver file: pdftex.def on input line 91.
+
+(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
+File: pdftex.def 2010/03/12 v0.04p Graphics/color for pdfTeX
+\Gread@gobject=\count105
+))
+\Gin@req@height=\dimen123
+\Gin@req@width=\dimen124
+)
+(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
+(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
+(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
+\pgfutil@everybye=\toks16
+)
+(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def
+\pgfutil@abb=\box34
+
+(/usr/share/texmf-texlive/tex/latex/ms/everyshi.sty
+Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
+))
+(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
+Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
+))
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
+Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
+
+(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
+\pgfkeys@pathtoks=\toks17
+\pgfkeys@temptoks=\toks18
+
+(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
+\pgfkeys@tmptoks=\toks19
+))
+\pgf@x=\dimen125
+\pgf@y=\dimen126
+\pgf@xa=\dimen127
+\pgf@ya=\dimen128
+\pgf@xb=\dimen129
+\pgf@yb=\dimen130
+\pgf@xc=\dimen131
+\pgf@yc=\dimen132
+\w@pgf@writea=\write3
+\r@pgf@reada=\read1
+\c@pgf@counta=\count106
+\c@pgf@countb=\count107
+\c@pgf@countc=\count108
+\c@pgf@countd=\count109
+
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
+File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
+)
+Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.
+
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
+File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
+
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
+File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
+)))
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
+File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
+\pgfsyssoftpath@smallbuffer@items=\count110
+\pgfsyssoftpath@bigbuffer@items=\count111
+)
+(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
+File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
+))
+(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
+Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
+
+(/etc/texmf/tex/latex/config/color.cfg
+File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
+)
+Package xcolor Info: Driver file: pdftex.def on input line 225.
+Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
+Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
+Package xcolor Info: Model `RGB' extended on input line 1353.
+Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
+Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
+Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
+Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
+Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
+Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
+Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
+
+(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
+\pgfmath@dimen=\dimen133
+\pgfmath@count=\count112
+\pgfmath@box=\box35
+\pgfmath@toks=\toks20
+\pgfmath@stack@operand=\toks21
+\pgfmath@stack@operation=\toks22
+)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)))
+(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex
+\c@pgfmathroundto@lastzeros=\count113
+))
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
+File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
+\pgf@picminx=\dimen134
+\pgf@picmaxx=\dimen135
+\pgf@picminy=\dimen136
+\pgf@picmaxy=\dimen137
+\pgf@pathminx=\dimen138
+\pgf@pathmaxx=\dimen139
+\pgf@pathminy=\dimen140
+\pgf@pathmaxy=\dimen141
+\pgf@xx=\dimen142
+\pgf@xy=\dimen143
+\pgf@yx=\dimen144
+\pgf@yy=\dimen145
+\pgf@zx=\dimen146
+\pgf@zy=\dimen147
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
+File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
+\pgf@path@lastx=\dimen148
+\pgf@path@lasty=\dimen149
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
+File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
+\pgf@shorten@end@additional=\dimen150
+\pgf@shorten@start@additional=\dimen151
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
+File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
+\pgfpic=\box36
+\pgf@hbox=\box37
+\pgf@layerbox@main=\box38
+\pgf@picture@serial@count=\count114
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
+File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
+\pgflinewidth=\dimen152
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
+File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
+\pgf@pt@x=\dimen153
+\pgf@pt@y=\dimen154
+\pgf@pt@temp=\dimen155
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
+File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
+File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
+File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
+File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
+\pgf@max=\dimen156
+\pgf@sys@shading@range@num=\count115
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
+File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
+
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
+File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
+\pgfexternal@startupbox=\box39
+))
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
+File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
+)
+(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
+File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
+)))
+(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty
+Package: xxcolor 2003/10/24 ver 0.1
+\XC@nummixins=\count116
+\XC@countmixins=\count117
+)
+(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
+Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX
+
+(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
+Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
+)
+(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
+Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
+O)
+
+(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty
+Package: xcolor-patch 2009/10/02 xcolor patch
+))
+\@linkdim=\dimen157
+\Hy@linkcounter=\count118
+\Hy@pagecounter=\count119
+
+(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
+File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
+)
+(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
+Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
+Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
+)
+Package etexcmds Info: Could not find \expanded.
+(etexcmds) That can mean that you are not using pdfTeX 1.50 or
+(etexcmds) that some package has redefined \expanded.
+(etexcmds) In the latter case, load this package earlier.
+)
+(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg
+File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
+)
+(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
+Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
+Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
+t (HO)
+))
+Package hyperref Info: Option `bookmarks' set `true' on input line 2864.
+Package hyperref Info: Option `bookmarksopen' set `true' on input line 2864.
+Package hyperref Info: Option `implicit' set `false' on input line 2864.
+Package hyperref Info: Hyper figures OFF on input line 2975.
+Package hyperref Info: Link nesting OFF on input line 2980.
+Package hyperref Info: Hyper index ON on input line 2983.
+Package hyperref Info: Plain pages OFF on input line 2990.
+Package hyperref Info: Backreferencing OFF on input line 2995.
+
+Implicit mode OFF; no redefinition of LaTeX internals
+Package hyperref Info: Bookmarks ON on input line 3191.
+(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
+\Urlmuskip=\muskip10
+Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line 3428.
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
+Package: bitset 2007/09/28 v1.0 Data type bit set (HO)
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty
+Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
+)
+(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
+Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
+Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
+ (HO)
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
+Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
+Package ifluatex Info: LuaTeX not detected.
+)
+(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty
+Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
+)
+)
+Package pdftexcmds Info: LuaTeX not detected.
+Package pdftexcmds Info: \pdf@primitive is available.
+Package pdftexcmds Info: \pdf@ifprimitive is available.
+)))
+\Fld@menulength=\count120
+\Field@Width=\dimen158
+\Fld@charsize=\dimen159
+\Field@toks=\toks23
+Package hyperref Info: Hyper figures OFF on input line 4377.
+Package hyperref Info: Link nesting OFF on input line 4382.
+Package hyperref Info: Hyper index ON on input line 4385.
+Package hyperref Info: backreferencing OFF on input line 4392.
+Package hyperref Info: Link coloring OFF on input line 4397.
+Package hyperref Info: Link coloring with OCG OFF on input line 4402.
+Package hyperref Info: PDF/A mode OFF on input line 4407.
+
+(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty
+Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
+)
+\Hy@abspage=\count121
+
+Hyperref stopped early
+)
+*hyperref using default driver hpdftex*
+(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def
+File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX
+\Fld@listcount=\count122
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty
+Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d)
+
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
+Package: beamerbasecompatibility 2010/07/12 (rcs-revision 6648c3177e4e)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty
+Package: beamerbasefont 2010/05/10 (rcs-revision cd36e8a33c6b)
+
+(/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty
+Package: amssymb 2009/06/22 v3.00
+
+(/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty
+Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
+\@emptytoks=\toks24
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
+(Font) U/euf/m/n --> U/euf/b/n on input line 96.
+)))
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty
+Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42)
+
+(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty
+Package: translator 2010/06/12 ver 1.10
+
+(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings
+.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty
+Package: beamerbasemisc 2010/06/06 (rcs-revision bff0a9294b45)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
+Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty
+Package: beamerbaseoverlay 2010/05/07 (rcs-revision 5584dad462a9)
+\beamer@argscount=\count123
+\beamer@lastskipcover=\skip44
+\beamer@trivlistdepth=\count124
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty
+Package: beamerbasetitle 2010/06/12 (rcs-revision 717e481ca47a)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty
+Package: beamerbasesection 2010/06/17 (rcs-revision e0d9401bb743)
+\c@lecture=\count125
+\c@part=\count126
+\c@section=\count127
+\c@subsection=\count128
+\c@subsubsection=\count129
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty
+Package: beamerbaseframe 2010/06/06 (rcs-revision bff0a9294b45)
+\beamer@framebox=\box40
+\beamer@frametitlebox=\box41
+\beamer@zoombox=\box42
+\beamer@zoomcount=\count130
+\beamer@zoomframecount=\count131
+\beamer@frametextheight=\dimen160
+\c@subsectionslide=\count132
+\beamer@frametopskip=\skip45
+\beamer@framebottomskip=\skip46
+\beamer@frametopskipautobreak=\skip47
+\beamer@framebottomskipautobreak=\skip48
+\beamer@envbody=\toks25
+\c@framenumber=\count133
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
+Package: beamerbaseverbatim 2010/05/01 (rcs-revision efa082c6111d)
+\beamer@verbatimfileout=\write4
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty
+Package: beamerbaseframesize 2010/06/27 (rcs-revision 6baa2d92e6f1)
+\beamer@splitbox=\box43
+\beamer@autobreakcount=\count134
+\beamer@autobreaklastheight=\dimen161
+\beamer@frametitletoks=\toks26
+\beamer@framesubtitletoks=\toks27
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
+Package: beamerbaseframecomponents 2010/07/12 (rcs-revision 09e82992d9b1)
+\beamer@footins=\box44
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty
+Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty
+Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d)
+\beamer@frameboxcopy=\box45
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty
+Package: beamerbasetoc 2010/06/11 (rcs-revision 242ecaa6783b)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
+Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d)
+\beamer@sbttoks=\toks28
+
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
+Package: beamerbaseauxtemplates 2010/05/01 (rcs-revision efa082c6111d)
+
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty
+Package: beamerbaseboxes 2010/05/01 (rcs-revision efa082c6111d)
+\bmb@box=\box46
+\bmb@colorbox=\box47
+\bmb@boxshadow=\box48
+\bmb@boxshadowball=\box49
+\bmb@boxshadowballlarge=\box50
+\bmb@temp=\dimen162
+\bmb@dima=\dimen163
+\bmb@dimb=\dimen164
+\bmb@prevheight=\dimen165
+)
+\beamer@blockheadheight=\dimen166
+))
+(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
+Package: beamerbaselocalstructure 2010/06/01 (rcs-revision 81f9e33f7cc2)
+
+(/usr/share/texmf-texlive/tex/latex/tools/enumerate.sty
+Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
+\@enLab=\toks29
+)
+\c@figure=\count135
+\c@table=\count136
+\abovecaptionskip=\skip49
+\belowcaptionskip=\skip50
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
+Package: beamerbasenavigation 2010/05/01 (rcs-revision efa082c6111d)
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
+Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d)
+
+(/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
+Package: amsmath 2000/07/18 v2.13 AMS math features
+\@mathmargin=\skip51
+
+For additional information on amsmath, use the `?' option.
+(/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty
+Package: amstext 2000/06/29 v2.01
+
+(/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty
+File: amsgen.sty 1999/11/30 v2.0
+\@emptytoks=\toks30
+\ex@=\dimen167
+))
+(/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
+Package: amsbsy 1999/11/29 v1.2d
+\pmbraise@=\dimen168
+)
+(/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
+Package: amsopn 1999/12/14 v2.01 operator names
+)
+\inf@bad=\count137
+LaTeX Info: Redefining \frac on input line 211.
+\uproot@=\count138
+\leftroot@=\count139
+LaTeX Info: Redefining \overline on input line 307.
+\classnum@=\count140
+\DOTSCASE@=\count141
+LaTeX Info: Redefining \ldots on input line 379.
+LaTeX Info: Redefining \dots on input line 382.
+LaTeX Info: Redefining \cdots on input line 467.
+\Mathstrutbox@=\box51
+\strutbox@=\box52
+\big@size=\dimen169
+LaTeX Font Info: Redeclaring font encoding OML on input line 567.
+LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
+\macc@depth=\count142
+\c@MaxMatrixCols=\count143
+\dotsspace@=\muskip11
+\c@parentequation=\count144
+\dspbrk@lvl=\count145
+\tag@help=\toks31
+\row@=\count146
+\column@=\count147
+\maxfields@=\count148
+\andhelp@=\toks32
+\eqnshift@=\dimen170
+\alignsep@=\dimen171
+\tagshift@=\dimen172
+\tagwidth@=\dimen173
+\totwidth@=\dimen174
+\lineht@=\dimen175
+\@envbody=\toks33
+\multlinegap=\skip52
+\multlinetaggap=\skip53
+\mathdisplay@stack=\toks34
+LaTeX Info: Redefining \[ on input line 2666.
+LaTeX Info: Redefining \] on input line 2667.
+)
+(/usr/share/texmf-texlive/tex/latex/amscls/amsthm.sty
+Package: amsthm 2004/08/06 v2.20
+\thm@style=\toks35
+\thm@bodyfont=\toks36
+\thm@headfont=\toks37
+\thm@notefont=\toks38
+\thm@headpunct=\toks39
+\thm@preskip=\skip54
+\thm@postskip=\skip55
+\thm@headsep=\skip56
+\dth@everypar=\toks40
+)
+\c@theorem=\count149
+)
+(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty
+Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d)
+))
+(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty
+Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
+
+(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty
+Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
+)
+(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st
+y
+Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
+)
+(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st
+y
+Package: beamerinnerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
+\beamer@dima=\dimen176
+\beamer@dimb=\dimen177
+)
+(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st
+y
+Package: beamerouterthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
+))) (/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemeWarsaw.sty
+Package: beamerthemeWarsaw 2010/06/17 (rcs-revision d02a7cf4d8ae)
+
+(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemerounded.st
+y
+Package: beamerinnerthemerounded 2010/06/17 (rcs-revision d02a7cf4d8ae)
+)
+(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemeshadow.sty
+Package: beamerouterthemeshadow 2010/06/17 (rcs-revision d02a7cf4d8ae)
+(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemesplit.sty
+Package: beamerouterthemesplit 2010/06/17 (rcs-revision d02a7cf4d8ae)
+))
+(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemeorchid.sty
+Package: beamercolorthemeorchid 2010/06/17 (rcs-revision d02a7cf4d8ae)
+)
+(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemewhale.sty
+Package: beamercolorthemewhale 2010/06/17 (rcs-revision d02a7cf4d8ae)
+)) (/usr/share/texmf-texlive/tex/generic/thumbpdf/thumbpdf.sty
+Package: thumbpdf 2008/04/16 v3.10 Inclusion of thumbnails (HO)
+
+
+Package thumbpdf Warning: Thumbnail data file `slides_and.tpt' not found.
+
+) (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
+Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
+
+(/usr/share/texmf-texlive/tex/latex/base/t1enc.def
+File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
+LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
+))
+(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
+Package: inputenc 2008/03/30 v1.1d Input encoding file
+\inpenc@prehook=\toks41
+\inpenc@posthook=\toks42
+
+(/usr/share/texmf-texlive/tex/latex/base/utf8.def
+File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
+Now handling font encoding OML ...
+... no UTF-8 mapping file for font encoding OML
+Now handling font encoding T1 ...
+... processing UTF-8 mapping file for font encoding T1
+
+(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu
+File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
+ defining Unicode char U+00A1 (decimal 161)
+ defining Unicode char U+00A3 (decimal 163)
+ defining Unicode char U+00AB (decimal 171)
+ defining Unicode char U+00BB (decimal 187)
+ defining Unicode char U+00BF (decimal 191)
+ defining Unicode char U+00C0 (decimal 192)
+ defining Unicode char U+00C1 (decimal 193)
+ defining Unicode char U+00C2 (decimal 194)
+ defining Unicode char U+00C3 (decimal 195)
+ defining Unicode char U+00C4 (decimal 196)
+ defining Unicode char U+00C5 (decimal 197)
+ defining Unicode char U+00C6 (decimal 198)
+ defining Unicode char U+00C7 (decimal 199)
+ defining Unicode char U+00C8 (decimal 200)
+ defining Unicode char U+00C9 (decimal 201)
+ defining Unicode char U+00CA (decimal 202)
+ defining Unicode char U+00CB (decimal 203)
+ defining Unicode char U+00CC (decimal 204)
+ defining Unicode char U+00CD (decimal 205)
+ defining Unicode char U+00CE (decimal 206)
+ defining Unicode char U+00CF (decimal 207)
+ defining Unicode char U+00D0 (decimal 208)
+ defining Unicode char U+00D1 (decimal 209)
+ defining Unicode char U+00D2 (decimal 210)
+ defining Unicode char U+00D3 (decimal 211)
+ defining Unicode char U+00D4 (decimal 212)
+ defining Unicode char U+00D5 (decimal 213)
+ defining Unicode char U+00D6 (decimal 214)
+ defining Unicode char U+00D8 (decimal 216)
+ defining Unicode char U+00D9 (decimal 217)
+ defining Unicode char U+00DA (decimal 218)
+ defining Unicode char U+00DB (decimal 219)
+ defining Unicode char U+00DC (decimal 220)
+ defining Unicode char U+00DD (decimal 221)
+ defining Unicode char U+00DE (decimal 222)
+ defining Unicode char U+00DF (decimal 223)
+ defining Unicode char U+00E0 (decimal 224)
+ defining Unicode char U+00E1 (decimal 225)
+ defining Unicode char U+00E2 (decimal 226)
+ defining Unicode char U+00E3 (decimal 227)
+ defining Unicode char U+00E4 (decimal 228)
+ defining Unicode char U+00E5 (decimal 229)
+ defining Unicode char U+00E6 (decimal 230)
+ defining Unicode char U+00E7 (decimal 231)
+ defining Unicode char U+00E8 (decimal 232)
+ defining Unicode char U+00E9 (decimal 233)
+ defining Unicode char U+00EA (decimal 234)
+ defining Unicode char U+00EB (decimal 235)
+ defining Unicode char U+00EC (decimal 236)
+ defining Unicode char U+00ED (decimal 237)
+ defining Unicode char U+00EE (decimal 238)
+ defining Unicode char U+00EF (decimal 239)
+ defining Unicode char U+00F0 (decimal 240)
+ defining Unicode char U+00F1 (decimal 241)
+ defining Unicode char U+00F2 (decimal 242)
+ defining Unicode char U+00F3 (decimal 243)
+ defining Unicode char U+00F4 (decimal 244)
+ defining Unicode char U+00F5 (decimal 245)
+ defining Unicode char U+00F6 (decimal 246)
+ defining Unicode char U+00F8 (decimal 248)
+ defining Unicode char U+00F9 (decimal 249)
+ defining Unicode char U+00FA (decimal 250)
+ defining Unicode char U+00FB (decimal 251)
+ defining Unicode char U+00FC (decimal 252)
+ defining Unicode char U+00FD (decimal 253)
+ defining Unicode char U+00FE (decimal 254)
+ defining Unicode char U+00FF (decimal 255)
+ defining Unicode char U+0102 (decimal 258)
+ defining Unicode char U+0103 (decimal 259)
+ defining Unicode char U+0104 (decimal 260)
+ defining Unicode char U+0105 (decimal 261)
+ defining Unicode char U+0106 (decimal 262)
+ defining Unicode char U+0107 (decimal 263)
+ defining Unicode char U+010C (decimal 268)
+ defining Unicode char U+010D (decimal 269)
+ defining Unicode char U+010E (decimal 270)
+ defining Unicode char U+010F (decimal 271)
+ defining Unicode char U+0110 (decimal 272)
+ defining Unicode char U+0111 (decimal 273)
+ defining Unicode char U+0118 (decimal 280)
+ defining Unicode char U+0119 (decimal 281)
+ defining Unicode char U+011A (decimal 282)
+ defining Unicode char U+011B (decimal 283)
+ defining Unicode char U+011E (decimal 286)
+ defining Unicode char U+011F (decimal 287)
+ defining Unicode char U+0130 (decimal 304)
+ defining Unicode char U+0131 (decimal 305)
+ defining Unicode char U+0132 (decimal 306)
+ defining Unicode char U+0133 (decimal 307)
+ defining Unicode char U+0139 (decimal 313)
+ defining Unicode char U+013A (decimal 314)
+ defining Unicode char U+013D (decimal 317)
+ defining Unicode char U+013E (decimal 318)
+ defining Unicode char U+0141 (decimal 321)
+ defining Unicode char U+0142 (decimal 322)
+ defining Unicode char U+0143 (decimal 323)
+ defining Unicode char U+0144 (decimal 324)
+ defining Unicode char U+0147 (decimal 327)
+ defining Unicode char U+0148 (decimal 328)
+ defining Unicode char U+014A (decimal 330)
+ defining Unicode char U+014B (decimal 331)
+ defining Unicode char U+0150 (decimal 336)
+ defining Unicode char U+0151 (decimal 337)
+ defining Unicode char U+0152 (decimal 338)
+ defining Unicode char U+0153 (decimal 339)
+ defining Unicode char U+0154 (decimal 340)
+ defining Unicode char U+0155 (decimal 341)
+ defining Unicode char U+0158 (decimal 344)
+ defining Unicode char U+0159 (decimal 345)
+ defining Unicode char U+015A (decimal 346)
+ defining Unicode char U+015B (decimal 347)
+ defining Unicode char U+015E (decimal 350)
+ defining Unicode char U+015F (decimal 351)
+ defining Unicode char U+0160 (decimal 352)
+ defining Unicode char U+0161 (decimal 353)
+ defining Unicode char U+0162 (decimal 354)
+ defining Unicode char U+0163 (decimal 355)
+ defining Unicode char U+0164 (decimal 356)
+ defining Unicode char U+0165 (decimal 357)
+ defining Unicode char U+016E (decimal 366)
+ defining Unicode char U+016F (decimal 367)
+ defining Unicode char U+0170 (decimal 368)
+ defining Unicode char U+0171 (decimal 369)
+ defining Unicode char U+0178 (decimal 376)
+ defining Unicode char U+0179 (decimal 377)
+ defining Unicode char U+017A (decimal 378)
+ defining Unicode char U+017B (decimal 379)
+ defining Unicode char U+017C (decimal 380)
+ defining Unicode char U+017D (decimal 381)
+ defining Unicode char U+017E (decimal 382)
+ defining Unicode char U+200C (decimal 8204)
+ defining Unicode char U+2013 (decimal 8211)
+ defining Unicode char U+2014 (decimal 8212)
+ defining Unicode char U+2018 (decimal 8216)
+ defining Unicode char U+2019 (decimal 8217)
+ defining Unicode char U+201A (decimal 8218)
+ defining Unicode char U+201C (decimal 8220)
+ defining Unicode char U+201D (decimal 8221)
+ defining Unicode char U+201E (decimal 8222)
+ defining Unicode char U+2030 (decimal 8240)
+ defining Unicode char U+2031 (decimal 8241)
+ defining Unicode char U+2039 (decimal 8249)
+ defining Unicode char U+203A (decimal 8250)
+ defining Unicode char U+2423 (decimal 9251)
+)
+Now handling font encoding OT1 ...
+... processing UTF-8 mapping file for font encoding OT1
+
+(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu
+File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
+ defining Unicode char U+00A1 (decimal 161)
+ defining Unicode char U+00A3 (decimal 163)
+ defining Unicode char U+00B8 (decimal 184)
+ defining Unicode char U+00BF (decimal 191)
+ defining Unicode char U+00C5 (decimal 197)
+ defining Unicode char U+00C6 (decimal 198)
+ defining Unicode char U+00D8 (decimal 216)
+ defining Unicode char U+00DF (decimal 223)
+ defining Unicode char U+00E6 (decimal 230)
+ defining Unicode char U+00EC (decimal 236)
+ defining Unicode char U+00ED (decimal 237)
+ defining Unicode char U+00EE (decimal 238)
+ defining Unicode char U+00EF (decimal 239)
+ defining Unicode char U+00F8 (decimal 248)
+ defining Unicode char U+0131 (decimal 305)
+ defining Unicode char U+0141 (decimal 321)
+ defining Unicode char U+0142 (decimal 322)
+ defining Unicode char U+0152 (decimal 338)
+ defining Unicode char U+0153 (decimal 339)
+ defining Unicode char U+2013 (decimal 8211)
+ defining Unicode char U+2014 (decimal 8212)
+ defining Unicode char U+2018 (decimal 8216)
+ defining Unicode char U+2019 (decimal 8217)
+ defining Unicode char U+201C (decimal 8220)
+ defining Unicode char U+201D (decimal 8221)
+)
+Now handling font encoding OMS ...
+... processing UTF-8 mapping file for font encoding OMS
+
+(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu
+File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
+ defining Unicode char U+00A7 (decimal 167)
+ defining Unicode char U+00B6 (decimal 182)
+ defining Unicode char U+00B7 (decimal 183)
+ defining Unicode char U+2020 (decimal 8224)
+ defining Unicode char U+2021 (decimal 8225)
+ defining Unicode char U+2022 (decimal 8226)
+)
+Now handling font encoding OMX ...
+... no UTF-8 mapping file for font encoding OMX
+Now handling font encoding U ...
+... no UTF-8 mapping file for font encoding U
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+ defining Unicode char U+00A9 (decimal 169)
+ defining Unicode char U+00AA (decimal 170)
+ defining Unicode char U+00AE (decimal 174)
+ defining Unicode char U+00BA (decimal 186)
+ defining Unicode char U+02C6 (decimal 710)
+ defining Unicode char U+02DC (decimal 732)
+ defining Unicode char U+200C (decimal 8204)
+ defining Unicode char U+2026 (decimal 8230)
+ defining Unicode char U+2122 (decimal 8482)
+ defining Unicode char U+2423 (decimal 9251)
+))
+(/usr/share/texmf-texlive/tex/latex/tools/tabularx.sty
+Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
+
+(/usr/share/texmf-texlive/tex/latex/tools/array.sty
+Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
+\col@sep=\dimen178
+\extrarowheight=\dimen179
+\NC@list=\toks43
+\extratabsurround=\skip57
+\backup@length=\skip58
+)
+\TX@col@width=\dimen180
+\TX@old@table=\dimen181
+\TX@old@col=\dimen182
+\TX@target=\dimen183
+\TX@delta=\dimen184
+\TX@cols=\count150
+\TX@ftn=\toks44
+)
+(/usr/share/texmf/tex/latex/lm/lmodern.sty
+Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
+LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
+(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
+(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
+(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
+LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
+(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
+(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
+(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
+)
+(/usr/share/texmf-texlive/tex/generic/babel/babel.sty
+Package: babel 2008/07/06 v3.8l The Babel package
+
+(/usr/share/texmf-texlive/tex/generic/babel/frenchb.ldf
+Language: frenchb 2009/03/16 v2.3d French support from the babel system
+
+(/usr/share/texmf-texlive/tex/generic/babel/babel.def
+File: babel.def 2008/07/06 v3.8l Babel common definitions
+LaTeX Info: Redefining \textlatin on input line 82.
+\babel@savecnt=\count151
+\U@D=\dimen185
+)
+
+Package babel Warning: No hyphenation patterns were loaded for
+(babel) the language `French'
+(babel) I will use the patterns loaded for \language=0 instead.
+
+\l@french = a dialect from \language0
+Package babel Info: Making : an active character on input line 120.
+Package babel Info: Making ; an active character on input line 121.
+Package babel Info: Making ! an active character on input line 122.
+Package babel Info: Making ? an active character on input line 123.
+\FB@Mht=\dimen186
+\std@mcc=\count152
+\dec@mcc=\count153
+\parindentFFN=\dimen187
+*************************************
+* Local config file frenchb.cfg used
+*
+(/usr/share/texmf-texlive/tex/generic/babel/frenchb.cfg)))
+(/usr/share/texmf-texlive/tex/latex/carlisle/scalefnt.sty)
+(/usr/share/texmf-texlive/tex/latex/rotating/rotating.sty
+Package: rotating 2009/03/28 v2.16a rotated objects in LaTeX
+
+(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty
+Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
+)
+\c@r@tfl@t=\count154
+\rotFPtop=\skip59
+\rotFPbot=\skip60
+\rot@float@box=\box53
+\rot@mess@toks=\toks45
+)
+(/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.sty
+Package: subfigure 2002/03/15 v2.1.5 subfigure package
+\subfigtopskip=\skip61
+\subfigcapskip=\skip62
+\subfigcaptopadj=\dimen188
+\subfigbottomskip=\skip63
+\subfigcapmargin=\dimen189
+\subfiglabelskip=\skip64
+\c@subfigure=\count155
+\c@lofdepth=\count156
+\c@subtable=\count157
+\c@lotdepth=\count158
+
+****************************************
+* Local config file subfigure.cfg used *
+****************************************
+(/usr/share/texmf-texlive/tex/latex/subfigure/subfigure.cfg)
+\subfig@top=\skip65
+\subfig@bottom=\skip66
+) (./slides_and.aux)
+\openout1 = `slides_and.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 85.
+LaTeX Font Info: ... okay on input line 85.
+LaTeX Font Info: Try loading font information for T1+lmss on input line 85.
+ (/usr/share/texmf/tex/latex/lm/t1lmss.fd
+File: t1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
+)
+*geometry auto-detecting driver*
+*geometry detected driver: pdftex*
+-------------------- Geometry parameters
+paper: user defined
+landscape: --
+twocolumn: --
+twoside: --
+asymmetric: --
+h-parts: 28.45274pt, 307.28987pt, 28.45274pt
+v-parts: 0.0pt, 273.14662pt, 0.0pt
+hmarginratio: --
+vmarginratio: --
+lines: --
+heightrounded: --
+bindingoffset: 0.0pt
+truedimen: --
+includehead: true
+includefoot: true
+includemp: --
+driver: pdftex
+-------------------- Page layout dimensions and switches
+\paperwidth 364.19536pt
+\paperheight 273.14662pt
+\textwidth 307.28987pt
+\textheight 244.6939pt
+\oddsidemargin -43.81725pt
+\evensidemargin -43.81725pt
+\topmargin -72.26999pt
+\headheight 14.22636pt
+\headsep 0.0pt
+\footskip 14.22636pt
+\marginparwidth 4.0pt
+\marginparsep 10.0pt
+\columnsep 10.0pt
+\skip\footins 10.0pt plus 4.0pt minus 2.0pt
+\hoffset 0.0pt
+\voffset 0.0pt
+\mag 1000
+
+(1in=72.27pt, 1cm=28.45pt)
+-----------------------
+(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count159
+\scratchdimen=\dimen190
+\scratchbox=\box54
+\nofMPsegments=\count160
+\nofMParguments=\count161
+\everyMPshowfont=\toks46
+\MPscratchCnt=\count162
+\MPscratchDim=\dimen191
+\MPnumerator=\count163
+\everyMPtoPDFconversion=\toks47
+) ABD: EveryShipout initializing macros
+Package hyperref Info: Link coloring OFF on input line 85.
+
+(/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
+Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section
+
+(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty
+Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
+)
+\c@section@level=\count164
+)
+LaTeX Info: Redefining \ref on input line 85.
+LaTeX Info: Redefining \pageref on input line 85.
+ (./slides_and.out)
+(./slides_and.out)
+\@outlinefile=\write5
+\openout5 = `slides_and.out'.
+
+\AtBeginShipoutBox=\box55
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/lmr/m/n --> OT1/cmss/m/n on input line 85.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/lmr/bx/n --> OT1/cmss/bx/n on input line 85.
+\symnumbers=\mathgroup6
+\sympureletters=\mathgroup7
+LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
+(Font) OT1/cmss/m/n --> T1/lmr/m/n on input line 85.
+LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/lmr/bx/n --> T1/lmss/bx/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/lmr/bx/n --> T1/lmss/bx/n on input line 85.
+LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/lmss/m/n --> T1/lmss/m/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/lmss/bx/n --> T1/lmss/m/n on input line 85.
+LaTeX Font Info: Redeclaring math alphabet \mathit on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/lmr/m/it --> T1/lmss/m/it on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/lmr/bx/it --> T1/lmss/m/it on input line 85.
+LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/lmtt/m/n --> T1/lmtt/m/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/lmtt/m/n --> T1/lmtt/m/n on input line 85.
+LaTeX Font Info: Overwriting symbol font `numbers' in version `bold'
+(Font) T1/lmss/m/n --> T1/lmss/bx/n on input line 85.
+LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold'
+(Font) T1/lmss/m/it --> T1/lmss/bx/it on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
+(Font) OT1/cmss/bx/n --> T1/lmr/bx/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) T1/lmss/bx/n --> T1/lmss/bx/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) T1/lmss/m/n --> T1/lmss/bx/n on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) T1/lmss/m/it --> T1/lmss/bx/it on input line 85.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) T1/lmtt/m/n --> T1/lmtt/bx/n on input line 85.
+
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti
+onary/translator-basic-dictionary-English.dict
+Dictionary: translator-basic-dictionary, Language: English
+)
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph
+y-dictionary/translator-bibliography-dictionary-English.dict
+Dictionary: translator-bibliography-dictionary, Language: English
+)
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment
+-dictionary/translator-environment-dictionary-English.dict
+Dictionary: translator-environment-dictionary, Language: English
+)
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict
+ionary/translator-months-dictionary-English.dict
+Dictionary: translator-months-dictionary, Language: English
+)
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic
+tionary/translator-numbers-dictionary-English.dict
+Dictionary: translator-numbers-dictionary, Language: English
+)
+(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic
+tionary/translator-theorem-dictionary-English.dict
+Dictionary: translator-theorem-dictionary, Language: English
+)
+LaTeX Info: Redefining \degres on input line 85.
+LaTeX Info: Redefining \dots on input line 85.
+LaTeX Info: Redefining \up on input line 85.
+ (./slides_and.nav) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}
+
+] [2
+
+]
+<asynchro-1.pdf, id=122, 428.60126pt x 192.72pt>
+File: asynchro-1.pdf Graphic file (type pdf)
+ <use asynchro-1.pdf> [3
+
+ <./asynchro-1.pdf>] [4
+
+] [5
+
+] [6
+
+] [7
+
+] (./slides_and.toc)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[8
+
+] (./introRunning.tex
+LaTeX Font Info: Try loading font information for OML+lmm on input line 3.
+ (/usr/share/texmf/tex/latex/lm/omllmm.fd
+File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
+)
+LaTeX Font Info: Try loading font information for OMS+lmsy on input line 3.
+
+(/usr/share/texmf/tex/latex/lm/omslmsy.fd
+File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
+)
+LaTeX Font Info: Try loading font information for OMX+lmex on input line 3.
+
+(/usr/share/texmf/tex/latex/lm/omxlmex.fd
+File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
+)
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <10.95> on input line 3.
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <8> on input line 3.
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <6> on input line 3.
+LaTeX Font Info: Try loading font information for U+msa on input line 3.
+
+(/usr/share/texmf-texlive/tex/latex/amsfonts/umsa.fd
+File: umsa.fd 2009/06/22 v3.00 AMS symbols A
+)
+LaTeX Font Info: Try loading font information for U+msb on input line 3.
+
+(/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd
+File: umsb.fd 2009/06/22 v3.00 AMS symbols B
+)
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <10.95> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 3.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <8> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 3.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <6> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 3.
+)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[9
+
+] (./introModes.tex
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <10> on input line 6.
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <7> on input line 6.
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <5> on input line 6.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <10> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 6.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <7> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 6.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <5> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 6.
+LaTeX Font Info: Try loading font information for T1+lmr on input line 14.
+ (/usr/share/texmf/tex/latex/lm/t1lmr.fd
+File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
+))
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[10
+
+] (./introRIter.tex
+<para_iterate_dec.pdf, id=388, 503.8825pt x 300.12125pt>
+File: para_iterate_dec.pdf Graphic file (type pdf)
+
+<use para_iterate_dec.pdf>)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[11
+
+ <./para_iterate_dec.pdf>] (./introRIter.tex
+<chao_iterate_excerpt.pdf, id=430, 322.20375pt x 170.6375pt>
+File: chao_iterate_excerpt.pdf Graphic file (type pdf)
+
+<use chao_iterate_excerpt.pdf>)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[12
+
+ <./chao_iterate_excerpt.pdf>] (./introRIter.tex)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[13
+
+] (./introRIter.tex)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[14
+
+] (./combMixed.tex
+LaTeX Font Info: External font `lmex10' loaded for size
+(Font) <9> on input line 12.
+LaTeX Font Info: Font shape `T1/lmss/m/it' in size <9> not available
+(Font) Font shape `T1/lmss/m/sl' tried instead on input line 12.
+)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[15
+
+] (./combMXpl.tex <xplgraph.pdf, id=581, 170.6375pt x 260.975pt>
+File: xplgraph.pdf Graphic file (type pdf)
+
+<use xplgraph.pdf>)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[16
+
+ <./xplgraph.pdf>] (./combMixedTheo.tex)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[17
+
+] (./combMExp.tex
+<xpl_iteration_final.pdf, id=656, 728.7225pt x 186.6975pt>
+File: xpl_iteration_final.pdf Graphic file (type pdf)
+
+<use xpl_iteration_final.pdf>)
+Overfull \hbox (354.63383pt too wide) has occurred while \output is active
+[] [] [] [] [] [] [] [] [] [] []
+ []
+
+[18
+
+ <./xpl_iteration_final.pdf>]
+\tf@nav=\write6
+\openout6 = `slides_and.nav'.
+
+\tf@toc=\write7
+\openout7 = `slides_and.toc'.
+
+\tf@snm=\write8
+\openout8 = `slides_and.snm'.
+
+ (./slides_and.aux) )
+Here is how much of TeX's memory you used:
+ 16431 strings out of 495061
+ 300951 string characters out of 1182620
+ 377083 words of memory out of 3000000
+ 19046 multiletter control sequences out of 15000+50000
+ 79864 words of font info for 75 fonts, out of 3000000 for 9000
+ 28 hyphenation exceptions out of 8191
+ 49i,18n,67p,399b,815s stack positions out of 5000i,500n,10000p,200000b,50000s
+{/usr/share/texmf/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/s
+hare/texmf/fonts/enc/dvips/lm/lm-mathit.enc}{/usr/share/texmf/fonts/enc/dvips/l
+m/lm-ec.enc}{/usr/share/texmf/fonts/enc/dvips/lm/lm-mathex.enc}</usr/share/texm
+f-texlive/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texmf-texlive/f
+onts/type1/public/amsfonts/cm/cmss8.pfb></usr/share/texmf-texlive/fonts/type1/p
+ublic/amsfonts/cm/cmss9.pfb></usr/share/texmf/fonts/type1/public/lm/lmex10.pfb>
+</usr/share/texmf/fonts/type1/public/lm/lmmi10.pfb></usr/share/texmf/fonts/type
+1/public/lm/lmmi9.pfb></usr/share/texmf/fonts/type1/public/lm/lmr10.pfb></usr/s
+hare/texmf/fonts/type1/public/lm/lmss10.pfb></usr/share/texmf/fonts/type1/publi
+c/lm/lmss12.pfb></usr/share/texmf/fonts/type1/public/lm/lmss8.pfb></usr/share/t
+exmf/fonts/type1/public/lm/lmss9.pfb></usr/share/texmf/fonts/type1/public/lm/lm
+sso10.pfb></usr/share/texmf/fonts/type1/public/lm/lmsso8.pfb></usr/share/texmf/
+fonts/type1/public/lm/lmsso9.pfb></usr/share/texmf/fonts/type1/public/lm/lmsy10
+.pfb></usr/share/texmf/fonts/type1/public/lm/lmsy5.pfb></usr/share/texmf/fonts/
+type1/public/lm/lmsy7.pfb></usr/share/texmf/fonts/type1/public/lm/lmsy8.pfb></u
+sr/share/texmf/fonts/type1/public/lm/lmsy9.pfb>
+Output written on slides_and.pdf (18 pages, 402850 bytes).
+PDF statistics:
+ 773 PDF objects out of 1000 (max. 8388607)
+ 46 named destinations out of 1000 (max. 500000)
+ 196 words of extra memory for PDF output out of 10000 (max. 10000000)
+
--- /dev/null
+\beamer@endinputifotherversion {3.10pt}
+\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
+\headcommand {\beamer@framepages {1}{1}}
+\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
+\headcommand {\beamer@framepages {2}{2}}
+\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}
+\headcommand {\beamer@framepages {3}{3}}
+\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}
+\headcommand {\beamer@framepages {4}{4}}
+\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}
+\headcommand {\beamer@framepages {5}{5}}
+\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}
+\headcommand {\beamer@framepages {6}{6}}
+\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}
+\headcommand {\beamer@framepages {7}{7}}
+\headcommand {\sectionentry {1}{Combinaison synchrone/asynchrone}{8}{Combinaison synchrone/asynchrone}{0}}
+\headcommand {\beamer@sectionpages {1}{7}}
+\headcommand {\beamer@subsectionpages {1}{7}}
+\headcommand {\beamer@subsectionentry {0}{1}{1}{8}{Plan}}\headcommand {\beamer@subsectionpages {8}{7}}
+\headcommand {\slideentry {1}{1}{0}{8/8}{}{0}}
+\headcommand {\beamer@framepages {8}{8}}
+\headcommand {\beamer@subsectionentry {0}{1}{2}{9}{Exemple jouet}}\headcommand {\beamer@subsectionpages {8}{8}}
+\headcommand {\slideentry {1}{2}{1}{9/9}{Exemple jouet}{0}}
+\headcommand {\beamer@framepages {9}{9}}
+\headcommand {\beamer@subsectionentry {0}{1}{3}{10}{Du mode parall\IeC {\`e}le au mode asynchrone}}\headcommand {\beamer@subsectionpages {9}{9}}
+\headcommand {\slideentry {1}{3}{1}{10/10}{Du mode parall\IeC {\`e}le au mode asynchrone}{0}}
+\headcommand {\beamer@framepages {10}{10}}
+\headcommand {\beamer@subsectionentry {0}{1}{4}{11}{Iterations de l'exemple jouet}}\headcommand {\beamer@subsectionpages {10}{10}}
+\headcommand {\slideentry {1}{4}{1}{11/14}{Iterations de l'exemple jouet}{0}}
+\headcommand {\beamer@framepages {11}{14}}
+\headcommand {\beamer@subsectionentry {0}{1}{5}{15}{Mode mixe}}\headcommand {\beamer@subsectionpages {11}{14}}
+\headcommand {\slideentry {1}{5}{1}{15/15}{Mode mixe}{0}}
+\headcommand {\beamer@framepages {15}{15}}
+\headcommand {\beamer@subsectionentry {0}{1}{6}{16}{Composantes Connexes de l'exemple jouet}}\headcommand {\beamer@subsectionpages {15}{15}}
+\headcommand {\slideentry {1}{6}{1}{16/16}{Composantes Connexes de l'exemple jouet}{0}}
+\headcommand {\beamer@framepages {16}{16}}
+\headcommand {\beamer@subsectionentry {0}{1}{7}{17}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}}\headcommand {\beamer@subsectionpages {16}{16}}
+\headcommand {\slideentry {1}{7}{1}{17/17}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}{0}}
+\headcommand {\beamer@framepages {17}{17}}
+\headcommand {\beamer@subsectionentry {0}{1}{8}{18}{Exp\IeC {\'e}riences}}\headcommand {\beamer@subsectionpages {17}{17}}
+\headcommand {\slideentry {1}{8}{1}{18/18}{Exp\IeC {\'e}riences}{0}}
+\headcommand {\beamer@framepages {18}{18}}
+\headcommand {\beamer@partpages {1}{18}}
+\headcommand {\beamer@subsectionpages {18}{18}}
+\headcommand {\beamer@sectionpages {8}{18}}
+\headcommand {\beamer@documentpages {18}}
+\headcommand {\def \inserttotalframenumber {15}}
--- /dev/null
+\BOOKMARK [2][]{Outline0.1}{Combinaison synchrone/asynchrone}{}
+\BOOKMARK [3][]{Outline0.1.1.8}{Plan}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.2.9}{Exemple jouet}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.3.10}{Du mode parall\350le au mode asynchrone}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.4.11}{Iterations de l'exemple jouet}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.5.15}{Mode mixe}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.6.16}{Composantes Connexes de l'exemple jouet}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.7.17}{R\351sultats th\351oriques du mode mixe}{Outline0.1}
+\BOOKMARK [3][]{Outline0.1.8.18}{Exp\351riences}{Outline0.1}
\end{frame}
+\newcommand{\inputFrame}[2]{
+\subsection{#1}
+\frame{
+\frametitle{#1}
+%\begin{small}
+\input{#2}
+%\end{small}
+}}
\end{myitemize}
\end{frame}
+
+\begin{frame} %-------------------------------------------------------
+ \frametitle{Equilibrage de charge}
+ \begin{myitemize}
+ \item Conception de nombreux algorithmes d'équilibrage de charge
+ \item Particularités : contexte distribué, preuve de convergence, support de pertes de liens, conception de stratégie d'équilibrage
+ \end{myitemize}
+\end{frame}
+
+
+\section{Combinaison synchrone/asynchrone}
+\frame{\subsection{Plan}\tableofcontents[currentsection,hideallsubsections]}
+\inputFrame{Exemple jouet}{introRunning}
+\inputFrame{Du mode parallèle au mode asynchrone}{introModes}
+\inputFrame{Iterations de l'exemple jouet}{introRIter}
+\inputFrame{Mode mixe}{combMixed}
+\inputFrame{Composantes Connexes de l'exemple jouet}{combMXpl}
+\inputFrame{Résultats théoriques du mode mixe}{combMixedTheo}
+\inputFrame{Expériences}{combMExp}
+
+\section{Avancées autours du chaos}
+
+
+
+
\end{document}
--- /dev/null
+\beamer@endinputifotherversion {3.10pt}
+\select@language {french}
+\beamer@sectionintoc {1}{Combinaison synchrone/asynchrone}{8}{0}{1}
+\beamer@subsectionintoc {1}{1}{Plan}{8}{0}{1}
+\beamer@subsectionintoc {1}{2}{Exemple jouet}{9}{0}{1}
+\beamer@subsectionintoc {1}{3}{Du mode parall\IeC {\`e}le au mode asynchrone}{10}{0}{1}
+\beamer@subsectionintoc {1}{4}{Iterations de l'exemple jouet}{11}{0}{1}
+\beamer@subsectionintoc {1}{5}{Mode mixe}{15}{0}{1}
+\beamer@subsectionintoc {1}{6}{Composantes Connexes de l'exemple jouet}{16}{0}{1}
+\beamer@subsectionintoc {1}{7}{R\IeC {\'e}sultats th\IeC {\'e}oriques du mode mixe}{17}{0}{1}
+\beamer@subsectionintoc {1}{8}{Exp\IeC {\'e}riences}{18}{0}{1}
--- /dev/null
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.16 (Fri Feb 8 12:52:03 UTC 2008)
+%%For: (couchot) Jean-François Couchot,,,
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 287 526
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 251 490 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% jaune
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+168 463 29.1348 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+152.25 459.4 moveto 31.5 (24-31) alignedtext
+grestore
+% rose
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+168 389 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+159 385.4 moveto 18 (0-7) alignedtext
+grestore
+% jaune->rose
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 168 444 moveto
+168 436 168 427 168 418 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 171.5 418 moveto
+168 408 lineto
+164.5 418 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 171.5 418 moveto
+168 408 lineto
+164.5 418 lineto
+closepath stroke
+grestore
+% bleu
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+168 315 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+155.625 311.4 moveto 24.75 (8-15) alignedtext
+grestore
+% rose->bleu
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 168 370 moveto
+168 362 168 353 168 344 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 171.5 344 moveto
+168 334 lineto
+164.5 344 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 171.5 344 moveto
+168 334 lineto
+164.5 344 lineto
+closepath stroke
+grestore
+% 16
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+158 167 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+151.25 163.4 moveto 13.5 (16) alignedtext
+grestore
+% bleu->16
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 167 296 moveto
+165 270 162 225 160 196 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 163.478 195.602 moveto
+159 186 lineto
+156.512 196.299 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 163.478 195.602 moveto
+159 186 lineto
+156.512 196.299 lineto
+closepath stroke
+grestore
+% 17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+139 93 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+132.25 89.4 moveto 13.5 (17) alignedtext
+grestore
+% bleu->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 180 298 moveto
+200 267 237 199 212 148 curveto
+203 131 186 117 171 108 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 172.441 104.797 moveto
+162 103 lineto
+169.042 110.916 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 172.441 104.797 moveto
+162 103 lineto
+169.042 110.916 lineto
+closepath stroke
+grestore
+% 19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+27 19 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+20.25 15.4 moveto 13.5 (19) alignedtext
+grestore
+% bleu->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 142 310 moveto
+115 303 75 288 55 260 curveto
+9 196 16 96 23 47 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 26.4875 47.2987 moveto
+24 37 lineto
+19.5222 46.6021 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 26.4875 47.2987 moveto
+24 37 lineto
+19.5222 46.6021 lineto
+closepath stroke
+grestore
+% 18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+139 19 27 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+132.25 15.4 moveto 13.5 (18) alignedtext
+grestore
+% bleu->18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 186 301 moveto
+198 291 213 276 221 260 curveto
+242 214 243 195 229 148 curveto
+216 106 183 66 162 42 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 164.219 39.221 moveto
+155 34 lineto
+158.951 43.8306 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 164.219 39.221 moveto
+155 34 lineto
+158.951 43.8306 lineto
+closepath stroke
+grestore
+% carre
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+93 241 29.1348 18.3848 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+77.25 237.4 moveto 31.5 (20-23) alignedtext
+grestore
+% bleu->carre
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 152 300 moveto
+141 289 128 276 116 264 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 118.546 261.596 moveto
+109 257 lineto
+113.596 266.546 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 118.546 261.596 moveto
+109 257 lineto
+113.596 266.546 lineto
+closepath stroke
+grestore
+% 16->16
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 edgecolor
+newpath 178 180 moveto
+191 183 203 178 203 167 curveto
+203 159 197 154 188 153 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 187.602 149.522 moveto
+178 154 lineto
+188.299 156.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 187.602 149.522 moveto
+178 154 lineto
+188.299 156.488 lineto
+closepath stroke
+grestore
+% 16->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 149 moveto
+151 141 149 130 146 121 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 149.393 120.119 moveto
+144 111 lineto
+142.529 121.492 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 149.393 120.119 moveto
+144 111 lineto
+142.529 121.492 lineto
+closepath stroke
+grestore
+% 17->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 119 80 moveto
+102 69 75 51 55 38 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 57.1 35.2 moveto
+47 32 lineto
+52.9 40.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 57.1 35.2 moveto
+47 32 lineto
+52.9 40.8 lineto
+closepath stroke
+grestore
+% 17->18
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 edgecolor
+newpath 133 75 moveto
+132 66 132 57 132 47 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 135.488 47.2987 moveto
+133 37 lineto
+128.522 46.6021 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 135.488 47.2987 moveto
+133 37 lineto
+128.522 46.6021 lineto
+closepath stroke
+grestore
+% 19->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 47 32 moveto
+60 35 72 30 72 19 curveto
+72 11 66 6 57 5 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 56.6021 1.52224 moveto
+47 6 lineto
+57.2987 8.4875 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 56.6021 1.52224 moveto
+47 6 lineto
+57.2987 8.4875 lineto
+closepath stroke
+grestore
+% 18->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 145 37 moveto
+146 46 146 55 146 65 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 142.512 64.7013 moveto
+145 75 lineto
+149.478 65.3979 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 142.512 64.7013 moveto
+145 75 lineto
+149.478 65.3979 lineto
+closepath stroke
+grestore
+% carre->16
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 107 225 moveto
+116 215 127 201 137 191 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 140.049 192.831 moveto
+144 183 lineto
+134.781 188.221 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 140.049 192.831 moveto
+144 183 lineto
+134.781 188.221 lineto
+closepath stroke
+grestore
+% carre->17
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 99 223 moveto
+107 197 122 151 130 121 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 133.479 121.584 moveto
+133 111 lineto
+126.774 119.573 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 133.479 121.584 moveto
+133 111 lineto
+126.774 119.573 lineto
+closepath stroke
+grestore
+% carre->19
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 87 222 moveto
+76 183 49 93 35 47 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 38.2259 45.5725 moveto
+32 37 lineto
+31.5212 47.584 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 38.2259 45.5725 moveto
+32 37 lineto
+31.5212 47.584 lineto
+closepath stroke
+grestore
+% carre->18
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 91 223 moveto
+88 191 85 125 103 74 curveto
+107 64 113 52 119 43 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 121.8 45.1 moveto
+125 35 lineto
+116.2 40.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 121.8 45.1 moveto
+125 35 lineto
+116.2 40.9 lineto
+closepath stroke
+grestore
+% carre->carre
+gsave
+1 setlinewidth
+dashed
+0.000 0.000 0.000 edgecolor
+newpath 114 254 moveto
+128 256 140 252 140 241 curveto
+140 233 133 229 124 228 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 124 224.5 moveto
+114 228 lineto
+124 231.5 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 124 224.5 moveto
+114 228 lineto
+124 231.5 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 287 526
+end
+restore
+%%EOF
--- /dev/null
+%!PS-Adobe-2.0
+%%Creator: Graphviz version 2.16 (Fri Feb 8 12:52:03 UTC 2008)
+%%For: (couchot) Jean-François Couchot,,,
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 206 296
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 170 260 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% 2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+27 162 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23.625 158.4 moveto 6.75 (3) alignedtext
+grestore
+% 2->2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 47 174 moveto
+60 178 72 174 72 162 curveto
+72 153 66 149 57 149 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 56.6021 145.522 moveto
+47 150 lineto
+57.2987 152.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 56.6021 145.522 moveto
+47 150 lineto
+57.2987 152.488 lineto
+closepath stroke
+grestore
+% 4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+27 90 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23.625 86.4 moveto 6.75 (5) alignedtext
+grestore
+% 2->4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 27 144 moveto
+27 136 27 127 27 118 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 30.5001 118 moveto
+27 108 lineto
+23.5001 118 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 30.5001 118 moveto
+27 108 lineto
+23.5001 118 lineto
+closepath stroke
+grestore
+% 0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+117 234 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+113.625 230.4 moveto 6.75 (1) alignedtext
+grestore
+% 0->2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 100 220 moveto
+86 209 67 195 52 182 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 54.1 179.2 moveto
+44 176 lineto
+49.9 184.8 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 54.1 179.2 moveto
+44 176 lineto
+49.9 184.8 lineto
+closepath stroke
+grestore
+% 0->0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 246 moveto
+150 250 162 246 162 234 curveto
+162 225 156 221 147 221 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 146.602 217.522 moveto
+137 222 lineto
+147.299 224.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 146.602 217.522 moveto
+137 222 lineto
+147.299 224.488 lineto
+closepath stroke
+grestore
+% 1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+117 162 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+113.625 158.4 moveto 6.75 (2) alignedtext
+grestore
+% 0->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 111 216 moveto
+110 208 110 199 110 190 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 113.488 190.299 moveto
+111 180 lineto
+106.522 189.602 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 113.488 190.299 moveto
+111 180 lineto
+106.522 189.602 lineto
+closepath stroke
+grestore
+% 3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+27 18 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14.00 /Times-Roman set_font
+23.625 14.4 moveto 6.75 (4) alignedtext
+grestore
+% 3->4
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 33 36 moveto
+34 44 34 53 34 62 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 30.5125 61.7013 moveto
+33 72 lineto
+37.4778 62.3979 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 30.5125 61.7013 moveto
+33 72 lineto
+37.4778 62.3979 lineto
+closepath stroke
+grestore
+% 4->3
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 21 72 moveto
+20 64 20 55 20 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 23.4875 46.2987 moveto
+21 36 lineto
+16.5222 45.6021 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 23.4875 46.2987 moveto
+21 36 lineto
+16.5222 45.6021 lineto
+closepath stroke
+grestore
+% 1->0
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 123 180 moveto
+124 188 124 197 124 206 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 120.512 205.701 moveto
+123 216 lineto
+127.478 206.398 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 120.512 205.701 moveto
+123 216 lineto
+127.478 206.398 lineto
+closepath stroke
+grestore
+% 1->1
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 137 174 moveto
+150 178 162 174 162 162 curveto
+162 153 156 149 147 149 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 146.602 145.522 moveto
+137 150 lineto
+147.299 152.488 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 146.602 145.522 moveto
+137 150 lineto
+147.299 152.488 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 206 296
+end
+restore
+%%EOF