summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-21 22:46:04 +0000
committerPaul Buetow <paul@buetow.org>2008-06-21 22:46:04 +0000
commit58638030d786be00fc48b99c10bd39e6ff572a0b (patch)
tree2ac11f04a12ed5cbdc42f929ab712cc17831900c
parentc7f8bed4567d03bbbc7b954bb7a5abf611fd80dc (diff)
latex update
-rw-r--r--LaTeX/chapters/simulator.tex111
-rw-r--r--LaTeX/chapters/titlepage.tex4
-rw-r--r--LaTeX/diplomarbeit.pdf3001
-rw-r--r--LaTeX/images/ss-datei-menu.pngbin0 -> 8108 bytes
-rw-r--r--LaTeX/images/ss-neue-simulation-klein.pngbin0 -> 110228 bytes
-rw-r--r--LaTeX/images/ss-neue-simulation-toolbar.pngbin0 -> 3452 bytes
-rw-r--r--LaTeX/images/ss-neue-simulation.pngbin0 -> 37132 bytes
-rw-r--r--LaTeX/images/ss-visualisierung.pngbin0 -> 3334 bytes
8 files changed, 1844 insertions, 1272 deletions
diff --git a/LaTeX/chapters/simulator.tex b/LaTeX/chapters/simulator.tex
index cee3e20..40c8b30 100644
--- a/LaTeX/chapters/simulator.tex
+++ b/LaTeX/chapters/simulator.tex
@@ -1,18 +1,105 @@
\chapter{Der Simulator}
-\section{Graphical User Interface (GUI)}
+\section{Die grafische Benutzerschnittstelle}
+
+Die grafische Benutzerschnittstelle (GUI; Graphical User Interface) pr\"{a}sentiert sich standardm\"{a}ig wie in Abbildung \ref{fig:StandardGUI}.
+
+\begin{figure}[htbp]
+ \centering
+ \fbox{\includegraphics{images/ss-neue-simulation-klein}}
+ \caption{Standard GUI}
+ \label{fig:StandardGUI}
+\end{figure}
+
+Im folgenden werden in die einzelnen Komponenten des GUIs eingegangen.
+
+\subsection{Die Men\"{u}zeile}
+
+Im Datei-Men\"{u} (Abbildung \ref{fig:DateiMenue}) lassen sich neue Simulationen erstellen oder die aktuell ge\"{o}ffnete Simulation schliessen. Neue Simulationen \"{o}ffnen sich standardm\"{a}ig in einem neuen Tab. Es k\"{o}nnen allerdings auch neue Simulationsfenster, die wiederrum eigene Tabs besitzen, ge\"{o}ffnet oder geschlossen werden. In jedem Tab befindet sich eine von den Anderen vollst\"{a}ndig unabh\"{a}ngige Simulation. Es k\"{o}nnen somit beliebig viele Simulationen parallel ausgef\"{u}hrt werden. Die Men\"{u}eintr\"{a}ge ``\"{O}ffnen'', ``Speichern'' und ``Speichern unter'' dienen f\"{u}r das Laden und Speichern von Simulationen.
+
+\begin{figure}[htbp]
+ \centering
+ \fbox{\includegraphics[width=14cm]{images/ss-datei-menu}}
+ \caption{``Datei''-Men\"{u}}
+ \label{fig:DateiMenue}
+\end{figure}
+
+\"{U}ber das ``Editieren''-Men\"{u} gelangt man zu den Simulationseinstellungen. Es werden auch alle beteiligten Prozesse zum Editieren aufgelistet. Und das Men\"{u} ``Simulator'' bietet die selben Optionen wie die Toolbar (s.u.).
+
+\subsection{Die Toolbar}
+
+Oben links befindet sich die Toolbar (Abbildung \ref{fig:Toolbar}) des Simulators. Die Toolbar enth\"{a}lt die Funktionen, die vom Benutzer am schnellsten und h\"{a}ufigsten verwendet werden.
+
+Die Toolbar bietet vier verschiedene Aktionen an:
+
+\begin{itemize}
+ %\setlength{\itemsep}{-1mm}
+ \item Starten der Simulation, kann nur bet\"{a}tigt werden, wenn die Simulation derzeit nicht l\"{a}uft.
+ \item Pausieren der Simulation, kann nur bet\"{a}tigt werden, wenn die Simulation derzeit l\"{a}uft.
+ \item Wiederholen der Simulation, kann nicht bet\"{a}tigt werden, wenn die Simulation noch nicht gestartet wurde.
+ \item Zur\"{u}cksetzen der Simulation, kann nur bet\"{a}tigt werden, wenn die Simulation pausiert wurde oder wenn die Simulation abgelaufen ist.
+\end{itemize}
+
+\begin{figure}[htbp]
+ \centering
+ \fbox{\includegraphics[width=5cm]{images/ss-neue-simulation-toolbar}}
+ \caption{Die Men\"{u}zeile inklusive Toolbar}
+ \label{fig:Toolbar}
+\end{figure}
+
+
+Die Toolbar l\"{a}sst sich auch nach Belieben repositionieren (z.B. links, rechts oder unten des Simulatorfensters). Hierf\"{u}r muss per ``Drag-n-Drop'' die ``raue Fl\"{a}che'' zur Zielposition gezogen werden.
+
+
+\subsection{Die Visualisierung}
+
+Mittig rechts (Abbildung \ref{fig:StandardGUI}) befindet sich die grafische Repr\"{a}sentation der Simulation. Die X-Achse repr\"{a}sentiert die Zeit in Millisekunden. Die aktuelle Simulation endet nach genau 15 Sekunden. In Abbildung \ref{fig:Visualisierung} sind 3 Prozesse (mit den PIDs 1, 2 und 3) dargestellt, die jeweils einen eigenen horizontalen schwarzen Balken besitzen. Auf diesen Prozessbalken kann man die jeweilige lokale Prozesszeit ablesen. Die vertikale rote Linie stellt die globale Zeit dar.
+
+Die Prozessbalken dienen auch f\"{u}r Start- und Zielpunkte von Nachrichten. Wenn beispielsweise Prozess 1 eine Nachricht zum Prozess 2 verschickt, so wird eine Linie vom einen Prozessbalken zum Anderen gezeichnet. Nachrichten, die ein Prozess an sich selbst schickt, werden nicht visualisiert.
+
+\begin{figure}[htbp]
+ \centering
+ \fbox{\includegraphics[width=14cm]{images/ss-visualisierung}}
+ \caption{Visualisierung einer noch nicht gestarteten Simulation}
+ \label{fig:Visualisierung}
+\end{figure}
+
+
+Generell kann die Anzahl der Prozesse nach belieben variieren. Die Dauer der Simulation betr\"{a}gt mindestens 5 -und maximal 120 Sekunden. Die Simulation endet erst, wenn die globale Zeit 15 Sekunden erreicht hat, und nicht, wenn eine lokale Prozesszeit die 15 Sekunden erreicht.
+
+\subsection{Die Sidebar}
+
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
+ sdfljsdf lsdjfsdlk fjsdlfj sdlkfjsd lfsdjfdl k
-\subsection{Toolbar}
-
-\subsection{Visualisierung}
-
-\subsubsection{Zeitachse}
-
-\subsubsection{Prozesse}
-
-\subsubsection{Nachrichten}
-
-\subsection{``Sidebar''}
\subsubsection{Ereignisse}
diff --git a/LaTeX/chapters/titlepage.tex b/LaTeX/chapters/titlepage.tex
index a8115cd..ac21309 100644
--- a/LaTeX/chapters/titlepage.tex
+++ b/LaTeX/chapters/titlepage.tex
@@ -26,7 +26,6 @@
\begin{center}
\begin{figure}[ht]
\centering
- %\includegraphics{images/tulogo.pdf}
\includegraphics{images/fhac_logo.png}
\label{fig:tulogo}
\end{figure}
@@ -52,11 +51,12 @@
{durch\\[0.5cm]}
{\large\bfseries Cand. Inform. (FH) Paul C. B\"{u}tow\\[0.3cm] }
+ {\large Matr.Nr.: 266617\\}
{Matthiashofstr. 15\\}
{D-52064 Aachen\\}
\end{center}
- \vspace*{1.5cm}
+ \vspace*{0.5cm}
\begin{flushleft}
{Aachen, den \today \\}
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf
index 1e29f8c..1a9d083 100644
--- a/LaTeX/diplomarbeit.pdf
+++ b/LaTeX/diplomarbeit.pdf
@@ -69,293 +69,299 @@ endobj
<< /S /GoTo /D (section.3.1) >>
endobj
52 0 obj
-(\376\377\0003\000.\0001\000\040\000G\000r\000a\000p\000h\000i\000c\000a\000l\000\040\000U\000s\000e\000r\000\040\000I\000n\000t\000e\000r\000f\000a\000c\000e\000\040\000\050\000G\000U\000I\000\051)
+(\376\377\0003\000.\0001\000\040\000D\000i\000e\000\040\000g\000r\000a\000f\000i\000s\000c\000h\000e\000\040\000B\000e\000n\000u\000t\000z\000e\000r\000s\000c\000h\000n\000i\000t\000t\000s\000t\000e\000l\000l\000e)
endobj
53 0 obj
<< /S /GoTo /D (subsection.3.1.1) >>
endobj
56 0 obj
-(\376\377\0003\000.\0001\000.\0001\000\040\000T\000o\000o\000l\000b\000a\000r)
+(\376\377\0003\000.\0001\000.\0001\000\040\000D\000i\000e\000\040\000M\000e\000n\000\374\000z\000e\000i\000l\000e)
endobj
57 0 obj
<< /S /GoTo /D (subsection.3.1.2) >>
endobj
60 0 obj
-(\376\377\0003\000.\0001\000.\0002\000\040\000V\000i\000s\000u\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g)
+(\376\377\0003\000.\0001\000.\0002\000\040\000D\000i\000e\000\040\000T\000o\000o\000l\000b\000a\000r)
endobj
61 0 obj
<< /S /GoTo /D (subsection.3.1.3) >>
endobj
64 0 obj
-(\376\377\0003\000.\0001\000.\0003\000\040\000`\000`\000S\000i\000d\000e\000b\000a\000r\000'\000')
+(\376\377\0003\000.\0001\000.\0003\000\040\000D\000i\000e\000\040\000V\000i\000s\000u\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g)
endobj
65 0 obj
<< /S /GoTo /D (subsection.3.1.4) >>
endobj
68 0 obj
-(\376\377\0003\000.\0001\000.\0004\000\040\000L\000o\000g\000g\000f\000e\000n\000s\000t\000e\000r)
+(\376\377\0003\000.\0001\000.\0004\000\040\000D\000i\000e\000\040\000S\000i\000d\000e\000b\000a\000r)
endobj
69 0 obj
<< /S /GoTo /D (subsection.3.1.5) >>
endobj
72 0 obj
-(\376\377\0003\000.\0001\000.\0005\000\040\000E\000x\000p\000e\000r\000t\000e\000n\000m\000o\000d\000u\000s)
+(\376\377\0003\000.\0001\000.\0005\000\040\000L\000o\000g\000g\000f\000e\000n\000s\000t\000e\000r)
endobj
73 0 obj
-<< /S /GoTo /D (section.3.2) >>
+<< /S /GoTo /D (subsection.3.1.6) >>
endobj
76 0 obj
-(\376\377\0003\000.\0002\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
+(\376\377\0003\000.\0001\000.\0006\000\040\000E\000x\000p\000e\000r\000t\000e\000n\000m\000o\000d\000u\000s)
endobj
77 0 obj
-<< /S /GoTo /D (subsection.3.2.1) >>
+<< /S /GoTo /D (section.3.2) >>
endobj
80 0 obj
-(\376\377\0003\000.\0002\000.\0001\000\040\000P\000r\000o\000z\000e\000s\000s\000a\000b\000s\000t\000u\000r\000z)
+(\376\377\0003\000.\0002\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
endobj
81 0 obj
-<< /S /GoTo /D (subsection.3.2.2) >>
+<< /S /GoTo /D (subsection.3.2.1) >>
endobj
84 0 obj
-(\376\377\0003\000.\0002\000.\0002\000\040\000P\000r\000o\000z\000e\000s\000s\000w\000i\000e\000d\000e\000r\000b\000e\000l\000e\000b\000u\000n\000g)
+(\376\377\0003\000.\0002\000.\0001\000\040\000P\000r\000o\000z\000e\000s\000s\000a\000b\000s\000t\000u\000r\000z)
endobj
85 0 obj
-<< /S /GoTo /D (subsection.3.2.3) >>
+<< /S /GoTo /D (subsection.3.2.2) >>
endobj
88 0 obj
-(\376\377\0003\000.\0002\000.\0003\000\040\000A\000k\000t\000i\000v\000i\000e\000r\000u\000n\000g\000\040\000u\000n\000d\000\040\000D\000e\000a\000k\000t\000i\000v\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000n)
+(\376\377\0003\000.\0002\000.\0002\000\040\000P\000r\000o\000z\000e\000s\000s\000w\000i\000e\000d\000e\000r\000b\000e\000l\000e\000b\000u\000n\000g)
endobj
89 0 obj
-<< /S /GoTo /D (subsection.3.2.4) >>
+<< /S /GoTo /D (subsection.3.2.3) >>
endobj
92 0 obj
-(\376\377\0003\000.\0002\000.\0004\000\040\000W\000e\000i\000t\000e\000r\000e\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000r\000e\000i\000g\000n\000i\000s\000s\000e)
+(\376\377\0003\000.\0002\000.\0003\000\040\000A\000k\000t\000i\000v\000i\000e\000r\000u\000n\000g\000\040\000u\000n\000d\000\040\000D\000e\000a\000k\000t\000i\000v\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000n)
endobj
93 0 obj
-<< /S /GoTo /D (section.3.3) >>
+<< /S /GoTo /D (subsection.3.2.4) >>
endobj
96 0 obj
-(\376\377\0003\000.\0003\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e)
+(\376\377\0003\000.\0002\000.\0004\000\040\000W\000e\000i\000t\000e\000r\000e\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000r\000e\000i\000g\000n\000i\000s\000s\000e)
endobj
97 0 obj
-<< /S /GoTo /D (subsection.3.3.1) >>
+<< /S /GoTo /D (section.3.3) >>
endobj
100 0 obj
-(\376\377\0003\000.\0003\000.\0001\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000\040\000\050\000D\000u\000m\000m\000y\000\051\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
+(\376\377\0003\000.\0003\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e)
endobj
101 0 obj
-<< /S /GoTo /D (subsection.3.3.2) >>
+<< /S /GoTo /D (subsection.3.3.1) >>
endobj
104 0 obj
-(\376\377\0003\000.\0003\000.\0002\000\040\000D\000a\000s\000\040\000P\000i\000n\000g\000-\000P\000o\000n\000g\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
+(\376\377\0003\000.\0003\000.\0001\000\040\000B\000e\000i\000s\000p\000i\000e\000l\000\040\000\050\000D\000u\000m\000m\000y\000\051\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
endobj
105 0 obj
-<< /S /GoTo /D (subsection.3.3.3) >>
+<< /S /GoTo /D (subsection.3.3.2) >>
endobj
108 0 obj
-(\376\377\0003\000.\0003\000.\0003\000\040\000D\000a\000s\000\040\000B\000r\000o\000a\000d\000c\000a\000s\000t\000-\000S\000t\000u\000r\000m\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
+(\376\377\0003\000.\0003\000.\0002\000\040\000D\000a\000s\000\040\000P\000i\000n\000g\000-\000P\000o\000n\000g\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
endobj
109 0 obj
-<< /S /GoTo /D (subsection.3.3.4) >>
+<< /S /GoTo /D (subsection.3.3.3) >>
endobj
112 0 obj
-(\376\377\0003\000.\0003\000.\0004\000\040\000D\000a\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000\040\000z\000u\000r\000\040\000i\000n\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000i\000n\000\040\000e\000i\000n\000e\000m\000\040\000s\000y\000n\000c\000h\000r\000o\000n\000e\000n\000\040\000S\000y\000s\000t\000e\000m)
+(\376\377\0003\000.\0003\000.\0003\000\040\000D\000a\000s\000\040\000B\000r\000o\000a\000d\000c\000a\000s\000t\000-\000S\000t\000u\000r\000m\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
endobj
113 0 obj
-<< /S /GoTo /D (subsection.3.3.5) >>
+<< /S /GoTo /D (subsection.3.3.4) >>
endobj
116 0 obj
-(\376\377\0003\000.\0003\000.\0005\000\040\000C\000h\000r\000i\000s\000t\000i\000a\000n\000s\000\040\000M\000e\000t\000h\000o\000d\000e\000\040\000z\000u\000r\000\040\000e\000x\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000i\000e\000r\000u\000n\000g)
+(\376\377\0003\000.\0003\000.\0004\000\040\000D\000a\000s\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000\040\000z\000u\000r\000\040\000i\000n\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000i\000n\000\040\000e\000i\000n\000e\000m\000\040\000s\000y\000n\000c\000h\000r\000o\000n\000e\000n\000\040\000S\000y\000s\000t\000e\000m)
endobj
117 0 obj
-<< /S /GoTo /D (subsection.3.3.6) >>
+<< /S /GoTo /D (subsection.3.3.5) >>
endobj
120 0 obj
-(\376\377\0003\000.\0003\000.\0006\000\040\000B\000e\000r\000k\000e\000l\000e\000y\000\040\000A\000l\000g\000o\000r\000i\000t\000h\000m\000u\000s\000\040\000z\000u\000r\000\040\000i\000n\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000a\000t\000i\000o\000n)
+(\376\377\0003\000.\0003\000.\0005\000\040\000C\000h\000r\000i\000s\000t\000i\000a\000n\000s\000\040\000M\000e\000t\000h\000o\000d\000e\000\040\000z\000u\000r\000\040\000e\000x\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000i\000e\000r\000u\000n\000g)
endobj
121 0 obj
-<< /S /GoTo /D (subsection.3.3.7) >>
+<< /S /GoTo /D (subsection.3.3.6) >>
endobj
124 0 obj
-(\376\377\0003\000.\0003\000.\0007\000\040\000D\000a\000s\000\040\000E\000i\000n\000-\000P\000h\000a\000s\000e\000n\000\040\000C\000o\000m\000m\000i\000t\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
+(\376\377\0003\000.\0003\000.\0006\000\040\000B\000e\000r\000k\000e\000l\000e\000y\000\040\000A\000l\000g\000o\000r\000i\000t\000h\000m\000u\000s\000\040\000z\000u\000r\000\040\000i\000n\000t\000e\000r\000n\000e\000n\000\040\000S\000y\000n\000c\000h\000r\000o\000n\000i\000s\000a\000t\000i\000o\000n)
endobj
125 0 obj
-<< /S /GoTo /D (subsection.3.3.8) >>
+<< /S /GoTo /D (subsection.3.3.7) >>
endobj
128 0 obj
-(\376\377\0003\000.\0003\000.\0008\000\040\000D\000a\000s\000\040\000Z\000w\000e\000i\000-\000P\000h\000a\000s\000e\000n\000\040\000C\000o\000m\000m\000i\000t\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
+(\376\377\0003\000.\0003\000.\0007\000\040\000D\000a\000s\000\040\000E\000i\000n\000-\000P\000h\000a\000s\000e\000n\000\040\000C\000o\000m\000m\000i\000t\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
endobj
129 0 obj
-<< /S /GoTo /D (subsection.3.3.9) >>
+<< /S /GoTo /D (subsection.3.3.8) >>
endobj
132 0 obj
-(\376\377\0003\000.\0003\000.\0009\000\040\000D\000e\000r\000\040\000u\000n\000g\000e\000n\000\374\000g\000e\000n\000d\000e\000\040\000\050\000B\000a\000s\000i\000c\000\051\000\040\000M\000u\000l\000t\000i\000c\000a\000s\000t)
+(\376\377\0003\000.\0003\000.\0008\000\040\000D\000a\000s\000\040\000Z\000w\000e\000i\000-\000P\000h\000a\000s\000e\000n\000\040\000C\000o\000m\000m\000i\000t\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l)
endobj
133 0 obj
-<< /S /GoTo /D (subsection.3.3.10) >>
+<< /S /GoTo /D (subsection.3.3.9) >>
endobj
136 0 obj
-(\376\377\0003\000.\0003\000.\0001\0000\000\040\000D\000e\000r\000\040\000z\000u\000v\000e\000r\000l\000\344\000s\000s\000i\000g\000e\000\040\000\050\000R\000e\000l\000i\000a\000b\000l\000e\000\051\000\040\000M\000u\000l\000t\000i\000c\000a\000s\000t)
+(\376\377\0003\000.\0003\000.\0009\000\040\000D\000e\000r\000\040\000u\000n\000g\000e\000n\000\374\000g\000e\000n\000d\000e\000\040\000\050\000B\000a\000s\000i\000c\000\051\000\040\000M\000u\000l\000t\000i\000c\000a\000s\000t)
endobj
137 0 obj
-<< /S /GoTo /D (section.3.4) >>
+<< /S /GoTo /D (subsection.3.3.10) >>
endobj
140 0 obj
-(\376\377\0003\000.\0004\000\040\000Z\000e\000i\000t\000f\000o\000r\000m\000a\000t\000e)
+(\376\377\0003\000.\0003\000.\0001\0000\000\040\000D\000e\000r\000\040\000z\000u\000v\000e\000r\000l\000\344\000s\000s\000i\000g\000e\000\040\000\050\000R\000e\000l\000i\000a\000b\000l\000e\000\051\000\040\000M\000u\000l\000t\000i\000c\000a\000s\000t)
endobj
141 0 obj
-<< /S /GoTo /D (subsection.3.4.1) >>
+<< /S /GoTo /D (section.3.4) >>
endobj
144 0 obj
-(\376\377\0003\000.\0004\000.\0001\000\040\000`\000`\000N\000o\000r\000m\000a\000l\000e\000\040\000Z\000e\000i\000t\000'\000')
+(\376\377\0003\000.\0004\000\040\000Z\000e\000i\000t\000f\000o\000r\000m\000a\000t\000e)
endobj
145 0 obj
-<< /S /GoTo /D (subsection.3.4.2) >>
+<< /S /GoTo /D (subsection.3.4.1) >>
endobj
148 0 obj
-(\376\377\0003\000.\0004\000.\0002\000\040\000D\000i\000e\000\040\000L\000o\000g\000i\000s\000c\000h\000e\000\040\000U\000h\000r\000\040\000v\000o\000n\000\040\000L\000a\000m\000p\000o\000r\000t)
+(\376\377\0003\000.\0004\000.\0001\000\040\000`\000`\000N\000o\000r\000m\000a\000l\000e\000\040\000Z\000e\000i\000t\000'\000')
endobj
149 0 obj
-<< /S /GoTo /D (subsection.3.4.3) >>
+<< /S /GoTo /D (subsection.3.4.2) >>
endobj
152 0 obj
-(\376\377\0003\000.\0004\000.\0003\000\040\000D\000i\000e\000\040\000V\000e\000k\000t\000o\000r\000-\000Z\000e\000i\000t\000s\000t\000e\000m\000p\000e\000l)
+(\376\377\0003\000.\0004\000.\0002\000\040\000D\000i\000e\000\040\000L\000o\000g\000i\000s\000c\000h\000e\000\040\000U\000h\000r\000\040\000v\000o\000n\000\040\000L\000a\000m\000p\000o\000r\000t)
endobj
153 0 obj
-<< /S /GoTo /D (section.3.5) >>
+<< /S /GoTo /D (subsection.3.4.3) >>
endobj
156 0 obj
-(\376\377\0003\000.\0005\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
+(\376\377\0003\000.\0004\000.\0003\000\040\000D\000i\000e\000\040\000V\000e\000k\000t\000o\000r\000-\000Z\000e\000i\000t\000s\000t\000e\000m\000p\000e\000l)
endobj
157 0 obj
-<< /S /GoTo /D (subsection.3.5.1) >>
+<< /S /GoTo /D (section.3.5) >>
endobj
160 0 obj
-(\376\377\0003\000.\0005\000.\0001\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000s\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
+(\376\377\0003\000.\0005\000\040\000E\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
endobj
161 0 obj
-<< /S /GoTo /D (subsection.3.5.2) >>
+<< /S /GoTo /D (subsection.3.5.1) >>
endobj
164 0 obj
-(\376\377\0003\000.\0005\000.\0002\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
+(\376\377\0003\000.\0005\000.\0001\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000s\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
endobj
165 0 obj
-<< /S /GoTo /D (subsection.3.5.3) >>
+<< /S /GoTo /D (subsection.3.5.2) >>
endobj
168 0 obj
-(\376\377\0003\000.\0005\000.\0003\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
+(\376\377\0003\000.\0005\000.\0002\000\040\000P\000r\000o\000z\000e\000s\000s\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
endobj
169 0 obj
-<< /S /GoTo /D (chapter.4) >>
+<< /S /GoTo /D (subsection.3.5.3) >>
endobj
172 0 obj
-(\376\377\0004\000\040\000D\000i\000e\000\040\000I\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g)
+(\376\377\0003\000.\0005\000.\0003\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e\000i\000n\000s\000t\000e\000l\000l\000u\000n\000g\000e\000n)
endobj
173 0 obj
-<< /S /GoTo /D (section.4.1) >>
+<< /S /GoTo /D (chapter.4) >>
endobj
176 0 obj
-(\376\377\0004\000.\0001\000\040\000G\000l\000i\000e\000d\000e\000r\000u\000n\000g\000\040\000d\000e\000r\000\040\000P\000a\000k\000e\000t\000e)
+(\376\377\0004\000\040\000D\000i\000e\000\040\000I\000m\000p\000l\000e\000m\000e\000n\000t\000i\000e\000r\000u\000n\000g)
endobj
177 0 obj
-<< /S /GoTo /D (section.4.2) >>
+<< /S /GoTo /D (section.4.1) >>
endobj
180 0 obj
-(\376\377\0004\000.\0002\000\040\000E\000d\000i\000t\000o\000r\000e\000n)
+(\376\377\0004\000.\0001\000\040\000G\000l\000i\000e\000d\000e\000r\000u\000n\000g\000\040\000d\000e\000r\000\040\000P\000a\000k\000e\000t\000e)
endobj
181 0 obj
-<< /S /GoTo /D (section.4.3) >>
+<< /S /GoTo /D (section.4.2) >>
endobj
184 0 obj
-(\376\377\0004\000.\0003\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
+(\376\377\0004\000.\0002\000\040\000E\000d\000i\000t\000o\000r\000e\000n)
endobj
185 0 obj
-<< /S /GoTo /D (subsection.4.3.1) >>
+<< /S /GoTo /D (section.4.3) >>
endobj
188 0 obj
-(\376\377\0004\000.\0003\000.\0001\000\040\000I\000n\000t\000e\000r\000n\000e\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
+(\376\377\0004\000.\0003\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
endobj
189 0 obj
-<< /S /GoTo /D (section.4.4) >>
+<< /S /GoTo /D (subsection.4.3.1) >>
endobj
192 0 obj
-(\376\377\0004\000.\0004\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e)
+(\376\377\0004\000.\0003\000.\0001\000\040\000I\000n\000t\000e\000r\000n\000e\000\040\000E\000r\000e\000i\000g\000n\000i\000s\000s\000e)
endobj
193 0 obj
-<< /S /GoTo /D (subsection.4.4.1) >>
+<< /S /GoTo /D (section.4.4) >>
endobj
196 0 obj
-(\376\377\0004\000.\0004\000.\0001\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000-\000A\000P\000I)
+(\376\377\0004\000.\0004\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000e)
endobj
197 0 obj
-<< /S /GoTo /D (section.4.5) >>
+<< /S /GoTo /D (subsection.4.4.1) >>
endobj
200 0 obj
-(\376\377\0004\000.\0005\000\040\000S\000e\000r\000i\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000e\000n)
+(\376\377\0004\000.\0004\000.\0001\000\040\000P\000r\000o\000t\000o\000k\000o\000l\000l\000-\000A\000P\000I)
endobj
201 0 obj
-<< /S /GoTo /D (subsection.4.5.1) >>
+<< /S /GoTo /D (section.4.5) >>
endobj
204 0 obj
-(\376\377\0004\000.\0005\000.\0001\000\040\000R\000\374\000c\000k\000w\000\344\000r\000t\000s\000k\000o\000m\000p\000a\000t\000i\000b\000e\000l)
+(\376\377\0004\000.\0005\000\040\000S\000e\000r\000i\000a\000l\000i\000s\000i\000e\000r\000u\000n\000g\000\040\000v\000o\000n\000\040\000S\000i\000m\000u\000l\000a\000t\000i\000o\000n\000e\000n)
endobj
205 0 obj
-<< /S /GoTo /D (section.4.6) >>
+<< /S /GoTo /D (subsection.4.5.1) >>
endobj
208 0 obj
-(\376\377\0004\000.\0006\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000e\000r\000r\000i\000c\000h\000t\000l\000i\000n\000i\000e\000n)
+(\376\377\0004\000.\0005\000.\0001\000\040\000R\000\374\000c\000k\000w\000\344\000r\000t\000s\000k\000o\000m\000p\000a\000t\000i\000b\000e\000l)
endobj
209 0 obj
-<< /S /GoTo /D (section.4.7) >>
+<< /S /GoTo /D (section.4.6) >>
endobj
212 0 obj
-(\376\377\0004\000.\0007\000\040\000E\000n\000t\000w\000i\000c\000k\000l\000u\000n\000g\000s\000u\000m\000g\000e\000b\000u\000n\000g)
+(\376\377\0004\000.\0006\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000e\000r\000r\000i\000c\000h\000t\000l\000i\000n\000i\000e\000n)
endobj
213 0 obj
-<< /S /GoTo /D (chapter.5) >>
+<< /S /GoTo /D (section.4.7) >>
endobj
216 0 obj
-(\376\377\0005\000\040\000A\000u\000s\000b\000l\000i\000c\000k)
+(\376\377\0004\000.\0007\000\040\000E\000n\000t\000w\000i\000c\000k\000l\000u\000n\000g\000s\000u\000m\000g\000e\000b\000u\000n\000g)
endobj
217 0 obj
-<< /S /GoTo /D (appendix.A) >>
+<< /S /GoTo /D (chapter.5) >>
endobj
220 0 obj
-(\376\377\000A\000\040\000S\000c\000h\000e\000m\000a\000t\000a)
+(\376\377\0005\000\040\000A\000u\000s\000b\000l\000i\000c\000k)
endobj
221 0 obj
-<< /S /GoTo /D (appendix.B) >>
+<< /S /GoTo /D (appendix.A) >>
endobj
224 0 obj
-(\376\377\000B\000\040\000A\000k\000r\000o\000n\000y\000m\000s)
+(\376\377\000A\000\040\000S\000c\000h\000e\000m\000a\000t\000a)
endobj
225 0 obj
-<< /S /GoTo /D (appendix.C) >>
+<< /S /GoTo /D (appendix.B) >>
endobj
228 0 obj
-(\376\377\000C\000\040\000L\000i\000t\000e\000r\000a\000t\000u\000r\000v\000e\000r\000z\000e\000i\000c\000h\000n\000i\000s)
+(\376\377\000B\000\040\000A\000k\000r\000o\000n\000y\000m\000s)
endobj
229 0 obj
-<< /S /GoTo /D [230 0 R /Fit ] >>
+<< /S /GoTo /D (appendix.C) >>
+endobj
+232 0 obj
+(\376\377\000C\000\040\000L\000i\000t\000e\000r\000a\000t\000u\000r\000v\000e\000r\000z\000e\000i\000c\000h\000n\000i\000s)
+endobj
+233 0 obj
+<< /S /GoTo /D [234 0 R /Fit ] >>
endobj
-233 0 obj <<
-/Length 804
+237 0 obj <<
+/Length 820
/Filter /FlateDecode
>>
stream
-xڍUn8}WV,ǤvZ$z_b366J/r49E?Xkz?!h >MhBa!͙XYQa46~9I~N(#qS4o&wtw8<ߑ,
-k-ˤ7aP`Ŵ\&BaCZ="F 6R46ߧ7].?/@԰pL1R(<k
-m15<XGc4?9(,&6[W~Jߤ?8> S
-(- uU]vU؝X*RI8YT,G2j߽{evzO 1-I.7F3/bub^C4~(endstream
+xڍUr0+LfiIM4ﹲd')Xs=)"H ,H+-6#Vpv1GT6GN׏XYQf46PNbӈ2mogΪ*9WK+9ʴ
+; e. 'scQ n'|c~Q 2 h_J,]OVu|[z(ƭ6o,_E+k,ϛ]ĐqUL iL]Շ;Ee*܄ZuޖUJjW|IC_4۸ĀAF+"Qe`"u
+H" aL' K=ЄDBDq(jQ4bNͽɴ- >(0jݢcm2.faйo:֚X
+4K $Ӹ ]uܝ&@N[M
endobj
-230 0 obj <<
+234 0 obj <<
/Type /Page
-/Contents 233 0 R
-/Resources 232 0 R
+/Contents 237 0 R
+/Resources 236 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 242 0 R
+/Parent 246 0 R
>> endobj
-231 0 obj <<
+235 0 obj <<
/Type /XObject
/Subtype /Image
/Width 500
@@ -516,18 +522,18 @@ j'F{E,
5M%jKqizlO<ԕ#C~%(4p<]gʟ~c ]'?Ӹ)E-
sOyGKrm{
endobj
-234 0 obj <<
-/D [230 0 R /XYZ 74.4095 769.8898 null]
+238 0 obj <<
+/D [234 0 R /XYZ 74.4095 769.8898 null]
>> endobj
-235 0 obj <<
-/D [230 0 R /XYZ 74.4095 769.8898 null]
+239 0 obj <<
+/D [234 0 R /XYZ 74.4095 769.8898 null]
>> endobj
-232 0 obj <<
-/Font << /F26 238 0 R /F28 241 0 R >>
-/XObject << /Im1 231 0 R >>
+236 0 obj <<
+/Font << /F26 242 0 R /F28 245 0 R >>
+/XObject << /Im1 235 0 R >>
/ProcSet [ /PDF /Text /ImageC ]
>> endobj
-245 0 obj <<
+249 0 obj <<
/Length 1101
/Filter /FlateDecode
>>
@@ -535,523 +541,566 @@ stream
xڍW]o8}e%#5,aLg#5ڗ>$VD& ]EJ}M$̉G m}z{6b$iBc&jA04Q<z7`4Hso]VxC_ Fg<ϨzigzA0\)ΫxcuݱִZ
rtQϪl=+M
endobj
-244 0 obj <<
+248 0 obj <<
/Type /Page
-/Contents 245 0 R
-/Resources 243 0 R
+/Contents 249 0 R
+/Resources 247 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 242 0 R
+/Parent 246 0 R
>> endobj
-246 0 obj <<
-/D [244 0 R /XYZ 74.4095 793.4011 null]
+250 0 obj <<
+/D [248 0 R /XYZ 74.4095 793.4011 null]
>> endobj
-243 0 obj <<
-/Font << /F26 238 0 R /F28 241 0 R /F33 249 0 R >>
+247 0 obj <<
+/Font << /F26 242 0 R /F28 245 0 R /F33 253 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-252 0 obj <<
-/Length 2136
+256 0 obj <<
+/Length 2120
/Filter /FlateDecode
>>
stream
-xo+x]& Afd"Ht^͊\j%gj()j7`x滣gv(8LTp!Dq}+ݫg2mF~
-|`x,fFQ<XZLyEh[ϛ\
-
-#N+z ՝VcE}_/.8<F0HC(E̦:fNj±29<ZiGvpg^>&vo
- oW?o"?##ΈP-@ c*ԇ[KS9;P&g,Y+C
-}0+#vJAs_}]'#\%MiE+JTZhzRlN%0O` {fQT0I,ҧ:~R]7TDYU,-" hD\v6s_'YDR4sF<CQ2ݜ]$Qw$~]j}`Va7+E(ъ#ÛMdϩ' $X: t(gȡҒ$FHH|:>o $I:?4`\Z1U˜'{* |s挀y^-0}]2Sվ}kT%N =<;>,id+"~2/l WW7ZWWcבQقL#e9(@?Dg'wG=5\D-E$ ڿwmw7 jeUɗHfy譨5)y޿J(ɠK eFRd9 5̰[= /*<Z%TIˡrd G'm7Л=9O O -0ef
+xMoF<JmT4MH qCӃl32Y
+$:m;R-[w?]Ҭ
+#N xXqq+xiD*mĻ fI0%jT<sb,~`_6WuX>b_6~ٯqߧ~O4OnAT[4%Y35cdZϞTuY7񜘔ipذW\(&QlL&~S*#D2Ex4U|Pr
+s+&FZym]}s5[v]Z( Jөr^XjlayMezOt4XN,
+ ɜVf;xٯbJaNs4d6ԡE#3\f- qMu/#ʽM?x\uUsȳk>-RW`9?TuDʌ,O:ɋ2ι Fֿ1u!cc<`i)$Z3u.ÀP1i[S {'s[ad V &sE2ɫrθh^#gL%0@O`<B1 !B};
+"Q<³9k=2j8E.&ЫrxsG =vu=<b x {bU7y;Q,վ*~ 4e`Č,"tvώ"zL|С; 'CbHsDJ^癓̽.d*Ë0Ru⇥3Og<܁D=M"D)T2tE(g\YEDl*ɋ0PN3I3@S4iBn& yuᓿ?Om7xOAĖepI v~p88<m`ް'rJ9ze-n 2>֑吝c0Td⩎˱=+si6_ j'Hf)
+E+Q;URB3MР  {"~PY)l/yǏ5Kÿܝpğk8/Љ;U! ´cwI԰ىˡ=q,u5y\.I daЫrsVe=OAg$.9ȶ^Ag*o
+e_sOP<uo{gh>20=i p=C/k {J# <Ffƀb
+*Y߰Daˡ y"(gx(;Y t˱=mx:pγڬ/
+x31CUTZ~0rz7 hvP,=׳,XP i# rendstream
endobj
-251 0 obj <<
+255 0 obj <<
/Type /Page
-/Contents 252 0 R
-/Resources 250 0 R
+/Contents 256 0 R
+/Resources 254 0 R
/MediaBox [0 0 595.2757 841.8898]
-/Parent 242 0 R
-/Annots [ 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R ]
+/Parent 246 0 R
+/Annots [ 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R ]
>> endobj
-255 0 obj <<
+259 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [73.4132 609.4611 145.0711 621.9243]
/Subtype /Link
/A << /S /GoTo /D (chapter.1) >>
>> endobj
-256 0 obj <<
+260 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 591.5094 264.846 603.9066]
/Subtype /Link
/A << /S /GoTo /D (section.1.1) >>
>> endobj
-257 0 obj <<
+261 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 575.6145 167.0466 585.5699]
/Subtype /Link
/A << /S /GoTo /D (section.1.2) >>
>> endobj
-258 0 obj <<
+262 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [73.4132 544.1071 165.1216 556.5703]
/Subtype /Link
/A << /S /GoTo /D (chapter.2) >>
>> endobj
-259 0 obj <<
+263 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 528.2451 216.2652 538.5526]
/Subtype /Link
/A << /S /GoTo /D (section.2.1) >>
>> endobj
-260 0 obj <<
+264 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 510.1614 249.6902 520.2159]
/Subtype /Link
/A << /S /GoTo /D (section.2.2) >>
>> endobj
-261 0 obj <<
+265 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 492.0777 176.0435 502.1322]
/Subtype /Link
/A << /S /GoTo /D (section.2.3) >>
>> endobj
-262 0 obj <<
+266 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 471.7723 242.5299 484.0485]
/Subtype /Link
/A << /S /GoTo /D (section.2.4) >>
>> endobj
-263 0 obj <<
+267 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 453.6886 168.5425 465.9649]
/Subtype /Link
/A << /S /GoTo /D (section.2.5) >>
>> endobj
-264 0 obj <<
+268 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [89.9113 437.8267 165.8808 447.8812]
/Subtype /Link
/A << /S /GoTo /D (section.2.6) >>
>> endobj
-265 0 obj <<
+269 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [73.4132 408.728 163.8015 418.8815]
/Subtype /Link
/A << /S /GoTo /D (chapter.3) >>
>> endobj
-266 0 obj <<
+270 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 388.4666 265.8908 400.8638]
+/Rect [89.9113 388.3346 285.4137 400.8638]
/Subtype /Link
/A << /S /GoTo /D (section.3.1) >>
>> endobj
-267 0 obj <<
+271 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 372.4727 188.3624 382.5271]
+/Rect [115.2084 372.4727 221.9082 382.5271]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.1.1) >>
>> endobj
-268 0 obj <<
+272 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 352.1672 221.0171 364.4435]
+/Rect [115.2084 354.389 207.9178 364.4435]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.1.2) >>
>> endobj
-269 0 obj <<
+273 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 336.3053 197.6231 346.6128]
+/Rect [115.2084 334.0836 240.5726 346.3598]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.1.3) >>
>> endobj
-270 0 obj <<
+274 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 315.9999 210.1505 328.5291]
+/Rect [115.2084 318.2216 209.8535 328.5291]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.1.4) >>
>> endobj
-271 0 obj <<
+275 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 298.0482 229.86 310.1924]
+/Rect [115.2084 297.9162 210.1505 310.4454]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.1.5) >>
>> endobj
-272 0 obj <<
+276 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 279.8325 168.5425 292.1088]
+/Rect [115.2084 279.9646 229.86 292.1088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.1.6) >>
+>> endobj
+277 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.9113 261.7488 168.5425 274.0251]
/Subtype /Link
/A << /S /GoTo /D (section.3.2) >>
>> endobj
-273 0 obj <<
+278 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 263.9706 228.0236 274.0251]
+/Rect [115.2084 245.8869 228.0236 255.9414]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.1) >>
>> endobj
-274 0 obj <<
+279 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 243.6652 269.0484 255.9414]
+/Rect [115.2084 225.5815 269.0484 237.8577]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.2) >>
>> endobj
-275 0 obj <<
+280 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 225.5815 377.1859 237.8577]
+/Rect [115.2084 207.4978 377.1859 219.7741]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.3) >>
>> endobj
-276 0 obj <<
+281 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [115.2084 207.4978 285.7 219.7741]
+/Rect [115.2084 189.4141 285.7 201.6904]
/Subtype /Link
/A << /S /GoTo /D (subsection.3.2.4) >>
>> endobj
-277 0 obj <<
+282 0 obj <<
/Type /Annot
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.9113 191.6359 165.8808 201.6904]
+/Rect [89.9113 173.5522 165.8808 183.6067]
/Subtype /Link
/A << /S /GoTo /D (section.3