summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pitthesis/sample
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pitthesis/sample
Initial commit
Diffstat (limited to 'macros/latex/contrib/pitthesis/sample')
-rw-r--r--macros/latex/contrib/pitthesis/sample/abstract.tex40
-rw-r--r--macros/latex/contrib/pitthesis/sample/ackn.tex4
-rw-r--r--macros/latex/contrib/pitthesis/sample/appendix.tex311
-rw-r--r--macros/latex/contrib/pitthesis/sample/bridge.eps599
-rw-r--r--macros/latex/contrib/pitthesis/sample/main.tex197
-rw-r--r--macros/latex/contrib/pitthesis/sample/notation.tex48
-rw-r--r--macros/latex/contrib/pitthesis/sample/part1.tex288
-rw-r--r--macros/latex/contrib/pitthesis/sample/part2.tex217
-rw-r--r--macros/latex/contrib/pitthesis/sample/part3.tex228
9 files changed, 1932 insertions, 0 deletions
diff --git a/macros/latex/contrib/pitthesis/sample/abstract.tex b/macros/latex/contrib/pitthesis/sample/abstract.tex
new file mode 100644
index 0000000000..ed9be80ca1
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/abstract.tex
@@ -0,0 +1,40 @@
+% master: main
+% format: latex
+
+\LaTeX\ is a special version of \TeX, a state-of-art command-driven document
+production system. \TeX\ was created by \mbox{Donald Knuth}, a professor in
+the Stanford University, and its domain is public, but \TeX\ logo is the
+trade mark of the American Mathematical Society, and \TeX\ AMSfonts belong to
+the same society. This also implies, which is indeed the fact, that \TeX\ is
+powerful at typesetting formulae, a headache of all typists.
+
+Leslie Lamport from DEC programmed a collection of macros in \TeX.
+These macros together with some things contributed by other authors make up a
+\TeX\ database package which is known as \LaTeX. \LaTeX\ is actually designed
+for those who want to typeset documents with the high typographic quality of
+\TeX\ but do not want to learn the sophisticated \TeX\ programming. For a
+non-computer-science graduate student or faculty member, who may need to
+typeset a paper, resume, thesis, book, manual or a letter with high quality and
+who does not mind learning a command-driven text formatter, \LaTeX\ is probably
+an ideal package. The \LaTeX\ had the major update from \LaTeX\ 2.09 to
+\LaTeXe\ in 1994.
+
+This sample \LaTeXe\ file will serve as a user guide to the \LaTeXe\ document
+class for theses at Univ. of Pittsburgh. As a modified version of Leslie
+Lamport's \texttt{sample2e.tex} file is included, this file will also serve to
+help beginners understand how some of the important \LaTeXe\ commands work.
+
+
+\vspace{1em}
+\section*{DESCRIPTORS}
+\vspace{1em}
+\begin{center}
+\renewcommand{\arraystretch}{1.5}
+\begin{tabular*}{\textwidth}{p{0.47\textwidth}p{0.47\textwidth}}
+ \LaTeXe\ document class &
+ Pitt engineering thesis \\
+ Pitt standard thesis &
+ Thesis document sample file \\
+ University of Pittsburgh
+\end{tabular*}
+\end{center}
diff --git a/macros/latex/contrib/pitthesis/sample/ackn.tex b/macros/latex/contrib/pitthesis/sample/ackn.tex
new file mode 100644
index 0000000000..1c19a7d6ce
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/ackn.tex
@@ -0,0 +1,4 @@
+\chapter*{ACKNOWLEDGMENTS}
+
+Write your acknowledgment texts here.
+
diff --git a/macros/latex/contrib/pitthesis/sample/appendix.tex b/macros/latex/contrib/pitthesis/sample/appendix.tex
new file mode 100644
index 0000000000..af36251b4d
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/appendix.tex
@@ -0,0 +1,311 @@
+% master: main
+% format: latex
+
+%%--------------------------------------------------------------------------
+\begin{appendices}
+%%--------------------------------------------------------------------------
+
+%%--------------------------------------------------------------------------
+\chapter{FIRST APPENDIX}
+%%--------------------------------------------------------------------------
+
+This is the 1st appendix. Now alphabetic numbering starts for Appedices.
+\ifAMS
+\begin{equation}
+ A=
+ \begin{pmatrix}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{pmatrix}
+\end{equation}
+\else
+\begin{equation}
+ A=
+ \left(
+ \begin{array}{cccc}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{array}
+ \right)
+\end{equation}
+\fi
+
+%%--------------------------------------------------------------------------
+\chapter{MATHEMATICAL SYMBOLS}
+%%--------------------------------------------------------------------------
+\label{sec:mathsym}
+
+Here is the second appendix. See how equations, figures, and tables in
+appendices are numbered.
+\ifAMS
+\begin{equation}
+ A=
+ \begin{pmatrix}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{pmatrix}
+\end{equation}
+\else
+\begin{equation}
+ A=
+ \left(
+ \begin{array}{cccc}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{array}
+ \right)
+\end{equation}
+\fi
+%
+\begin{eqnarray}
+ \left(\int_{-\infty}^\infty e^{-x^2}\,dx\right)^2
+ & =& \int_{-\infty}^\infty\int_{-\infty}^\infty
+ e^{-(x^2+y^2)}\,dx\,dy \nonumber \\
+ & =& \int_0^{2\pi}\int_0^\infty e^{-r^2}r\,dr\,d\theta \nonumber \\
+ & =& \int_0^{2\pi}\left(\left. -\frac{e^{-r^2}}{2}
+ \right|_{r=0}^{\infty}\,\right)\,d\theta \nonumber \\
+ & =& \pi
+\end{eqnarray}
+
+otherwise
+
+\begin{eqnarray}
+\textstyle\sin18^\circ={\frac{1}{4}}(\sqrt5-1)\\
+\ifAMS
+x \in \mathbb{R} \\
+\fi
+k=1.38\times10^{-23}\rm\,J/^\circ K.
+\end{eqnarray}
+
+% Math-mode symbol & verbatim
+\def\W#1#2{$#1{#2}$ &\ttfamily\string#1\string{#2\string}}
+\def\X#1{$#1$ &\ttfamily\string#1}
+\def\Y#1{$\big#1$ &\ttfamily\string#1}
+\def\Z#1{\ttfamily\string#1}
+
+%
+\begin{table}
+\caption{Greek Letters}\label{tab:greek}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\X\alpha &\X\theta &\X o &\X\tau \\
+\X\beta &\X\vartheta &\X\pi &\X\upsilon \\
+\X\gamma &\X\iota &\X\varpi &\X\phi \\
+\X\delta &\X\kappa &\X\rho &\X\varphi \\
+\X\epsilon &\X\lambda &\X\varrho &\X\chi \\
+\X\varepsilon &\X\mu &\X\sigma &\X\psi \\
+\X\zeta &\X\nu &\X\varsigma &\X\omega \\
+\X\eta &\X\xi \\
+ \\
+\X\Gamma &\X\Lambda &\X\Sigma &\X\Psi \\
+\X\Delta &\X\Xi &\X\Upsilon &\X\Omega \\
+\X\Theta &\X\Pi &\X\Phi
+\end{tabular}
+\end{table}
+
+\begin{table}
+\caption{Binary Operation Symbols}\label{tab:bin}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\X\pm &\X\cap &\X\diamond &\X\oplus \\
+\X\mp &\X\cup &\X\bigtriangleup &\X\ominus \\
+\X\times &\X\uplus &\X\bigtriangledown &\X\otimes \\
+\X\div &\X\sqcap &\X\triangleleft &\X\oslash \\
+\X\ast &\X\sqcup &\X\triangleright &\X\odot \\
+\X\star &\X\vee &\X\lhd$^*$ &\X\bigcirc \\
+\X\circ &\X\wedge &\X\rhd$^*$ &\X\dagger \\
+\X\bullet &\X\setminus &\X\unlhd$^*$ &\X\ddagger \\
+\X\cdot &\X\wr &\X\unrhd$^*$ &\X\amalg \\
+\X+ &\X-
+\end{tabular}
+
+$^*$ Not predefined in \LaTeXe.
+ Use one of the packages \textsf{latexsym}, \textsf{amsfonts} or
+ \textsf{amssymb}.
+
+\end{table}
+
+
+\begin{table}
+\caption{Relation Symbols}\label{tab:rel}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\X\leq &\X\geq &\X\equiv &\X\models \\
+\X\prec &\X\succ &\X\sim &\X\perp \\
+\X\preceq &\X\succeq &\X\simeq &\X\mid \\
+\X\ll &\X\gg &\X\asymp &\X\parallel \\
+\X\subset &\X\supset &\X\approx &\X\bowtie \\
+\X\subseteq &\X\supseteq &\X\cong &\X\Join$^*$ \\
+\X\sqsubset$^*$ &\X\sqsupset$^*$&\X\neq &\X\smile \\
+\X\sqsubseteq &\X\sqsupseteq &\X\doteq &\X\frown \\
+\X\in &\X\ni &\X\propto &\X= \\
+\X\vdash &\X\dashv &\X< &\X> \\
+\X:
+\end{tabular}
+
+$^*$ Not predefined in \LaTeXe.
+ Use one of the packages \textsf{latexsym}, \textsf{amsfonts} or
+ \textsf{amssymb}.
+
+\end{table}
+
+
+\begin{table}
+\caption{Punctuation Symbols}\label{tab:punct}
+\vspace{1ex}
+\begin{tabular}{*{5}{lp{3.2em}}}
+\X, &\X; &\X\colon &\X\ldotp &\X\cdotp
+\end{tabular}
+\end{table}
+
+\begin{table}
+\caption{Arrow Symbols}\label{tab:arrow}
+\vspace{1ex}
+\begin{tabular}{*6l}
+\X\leftarrow &\X\longleftarrow &\X\uparrow \\
+\X\Leftarrow &\X\Longleftarrow &\X\Uparrow \\
+\X\rightarrow &\X\longrightarrow &\X\downarrow \\
+\X\Rightarrow &\X\Longrightarrow &\X\Downarrow \\
+\X\leftrightarrow &\X\longleftrightarrow &\X\updownarrow \\
+\X\Leftrightarrow &\X\Longleftrightarrow &\X\Updownarrow \\
+\X\mapsto &\X\longmapsto &\X\nearrow \\
+\X\hookleftarrow &\X\hookrightarrow &\X\searrow \\
+\X\leftharpoonup &\X\rightharpoonup &\X\swarrow \\
+\X\leftharpoondown &\X\rightharpoondown &\X\nwarrow \\
+\X\rightleftharpoons &\X\leadsto$^*$
+\end{tabular}
+
+$^*$ Not predefined in \LaTeXe.
+ Use one of the packages \textsf{latexsym}, \textsf{amsfonts} or
+ \textsf{amssymb}.
+
+\end{table}
+
+\begin{table}
+\caption{Miscellaneous Symbols}\label{tab:ord}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\X\ldots &\X\cdots &\X\vdots &\X\ddots \\
+\X\aleph &\X\prime &\X\forall &\X\infty \\
+\X\hbar &\X\emptyset &\X\exists &\X\Box$^*$ \\
+\X\imath &\X\nabla &\X\neg &\X\Diamond$^*$ \\
+\X\jmath &\X\surd &\X\flat &\X\triangle \\
+\X\ell &\X\top &\X\natural &\X\clubsuit \\
+\X\wp &\X\bot &\X\sharp &\X\diamondsuit \\
+\X\Re &\X\| &\X\backslash &\X\heartsuit \\
+\X\Im &\X\angle &\X\partial &\X\spadesuit \\
+\X\mho$^*$ &\X. &\X|
+\end{tabular}
+
+$^*$ Not predefined in \LaTeXe.
+ Use one of the packages \textsf{latexsym}, \textsf{amsfonts} or
+ \textsf{amssymb}.
+
+\end{table}
+
+\begin{table}
+\caption{Variable-sized Symbols}\label{tab:op}
+\vspace{1ex}
+\begin{tabular}{*6l}
+\X\sum &\X\bigcap &\X\bigodot \\
+\X\prod &\X\bigcup &\X\bigotimes \\
+\X\coprod &\X\bigsqcup &\X\bigoplus \\
+\X\int &\X\bigvee &\X\biguplus \\
+\X\oint &\X\bigwedge
+\end{tabular}
+\end{table}
+
+
+\begin{table}
+\caption{Log-like Symbols}\label{tab:log}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\Z\arccos &\Z\cos &\Z\csc &\Z\exp &
+ \Z\ker &\Z\limsup &\Z\min &\Z\sinh \\
+\Z\arcsin &\Z\cosh &\Z\deg &\Z\gcd &
+ \Z\lg &\Z\ln &\Z\Pr &\Z\sup \\
+\Z\arctan &\Z\cot &\Z\det &\Z\hom &
+ \Z\lim &\Z\log &\Z\sec &\Z\tan \\
+\Z\arg &\Z\coth &\Z\dim &\Z\inf &
+ \Z\liminf &\Z\max &\Z\sin &\Z\tanh
+\end{tabular}
+\end{table}
+
+
+\begin{table}
+\caption{Delimiters\label{tab:dels}}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\X( &\X) &\X\uparrow &\X\Uparrow \\
+\X[ &\X] &\X\downarrow &\X\Downarrow \\
+\X\{ &\X\} &\X\updownarrow &\X\Updownarrow \\
+\X\lfloor &\X\rfloor &\X\lceil &\X\rceil \\
+\X\langle &\X\rangle &\X/ &\X\backslash \\
+\X| &\X\|
+\end{tabular}
+\end{table}
+
+\begin{table}
+\caption{Large Delimiters\label{tab:ldels}}
+\vspace{1ex}
+\begin{tabular}{*8l}
+\Y\rmoustache& \Y\lmoustache& \Y\rgroup& \Y\lgroup\\[5pt]
+\Y\arrowvert& \Y\Arrowvert& \Y\bracevert
+\end{tabular}
+\end{table}
+
+\begin{table}
+\caption{Math mode accents}\label{tab:accent}
+\vspace{1ex}
+\begin{tabular}{*{10}l}
+\W\hat{a} &\W\acute{a} &\W\bar{a} &\W\dot{a} &\W\breve{a}\\
+\W\check{a} &\W\grave{a} &\W\vec{a} &\W\ddot{a} &\W\tilde{a}\\
+\end{tabular}
+\end{table}
+
+\begin{table}
+\caption{Some other constructions}\label{tab:other}
+\vspace{1ex}
+\begin{tabular}{*4l}
+\W\widetilde{abc} &\W\widehat{abc} \\
+\W\overleftarrow{abc} &\W\overrightarrow{abc} \\
+\W\overline{abc} &\W\underline{abc} \\
+\W\overbrace{abc} &\W\underbrace{abc} \\[5pt]
+\W\sqrt{abc} &$\sqrt[n]{abc}$&\verb|\sqrt[n]{abc}| \\
+$f'$&\verb|f'| &$\frac{abc}{xyz}$&\verb|\frac{abc}{xyz}|
+\end{tabular}
+\end{table}
+
+
+%%--------------------------------------------------------------------------
+\chapter{THIRD APPENDIX}
+%%--------------------------------------------------------------------------
+
+Here is the third appendix.
+Watch the number of Figure \ref{fig:3} in this appendix.
+
+\begin{figure}[h]
+ \centering
+ \unitlength 1in % make unit length to be 1 inch
+ \begin{picture}(6,4)(0,0) % picture coordinates 6 in width, 4 in height,
+ % origin 0,0
+ \put(1.4,2.6){\line(3,-1){3.0}} % draw a straight line at slope -1/3
+ % starting at (1.4,2.6) of length 3.0
+ \put(0,0){\vector(1,0){5.5}}
+ \put(0,0){\vector(0,1){3}}
+ \end{picture}
+ \caption{A Picture Drawn with \LaTeX\ Commands}\label{fig:3}
+\end{figure}
+
+%%--------------------------------------------------------------------------
+\end{appendices}
+%%--------------------------------------------------------------------------
+
diff --git a/macros/latex/contrib/pitthesis/sample/bridge.eps b/macros/latex/contrib/pitthesis/sample/bridge.eps
new file mode 100644
index 0000000000..323c7c3971
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/bridge.eps
@@ -0,0 +1,599 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: jpeg2ps V1.5 by Thomas Merz
+%%Title: bridge_842.jpg
+%%CreationDate: Wed Aug 18 14:11:23 1999
+%%BoundingBox: 20 20 592 592
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+/languagelevel where {pop languagelevel 2 lt}{true} ifelse {
+ (JPEG file 'bridge_842.jpg' needs PostScript Level 2!\n) dup print flush
+ /Helvetica findfont 20 scalefont setfont 100 100 moveto show showpage stop
+} if
+save
+/RawData currentfile /ASCII85Decode filter def
+/Data RawData << >> /DCTDecode filter def
+20 20 translate
+572.00 572.00 scale
+/DeviceRGB setcolorspace
+{ << /ImageType 1
+ /Width 256
+ /Height 256
+ /ImageMatrix [ 256 0 0 -256 0 256 ]
+ /DataSource Data
+ /BitsPerComponent 8
+ /Decode [0 1 0 1 0 1]
+ >> image
+ Data closefile
+ RawData flushfile
+ showpage
+ restore
+} exec
+s4IA0!"_al8O`[\!<<*#!!*'"s4[N@!!<9(!s/N+!s8W.!s8Z0#R(A7"9f,;#6kG
+B$4I=N$4@4N%MB<^%M90Y$P4'b&JGin'bq,f(Dmo%(_RMt'`Znf6NI8l"9eo3#mC
+J='FbEZ'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'GM5q'G
+M5q'GUS_!"fJ;!!*'%!?qLF&HMtG!WU(<*rl9A"T\W)!<E3$z!!!!"!WrQ/"pYD?
+$4HmP!4<@<!W`B*!X&T/"U"r.!!.KK!WrE*&Hrdj0gQ!W;.0\RE>10ZOeE%*6F"?
+A;UOtZ1LbBV#mqFa(`=5<-7:2j.Ps"@2`NfY6UX@47n?3D;cHat='/U/@q9._B4u
+!oF*)PJGBeCZK7nr5LPUeEP*;,qQC!u,R\HRQV5C/hWN*81['d?O\@K2f_o0O6a2
+lBFdaQ^rf%8R-g>V&OjQ5OekiqC&o(2MHp@n@XqZ"J6*ru?D!<E3%!<E3%!<<*"!
+!!!"!WrQ/"pYD?$4HmP!4<C=!W`?*"9Sc3"U"r.!<RHF!<N?8"9fr'"qj4!#@VTc
++u4]T'LIqUZ,$_k1K*]W@WKj'(*k`q-1Mcg)&ahL-n-W'2E*TU3^Z;(7Rp!@8lJ\
+h<``C+>%;)SAnPdkC3+K>G'A1VH@gd&KnbA=M2II[Pa.Q$R$jD;USO``Vl6SpZEp
+pG[^WcW]#)A'`Q#s>ai`&\eCE.%f\,!<j5f=akNM0qo(2MHp@n@XqZ#7L$j-M1!Y
+GMH!'^Iii!Tg5mf>><d_uo[FVabr,].Yp<&l0`%@s:)KG2_$lXSAF:W4si9a-O,L
+q''/%ESa/J6#R]r_]9"n-<hZ`SpFHUhKCYhmH)sXYeKhCDh:j&_0DWCLOd<_=cr/
+$H[F3nZTd_NT.t\?DM7l*,Q)F*QsK+W5p!(q>br'Wa(%Nl&`/]Om[8"4?(@W#M]+
+7\8RCN'9<[]Z<Tl.(D_ZL;R[/%\Ze,:%*.r2V=DlfYH;o934*q!mobPD@Sij3Oq:
+TYk;uGuh)bu8%uDA;[<kUMm5j]oDQdZ<FgmqX9Z@p"h^QX^fWG`0Ou_P:!Tr5HeM
+V7TC2r'Ef1;4N+Lb?A_`;=Wfkc.^&'%V;lMN<6H/9iq4BqX1hq_&Z1YkD?R-j"o>
+IYM"=RG2A*NR2`P>[k;hbUK-5LGX;;DtUc<SU/RRGGq82fun%`Hi9,]q9j5lg'mM
+P1%M$i?>V@@N74e\,hE%aPH70VdL$7f(?S62dBK="EI^`GqGg&P[qQ;_#(Vh":Sf
+h3!QX0I="uEr-o`g.1ce'/I[Y3J7Fk)f%lkY(Hd:.2L*2OG_<pm?6R`9;pt=h'+D
+`"oJU&-7j12e\`K)J&h-\@2C<L/NecPGES]p:CX3I7_U!hZ%":i)Z8U1eSYlkMk2
+c,!*G:8t6RK'W[^M&skdKOq*T@'1R%M%-L'L"p3nGaYlWS_MUWk'N>(;^[k.GXEX
+9dhiLEHd$"YK1n)QRWlIu+DfiNg,1MX?B&!5+aKb%2/$+Rt$)B&'o4.upL>n)=Hg
+jEGf$(&>DGZ[o:L&n5F67bM/Ta!Ns]F4?EB5TOI#YLm#^D+AqdB.gXE1/9ODG$3S
+](a/P>J.6Mt-aZu,jHiMojtsPY>H=RqO-2i<rLi_*"U+A8:I5M1RLZ0BF5TdA90?
+:SA7,`RW9iOh"SHWJEJsmt%L$s?3i[UZL"MAh:kccm*;QV.L>BfGK,H7k8L#2n!;
+#XoBpQ>kN\,*akA-PUL,i:Q0MH%>#'L&fZt%]N3QFmlo$f"E.`6Fr3l&4aRnmQ-K
+`V0Z:OT,gD,g'(QC%*WFA5*B1>bNu"qdPl71QZF1YX',5Qp08am;MZiN7FL:Y)Wp
+ehpgB?!NJMYnGI=,<Isk)*`IepD]Tq'EQg$hCb8=>>']1]`.u<!#L`"^e#;3l45t
+%!/q<noO!=O-e$sFnHPYkbC=#GF#:K]2Jpd-9;^>)13:s/PO*)-,)='b,6$$*[^o
++KC@)=YAh=rN$Q.OZE?HtL*ol?Z`^OG5)oQd\&4QktDYJ03[g"8`6J2K%C`F'Y#:
+#=)!.>V?GTgUXcUgcs7eUtrd:7`,0`_-i.3K5LjGodHQ17)Wrr<Snn7iDT&k=j-]
+/r)F!o-@"guBr+7RLf2&]\(008R=Yf(=m64SeA-K?#hBpHZh8Z!La.:nRDo<!N/Y
+#T2htq<R(Sr/[pLHYmtAD;gdKrr>R3`Z$J3@a?e[&X'qlaBgdaJ3"2SpohV-W3g'
+Q2Zhn*WIf<1'CuCMYo1Fk_<O1aWph(-Y2.3Io'<c/%[!uMhFTilR-/WaCk=E-qB"
+EnK&69spK+sCq$^jS-:6nEDX8Es+;'S(hhp7ZkD8R`GZ>oOlp&)hK+<Rt/;LtFq+
+q<hGdCR<g(M*Dh>=:0W7K-Nft?*Xb97+0!VW*@aMIWB#dmAs5h>@4]%-7UdeSQqI
+rJXAFE/,3*4H9t7m^E*!X:g5gVJM@MVhaSYa\J;V.>V6[[?057KYYN"!fqp,^UNk
+-Fkdeg(&t?G^Dd,/2Y<ZZuWgc[%Sh2]u)LgYb0lq^GtK(]`;Y9it80Q>$q!Z`i'\
+L\3ad3:j*CU;[p?h(cHB"7T7T7%p\UrNWuU9>1hZSD6'.^V3^Q:4M`4Y@Q^l>kZ%
+Q^%M,]OI-2JqSuHJohH8(3Z*N*/cR:J&UjsrtO5ULKBdA\Vn2RUMpil6E:@Qki-!
+Qj_nMTr_;T7cc)D"gd$8Pb8.tp9KTE7VH5bJR7?cIir+gdG?Q7L&qDmeEC+ti*"4
+1C;*%`2494[j?oDiHD49;u-02VP:X[[ZCn1.a8HWhT`0/d^<(4>Ahk8F@u0_csd6
+=&cP?U)-^4`m[=TONKja%X8Bm*:]Qj=R2cP9=\rIq,TS(LL^oEgV+;@E(4ie1Xd;
+0epog+*qoJ(eMUkUc-0!M.%8lV]9+S2##p"PFr9cH^6pk+pl@qWeo'q01h1_NPIU
+F.R9^3BL#*g1*P"08T&<Zh"TDuhRg%?\_F43+nj:QXJ[rR6!5Z\t?M3";2mreH2!
+lj*`<E(.?&3mTRur86OL>8\N"rlCj+Ed#i:Teh?AD_5m,r^mGs$bU=#YrO'--J_3
+rg:^TWHCJ?e&a!FRO3XD$u0XQn[3UcJ5i_[,CphW_F-sLKL-pl_sq:`J`N8J?7h'
+5T/hlCfDH$d]K[T"LD@:OTo<Q'J-8[B+.7#c92CmTFFU[`k&XK/;?[s!]Mt5rcLm
+CPlrKtN1:!qGr;KYNITr)E>>:9P/*lenkl)`1Qkn)/20gpY&ZU9X*@JuleO]J\W%
+iD=b"h^FPKkr(`-]3J9I(%@8Gk2a5Q451jb.;AN0?eE>*0GLr/W7?N>KOn5PV>3g
+p'8[BGM"Y-Y(O+5,b_K'(ag@69#d<C]E:#L0mP_<.b2ZYCO/pk@[B9aW8QT?(BGb
+D^::aaSR'bN/EPR_p&Sf;:kY%3j).RK\.<*JauWO$u-WhuV>?*gumbG]r&[.8P!S
+aY29uA_V,P`.;0fJ]IZ31WDDI%q3k7*bq8Yn[poJhhl't[0^H))?jE/Zrk-q40ms
+eI03PRqaB5nBjM!JRu>AT:YR"SaW$1o,]$dKN:Y\6\d-Ti*D=Cu5MG+ND-+q:LsV
+Xq+"/_q-'s89#.P2tVV#/+BNeqE&1"jYTLDmn=V+tK!L(\8"335!id.\0%Ha]Bp(
+0Y$Q6Am!RRW?Qk9(N^I6M#tcP;eF7_51fE;hB$c'6e+b`OpC,J+A%+IBlPd#=&Hp
+N>lUdtQJ*h;5i8*a;$7Zf@bj7H5VOi1F2rnA2Wd[.,36"$mn>LRRL*\TX6GWhf0T
+i-ntN!&'#4$/k=fn/E"OA[;IJe6A(qUYO(sP'@i"gEbgY2=$\GS^s.1fZTq`\u)B
+DE7\/bq[2[>aPi!QTFa@K*Vdop]#/Tef]_iT`G9*AS!Ak5_j$!fB2HeL/'`0*,EB
+dUJ(`s'9AOg1d?S+u+kj)P#nqBApcJc%3?Gi[!c'i]`pW0u,2o+q+cuiaDH/f/d/
+*?mrG0W)=/+tQV3[/()&=(B]Vio,-:MCF$1Ef_8/pmGHs:\F2;M@b%CXjjB9p3(&
+M?BL!5>e"3nKtug;357$'UX$P`dW.!ElkA4.)98Q0M.G*@M$2r&(E?EM;[EgtKu=
+.<u=pE;`Y"8;SC_BEO9>a/:S+NAg*![:+PtAYm5,,<N@0#mFZ@Q6>S^f6=n]MD]5
+dgV`_GG).?R[#pO2Bk1HT,q'$94H+oUF8T-'/'2oA];p?DHcqeYm,C#n%\-5JrPO
+XL#@<%D=oao.HF9'4H$AuZg#=eDaLI=&Th\4=+$nAIE\!Ef=Ar(gk=2%.QSKDP(H
+=&tO8qF=#ilI[*ggi1(7jHe8''1;-e"Fe_".%($k@f.:I"TuD0XLVFGh(WNA=&md
+O[1K+rKI3?lL)b:dTj\*:q0?!e<J&rKR4ABmZOh2qRd*ro-S+YrO1ZWmMtB5sKKZ
+*+PR9d_9bl1m^+m(H&fF2Am]o9%BLIPW&2:%fh,F"!Ma;*,mS^l7^h:`@_'0Xo=e
+8dZ'99B2oO\5R7>kF4]$&HOB8WM7t*m?$fOXm$Qe"9.J^m#X@WB+-jD6q(+3i(]u
+`7+<99iX=nF/2-kAsXt<pVG2/q2XB*+`pCFkc5r*6Vi1-&SH^nA[`2Vae(>DNpB=
+i)j]u!EYWa6P"mj?6eA<#7I*<mufGN)td@aZFK(,9`?$1j>1U=unDT2ci9qm$OG(
+*%8nbL6%M9&9hlk-k940WG9^XK8MG2um@L"c#+X!&O_9Df#rqgb_=N3#cK'q0*m'
+kC`X)c`M';h90MN'[IC^E*I@p84"^emQT;HrA!VEL#Gg]HB3u,*K+boM5*)@o!&J
+CP,&-nkN0Nt:3mC#V:,>TBj0Z*A#=P&g7G&VH"VgQEqsL[!D1(<^`[-b3R::tShC
+q*^W2d[[tdl%9%C<$Cla]qCon+C](-a",jkq-9&sX!6,c9l[^H'kg4$0%BmOBCA6
+CO]e'X,ZZPE&_POjGH7`E\pJjBL4]C9CWK/]>ac*<H-Jm6P4&Pj!N<!^Wk$<6%K\
+]-o:Y3J&J[]e`4]JckbG7cr79-QRNEkmiW=Q][^hW_P1HI)nPpe+A;;i=U1bp:cm
+(2\WT7li!UQ/"ZAj`?HONbb?X[[CR-kn]RGS_;BOQI41)q`$(m(^q6kVr,e[mQCj
+@]P$`j5DDB<F=F:&8)`4gIF6m,D3<^f`KM9l1S)D`(>a&N"aODQK6;<^B*FO+?.r
+Mh'.*-jM3Od6?qJ@5eLS`:NWJ0j%.,jhF6P`=Yusck94oK'SIXc9Jut1Ab-3lcaM
+>iB8?UP+jIJVKK$rdk4L&*35UY\#aT,i`JW@EgWM%`$MIk9(\#Hq_7q.>]Hla()5
+fRf&"7/*kH8!0a>K#A6eSgQL!+fA=>t8aSD_CG*^J11YjY@?AGFj';!joH5?'E?k
+^si+F/LG+mA4GGN!99)lSi@tbW$(W"_59RYfim(iN5QR1&kGPTM&q9L!KmZ5>042
+gqNm*+XDT:bL(suVXF!iH$:9`FFDNQmbuMEFCY]IP6:oC_.j^Y;.JX*K_X'sq;8W
+j`N1S(g!Gem^%Fjfs<Ej-r1W-344$iQ4)#d!?]fhlhh((^P1lB..6JN>=B-"]rT"
+Og6_d^*9;8.<m&b?]OWaemIc(g!nFjA?S3cS;H?7ES!ZC]q(B790T]Sn1_#Hr)+p
+$?>oV:4endq+tr;@2`#]XCr&/+WZ*Q-[Y"5]OgeFl4?>pht)PC]56cZI:F0#&A@?
+jWb+p`qu=Ki4d[P"Qu`Xc]_XZM@DpFcoeA%g4b]SBfs6pe-%N]?Aq.baStDf?M3f
+;i[1:-if=TL!,07jdje"*@be5JOod>J!$@^"ancnUi%Dr+YWf%3/CR6"O"N8:"]H
+8SQTY]V_"ZV$*:QbP?a8F_ZKo4LeXAdFG*#otaX>qIj;YT05jS\<NI7.0H#KY6X;
+@2RNH;>jnf<T:(sXmU%gRVHof^%!rJL8,Za906QH@&n[[W5#aotoPkM/Q1D<,?-V
+#YoHqU)jdN5:kfG):bPEZY.A5r_g>Ffun^n#7)SZt-PSLNI!.UKN^S&'@(Ah+dtl
+K6KJZe`)bScc1/^G+`$Z',4QE%D9;cFq=JO0KJ1M]KbG@:>Rb4RL@4Tj0U4m'SCj
+-2XE=Ve;iG(5TF-fT(gCWFLt*g["Uh<EjGr)XMhFF$K-l714,5>-SrZ,2P()`[++
+bVDD\:Yb8a.fKtEOob()``'X?n_SSP_(9Li:]Kkd'@<k=j7G4J@Kns1F)"*<l5&p
+)A^!QV$^hoDo7l^E$X,k/g]VH\O^gWo8`RolqbAoc9IkSP_jj,AB&J3*RCk;RTGf
+!T?FaW`if7PH%p+=VtDjFb'sN8opK])A11ET8WG#eZRArlfC[M_K,M!$TJXh4,QZ
+nAr7BBr1-^(WFrASjeTAhCF?7WZ"<BjDmkTf:fCFIKs6DR]YP^dRqG]h^o+.V$;1
+ca%oI_ks-6/Mf!%Rr)Kd4Q"@Fjpr_k39M=IUJWKN/HgiO%?Ej#XX[7!ldYUAfU%u
+,O$L<>b,B1]5Xkt)R9.%-N#k"gPbBRDF28G.N!*7-fLAq6;S5_GjW9Ln=R0N>/(d
+J@7(X;Nr#sC#Q*e!5Sjo5;u6)n/aP1NCu0(/17"h0LSPs]T4+>Me^O-th'l-D\3(
+>H\=lYh,c/C;Zd%-jm5PfQe6P^a:jdDr33*IYQ>IN)!jeiBGU;/bg(*Xe?PdgZG]
+N!jP(OuAZfEX.'VNRf[549a]Q)Pt3<X3Rj/b7Fk0X?Kr$j7G;Umd^D>Mr4u4T,ZM
+J<c\?1<+[gNOAT6aHLAZNF25U,l^ej\Ksn$5pNhPMX/>+e6Gn(!`2sRV5qF#6(*Q
+/q8AfhqOe+X*P3U?0H`Lprhk)5uj-6b:\&l)^jFD`8+I_&;ifAon:tE?$[ehtL@d
+KeiXR6i0V,]btc<.;5!S7Dr@7`9Vn"0aTK_T!6c$n#Sf=F#2AsH$%;bDpH0'1eZr
+r<S/k]tKM+1otH^TM<1QHT6#E=BR%bB"`lq(97g:#qHD*oii-gFji$[Jp45[YpkB
+J(drSJ;/U\=P6\Y&igtQEd(pQ:TY]GXK8cJ$/iP,NP<U?c.2&F<`$U2n,9+D?f;k
+F?lWX+5'$2-KmhlPW(co2IH9H>8L35!DJ!Kmb/d-sKjoIN56u)<:OT2g\m=(.rf6
+js3>9S,@jc.1O>u<2*OF"6rr='^*@>&V8R%`$1T5%@*[%bMn>K$62uj!daTn_,/'
+G;:6WTK2==k7r=U:TaR"e$O0ObM`3;4XWTFY/QHqS[b7hq<,VMB78c%>B51/!c2#
+Qm"&*.U*AO&<s^RcfJY4@p<pH$=P4pkmn?Z_s\mSljYfpQ(B'EX:S5\]O!-9fD!<
+(!*RtFObJ9k#nQ]&p@8BgBE@0PCbO*Y*JoIOEgb15JiT&+D<"L;segt,:,^uTsb#
+":^dbF-\:l$J3AZeCX$W^'"+jdRS=FM.OkXdC'A(eH,Or>)(-Zj+gJg:pf#$GSiF
+!8GjfPO]Ui?.QOi1?dBe@\\55fb"-J+*(uUTX,WD;;\r03P<l,/QhU`-UWe8MD91
+#Y!>A<0VKui:)?FSlRgI$Q-#BX"gjo(]ZF@lcGShmhmr(gJriVkc\CVopl_i7">g
+=cp?FqDY&;;`D@e8>TT(!N/&atoXF`I,o`LniMu%B70^jh7.s[.<"AEt#"gmsm+:
+\,b1,H]%[Oi[eg(/LBcMTnZ?$='8j#`2OE5]0Tag,d9Cij#j;'r53+)]4ip@?OoY
+H#+qm2FQap6G,)oE"HmbY>T@:EJW@)<atBfr8$=8C"Ko3f(6d(S!$a08"[Eo*-g&
+K5EdI=QK>ngrM_DKmM=hIXgKYo6\rk"q44tfi"$%t1_K45fdr&Vn/t6\uRf[)#3L
+O0imVorAG^P.[jQG;uMgkk&W,#F7p1Qn6bYChn&iN"JYT":H0gMQ3Oj7VBMn[Z09
+\8]9/#CcC=B-PY==Fk:!]3q<aT)f3n2o7"r,V:TT7]68iS.WC=e=p/Q5D5`Q85IX
+I&AOYYW*n:F5J>jf+KY,le@5tUkPm\L4-N\^c\3%="$?"K7VLSmK)=Dpm\<uRYHZ
+nfKjNW!##\,houHPYm_h;akcP"#gUWuq0lbs!*7Z`I3r_sD]rd\-^`L.K,`b,JiR
+8"J,7^A2PYuU@6gHu7q1BrA;oR$@fu69oO#T[L,N?`nmB;G8(br47b^RO@R-2_b;
+j/bb(=gLSl_HE]QX%bf@k<nk38\M0V\#-AB`KA0FKMi)E`t$36rU>!,u6`JY]]!A
+l`miDc!*E"/d,_kOeF)kai3j'&P(ijbDVg%$<Z9(sLE^-"B<6Uo4C]>_I97!_euE
+#tN:@GZMrHE#gnCTB4g>iqh)O(>DQL5:UGL%[+]'2[iFe-`P0a_)uej490Q.i6.t
+0'1Fg4_GFbi4^-Y:I.RH0%PTjLI0G%[q[mQ./s3=RONTSN'PA'I!/2dGjJ`Bm3T?
+B/peTj!]:0ZiHn2!8.Strg,=#![a8fc/)X.2$AF2Du,#9%[>JV>Sa/Ge#']U-B"+
+eo+Y?Cr"Z/BsWm2eiB8T<j3NMgI.$4]:D7mW[7I;gkDGaIe:i@>9f7npYE`(!Cs1
+#0W3B0rFeQ,cbD+-4*^7[GHsV;COqD3c^.2G9)df$l,]6oM2sI.qL5A+AX3cG((m
++D]g^pni-;L'o"`:IgEn+[T\2HqM:t'?bD$9Ra>LVspHWK1;25e`1df3:*)F(`od
+WL\j1E9(L'2:\\,n!"WPeVhO7&IZ3=a-:ip<Et7:@).S[CN1WAMm:Y/P(2+MgkuS
+O)>/bC-caSWSR)%t]A<3j;T8B>Sn@sma[EUVWUVBIDUlIrNWc6uX!u]DR0qNsmcj
+,ikp_N=$e,mqQfahtA)7r`1Ms+7OJdLiU;3P?^rlkN(-Fld5k0!`:H+Dp3nr@Yh_
+"mIa)Mc:\)2lHlOnbhJLc)m'aa7QnrC#Un@T[XOk;hRraN\iL"8$96.5_q5()WRE
+`0'Z,l%>UH^gjJHGpeTc*aW4O6e?6?h'A)arPQZm+o,&YJWAN:O-Q?2i3;[pH*rC
+'4:cpYGr1t4lu-iL=;[H8g.>PK(sZJKjC?f*?VTfhIa8Vkf8qgchTkMV8DY4drSu
+0W#!Mg35"Xa@LVdsIlF.)0V>;WKnct+q/4=h\;Q;Oo)'(Lu*c9lJqn5&<od_';(0
+MYap.$bem]K,IOJEL*36jh8m"&=&>$hlLT!pkXb;"`2D05CW&m!bN.;&ea;o^.k&
+]$S/]!$bZlNsqX-L,3U&k(,0DYol:j]2]mhRcF\jE)APAtAEmiPiinFU@JYHTQb;
+-KVYG+ViVk!:2[Q]W_X<F8,`LHo:EMUOQdTf\Su:*OYP&m85IN&VOQI@tBdFr7U#
+gJ^-3e9CSRh\i$n6(>;HkRYC[oIRYL?aiTW&#Z.08J.nH"=0cOh)Rm1YAX_:kjI[
+l&Khn(q^=dZoO)![^cO\^ndSI(3GHb3(>HT-?AM22G!E?l<EK="GL1gWqLHYot_c
+e%<K5__k6LrndO3%Xg"aO+o-\^a8W3/A'RYB(D1li?gDfjG9)hVpILI/,M.=;0'2
+V_[M#hX3[Gk?=l@bpCrXX[+TC6/ahh)SJH3%Db#"!Mq;S-0]e`dCe61li&Yf/?Z5
+Q*lKaP7e:sa#)BJJ-cQJ!%r;3PEajKcj.TPV8fdA:Le/lbk'&[m#kVrdQ9ukb7g%
+ZId&**\do/6IpnTcM`QEr[:p0)mI82@Ke!"1Ke12u36.m"RJ\S:Bc>4e6EK3\OuX
+[Q\.Q*2IT,-Vl+=&qK>JFglIRq;=$B$,-M-r'06o4n16[k-",!2?M?*):T+L5c+M
+<TbD4:%jh)&2W9cG;4Y`4f(3H(.6H4itJn+KMcL6km/1fH\a4EhP^BXaFTOhAF\5
+S8^;0ORkDaQrme"QP]qIM6(&p*"6i/amT8C#a?FO;R*lZJgpr_)W_[K>ADG,*LQs
+g6RSl>XtjKh:h/!(t'6K,V2fODU-Y$2NO-6l-fk[*kUq1?aB3_MITk=1#n!XI@&B
+Z_6n`%jap&(Z$c+`S=H,4>5R>3YD9MiMbCZlk)5#p!),j[J8darFVm,'mec.Z.a(
+o*3gK*XQS$I>\hm9W"SkD&cVDB@GX!j1F'HY1a7amFA@HEb%heiG+GXZC!-,V2j:
+F@)H5ZeNHqX!f<7a6B*M'(2(7T36,SSm!bb,$U^'VnG-lC5kFM[/,HtNquj1>RR4
+(4o1G#mI&*=TPO!3oA=m`rV`j/X/PSpY`a\WYq+CiMk9iE@Q'Jt2=+9_6C"W3#-A
+f&k;,\;*(!bl`ZA,_?tYH0@<\a><q_4s8?`pgrssp/`\dO>N9g+WRLAgWk'#2Zqg
+"p;LQeqo6K5jjnN&T%_OP^kR"A2E[f=J4Br#:`c1;XD\^'>tn`1f+CA$DUF`7+.4
+B9S=)spc\uM?6!Uk!F=(5Ej_3;V#@euh@"\$?i+J2$l0\T0r$8[CNFL?1>dClKe#
+j+`/_lgtaSu5qCrQu*j-.7q"CmD(H55rTNO4$iZZr[V">P1B-J5dB7.V4V0QE[[?
+Dl4IJ0$(b?Pls1UO'XOP':Sq/]_5ma&/@sr=;1eir)X@`uc)"FW3P$9"Qi+Pf.)T
+"\qCSN/WmZRE%,blhYhFCL;jckZ`cTh8&I#,."(RR?K!,W`3s#G9laTO96OO`Es1
+Y4@A+$lcJT:3H+(1WYA&JZeS=,NEG3g@)1&OD@UEBMS(KW217OB>M4-<]=V)[(Gd
+a5,9]f]A15G%:'pX0X*6`;\FA@Y$JNgRM0,\paUhAIZ*bPlTnkcr"SLq'S59G:V(
+r</D/LuVDP`&22^8YGE!22ha+$rhm<:GE\J:kbAf[QRXP:XC60Z0*1XI&Li(%jl,
+2'Ibn_TY.B0bTc]PTY4\2XRR]dmI.<gM=GboEr5=/%o2h3T7S[RjfG"S'Jncj/fH
+^70+jV8s7WgnOV%Vn4T)IQ]n6`r2@6&Sj=_A8'.KqQC(B0K+R0U%\Kd$M?u4RsPm
+:/;j=GN:VqPpiWE;B_m1T;?Lh_Z8@SEQ*U=N7LAbPf@GI64\e;=6[O$&'<Sc]jao
+;X(R'OUJ\ga-^3oGup+=UHme&"dqfI__KV;SpE_qHi#DE*WB/T,r*TbSA-(29*jB
+!_iR"@lK%j0u:G\,)QlCL$5/*Z.I,1Jfu+tt-IYlJjoJ]7m'!,Ca_'`9nbg+5#F;
+GZDWh9jqK$3("G5lE1(U#XIRqO*Q7/TE5'miSgK&)k=,O2g#_n9rRWdhl;'ErrJP
+hGfA5a<Ld75K#bt._ItT1^L:[\6EO.b&-!6JC1SG(h&FpIp[L%aj<.Yi1CD2aS&,
+*2HQQIW7HXB+Mm,ML'YW[n*Q-Ea5^feHms,Z"h'nMW*7</%m4SH[SIi`N-+-Lp>(
+3cYdjI@CSF0I<qcTN@DmEC"G\s5H4WXFCX0=0L/30THgN+DZRiKj<#n2)MU`*1_j
+uqp;jCfHS<M&7&@hf!XStHK5'u'jBpt8!o"/bu7L[#lYl7YJ2oe/XRC'6_P=Z8EK
+&[<L4n.<`f"HOa_DCEt(pRl41JG@1rlRFX&m@\5=]Kb"G(Oa\k9JFjb$K=\oR1(9
+CJP>jaKs\KSa9;0-glnu"Xlh@jRjB)!RQ&m5772^_c?4AVh_Yq][B\5ib9VG13:#
+]K@A#i5+GZ#fm#`s3jls*^4iPEMhN7a1<'qala-Ye^F).,8ag"Rr&&&WhVfBqda[
+1Z96eudj;`f4\?6J9a#DAQe2MP/6L"jq-6Hh),u,Bs#<`P]TV)fG](jsS`tQMn!!
+q-)W_#:boN(V(G4b+@]l:\1nb.g@(m"S=\sP2V$9tqS;ij9j"QtA,52MRnGCCs+k
+0dBY\$WSE@Br78KHfhEaMr6j:WKS+Fa3WRm;ZcUCa&rbVM[L%a#Ne<3uS+pgA_04
+(tDLin%:5(gb=L_NV+&aL);&lI5n?24EGB!K4Ui;_cpD51h$)^F*Aia&@fUE>kI@
+dHOL]oh9Uka>t/@bg?.+5&ONqR&Fh1hn2c]%<Gr7iQW&<Z8M')i,g7Q1,o!B>Ym]
+3:p^.#mH#@GG1G_C>n@%&dKK'V"gaa+[62T:[**#krI1"h*l0u=&mk=Fr%`d%iIJ
+VR,HscDDhN41R2UhI2Es.kl&\27gfo`Z&*"hS,nF%ECLW%YdEr,XQ<k>O4&+:d4h
+'64j8uMm&a*rPOShnfF+b,<6EFdgO/b$,[BjPYHj;t)b&+c6An)?b3MP-<pLP"^B
+_YMnWP6:>ij*hMd@e$(Hr[2r;6Z3WE8Rm$f,F0*I__UhTFoe0>:]CE#O4lDLQc+r
+>h\:3=+%u-9Tl"V*&W/!b0GPK`DPVF<T7"uj5lNgp^cuH+Fl<.*S_/uk`_WepW8#
+>k0tNn"++jDIAg]cMd)-sOX`u_Dm3hF=lJ/+Yb>^$GX(BX4r.+P?.ZN'I!V(#0?r
+%VT^u,tWEm_2\ou8`34_Or])oqIq]r0]d!,LhB)GKKfg&B6n/0W<icV_tO?Cn%#=
+5_oDNAS=5rY(2S[`Bh>Z8V6BAUND92IO9,]lRH9^n6EH1\'h#Wq`o%eMY[X[CNaF
+d(&[8>J/582`G[l4ZZXVj%kOr21LE#Nf,9Boi%Yil:*aL5I@4gi)P8k.Kb2d`\Gs
+3TFY#PILGDKhB^J?H[QgsFRQPA9X^GR@d]3k%S=u:Do2SF=!@O6]J"8I4iEp(Ofj
+5X#?ggdM<@*g0C><GXSb8O_NX4*1XlK;?6iT*G9E.^#WF!LN&&'V5R3<jN7Z/f*t
+pg\Bpt4`UVp?R^p_[B1q0eJ;fGOTiJ8MdNg'S:rSQtri61!lV3U_Mc\JVH[^j"7A
+75LHV@ets)a):'f75qa7H#oPqnnJo8#ff@UC%K@'&9F&K/bH=n[K!jUDV>:ILMjh
+4t+sK9Ju3(jNQrO8hT0U'R[kT8]DT#ihEJuA&S62o3AES];S@BA1Bae`/Lh7*Ac"
+Yida6Y]M7lW_EJS%&!5@gNP_NdgbVB<dPF9;,Kj((bHnQk[iBuqXuG>/5*m;5rLO
+/9BO\QbOL&>*0o6a>@C_/%Nhl(;8\@p!>.)<7HHRV[dN)JI`mL:dfPTO+>FI\.Wl
+o+!W63N@_]P9TF"8o6V`5h1hWsS?3U]3T8m-Nln9"XQP'mj6[C&pp:HkTK'-6MrY
+_<u^3=#$2?sp0<C=:\I#'b@1@?Kul`GGu@"hr>#O;K]^PE8O\SpTV40D9h+rr@`,
+j1gCXR`I4oe"5\t2F:^(F;Wk[_L]_SOjgH6X8`/3[E5cpqn3p)mPuGu\9R_E#F*1
+c(!5OpHXd815=^)OiLLq)\l<iKE>@ll"'o2;*V)uL*4$=#n+]sP65Z4sZL-QYAQQ
+&ti7H;1p7o'Nfe(IS?J_^FaA&`QHKSu[kGE]rUsf8CBaOHJeag@.[a7gX7#"-37Q
+nn2;pKad%phLbM9mddb5*PYIL0IcN.!\^e9CW0EHq'Y<'.G'O3YDe_7pXrfDN6jG
+79HX8i%Sm(ocS,*$;ss+,PG*:[mqsF[$Q)/S1^QSk-Cb;_!OI!':mVHN$F_J3A:r
+CNDNSiI^%K4:)Q3VpoAKXfH;6hTc0HdpV4?^`U_3-Hl+ppeQ-sO8)DBR>C$KNQV8
+$35mr9p6kCsX11[Z9e@TSq/JnUbmT`*AXS>]5.I6r:R^uKB@N]."d8FQ)G,#@6'L
+l<c[9p1c[(dMeC-k8d6Fpak>qYO-JZgdpPIUNeZBTm4'(iLC(]bIBkMGWSPIaLbU
+nUi<QQ^\)!Ylt/ItGC,"@l).^tcX)_b&-S%ZO6-j)-@^D>jf9[mL3_i4G^(]rPcQ
+8Op5(hhuAg3V]L_#th4n-`S<hWY\f)VrtuFYn1)%0Y7EaKcb*\RJ["N*m]uQ1S+d
+nEsR3d*)./[1jM5Z-srsq_dM>IuZ*%rA<d2R*K:MQ@6Ogj*)l[=oe7,KO-Ud4DB5
+DheA].;/E\('ugj82aTJHJiOn&PGik-nAj:T2m\fQRE-fs.*$Ql@!V#IF7_?<GRi
+TegK`8P[Bd9KMe$joL*]11;n`K"47oGknG`L+(=M!ZqDG8uo!Hk$8'AG'/:GW&cj
+'r.nL)1t#&?W8gFR!&HZU4:#EF*-.g"VHRSrGY0!;jVD5EOU)-dS_39ep$HIgrfi
+!W1@?i:L&[U#usgdXhO\_s*Ld/LEapgnSlqoQJqAMSd$E@=j1OAA=cj:8NtdTc"j
+5-(Ga>hT@l[>ZlbG%;R&E]_knVtc0Be3$HDVV*i6GD:2K#`L!jJpQId5Fl'+]H;L
+Z9e,Hu[.(0W9q2kC]JiK7\.EiOE`@2>IMI?$n91+h.+5LBT+BdmpQ714At&(l"pd
+^D3':f'3pgtR_HLb6A&KS5DL@a]qat`L2]Uc9VF=q>ir9"61.3^h\C'A/QY;:dQ#
+Y9M3?>,t`Qn\Or\eOOYFrFl,_W-TneB1#ISrEnHWCr7^)qT8^pam1g?EfIi?rAqB
+ncoS*QcCE-h3i=rr<PTnGZ^:3&FiV%P:g#Pnpfj/BUJ&Kui[<;g=p>piA'm4hlf\
+%h/tO&d586]s+%;"ugJ`VE4FOQ[V-fjcm!q5)jt!O:A0G>&+bGck*i"HW=3kmf7T
+iH#@Q-92!qc!(b_q:hPju!P#`%isXJcH;Fi$WG>iFmEt!X:BK>3P4>rD0]T,QIk(
+#-&pTW!f[RRi((UZbA'BPYdQkjM5%&-7N'Ci[L>&HJH#'S?l*D-NJ/)Q=(^"L1@_
+BijffR"'7JU_[L^Bt`Z,fs"'#X6Jmm%qZrO$48:MMHJ[!6(`%d2:-+bP!]:X!9FT
+5=/AorH9;B^7IRd/5bDEZ"86I4j@<@LlLK]8>dok."b+GQU8$,]h#bY8I9>_FeG@
+>V**haXau@#]_r\H?&NQf.EqK'"->6gP`U)<<]S[-MpKA)g+4[M;9"1eF5qKNoR9
+%!;*H.pssp,HqVm6f6$C1<EQW?a,)INdSp=o[fl)GK%U#.ou1S/H>eQrlSt>O$u"
+L'e"UI':Po15$!aE,3)fWo;uCD"esGpe`nD`?4su7_RnqLND@=Vq0Lmn8'n$A`=Q
+C)S`HbLZq^o7MB4ZF,j,GZGF!EqZL,ff1<&l0EJ>!hti9#PD4EYf)?\Y.+SdG%aD
+l:ik*3b?*$X8;pATOBa$0Q'o%S-gMeg-k*INH%8H#u'@[;\d\CZ2BYAn.D:GC[>K
+jSKF-0m+#[[p@P^?$W)/YN_)ON+m;cN39EDk%.:A8LJ:`[K/RDPlAfdjAMhDGaC^
+a1VQSMZAjBIBQ>=;'7^<8T0\P>]ar*nL=Y3-rn)'$<1;Mh<?\f>b1733(2_KFE3c
+Xs"CMnp3Pb^I9E+u$/b#=da`HC@`fm=SDRA_4A<Yi+O:k>PqcApF5I7hVB%CSBUX
+c^c\V^N[q3M^2au_Ya!b2?Q`cM.MS=H%1Iq=ZV:GEZ,k_u!;5r<e`+b8c??N!++X
+T3bSnE]e+ph?krGDF("'@^mlGV(l#1g4b'&*3.I$b9fib7qhfijg##No(@"HqgWa
+X(ZO3kq3fDK1WP=@Z2tsBe[SdQJ-:Lk8eTW"T1$en>D0l]XWhL\K9/L&SjQ1D<lp
+hrpDeggeL\"kYD<N$fK'_2#UWYe7Z+p\$MZOU_=,ihEc"oXu"RRJ_SV'4Vu"^d$^
+e-Zl%Y26RC'E=ec3&:,%,oPOn8Je"9M%2k"$jOGd<YP4II!N`du&@8oG1_&VS2EM
+#o,lX"HRS&4l?Bb,0^Y1c!>E(1O[o#f$3&/9\Y<8gpk\Gb6Z=)$S')b"=_p35!aW
+pc17K.(Ap<C7K$rS4k[!9`jE%ccOJ!/N4U)>KOmf6%HoM,NPq)$C;-.l.e!Nh_Tg
+GqILQGt5n.fm`r$?.Z_jib^&GRd+\Sqht5k_/HPdSXcSEa6)F`a$5T"Yjq\iQBl]
+<[VBtQ,#@chTG9K/c:;d1oG+d5r-2L/_q(/Ofd+OAQY1?sY2?q44_OrVCKoJ6`ZQ
+^S*EA+SqH%C+4ltHL/Da[<R07&_SZG+"*hK"+?2^GIe8*7eD&k3oa&XBUU4@j"b]
+uAB"*/k&]rTJd?PVC#-,>X?icHo:7o";;oHW4C5*s"YrSo>U%^3d%\m&iFJ/1S5Q
+@'!4T6iQp`:iG%2a$r$?SVfb!.[9k_EX"P)!)pEI'N\O>f"J>MX%njr*Hl%O,N@I
+0+d>j?7F>:E_31b!iZ!\W+&8>-TsMJ!5-$"e9!jU/_.hCo74q@hp`RmnF+>1FH6u
+IqLWGuG@oFb-i5^U\QO*[4'QJA%ms.f_5CC[j'/!Rd]D'<Q;d0mdk+cX`c(r,8B;
+%>I\sY[5DA]Co>bhdW+6`*N`?=VY?pi%pTMGppa@eKXA5g;idE0Q`p)"h)g`-/7b
+YB6SUk%;fJO/<rr<3DnD2rdIZS6SY)fMD:+`B$l77RK9RNY:W!$`N(pA_&?\`U&M
+:?"c\*@dR2Oo09e<7aX165*MUTJS13Y%p!FXp$t)?MYjWL_/srSi7::^>B+rrBNX
+`Af`=GlAtt]`8dLB!JfWi/i77".hZ(CXBH'paKRg80LBb9CVVr?EEk+NSjKSU\(a
+ErrD!lehJD3'EsQS0pcm4l^UuB4&3Gr;$H%&Eu6PSZG7')&>KE?Oheap%WU"F#Mr
+M=n5Gqj+O0)%[!C`r=rF/q'D*TO](e/[CgVR-pm9ss$;KJP4XrOMjdYWQpIrPL5q
+@B3]]AtAkHBZT!dmGgINI;>lINu>]JTc&bB2JmJK&AFV8I7un]0(gY6f!R2Z!BR&
+8Lh8V!ct_"f!:L:BV.l3WT+WrM4pWgE1uq.FN=McOS4#MoucRp5!U>Ck0[o[qSd5
+]:A#rMEgkaB7j]c8L<l?^BCWqLWapQ>RZaF>t8u/n'G.W3qDRM+H[U?f'ff<NA`$
+;b%3'9G(RV_P"uh7:S?O#8c)%(o\CTdpeV4N:&B;4/kbFV>>Gj.j]+#m]L3/Aa9$
+`!]_^Q4<g/!erWCYXg=j99V\22[p(J'&])u-MB1fgnpMPi6TMc<lVFb3CamrqkpK
+o#jJ3N&-rMk;e?32`A=C!up/FK`l!uD\f_L=`=Q]Effj3Vq.5?VPp.CMVG85N_dg
+<'^>,EpT"/+^YWf<'/<Vma-&ZS"!IL<&=XSc\]/H19]jQVm8Nl<<%9$%^f$P!rn4
+X@=$Jl8eR2&(+<lf%5m-Q*n8E14^iB=O'*HS?Gl<%"XFam9Wuq1&,sBX%sb\]p.+
+tG:Hn3h2r-#9+R<bSF,C/JG1pfq`&t7eNPTSi`FXtD49J'+N$JFNL^r!i;EodO6^
+.9MokV+&aIrV0YE*X,u@b=A8`S3J"C<Ug,7b%Bg]i.ae@>nCdk.Wat703TK<#'$_
+B+6pZoo'Ea;l>>GDq;=O>4P&gh%Q?k,HIF7YO]hgrfjZRNJC794uh3?7)VSb_oY(
+4I^(cVR)6A1OmGm!Q['nW5MO!C6KlGG#G@8[m42eoa&mZl_4\WPcAV%DO%EM;pQ9
+H<4&DKrH>e?K-;6N5"'2RrK^$fYI/Cld$gGm\Q`8C3L*;e&s;ImZp9#5W0bLO-G6
+G5C1gTN)I<5P>5,K,l[jO'SIkTf4jN"*\mF$%HOg.]NqL+qQ&BnZ<OQim4<pY-2C
+X)"Q0^Kd/Gn3/J.2k/a#7^A;-/fEm5hMa&2mX%PuEKlWcoKnHRPt'\p+OZGRFL;(
+nN^A8m@NQ,r/\?nsbD^]qJJ9(DV0m$<R.=[93i!?D4Fq/Q^"-e#0t<ZW?AgA*I.l
+5#8j4GHj"pqm%2S=79HiQPK5qnMjEY9Zqs':H"(75>J^:qK!.^tm&>HA_'eeKqq`
+/RU!58X&>QmJF:2))+,3+9@[l,IU.LC:<ZeUbS3LcsS@$JO^_Oam].%blDX+K>`'
+WXPRK;BUP/eH'+jK31(ApAfLe4"-,Ya(!W9TC>-\$W+kuqBP!*GQ%_;eN:%r2N%,
+sk"E60JZuhW'eFUjrWG7a-BZ_?!+L.[$p^Zd1*07Zr-P`oG.na_/d:/CrFXp1RXs
+TC;OZ)CF)dR_7$k`le(ce5tMl,"rr;u!,>sli-iQ/K]&L!>CN\GfiO*l'SX'"R?p
+n("W=B-GgNSsBC-%P&1"5CTV>joTa&`.3*9m3d:,.rSodj;=UD2b!+T'M+J/"A5;
+cT48o22g4g1qWL=JiqpJW>Hg7V_#g=,\1C)*l!L7CTiHgHJ)Y-lFn-Hh%hrdXOpJ
+G80al>UZp4@@dst`DS.F$h.cTq&CE3<nu5*@#=cPjA92+[H67pk;%FtdZnZK[HNT
+3:0uq%(/&Au;5M>2r;"1TbM0+^eir8Ac;%0d78+S=E,;V-9]2aCBi!m`XJ3Q-`\!
+J@Y*+\'0aJRc03$Egl*-]`BF<2q$QG;D'<c'p"e#1YIXj5P+\O*STe/iB9rXnD`$
+Qh5L"-Qn#5?\&\Ff<W&I'fH=;:E^Mj7K6>j*c6q&4`d-!K;_HM\!mtD9dtXEu7U*
+fmBD3>Nfa;3np<(:,2?!6iBFR?+'I"YI'1mC*%D.UVreN't%uM7fFPR0jDuf?!%Y
+_l%<4tRU\]7ZqVJP%TGCO=/2u4`j&#BO*8-nJj9<4#GGj='40fs/bHq*!\tsd$q\
+K)6-k&/]k]t(b'8f\b42Xpe*O5$7_-'!Gi4eJ+XJjt/!.:EN#_Q-YFP"-m)mP<m`
+ogZ[KC.`SsAO>!"?Riceog9G&%AeXDY0$[(4YR=]Td;B:bV'1"3ijH(Y[BeFi3-_
+5VS9]71U.=>.nfC%nq3Q1pd^JV?4X:,"KK?s7q5]UV]q>NqjKU-;N#"Gg&^Y<,tG
+Y>/lFn:$#KD]RTQIqrs+cCJec^"p'EXE3#:3"3;=14TT<)#`l)R[:ou+^^$$[ZRI
+ocXD0pCN;u>HBl-tBS9oIb+*"CJ/`\7,iBR@_!k.:A)huBl*hHbB^q_NRt,s!OJs
+]6E\i5;oE1\mg=Ukr0O2mJ[IJ.8#qY#\Gn%EjNMdZ7aNR6%*"i&!W;H\C1d*g6=1
+:-*)\[A(>Vps]FPrGb.EFM2]DXIjj)9VFSh.C3kJ;2ZXMg;LbBl=LToRYWI*%,lL
+3@MH4\9OU!V;VPq_W)>[2A;=W9(OtMp?mG9jj;Mn@V@[Z2XfN+4ncFcN*`q_r>pD
+Dff3AKNQm/XKiKV@PSrA<//67#'q3b'1hn6j*qPGrNfUph?\`#OtZ2&WlH6@%RBl
+6an<o'a,[eHY\FfiFXH>i@Q>Ps3?rfX\:=T?+Ds2!+%cP/NrK*sp5a3Bm:-Oj-$&
+N`Qcj>kpEU`NDRhXLcf(EYk'82/+K@In,^c+ppj'kLYQ"T+^4AKXoa%YA7fNI'J<
+5/XA(jn@o8nHa`DJi*Y(EuSDri6t'"dar63tW@Y?Cq`rJ@ZCD;3(8fuK)\d$Bdb^
+R9%bG95<+GK"E"qagLIi]jbT9+4UC,DD,k;P`Jp#:#bjg"uf-3sUD3nL*$339-S5
+;X03\p\LJ#3U^;sr-eB'@]5CUL*4YW>QA6gFtZV.ldgRq'?%KL^7P'04Ejq-F:q#
+sk;bM.]PTma[?$5`=3Z.\8n0%[o#rIF@^>Fi3PZL+2,iJRQs34@r=8X/Rh<0QW)\
+3Glc@0i9'Ta+:q:fqGaY^GNORXi4=L8hNXl,#B7W;^U[])4luK.pXW_piGOm&q7J
+T^ZpB)BFrfmoGc)9?OBEVa86PG&V!_,X>-Qr'M`H3"WJ=g),k'3=:-8.,$ho>#;:
+]Urr\du"FqULQAi!,a%Up\.,D0l[OPO1j+.Y35,7)3ZS00'#S`c7FIibtu4L>(AL
+#E`SP7/c(/0IJ/rOZqF")"6"/XjlYfZJ08]>^?-3bhWQf,`k+N$@(R3/r+1Y0.ko
+'qW8qHD*7OMLsZdD0>.4n4Rp$2YWXL[hnclLRU+'/XNtI'Al\c$ZL;<nj)^4b8B(
+XGJ>Di`!"@Tk8kX<uiF[gSN3m5_*O4M(DHhK]enqZ33mGOMg_2d;"5%MNZ*$2N/D
+#3<(0=-G=,h'/\-=a5&aD]FOapB[*dR*-U=/Mt!]`c>9E=V')``g:`_(hCa$<B]c
+j.:oMCgDrFR&s<-"r[FRc[t=%G<9G,_<bs]-*%Pon(N1qL4L+?"p_Z9fbV8=J-ir
+=SH<>4'Vd@-j<@lHe*E=,M#EU^9KedLM,;]N<"Bu?I2]&DKCHV>^c#DC$D2kcuat
+Bdq+OEKUJ29bp7u3(r"NNS.)See</Ac[F0FUXn]I`2:%&NP0Kg2-0ren0oV\=<,M
+hm"I9%.!%0!SVh)mBr!B=HpAH0CS&L1/G7YpSr3\_B\6c(n\K6@5'_mR>2Y\jNMb
+BW$5%Wd\VGQ%_"+i:-GN_$Pd_m4>0D-Emgs'gM!^DuZ'$f_ajFVRL*Vf%`ida4qn
+AiI1,25b;RkkelUBF(3m_I`\4`Y=Spr?`L>hZQHYfH0$8a4tm3?MMXafj_2mbNI#
+(*20]!,_pN:X--6c>mlK`Ho;9Ms7XJ@"RI_"rO:L\RsX;VEeTi@m?Sm:_&]KT>S>
+Qj*-'W@+8$+C\Gitfj;<5]SXEg,7p]/2aR^o_#kmr3Bem>*:[Zo/ada#r@[A@(,l
+i-o%Hd"\NfH'W9QP!5d/_*A:e3TnAYMROCU-_=U$W;So`M@amg^miB_B.V<tt0`+
+0SiiEYuj,H)ZrqfC!^IP"i>f/qWP:b&s2A]=sNf+gnH2T1?4G,aQ&n13e=M7O4NI
+N88tOmfBFnHXYa906@F$t^qK(fn`M#D7Zn<HKnITfcuHGLeT22*WSMGOgQMhH6M5
+SY3u)'&s+5cXFV^&!X4S-&W+RatqiQ!(t"EEj?OJhAG#f*YS]]hu*5P@%6jXemlI
+AA\X,T`dcQSO>I<bckP>$3gT[:?202KfX:[ELLJ^a,!/KPA^jcij-,TDT.p+ig&U
+&QX%bqEP8nOp^_q.6j0)3s!?HO=8#Q-0_]6!t'?mZk^#_Y`8#?84O&.eRX;cq\_@
+gbBV4ASRf[<KE*:apd(-QsPK31'9mIH!&ZYk`6)DrU`Xu"rp4``k0fq_,JiE7B`>
+(bR&E>]Bp+tAuTccs'Q$-#//-gAaQGMY'\L>iL]<P-a5D<*2\R7`ju4H[WLn&@@N
+7<h2C1M".]%$Qgc]h47H+28cN\--@@ERKA$POQ'$`:/(.l)Q;0N$S!?R"i]FmfBp
+/:o=Q3C.J.dc_p'Jp<qDcK'+M'nHft##D;UP%IMYHb:.dc(ns[E)mS7qD+]$sKsm
+3j+L<0L+'s7*5TaRkrmk0'5A@>8,Am=EP@loU!2bK:KANQ`rm2Qa[<-#kZFRGb!i
+0hj>L+6CkVDCf-\7JQ\HB6eTUmKn2cGEA?qq93r;AYP<TlPScn8IY&e=(A,`eW>3
+W2%d#Ln&i`Z&O"=AfMD?%XKIp_1b5VfIFjrC:buICrd&/X=P$N?+-H`)0-N1@]u9
+,<g+n"Qt?V2=eDKbSM`-O*tk\1B<'Pj[^UD%>0T]:3kmSDbjT>7OCEJB^:Vb`)?/
+VF]([gkQ)poepomg`83\gY[rF;H0rcY1B-h!*#!oi5MckGnQb/$Tm2I\c.;@C%&&
+TedZm1_3%EPuc[L2kLP@ZJ*A5fHdr1ps;>$tSZUW?B]#MW1\L`%8K@e\aD)4[X%r
+*\)EN2`S&<&,D73&EH-`B+]0L<NRS.jBnJ0(8TgM++<BPhW<)A@5_`qGTE(^P*9*
++4jgp?C;0lWW,:LGc\JX2ne23'>/[PA-"LZLS=;3V:EQ,Hh0]qciRgh3FPUZC?!C
++?d*K0om`klnB:C\EVZ;JXVKl8?VX?@b6*A[RZ:TR!Csi.tc_,!99pe9Mbt*i@c!
+Rl1ZnuCMt*sb`bMZ^ni;^c-$cN!"FM):LhaPc&SU/g1*idl#AOiA=c%t8NR05"7e
+oHP:r'm:-+j8aE>\Z`ML8KUcMaY!HiQ_9,os$(brhI^sCWi4`n,qC#0UUBbRA=.)
+YF"J6-D9_#F'1rT<6m20@)Lb>6T/q/n4_Ia:'S2Y5'-b;e>__AGg6bVJ"sT9kN!C
+E>(4eMS_?bPidq3]p+oS4tL3i1Um<!"3?2)'JfhMRY.f=&C0J>K\WD]]>>UG+Y+5
+gg`I.39-l1;et-;#[>OnpC1mhboZ@M5Y_F?(p7hS\B$&%mK'L<T4MlBg<@u-^LUR
+`jS\rC=5;'-A<W)bF5&S+CZe6S_Fou$[M(B]3$_"0HUS17LDf!"^af8pk6D!J0!_
+junQkb*C4b;*630%!-BXhR/k>?G-_g5p5io4s"0qfkW_FLgQ`""ORXo?&Rd)=3<D
+NMicQM-\#HqBZ!.*sGXf0Od[Lh`i+tEsIICNXO(?5P\!$8&!]1pbg0R,p2X,Sc4h
+;S<12Y*`&j\I9&iPP^NH,b(dQ"?k/0mJj@AWdKWOj!u,eK]Sso9$Y&'JM"&;9qI1
+\)SQ^\qZgIlPJ/2>(sR`Y:Pg/9:Kp[/>:-%a)qV-&$>mo]1M/T"EC;sFoA(H/:oj
+Pe8`)\<?u2ZqqZ`%C&5Q3@H!2"aO3)66,TH%g-2SK,<4_7aKHbB`V0-eLSbYu(E0
+-W"CgLB"Dqmp`^TtojPr8TS.[Q8hpjTr^E21`>>#I(rKf?dB=A.t\/@d[9.AfW$j
+5cb5RtMXLfV)?qIT'9Nm/7\P3QLS6/?m.%Xig]?1*dDi*0;0hMqDaar!ihdE&MP^
+`;sprrB6/*N]/[HY@;HZh2k]YUD]]0!kP=@;M*M.E4088I)/5O^*%t_k.KBl>p7b
+l7Zd$K++t6UgDq$!+R(#:^>SJ?cR"[lS?S^7$HCfNTqh+C^^udTfdXFXf;5.#Di,
+sDApN/8IEmuht67Go<4;KD)YJD6'G0qP2]c_.:`NqNkFG]II#='T85fU2Vi6kic4
+RT:"fG!dXXL(=7AtUY36MOlh@[A.g*'45Uj_VA"F-S<)WM#i0Ln(E88W`iQj>O"B
+#7?Lg'ud",=jo9]i5o0%@hgI@C.[UR-M'Euhmdj/lAP(QI0GdbqL^%dtfUk*IB\l
+@]b>HI)oFp-0Ak-*HGD6_[_Yl;B#t*RhXfDc-o-psmK/>s@9)=`mOt.tejBo"aV_
+cXZY2U#NdHnCN[bY]&O4\$]At/b;BYaJ=mk[o_!A$Lu/l4EI@?QTA%!$'3=$\<eS
+XI\2;oB^,@?M1)B3l*]i*IeGl3H#H\no#<].Gh]b)i#W%uec$TaC)`)E?K8j_%^1
+'OOnp_u5pVR1q(d3X)<S9uT+?0j_Ujck"oYg5Je-Oc!-R=\egH9$F`"+R5M>Qu"H
+%93.0AZR___DU*tU94L=c9PH2Jt4iQ5?dbVBo3SsWd@F5I_N\&/.F%-h4YOlAajO
+>.W.bWEEFNPD&8f(J3Y`R?*!d5-Tg*c7rBlbNLBbdN5&>2;7mQAD)!1eOEfrrDoZ
+"35>/)f)oaf64TG#%EaCO"p4UPiRu`N8k;b?a]Y6Y26"^1L=0f&Eh7L7aL2mkE!<
+lj!2;rlBc_+Fh4YOl4LjSkD"dFjlq`_:JQ=!e^ojYP1;1d2)Wl8JKAJ[,(Ms%Z!:
+p%'ER<8rm.;j7U&#C?YIFZ;\cfBhnd2a/WB6\#.CmGg&D&gp.]Z*^%@La&cL3TGX
+QS2qLf+Er@?AAdF2-->MTis4L/luL`'8=TK(cWA=eR[>1JBqZLFp.^7:<i(;i[\i
+](H&Sj;A`"YC+u57b,\1+=ce-`9Y\=*r,,DLgaf?Z=7CO&l"nIMSPOd]?nN:Fd_C
+G/>I(kCJ/t]rP`sG>Yc[QVNl9JM"#L3P2UobFV5KT3f(LXp`:B'"+.pA^Y\aP0qH
+(%l?_+Q\2eXSEC"BkL0Wc0t]ZD>kh$$MVCo'?*cM7^BEqcKg.45OE++ag^d.!F$>
+k'XBrgi'8X)lq+q\GG9DtW3cT_40nKECX\Cr2@'hiDZeM=jTT9tJ(1/ee:'',N+h
+bmAeQBI[D5(]f2UA1&`]V]QQZBon+<uIEj,OiE!QpI<!3^*\(%('?&OshSE@`T<&
+S*$jg+gn8qqFC/oqlO$"dZ\M/U_=%a(4QfXH2tW7KASQE2.A"juF7]$tc0_F^#;9
+kn?^qOfc"fkaWs+Mn&cR<^hu-,<n-4EX=3c6X*aM`O;J8g.iE*[?BA-O:`@E(uXA
+]P1\fINe$bp%RSn?h<_l%25GF4EnVn*bo:7T$3I,=@@g4c3#TaV*(td,Gm2-0nSO
+HE`=kge)DK(&$l<nHb(Iu\Ok>dpg>6"<GWsRKXs;FRKpj<>h-<@@&Y6"B:Ag,;(r
+jd"h.G),oIGbT]gcj5>%DJ:bo%jT1:[,a%iE(a)!GurciY?D6%[4I=j3ppjd9Ja/
+g`Otnd.:t3QGA<T56%(L)4o6`Hrjo<7:gnFpiA2ZudT`0QDV6!iU?YkJ\'LT4kjc
+DH>=cj?mrR;o-U2-R96/c3A:<=/b@ele=/C]Kpmd0e\_9m)cZpb5CGa"!ABt_8na
+1!$E+>?\K]Nm&fY]'*t0q,SpX#AS+gCXJIT\!95FMZ&b,KfD<F0G-^>c[Bu-'bA`
+S1DXCJ5(f;KENXE5X3t;`,,H`QDD\kalCf]6rm(]si@<4$6c6TiT8a.IP]d*S4aT
+m@+ije7(?#cN52FY3b&\M091SV7=LCohq,aZV#G8Uh"#988?h7(;6D+R`e[E$uHD
+_]i$-:o3a3%"gm>5nTlX8`1.m1#<O8n*o:d-i,Kc8c#tf:u^1C%ck2>8"Yab(k5Y
+Qc9'J37$VgYZim9aWr5\2(T%O$8L/95D9)_V5N[`T\;[_YZY0:-&=(V%!O>^E'W\
+DU[kEGVnpPN(.F]3ArLWK;9.._"a`!^oJT6X)H>&,G/cN8,Pl#^h\CC^_tH1Yj^j
+&(X+'5ej.,-D!U'#fBkanrgm^CmPij,R1KEjj3MYH,;\\)D/,P*Fo+.`Yk.9pto\
+E7%o'M`?+X*K$o%#VL%/kLEV0%L1)KiIVS;ZPtDS-5.9?;R7YkRVR5TX?Pn>f'i,
+rR"'G7NDh_qMAC9AmEd8E@110bd%O@V])T&4$6Z^rJS/q:D^iTWYINpmPCmQ\cS]
+mrmDGrcOWOiL;g&;/J/R:h'dc:Z=SG!;Z?__0=2fp[Uib(jr.sT3sHTrrD!mLJQ_
+"6KlLg,NSnZpZ"-uSfk>K[Y9gZ(#V3S'H;h1:]CDuZ"CD8H[+IA7^q6B!H(MNoGI
+O?"3J<a/8mh!P%]C)N/jnC\_pKD/h;o9r7E>/7_H#oF:Lgf*7n8mg.c,*a"!?ck@
+BdE!?RmGa6Q^mCnBY2mVUN"')qs5"c,CF!)5&9Y-DgXcsO/.g*n_r22cK[hkGp[?
+nbmO3VqbQr9?<8#['Z[DQ=mV%`h,pdk'OA5qZ=lB01U70uX,dp1YeGV7nk3)^fV1
+nH3W#RW[<<+Oj]kk7%(mjc@:\V42b:N]0m#3C=];<;M`.=l[eb)&LS0_84q=`dL;
+c!"\eU$Mi)(69\1"&1\7gJktEaQHrQke*U)BT,],8O"0*[#Na6&>^#B#NhfZ%D`A
+MJ]9pHoDXu=JkWc1@DFM,Jd`ZVO2Rj>'gciL(J2ODcRnZZC-mk5H'i+C3PmBlCnW
+#Dai#c.T^XXq8h\^hqi_kF]luNAPgOL-%DO&>cFWu;+DIC7VB8>YMc::@eT)D/#\
+Z;02XHqIolRI^Gmi1_m5M?.Jn(4hh!-G^L2+oo,b1ml;,S!t]J0;nh+=JMqVL<ln
+`BGPMgM?@PFK:`)8!m=]X-89YTP"7G^g>rA*;Xin&aiiW<7:Gf)p"-MDNdSsjcBZ
+O"c%O;4h7^Z2M]3d\tkEkR&%<afOdPV5F$5[^O%*a@u`Xt#<Ca;;LK0.h+m*85/`
+.674`p>8"b;b!q0NCNgt9qK%jPB7%S2$\!p7)Od.Mp@2YD?aF6GN:3&gE2NF&fik
+Gmm4?HtdD.U4Kh24jGc9ZL2")(MSj#HkL`hUtp"g>\oNNMTYZtSH-,jcR;9+BY8a
+X8=paNdTP!8>l/CJPOL>CD'2ZFH'.@q6n@$2_eDnXO^Ba)d;Y>CR,t\n/l.^3'6;
+\9K=06IEeM8W\>5"q%Yd1Y:!B`maR9L8pH_nA@HC-c@ICO5:DZf/phC)'%eNMd$s
+\8%XC!7aN]Pb;`Am@!@>b#7(`_"\o:IT""d`m$8Y[g$+qkZ]<n[1:>X#aV\=3##U
+camc9CuShXAL2E/>f^Onq$C$pmODisCCAgOnd2]`fT)30(9l'j_E\ke*o5:)!Cqd
++'Z=#TQjG-ThK"3FE[H44l?CKn^JSQ=n,eKR%NM;C3q-5ho,9'g2!o.X&IbX]l;b
+lD@#Q6<CU?!0mA]&<['Q%UhdMn+&8h$981Ke2&jWk&>eSYS3ml4t[PjuF`E,aEq'
+/V1NW7oeU`\1_Y0.s1$N;7+l$g["A&Z8!8/jD=7>)3+6YO33E8-_T_G0(@DGX``U
+[[VM#-hR,I8.&4Ys3\G\s_&Fpj?]abJ;GT7P'e\L-l3h_kG?5SZWlZ6!+BX-rj]i
+ja!tZ7gI5+hf,EKd3G+EP7]PVCqD`_bf5`p@@*E_\kOE6FCf1TnVXlkGW2`e=WQ+
+BU6CF`g@,dAXtYfK#Dj4?8eMX8u1=uE)b2>t%LgLfLN-fe[OL^W)\4"9N;5Tb>UG
+WNlT>[0`m`.r=f*0hW%cYc8KiiVu3_K$TSagU3S0K2(QWZ+)USp2.N7='BBRr,1Y
+cY/so@>0u1k8q$UGXabFGbDNoaVa4XTDnms!-<T4d4OFaMUE>pCN5H;)l!(FbGWq
+(X2Ma^['mX)F(Yod`X%T-'K-9Yp#eGdQ0f2u=#8^g1YYHJV$O2cNd2agl&+MDG]e
+AQD>J4ZL,)(5#L)"Tmm%otrr<DghbV`S)C?]1e&^V:[u[Hqn))kWUFt@d-CSZ2BM
+hHd4ud'("$Nr>+6V4"dWY-QQ*$e84KENW2\Z"4%!a!Nf:7:VZ^jmJ/DAs*9ISg7=
+&K@sj6?L*"3%oOnT.Zml<(,Eq;`ZP#B%IT!)Pll>#nhGcBf%<k@`9M?SN`b=N@:e
+I8BXi6*L'(dnnWX2A&A*Q\.2-gUO3&".TCEl'tf]X_RTd018VegZJn]IUsRrJ]XP
+po#kC#F]Z1g,A0!i<"_@9X.!@kVF#2IC#PHI0'oM(q>u'q`AANn5qFZ8P'*2rAgN
+q!RS-j(Me`]W;2Q6:F>B*PE\[Y0!UaE&1B,bJ7?/g;F1?e6qg/7LQRZ5)Jjc1GBN
+,aDc;8N$;3/l4]1^a/D1Q8d<oFCcgW4RCkQ/csY56mTGdMX_k%0]6O@5nI:q%CXQ
+j<8V$MprYXXpQUY%+npE*(8H-TNF$Y"q$[J*bW8MUo?mR=Y07*:eR]?-U?B[^U[+
+E<b?0J;LqZ+]Y"op"PGb\K:hu`f$d#h.ekoM+R94G0#Ya_"K_iV#Y7FrZ1laKPC-
+^@(g$a1ia!9HLBR8HQ)!!4s/Q^9lf5a#Z.Z?!J0p`&%-L#.Ig02UG^lPRomiN4.7
+.DQ8!7lJa(dIEEMoQa+uSl%G+YNZ;-f>/lfdL@?*Bma*oE=Ogrlg=JR]tM'T.38*
+')8fDP5CRcO1r#+H%m=ge1Oi&#W#o.SUt_!1==]hTtfYdJcEIa;jL+^uHkA,oAGN
+:[k#>\b7"H@.Yq0UJBiR6Xgr8]F=%k<29<!+<9q1lLBJ4rq:jkrAiU3-4:gYu11m
+G$IRKOrZGb96-NQ-=q?fN0D7Q?Vum`[mqLKU"X2H>22cL8m"MtF)XE_!Vo_tF3hA
+Se?J6FX5)KDg-([e@S"VNOi+trJ,oBPi4.sL,j3m33K#Hjj2O$$[[*;DjeN.bK5s
+9Y)/N]7>`H[afQmtWf&:NIr'W^j]CI8\ZO"#V&XF#?`^'`YdrPFFkW1?."h`(hY)
+mL2[K9!B'01q_?ogbHm@a'AiNo+A!"/;c+6j[=Y,rGqV/I>T2bt@I?(qNgb!s4fh
+&HIE*1fV(5TnPT/R;Xt[ZRE<OOhb>IfBBU);7#eF+]2,S1,h(#E`.Q+S_LSii<71
+D6Cm[VKZ[b(69BLN,u6J%CrckJ1qH<;d:Z]CC'GVoWhbuE1<75UM/FDjR>/3[Kg&
+;I1e3Bhg$!?(.6C@^^;beD"[i;jA6)UGWOr.X4st/W$\?W;7tA'*/JHQ[<`H&('V
+4o,VN?nCRn5;D[,$%l2.35C7W?j!>U4tR9/P2"-\g4!"s?Z3]6S$@C:\WRa*?O)I
+JuZD2]@&*/kl@*guJ#YB^IL@4em?EEl18->8=3\uLntd+`a(+FjZ0"0&WUYO=<K4
+6rAO412Fk.QGm,=ub;nga[a$OIpk'[q@%q]Jjt_FfZn^f^^TR9og8BLp=H5eg$-4
+'QmZ@IU)`3_gfNT*k/">J#2Fseu:E_Brks2b_cgo>_39!U_X%WN1?CMSM\%1Xo'a
+=UhQ0!Md5+q7Cml_</-?N3D`^;p%'!JJ3-6j,hghYFThPG[X*2hg^2IY:%?=JOuC
+/"AJZ?EA/sZhkih.Wo]s>9Wa2$pV>F)X8JS+a(-+qV:[Z^j0Vi][KoK^.g>7nL4X
+npVMG)-I&P!S8&uO^ubS[=p5:?[2Oe)bmMnJh:pDTRM>Zd]LPlC``@]GMV)t'Hi*
+.u@@#j3.f8c\8IV2J?#D*Haf0ZbSom[Pp];^6'f.SfEAi-X$l]p=q#Y,'\'S=7rH
+'q,97+@hR(N"CGJJ9]2oESMP)1K03;2T[s`Be>cFh9om:2?5AMF8(_T4S:(uF:t(
+F51(ac]2u5GP!/5j,6o\*7iuP,j,S(6:F:TV6?H"ZQLV1r`_Lh0[LI?CnQ+@#R'>
+;#JVZNDYJ#>BUZmrua@oNL?pQ*7_"n)@T@1-Ad4]CF'soUAU8lM]KU*_n!'KGJ4H
+JHo%qpHKd`H;K9Jt%IZReV?-`>qPn>K8cRd)Y>QS%E'nbH62UhOTQ5pHj$W$g^IP
+Mb\-'&Hij#RlMbG8U<Y!Mt9c"P;@L9ZY.Fjq9pB3<$=ZW`WuhXA"ecb`$h(_[iHD
+Ao0_2f'F!kI'Cd;g,TBf(SAYF<OltEETThBU5nW0!67liINODG7HXhNEl%QfS=KH
+-,_'I//pm>T[0aL3B6+R!o*4PWV`!]T)PhPH/<Sk;i8V'8*u'MSRA+gC&@4(i&W-
+SZ9AeF*>q8CV]Rou?D;@>5D$j`GO1MkL#8lp]28`/X6cAi6Ea?MW\Wi_Kmp/bBla
+K#-1ZMj0,H4oBk/0d;YFVB8i`*FA:0'k7$/P4qbh(9,!V'I`[GcNlqbiLAf98P(n
+<:`M:^>=]$iD^4QFV48l;8u"%C2A^[NOtnT=smc`HV;1phP%^dknhF+"Gu6\<mE9
+2dBk%<lKCGEbVST/u1)W9D(W'A5TsQm@)AQ4EYLLGBRPb1G-1-W(0bP8+b-d5TWj
+ukRqTU"k1X-Ze\8"N`il"a(g[41\auZqIPc:mkks`QJMVdK`3)R+Cj$3/);lHoNA
+94q,&!?'KP@G($3.PK21%ck0bjKk?DtUj?S6@c81=Xn@o7mg=EZO(%dY[4?<$$h\
+))R-OZ(rEQ<OYfP&m_Y$1*,1;gGGbo.]A+]C?&gDJq^/O.'q0^)u_g.(WVCe16k,
+QkpD*gk:6lWTkspe,h,gY,4;ViVb-.GP4W^(3G^!*ci*Go!f\7<*_s=]Zq*G]h%L
+qdR2OiqJ-`fNq2iRq[K-O0eq*:X-D.@#hpI*nBo&]lA%#@(Ld#jsgAgS7R/`h(.V
+@MHZ"VG`$c(:_uf]#il:29-UA4Ui"B]$-ic`-j._9Nt:GX%]+<K)jJfhj;VUaY9]
+1@T9Lfa>[s9)Rafl\Br8;JD\1V?B#0G-Wkl]#&$US^,S!-'3U+LQnSPj0f&(#'Zu
+mo<GbNl9.E>e`a9iD;!I>ZjFlIn+QLZWIZ#+PARb/GbC%r<33+9ns_"BoN8c\*,o
+pG1>FIqHXFE/5Y>9MCtbQ9Qs60LSUa#U4A9'XFq0[1;m0uB!>^2;'o"EE4hb.69/
+9%##q][6%t_]5B]Z=h?Y_fdqsHN8B]3Mq%J:=XJk]5*>\:rbMb-'I$l!2C"0Odu?
+`a#Wjd%jUU%^"oQbE>h;"Cg)$3Q6aE'^1!O?83K8bXpD![k&!1N,19^YWWgf.27u
+.+'EQ\r6Qa)`F'[U]N7qS77:U$p_,.0"c]rOkjW9$WQ9N*1JQWd2$8qh`(2A$eRV
+["KR@T97\9SE$(GCP'='T,7\`9pRJ2t4n:<lqGJgn1O;#,Vg^msrPP"#tda1/6R2
+6T2\4ou-h,l&%5>W.&'9%qe/%-g"q[?jtF/`X:T?*cgZD\l4SiK-P4%QMdP.g^=F
+2<7tX*n>habD']nQ*pf<!)D[m+<GuLJ/SFP4;i?+Ni+#-gc*I)DEP"QC]'lLr7N5
+ZqMNhS26!c4[>:q/.rSpA'K33c8Pl[mTIMu'K^*WM:F;Lg[>RN+Vh(UfiO+\O7S,
+3<##Z^9+[@F:$P3]9+2!)]"-``36)Cs?'.'K=/9aEM:S(VM!&%C\8qKXSHCfWeFO
+s^3\H:LUiH5<3f)Aq%DhsQB.MVXAaS"l<=jthpnC4`p2Xb91a8sisB8&i@bScGu9
+IUs)**4KgP";_C^O9go7tMIW'3n'BATFOnV^-85<:'N[Gp]:Jgfh@1\_aFP[)<2J
+c`kDP3:/sOrgsskDkh(:l.^*8YVJhs+bdK9W64I(_8ePR*"7_Qe*_*951.:A7scb
+,>$G\nIsD1B8Q%5PiWefO>]2aoCR!7[rnSL#]FJ@m\4L=F,R-\%0HIK]\Dt)uVX[
+6Hl?S^l(N1nX7V7uID6+VZ(I-qF++@mcGu6XYO!t*m8HPD1*1V#pd_!7(fX)GKhV
+C1=<@"UW\OJ?LgAi>6Rd_8592N@m28%CCh6[r]H(,',eWd6<QbEdP51SsjY!K&OM
+^Y!qVM\mak9][a.QqeYTFXIalVT:e:b*SY2%ABY_PTlW9:t,ZafZ'<(G2V>iIK%1
+%.5D@!44hMf@qO`C;i'\]5P2ZoCJJE7Ql7IoUlDJ7o2u"D4Dje@`NMhS^("0rNTN
+EStM,S$t74;)q[&.pH3niaQbr3G^N'1'j1[jq*ZaMiP&\1I\Nl7i^F<.WkH_ABEL
+Tm<>^*N%b&q+k.)QIpk?*R1AJe27*rGOc1eqNcYAX?>E7_%@oYV]#sBsmRIR&Sk+
+'PF(qKl!Go:!Mp?$lfb0rkD_o?"*nJ1@m^i]W%[Y<`\QuS:00F>Ou@u&'JaTQ/03
+F/=X!WX7G>X+-g;0-8\OhA\fEc?<br`Q,O]J`gUJ_c0uD7Ci)n!![J"1\@2K^.eh
+3lkhR?F@u5Gdcd8eaA;LDnJh*`l.otI9>#Mg"c^k)46]k&p_O3H4CBpphrZgmnKE
+OR(^28_ig`P,:'PdjRGJVO`RM2aYB>'98p7+!Ki?2cP;X-V/[f^#j&ak>T^;m#1q
+.IS:07bI4L/]Q!2>I!@g^aKk,@3'ui4N46-.dqL5I<me72G*t^pa4;"0XN^e<lVu
+tcQ*/PoeTo)K_k/,%ub2Xf>o/@`j!(ulSn)-_l>dU%^*06qDX5VqVhcX`s*.D:Vl
+tBphA2r@MNp_35+4@_4nMeB1<Y<Lp0Hucer7p=rr^lQD*jt#)>K4-FX':gN&[KbG
+3@&eh4[53ZdI@]JQVsBgcjXea#))@oa%a)/1L5Ei`=ENuXX2fY=)\h>MHI^3q@<N
+*9'!W^-&/7AH[,a'!pgV*au4qm8'E^[3?J!h%L1fd8F@6]SKujC$[/Q1T0RDo^Db
+A3dJW0l9+4l[JjmhhOt&erT91g,*XViHp"$4U?eVVhA?(e*`+0K7$0OEL/6-PofZ
+_K?XGge/]0cu,VZc_UJ2oHY:=LH"ZG%!oBlAC(^`k?#XIDfH%WG)@!0Ndd_05Z<X
+iHhC`s0r"<g+KUcHs4U1P;8/GcT,URUf>iASht3/q-:%Gf"AHG9quh`ug(?KLRQc
+G"k_5R1sL]O!elcJ/u@lTF;c6@TD#3FUM>a5@]AfNgBR:N`*Xs@)QS`*+X&NH*4%
+%p6O;XRcdJtoXc'#87=/-be&)Z"<:fWHfNSOE0i)Qb3sA[dp1YFKNKCVKoZ<Q_-H
+Im5Jj5'f72`t]p[m.-bg-*9eg\2WcmcA`cdPtG2jDa,\DQaHqEia8_5f"RfR:3rr
+?aW1fogp[(\e.(!=$,<.r9R)$d-(P?W8bDYu@ES#4<ifL6c=,WK>*'EPgaWVMT]G
+B&Y@>'[b.YBXYpYO$%L2.7H"Eia^hJk`liNXc@#N]r5UiTCe[%5H9[Vb!Ri[J@k&
+lrP-%*+A\bhqilE=KKs-b>k)J>%!=5'<(m]0%(T.!-/9Z"9&o0%;L(`6Hq(*SlO9
+<EL&qm]mZ.B%.hsNfidPOBc\+W.HJ$QMQ<fehIM.W6t8AUaq%8)>/7Bul*ar7NlK
+r@eN\@X#r`]Wod:`OR$LV!ndPS%dJQ3D^_`=+#qi'mBT]BcPcJ<qL;N$4mO-`o3N
+JMC'_^7;P?*$i2G9>>I`FMM#QP9mp]TO8"+[3*MVGK-4d7ui'AMc0EH],RgV!Cua
+<UaX-3uU'aTQ.CK%Ei)emuA,]n'[P>^87?b9;jR_W2nl)%Xg7(^DFc-inrk]K1Jb
+1@$[;'XX'!5BpZa==U?3K8f6E)*"Ut[/'@;4*d!%DmX@pj&[s+m&0==?5.^i(`\*
+.ltl'Kr)2A<['NlRbc)NJ?;=?&Va(L9^GSd`ajmdYmppTGQTlaB5%Fbn>_'KfqYa
++gH`j!>hnp=3MCWAN1.a):7jk;.+-()Q>?R$1[Z90H/qg7!ARgtm9)F]5X-9p\28
+keOb80*\^N7-P,8g_+A()LLT,m=SR\d@ghH!a1<8d<H!8!kSTY)8K_[(BPk)o8%3
+HOjUP?XK?d&\e[Nu^9$orgULcD-3SQ:_"Q5RIO>Zi+[=T(X\EeK.-kSr0U6)?Agj
+Y\)JQh&(_V:c#o-b%e<[MV+TWL#mL3MSlWDdIBE.A#.moE\3r04T>DfS<LtR4af<
+lU:RT]W#NpZ&houO5BUpbe'jHU%X=WROkpt3=UBs\YCiAB%n`t-cfF>!`7oci$LC
+^W.fTL@_PFbt1iqcDOnsc!c99LOf"(e\(0nW,,2X^T>TbN2_h6b<l2(.I$[sMK`e
+gWL1Wgn.c&oj9aZ-GK&?n]Ai/LBHhOpF7O&=^(>(.Zai-8;e2l(GLMQT7gr<Ii6;
+<[atf$Q`p].D,DroP(4DSXP"j7)uXcieQ]?-9t29ZqsF6:O01iua':<j[o"_)8S\
+EW`lU!a'#.Wjl;HT?fNr4F*qKpdX73;7:('A4)GX0\s.Kf*eYE=&[mECLo9E#l3U
+ko#W"%$D0XTj?;].jS*h:hoM*7[kc8S_A1F7792O'glP<*p8rVp2Gt_h$o&;J[E-
+-&JK0W/^9u0f`Zs!A>hrl2@us9#jmObUIFHh]gU1;:"iU6Pbk;VpNO10#Qln/p#D
+GQB##50RHCn@@Vk`O^Xk_M?9SHRo8p><l7X,&WpU\qG3jZ6,W?c<Nmqp$/F3dTN5
+iWkZ;"3V&4gp\df7n":@HK6oOgLaF&W@\=]f<-26;aZ:KNOoK]bb&V%M%EAlp&L?
+))TdS$,!Qo!,jZ`T%jf?>0i`]I,s'P%KX@QT3Ml6-.\h*^.-k&:]pU88HUUfjS%t
+u/lH^.FL@Rr>9CO5j=&;6*<-"u!)f96#\$5`+`L72RJ48Xf@HtIY^%#kZTAX(?k.
+EEWAQ2k6lTd$JqJdhm26tXHIcmG9g5*/rd!X&^ab?T,Rj[:!>I5`[^3aogo3&jK;
+3!R+6V4Rc_l2sl)l&`-Ab;FOqchraS4"VHCY>KJlVD$oIh\G_2hi@orUACoXu^^2
+qAM'H[U#TV4/V`2F-.K<V_4Mi,m(ZC&mD`r&60q4mok+C1)o7(A>4<ac5k_iGjpC
+*`'9dCPgWL/,8cfH\g5Of<bYmJtbpI#%G5to]15gYC#f+M**P82:Al//*g;6q8"F
+fV-FUa'G:UjGW>"k4r]qb9>iaU,]QImCDtA=\Wd8;`Wo=BN]78#!IM_V!3Y4s,3M
+n;NHGP81AN@49UpLe;_jGT:>CuW5j+$rI6nkdI</q@\VHLsM^Y!H,oI@K<+$`>N_
+VRMmpAQ)W`n\2W9lZrB?9H*Vd*M"Z(m"^*31doq@*B(+2)pn_-:p=D]\1FqMi-h&
+_TDqN[q6*%%_FS?,LRITnqNUmPpjLkJM`KLKO&Be4++'Y0E_(d:t9Y=NYG'>b$r_
+4E_bBMX[5RHp$q[K)AD]%u7kn2c85HXWpl#>bGmDQi!Qjl3QR8?INnt12E>;f20?
+XVYR!u6q#m!8ltb9LUYE$E^t+Hr(cc-pDR\tlil`ZE^23bPZZp'b@D80QfSBi1(\
+)Z_ul.L]K`IOpjJb([-95]&T-U;N*qUK3QUL<FW:G-Gp9)G93YWd9*Q\MQ..qeAF
+8.#ju`[7%cXlY@B1^9[D&8KDR1p`PN<A1->\V_R,j=+".n&c0!,neDIf=tQY`B0'
+Wt'JM9[kH-TL=0NjJi@pkm5Rqnm-GBX^f6HYPLshqY1$'uL"_n2LfISEJV:0+VeP
+hqqdKa*/eU@n%Oind\clr8_A%#<hTTldG'=G`"WkfjSYo7FOZ`F"/$ED.gj\Spjr
+8GiQ7D#-U4[,doaZ9,i.o&PV`4Zcm<V5s9J<8GDM/!;\?>^IW2n@n)=t3.0nL1$e
+.ogqJB_>M)>3`nMb[3at2_#97,])=(O%SYW;@Z[rJBfM3cUpAh+^g^_!q/$ub5DX
+DPaSf:e>)>qEaQ>&;uJ3X5<d>4G*ZU<9N4%NE'g>+V+-mC!G,TSsg5@,j\mp<E:P
+TYN%0e`!gi6%kfc?]s2:X6Lp]%,>e(;e?DatU8gB-^kpmf*8J`4Zdg>g72(D'I0-
+7V)`*Tc9"bmQ6!Aj"pe=XL3nho:q=&M/FQ*,)kT$:e<%aG5&+kX(f!P@9CI3.dgE
+t:!>aVdiVM>`Glg/pX/4a(6Y[b/9-tYTGs1^]RY[n-8ETX2:1#[7;i;<$Z;8?k"-
+P^Npq@S^l4n,RK/rB:mY!gk2ONIM%j>[LQ(D?h&fC-T%(-te*j[44cR[l8Fje55;
+>uoo.f8-330WfU9d#$.3*&@#L(Yhodf?g!'N"rXOOYFlPac'8(;*q,i$fh?+-@"`
+]-1V:^17$Bd;>:/].=BW,RigWip78S964OWMT,EnFiWT=W991K&ID&P87DnFB.UF
+1&9Cse58Agj5!7CjA"j<X2,kF`,Ktb/"DB#cs&tkC%V``A;)hFBu9;uPoPfZdS:=
+Gmm%[HI=KSX[#tf2,L`bu<^Ng3@$q=kmH]dfN[p%X#-E8"e)\*"/]P(oE@>+a;Xb
+A3J(YdPSo\*3:Ph1t\uhcpG8?6L/9Au\V8:#=S,a5bal<IdE(sa8X2K=-X5Y'YK\
+AgPp08k4<=$38EQ[?o8K`09'EQ_I4q<Q*QKmnlAR?[0(=!5%Kc(afClF;n]Or5\<
+V[o'?!bf,C!pZ'D*4ZEM*Y\[Tp5);ZQ=,\8)kjZ(-EnDC$/=)e?#<e7VLa>n\h,P
+,OU2UU9\\9.<n2J:t27u;t0aJgD8IkhLj$WYq*K1N/mo<=oa`D[!*)G,oSYJKk1'
+G-Od['6,su.nueL4Akd+D4gJL]Ob?!t`%M:u4.KsKI;=\LpljYC+I^jY@ADog&JI
+uo!#,hAhI[&SePu=Si6`N&P'F0#ZmiMA@_5c'l%2EC-j-omnGB;n>?]'TQDPkg-#
+K_K5:@BBqKpgGH/SSsVNoMXB<n8<Lu7=1kQ(!I=Su\(G9ufK5Do+*7Ne1eT6ASlj
+.XJ6fN''*nU&)Qf8gVP346MP[L<@\J7R_O%YN+:o>L]6e21ZR*)1XWJB];g`(;(m
+ci3uOZS'#>mR/A>eni/i_O+.q:jr37or`c0j3N>nGnt7/hVi[4<fZ$RV*Nt2O;rE
+'NjY"!n]/L$H*;.g,gKAf6"`+)k]pLLiBSDg&iPkn*UFB+U.NS6__31&+SQ,%PRk
+dHrrC#ac.95)ghZb['C%Bq\9.g6D$/0N!hZH>Hgo8L_<"HIB]CWBTso.%AFYVNd_
+,S[=SS#RhVR?4@r==>+$QTToeZ^8RPk&@W<]'hK"#Qi)$o(Q4b(J_%6qin:7g(GP
+%dhMgs4"S9[a/InsCO(@G@d,H/k@b]c6"XJ[BhgiYlF'B)nqKXeXY.P"_D>m8:du
+7<iN!Uj'/qQ!7Z-$rNc>/dNRj1'u!-R/11me1Yr/m+j_eI(6QX\V6eZB).!g?^U=
+RrZ$p9I)iJ,ju`[D?g)];[-qsMVRM^'=WrV\q1oopP"4?JF7cUC<VYV5I7$Shfei
+(g-hB^"XDs'3,]DU*"Fp`'b(J_sN&T'Ifrk<n"-lj@`,H2Z*+_Hhl9R6-m^KnTe6
+TIPC"he,:2VGEA4;MF*1c0hhQ092]kuQFX^(,]IBudDFGab,Ce@IS"L*rq8uMlaS
+79-4:]7-^4"KO_,k1HXaKLeGEY,3J#[rg>r2MsnIae!oZOpoG8S]E8nf4`"a^TGq
+_*Q'H+,3QRcj-d@W553B/Fp\)`7'of9830s\EJ2[H.s5*aMG#KptS@ZP!Y/663l3
+;A.TFr#@7XbC@dupp54W%=Fei^;&\p3YMRSQhi9o77)-*7Yap6hTudEL6=WGgT:*
+gb>iQf6TG.FmqPLkGWNO&@We@sLd1;cb"msi5jG[IU_`5t.T?!*f/OJL9Snd)1k<
+<-+/,[JGIUU@DEdIK$k.JT*psba<d?ui5>B)5;o>!!2(s1KV(s!PrBYS5JA":aB!
+!q(__;(k7<B8d.PN@sR:^@$R~>
+%%EOF
diff --git a/macros/latex/contrib/pitthesis/sample/main.tex b/macros/latex/contrib/pitthesis/sample/main.tex
new file mode 100644
index 0000000000..15b3505f6b
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/main.tex
@@ -0,0 +1,197 @@
+% format: latex
+%%--------------------------------------------------------------------------
+%% This is a sample LaTeX2e input file for the University of Pittsburgh
+%% thesis document class (pitthesis.cls).
+%%
+%% Wonkoo Kim (wkim+@pitt.edu, wkim@bellatlantic.net), September 23, 1999
+%%--------------------------------------------------------------------------
+%%
+%% A '%' character causes TeX to ignore all remaining text on the line,
+%% and is used for comments like this line.
+%%
+
+%\documentclass [12pt,proposal]{pitthesis}
+%\documentclass [12pt]{pitthesis}
+\documentclass [10pt]{pitthesis}
+%\documentclass [12pt,twoside]{pitthesis}
+
+%%
+%% Pitt Thesis Document Class:
+%%
+%% This document class loads latex2e's report class.
+%% A latex2e thesis document starts with
+%%
+%% \documentclass[options]{pitthesis}
+%%
+%% Additional class options to the report class are provided for
+%% Pitt thesis styles.
+%%
+%% Pitt Thesis Document Class Options:
+%%
+%% pitteng Pitt Engineering thesis (selected by default)
+%% pittstd Pitt (Standard) thesis (selects nofloatchap by default)
+%% phd Ph.D thesis (selected by default)
+%% ms M.S. thesis
+%% proposal for proposal presentation
+%% headings default running heads with page numbers
+%% noheadings do not put default running heads
+%% floatchap floats (figures and tables) are numbered by chapters
+%% nofloatchap floats (figures and tables) are numbered sequentially
+%% single single line spacing
+%% onehalf one and half (1.5) line spacing (selected by default)
+%% double double line spacing
+%%
+%% (And, all `report' class options can be used.)
+%%
+%% Default Options: 11pt, pitteng, phd, noheadings, onehalf
+%% floatchap -- for pitteng
+%% nofloatchap -- for pittstd
+%%
+%% If no options were given for pitthesis class, then
+%% [11pt,pitteng,phd,noheading,onehalf] are selected by default.
+%% For example, a typical 12pt Pitt Engineering Ph.D thesis document will
+%% start with
+%% \documentclass[12pt]{pitthesis}
+%% or, \documentclass[12pt,pitteng,phd]{pitthesis}
+%%
+%% Numbering Floats (Figures and Tables):
+%%
+%% For Engineering thesis, floats(figures,tables) are numbered by
+%% chapters and appendices if `nofloatchap' class option was not given.
+%% When `nofloatchap' option is chosen, all figures and tables are numbered
+%% sequentially throughtout the whole document including appendices. If you
+%% want to number figures and tables in appendices separately, then the
+%% command \floatsbyappendix can be used anywhere before appendix in a
+%% document. Then figures and tables in appendices are numbered like A-1,
+%% A-2, B-1, etc.
+%%
+%% \documentclass[nofloatchap]{pitthesis}
+%% -- floats(figures,tables) are numbered sequentially
+%% throughout the whole document.
+%%
+%% \floatsbyappendix -- floats(figures,tables) are numbered by appendices
+%% if this command is used in a user document.
+
+% The preamble begins here.
+
+%\floatsbyappendix
+
+\usepackage{graphicx}
+\newif\ifAMS
+\IfFileExists{amsfonts.sty}
+ {\AMStrue\usepackage{amsmath,amsthm,amsfonts}}
+ {\usepackage{latexsym}}
+
+
+% Declares the document's title.
+\title{ USING \LaTeX\ TO WRITE A PITT THESIS
+--- A Sample Document File}
+
+%\proposal{Ph.D. Dissertation Proposal} % print on title page by 'proposal' option
+
+\author{Wonkoo Kim} % Declares the author's name.
+
+% Declares formerly earned degrees
+\degrees{B.S. in E.E., Sogang University, Korea, 1979\\
+M.S. in E.E., Korea Advanced Institute of Science and Technology, 1982}
+
+% Declares degree to earn
+\degree{Doctor\\of\\Philosophy}
+%\degree{Master of Science\\in\\Electrical Engineering} % for M.S.
+
+\school{School of Engineering} % for School of Engineering thesis
+%\school{School of Arts and Science} % for other Pitt schools
+\university{University of Pittsburgh} % the University
+
+\date{September 23, 1999} % Deleting this command produces today's date.
+
+\year{1999} % year in title page
+
+%\renewcommand{\baselinestretch}{1.3} % line spacing
+
+%%---------------------------------------------------------------------------
+\begin{document}
+%%---------------------------------------------------------------------------
+
+\maketitle % Produces the title.
+
+\begin{committeesignature}[5] % begin the committee the signature page.
+% It has an optional argument for the number of committee members.
+% If you have more or less than 5 committee members, give the number in the
+% optional argument for better spacing between signature fields.
+% e.g., \begin{committeesignature}[4] for 4 committee members including advisor.
+
+%% Committee members in {committeesignature} environment must be placed with
+%% proper ordering, as those members will be typeset immediately at the
+%% commands.
+%% \chairperson{} is the synonym of \advisor{}.
+%% \cochairperson is the synonym of \coadvisor{}.
+%% Use \committeemember{} for additional committee members
+
+%% For Ph.D. Thesis
+\advisor{Firstname1 Lastname1, Ph.D. (Electrical Engneering)}
+ % \chairperson is a synonym of \advisor{}
+%\coadvisor{Prof. Foo Bar, Ph.D.} % if you have a Co-advisor
+ % \cochairperson is a synonym of \coadvisor{}
+\committeemember{Firstname2 Lastname2, Ph.D. (Electrical Engineering)}
+\committeemember{Firstname3 Lastname3, Ph.D. (Electrical Engineering)}
+\committeemember{Firstname4 Lastname4, Ph.D. (Mathematics)}
+\committeemember{Firstname5 Lastname5, Ph.D. (Electrical Engineering)}
+
+\end{committeesignature} % end the committee signature page.
+
+%% For M.S. Thesis
+% \begin{committeesignature}
+% \advisor{Prof. Foo Bar, Ph.D.}
+% \end{committeesignature}
+
+\include{ackn}
+
+\advisorname{Firstname1 Lastname1, Ph.D.} % for PhD thesis abstract page
+\abstract % generate the heading of abstract page
+\input{abstract}
+
+\tableofcontents
+
+\listoffigures
+
+\listoftables
+
+\input{notation} % nomenclature and abbreviations
+
+%%--------------------------------------------------------------------------
+%\pagenumbering{arabic}
+\include{part1}
+\include{part2}
+\include{part3}
+\include{appendix} % appendices
+%%--------------------------------------------------------------------------
+
+%\nocite{*}
+%% \bibliography{ref}
+%% \bibliographystyle{ieeetr}
+
+\begin{thebibliography}{99}
+
+\bibitem{lp:latex} \mbox{Leslie Lamport}, \emph{A Document Preparation
+ System: \LaTeX\ User's Guide \& Reference Manual}, Published by
+Addison-Wesley Publishing Company, 1994.
+
+\bibitem{jbw:tex} \mbox{Jingbai Wang}, \emph{An Introduction to
+\TeX/\LaTeX}, the \textbf{on-line documentation} written for CIS,
+ University of Pittsburgh, 1988.
+
+\bibitem{pitteng:thesis} \mbox{Engineering Graduate Administrative Committee},
+\emph{A Manual for Preparation of Theses and Dissertations
+for the School of Engineering}, School of Engineering, University of
+Pittsburgh, 1995
+
+\bibitem{pittstd:thesis} \mbox{Kit Ayars}, \emph{Style And Form Manual for
+Graduate Thesis and Dissertation Preparation at the University of Pittsburgh},
+\verb|http://www.pitt.edu/~graduate/style.html|,
+Office of the Provost, University of Pittsburgh, 1995.
+
+
+\end{thebibliography}
+
+\end{document} % End of document.
diff --git a/macros/latex/contrib/pitthesis/sample/notation.tex b/macros/latex/contrib/pitthesis/sample/notation.tex
new file mode 100644
index 0000000000..387ee75529
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/notation.tex
@@ -0,0 +1,48 @@
+% master: main
+% format: latex
+
+%%--------------------------------------------------------------------------
+\chapter*{NOMENCLATURE}
+%%--------------------------------------------------------------------------
+
+\begin{list} {} {\labelwidth 6em \leftmargin 8em \labelsep 1.5em}
+
+\item[$:=$] denotes definition.
+
+\item[$\left\lfloor \cdot \right\rfloor$] The largest integer less than
+ $\cdot$.
+
+\item[$H(z)$] The Z-transform of a coefficient sequence $h[n]$ is
+ defined by
+ $$
+ H(z) := \sum_{n=-\infty}^\infty h[n] z^{-n}.
+ $$
+
+\item[$\rho(\mathbf{A})$] The spectral radius of a matrix $\mathbf{A}$ is defined
+ by
+ \[
+ \rho(\mathbf{A}) := \limsup_{m\rightarrow\infty} \left\|\mathbf{A}^m\right\|^{1/m}.
+ \]
+
+\item[$\sigma(\mathbf{A})$] The largest eigenvalue of a matrix $\mathbf{A}$ is
+ defined by
+ \[
+ \sigma(\mathbf{A}) := \max\{\:\left|\lambda\right|\::\: \mbox{$\lambda$ is an
+ eigenvalue of $\mathbf{A}$}\}.
+ \]
+ Note that $\rho(\mathbf{A}) = \sigma(\mathbf{A}).$
+
+\end{list}
+
+%%--------------------------------------------------------------------------
+\section*{ABBREVIATIONS}
+%%--------------------------------------------------------------------------
+
+\begin{list} {} {\labelwidth 6em \leftmargin 8em \labelsep 1.5em}
+
+\item[AMS] American Mathematical Society
+\item[CTAN] Comprehensive \TeX\ Archive Network, e.g., \\
+ \verb|http://ctan.tug.org|,
+ \verb|ftp://ctan.tug.org/tex-archive|
+
+\end{list}
diff --git a/macros/latex/contrib/pitthesis/sample/part1.tex b/macros/latex/contrib/pitthesis/sample/part1.tex
new file mode 100644
index 0000000000..7d3492db66
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/part1.tex
@@ -0,0 +1,288 @@
+% master: main
+% format: latex
+
+%%--------------------------------------------------------------------------
+\part{\LaTeXe\ Document Class for Pitt Theses}
+%%--------------------------------------------------------------------------
+
+This document will illustrate some of the \LaTeX\ powers in typesetting
+a thesis at University of Pittsburgh. The source file of this document
+will be used as a sample \LaTeXe\ file for thesis writing.
+It is to be compiled with \LaTeXe, and the following class files should be
+accessible for writing thesis at University of Pittsburgh during the
+compilation: \\
+
+\begin{tabular}{ll}
+\texttt{pitthesis.cls} & the main Pitt thesis document class file \\
+\texttt{pitteng.clo} & class option file for Pitt Engineering thesis \\
+\texttt{pittstd.clo} & class option file for Pitt standard thesis \\
+\end{tabular} \\
+
+The document is divided into three parts. The first part describes the usage of
+the document class \texttt{pitthesis}. The second part is the level one sample
+input. Except some sectioning headings added in by the current author for
+illustration and clarity, it is the verbatim copy of the Leslie~Lamport's
+\texttt{sample2e.tex} (which is a sample file from the \LaTeXe\ package).
+Effort is made for the user to see most of the likely needed \LaTeXe\ commands
+in writing a thesis. The User should compare this source file with the
+document result as well as the \LaTeXe\ Manual.\cite{lp:latex}
+The third part is for the mathematical equations (instead of simple formula)
+and figures/tables and the third part is about the special symbols.
+I recommend the user compare every command used in this file with the document
+result and the \LaTeXe\ Manual, but some of the commands may not be found there,
+in AMS\LaTeX\ by the American Mathematical Society, which can be obtained from
+CTAN (Comprehensive TeX Archive Network) sites, e.g.,
+\verb|ftp://ctan.tug.org/tex-archive/macros/latex/|.
+The bibliography is also sneaked in. The user should also watch out for it.
+
+%%--------------------------------------------------------------------------
+\chapter{PITT THESIS DOCUMENT CLASS OPTIONS}
+%%--------------------------------------------------------------------------
+
+Pitt thesis document class package (including this document) borrowed some
+Jinbai Wang's work on \LaTeX 2.09 style files for theses at the University of
+Pittsburgh\cite{jbw:tex} and is completely rewritten by the current author
+for \LaTeXe 's report class, so that all options of report class can be used.
+The reader should also notice that the document class \textbf{pittthesis} that
+I wrote has two important class options, \texttt{pitteng} and \texttt{pittstd},
+namely, \textbf{engineering thesis} (by default) and \textbf{Pitt standard
+thesis}, respectively. One has to give the option ``\texttt{pittstd}'' for
+Pitt standard thesis style, otherwise ``\texttt{pitteng}'' is assumed.
+\begin{verbatim}
+\documentclass{pitthesis} % document class for Engineering thesis.
+\documentclass[pittstd]{pitthesis} % for Pitt standard thesis.
+\end{verbatim}
+These classes are designed so close as possible to the thesis requirements set
+by various schools at the University of Pittsburgh (including the School of
+Engineering)\cite{pitteng:thesis,pittstd:thesis}. However, minor modifications
+may have to be done by the individual users to fit individual needs.
+A \LaTeXe\ document for a Pitt thesis starts with
+\begin{verbatim}
+\documentclass[options]{pitthesis}
+\end{verbatim}
+Note that any report class options may be used and additional class options are
+provided by the \texttt{pitthesis} class for theses at the University of
+Pittsburgh, which are listed in Table \ref{tab:pitthesis}.
+%
+\begin{table}[b!]
+ \centering
+ \caption{\{\texttt{pitthesis}\} document class options}
+ \label{tab:pitthesis}
+ \begin{tabular}{ll}
+ \hline
+ \verb|pitteng|* & Pitt Engineering thesis \\
+ \verb|pittstd| & Pitt (Standard) thesis
+ (selects \texttt{nofloatchap} by default)\\
+ \verb|phd|* & Ph.D. thesis \\
+ \verb|ms| & M.S. thesis \\
+ \verb|proposal| & for proposal presentation \\
+ \verb|headings| & default running heads with page numbers \\
+ \verb|noheadings|* & do not put default running heads \\
+ \verb|floatchap|* & floats (figures and tables) are numbered by chapters \\
+ \verb|nofloatchap|& floats (figures and tables) are numbered sequentially\\
+ \verb|single| & single line spacing \\
+ \verb|onehalf|* & 1.5 line spacing \\
+ \verb|double| & double line spacing \\
+ \hline
+ \end{tabular} \\
+ (* are the default options.)
+\end{table}
+%
+The default options are \texttt{11pt}, \texttt{pitteng}, \texttt{phd},
+\texttt{noheadings}, \texttt{onehalf}. And, \texttt{floatchap} is selected
+by default for \texttt{pitteng} and \texttt{nofloatchap} for \texttt{pittstd},
+respectively.
+Hence,
+\begin{verbatim}
+ \documentclass{pitthesis}
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+ \documentclass[11pt,pitteng,phd,noheadings,onehalf,floatchap]{pitthesis}
+\end{verbatim}
+and
+\begin{verbatim}
+ \documentclass[pittstd]{pitthesis}
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+ \documentclass[11pt,pittstd,phd,noheadings,onehalf,nofloatchap]{pitthesis}
+\end{verbatim}
+For Engineering thesis, floats (figures,tables) will be numbered by
+chapters and appendices if the class option \texttt{nofloatchap} is not given.
+If the option \texttt{nofloatchap} is given, all figures and tables will be
+numbered sequentially throughtout the whole document including appendices.
+If you want to number figures and tables separately for appendices, then the
+command \verb|\floatsbyappendix| can be used anywhere before appendix
+environment in the document. Then figures and tables in appendices are numbered
+like A-1, A-2, B-1, etc.
+A typical 12pt Pitt Engineering Ph.D. thesis document may start with
+\begin{verbatim}
+ \documentclass[12pt]{pitthesis}
+\end{verbatim}
+For double-sided printing, which would be handy for personal copies,
+\begin{verbatim}
+ \documentclass[12pt,twoside]{pitthesis}
+\end{verbatim}
+will typeset even and odd pages differently with proper margins for binding
+and the page numbers are printed away from the bound sides of papers.
+The \texttt{twoside} option may not change the page numbers unless
+a \verb|\part{}| sectioning command is used in a thesis.
+
+\section{Line Spacing}
+The line spacing of texts can be selected by the class options of
+\texttt{single}, \texttt{onehalf}, and \texttt{double}. The default line
+spacing is \texttt{onehalf} (1.5 line spacing), which I prefer for the final
+printout, but double line spaced texts will give more space for proofreading.
+A double line spaced thesis can be created by
+\begin{verbatim}
+ \documentclass[12pt,double]{pitthesis}
+\end{verbatim}
+The line spacing of texts can be further controlled by using
+\verb|\baselinestretch| in the preamble of your document. For example,
+\begin{verbatim}
+ \renewcommand{\baselinestretch}{1.3}
+\end{verbatim}
+will stretch the line spacing of texts. As \verb|\baselineskip| is set
+right after \verb|\begin{document}| by \texttt{pitthesis} class,
+\verb|\baselinestretch| does not change the line spacing of the main texts
+but the line spacing of other texts like tables.
+
+%%--------------------------------------------------------------------------
+\chapter{USING \texttt{pittthesis} DOCUMENT CLASS}
+%%--------------------------------------------------------------------------
+
+\section{Thesis Title Page}
+Thesis title page carries much more information than the original \LaTeXe 's
+\verb|\maketitle| can handle. Therefore, more fields are introduced to
+\verb|\maketitle| for the thesis classes (Please look at the source file
+(\texttt{part1.tex}) of this document). Beside the standard fields, i.e.
+\verb|\title{}|, \verb|\author{}|, and \verb|\date{}|, the following additional
+fields are introduced (these can not be found in the \LaTeXe\ manual).
+\begin{enumerate}
+ \item \verb|\degrees{}| -- for the degrees earned,
+ \item \verb|\degree{}| -- for the candidate degree (the degree the thesis is
+ for),
+ \item \verb|\school{}| -- such as School of Engineering or
+ School of Arts and Science
+ \item \verb|\university{}| -- such as University of Pittsburgh
+ \item \verb|\year{}| -- year to be printed in the title page
+ and the abstract page
+\end{enumerate}
+
+\section{Preparing a Thesis Proposal}
+
+The class option \texttt{proposal} will prepare the title page for a proposal.
+For example,
+\begin{verbatim}
+ \documentclass[12pt,proposal,phd]{pitthesis}
+\end{verbatim}
+and, in preamble (i.e., before \verb|\begin{document}|),
+\begin{verbatim}
+ \proposal{Ph.D. Dissertation Proposal}
+\end{verbatim}
+will typeset the title page for a thesis proposal.
+A thesis proposal does not create a Committee Signature Page and does not
+make the signature field for advisor's signature in the abstract page.
+(It ignores \verb|\begin{committeesignature}| environment in the document, if
+exists.)
+
+\section{Committee Signature Page}
+
+The heading of the committee signature page is generated by
+\begin{verbatim}
+\begin{committeesignature}
+\end{verbatim}
+and an optional argument of the number of committee members may be added by
+\begin{verbatim}
+\begin{committeesignature}[#]
+\end{verbatim}
+where \verb|#| controls the spacing of signature fields of committee members.
+If this number is not given, the committee signature page will be typeset best
+for 5 committee members (including the advisor). If there are more or less
+committee members than five, it would be better to give the number to the
+optional argument for a proper spacing of committee members on the page. (e.g.,
+\verb|\begin{committeesignature}[4]|) The committee members in
+\verb|{committeesignature}| environment must be placed in a proper order, as
+those members will be typeset immediately at each command of the following:
+\begin{enumerate}
+ \item \verb|\advisor{}| (or \verb|\chairperson{}|)
+ \item \verb|\coadvisor{}| (or \verb|\cochairperson{}|)
+ \item \verb|\committeemember{}|
+\end{enumerate}
+A \verb|\committeemember{}| is added for each additional committee member.
+The committee signature environment is ended by the following:
+\begin{verbatim}
+\end{committeesignature}
+\end{verbatim}
+
+\section{Abstract Page}
+
+The advisor's name to be printed in the abstract page of Pitt thesis is defined
+by either of the following commands:
+\begin{verbatim}
+ \advisorname{Firstname1 Lastname1, Ph.D.}
+ \chairpersonname{Firstname1 Lastname1, Ph.D.}
+\end{verbatim}
+Otherwise, the name defined by \verb|\advisor{}| (or \verb|\chairperson{}|) will be
+used instead. The following command
+\begin{verbatim}
+\abstract
+\end{verbatim}
+will generate the heading of the abstract page with a signature field,
+advisor's name, thesis title, author's name and title, and the name of
+a university. For Pitt standard thesis, the year (set by \verb|\year{}|)
+will be printed after the university name with a comma. The texts of thesis
+abstract will immediately follow the \verb|\abstract| command.
+The author's title may be explicitly set by \verb|\authortitle{}| command
+to change the default value set by the \texttt{pitthesis} class. For example,
+\begin{verbatim}
+ \authortitle{M.A.}
+\end{verbatim}
+before \verb|\abstract| command will set the author's title to ``M.A.'' in the
+Abstract page.
+
+A list of key-words is listed under the heading ``DESCRIPTOR'' after the
+abstract texts. The descriptor list of this document was created by the
+following commands:
+\begin{verbatim}
+\vspace{1em}
+\section*{DESCRIPTORS}
+\vspace{1em}
+\begin{center}
+\renewcommand{\arraystretch}{1.5}
+\begin{tabular*}{\textwidth}{p{0.47\textwidth}p{0.47\textwidth}}
+ \LaTeXe\ document class &
+ Pitt engineering thesis \\
+ Pitt standard thesis &
+ Thesis document sample file \\
+ University of Pittsburgh
+\end{tabular*}
+\end{center}
+\end{verbatim}
+
+\section{Appendices}
+
+Appendix chapters are enclosed by the environment \verb|{appendices}|:
+\begin{verbatim}
+\begin{appendices}
+\chapter{...} % the first appendix
+ ...
+\chapter{...} % the second appendix
+ ...
+\end{appendices}
+\end{verbatim}
+for multiple appendix chapters. Each appendix chapters are numbered
+alphbetically: APPENDIX A, APPENDIX B, APPENDIX C, and so on.
+If there is only one appendix chapter in a thesis, the single appendix chapter
+may not be numbered, which should be enclosed by a \verb|{singleappendix}|
+environment:
+\begin{verbatim}
+\begin{singleappendix} % single appendix chapter
+\chapter{...}
+ ...
+\end{singleappendix}
+\end{verbatim}
+This single appendix chapter is referred by just APPENDIX without a chapter
+number.
+
diff --git a/macros/latex/contrib/pitthesis/sample/part2.tex b/macros/latex/contrib/pitthesis/sample/part2.tex
new file mode 100644
index 0000000000..4127d844c0
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/part2.tex
@@ -0,0 +1,217 @@
+% master: main
+% format: latex
+
+%%--------------------------------------------------------------------------
+\part{Sample2e.tex for \LaTeXe}
+%%--------------------------------------------------------------------------
+
+This part is essentially the \texttt{sample2e.tex} file by Leslie~Lamport
+except some added sectioning commands.
+
+\newcommand{\ip}[2]{(#1, #2)}
+ % Defines \ip{arg1}{arg2} to mean
+ % (arg1, arg2).
+
+%\newcommand{\ip}[2]{\langle #1 | #2\rangle}
+ % This is an alternative definition of
+ % \ip that is commented out.
+
+%%--------------------------------------------------------------------------
+\chapter{FIRST LEVEL SAMPLE TEXT}
+%%--------------------------------------------------------------------------
+
+This is an example input file. Comparing it with
+the output it generates can show you how to
+produce a simple document of your own.
+
+%%--------------------------------------------------------------------------
+\section{Ordinary Text}
+%%--------------------------------------------------------------------------
+% Produces section heading. Lower-level sections are begun with similar
+% \subsection and \subsubsection commands.
+
+The ends of words and sentences are marked
+ by spaces. It doesn't matter how many
+spaces you type; one is as good as 100. The
+end of a line counts as a space.
+
+One or more blank lines denote the end
+of a paragraph.
+
+Since any number of consecutive spaces are treated
+like a single one, the formatting of the input
+file makes no difference to
+ \LaTeX, % The \LaTeX command generates the LaTeX logo.
+but it makes a difference to you. When you use
+\LaTeX, making your input file as easy to read
+as possible will be a great help as you write
+your document and when you change it. This sample
+file shows how you can add comments to your own input
+file.
+
+\subsection{Quotations Marks and Dash}
+Because printing is different from typewriting,
+there are a number of things that you have to do
+differently when preparing an input file than if
+you were just typing the document directly.
+\subsubsection{Quotation Marks}
+Quotation marks like
+ ``this''
+have to be handled specially, as do quotes within
+quotes:
+ ``\,`this' % \, separates the double and single quote.
+ is what I just
+ wrote, not `that'\,''.
+\paragraph{Doube Quotes}
+Double Quotes are really two characters, not a single character
+\verb|"| that may be found on a keyboard.
+\subsubsection{Dashes}
+Dashes come in three sizes: an
+ intra-word
+dash, a medium dash for number ranges like
+ 1--2,
+and a punctuation
+ dash---like
+this.
+\subsection{Spaces}
+A sentence-ending space should be larger than the
+space between words within a sentence. You
+sometimes have to type special commands in
+conjunction with punctuation characters to get
+this right, as in the following sentence.
+ Gnats, gnus, etc.\ all % `\ ' makes an inter-word space.
+ begin with G\@. % \@ marks end-of-sentence punctuation.
+You should check the spaces after periods when
+reading your output to make sure you haven't
+forgotten any special cases. Generating an
+ellipsis
+ \ldots\ % `\ ' is needed after `\ldots' because TeX
+ % ignores spaces after command names like \ldots
+ % made from \ + letters.
+ %
+ % Note how a `%' character causes TeX to ignore
+ % the end of the input line, so these blank lines
+ % do not start a new paragraph.
+ %
+with the right spacing around the periods requires
+a special command.
+
+\subsection{Reserved symbols}
+
+\LaTeX\ interprets some common characters as
+commands, so you must type special commands to
+generate them. These characters include the
+following:
+ \$ \& \% \# \{ and \}.
+
+\subsection{Emphasis vs. Italics}
+In printing, text is usually emphasized with an
+ \emph{italic}
+type style.
+
+\begin{em}
+ A long segment of text can also be emphasized
+ in this way. Text within such a segment can be
+ given \emph{additional} emphasis.
+\end{em}
+
+\subsection{Word Mode (No Line-break)}
+It is sometimes necessary to prevent \LaTeX\ from
+breaking a line where it might otherwise do so.
+This may be at a space, as between the ``Mr.'' and
+``Jones'' in
+ ``Mr.~Jones'', % ~ produces an unbreakable interword space.
+or within a word---especially when the word is a
+symbol like
+ \mbox{\emph{itemnum}}
+that makes little sense when hyphenated across
+lines.
+
+\subsection{Footnotes}
+Footnotes\footnote{This is an example of a footnote.}
+pose no problem.
+
+\subsection{Simple Formula}
+\LaTeX\ is good at typesetting mathematical formulas
+like
+ \( x-3y + z = 7 \)
+or
+ \( a_{1} > x^{2n} + y^{2n} > x' \)
+or
+ \( \ip{A}{B} = \sum_{i} a_{i} b_{i} \).
+The spaces you type in a formula are
+ignored. Remember that a letter like
+ $x$ % $ ... $ and \( ... \) are equivalent
+is a formula when it denotes a mathematical
+symbol, and it should be typed as one.
+
+%%--------------------------------------------------------------------------
+\section{Displayed Text}
+%%--------------------------------------------------------------------------
+
+Text is displayed by indenting it from the left
+margin. Quotations are commonly displayed. There
+are short quotations
+\begin{quote}
+ This is a short a quotation. It consists of a
+ single paragraph of text. See how it is formatted.
+\end{quote}
+and longer ones.
+\begin{quotation}
+ This is a longer quotation. It consists of two
+ paragraphs of text, neither of which are
+ particularly interesting.
+
+ This is the second paragraph of the quotation. It
+ is just as dull as the first paragraph.
+\end{quotation}
+Another frequently-displayed structure is a list.
+The following is an example of an \emph{itemized}
+list.
+\begin{itemize}
+ \item This is the first item of an itemized list.
+ Each item in the list is marked with a ``tick''.
+ You don't have to worry about what kind of tick
+ mark is used.
+
+ \item This is the second item of the list. It
+ contains another list nested inside it. The inner
+ list is an \emph{enumerated} list.
+ \begin{enumerate}
+ \item This is the first item of an enumerated
+ list that is nested within the itemized list.
+
+ \item This is the second item of the inner list.
+ \LaTeX\ allows you to nest lists deeper than
+ you really should.
+ \end{enumerate}
+ This is the rest of the second item of the outer
+ list. It is no more interesting than any other
+ part of the item.
+ \item This is the third item of the list.
+\end{itemize}
+You can even display poetry.
+\begin{verse}
+ There is an environment
+ for verse \\ % The \\ command separates lines
+ Whose features some poets % within a stanza.
+ will curse.
+
+ % One or more blank lines separate stanzas.
+
+ For instead of making\\
+ Them do \emph{all} line breaking, \\
+ It allows them to put too many words on a line when they'd rather be
+ forced to be terse.
+\end{verse}
+
+Mathematical formulas may also be displayed. A
+displayed formula
+is
+one-line long; multiline
+formulas require special formatting instructions.
+ \[ \ip{\Gamma}{\psi'} = x'' + y^{2} + z_{i}^{n}\]
+Don't start a paragraph with a displayed equation,
+nor make one a paragraph by itself.
+
+
diff --git a/macros/latex/contrib/pitthesis/sample/part3.tex b/macros/latex/contrib/pitthesis/sample/part3.tex
new file mode 100644
index 0000000000..7690fe9b28
--- /dev/null
+++ b/macros/latex/contrib/pitthesis/sample/part3.tex
@@ -0,0 +1,228 @@
+% master: main
+% format: latex
+
+%%--------------------------------------------------------------------------
+\part{Mathematical Equations, Figures and Tables}
+%%--------------------------------------------------------------------------
+
+In a thesis, one may need to write many more equations than simple in-text
+formula and display formula. In this part, some more involved
+formula are included and they will be put in the equation like environments.
+The user should also pay attention to the way the equations being numbered,
+labeled and cross-referenced.
+
+
+%%--------------------------------------------------------------------------
+\chapter{EQUATIONS AND EQUATION ARRAYS}
+%%--------------------------------------------------------------------------
+
+The following equation (\ref{eq:1}) is in the \textbf{equation}
+environment and it is labeled,
+
+\begin{equation}
+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+x}}}}}}}
+ = ? \label{eq:1}
+\end{equation}
+
+\LaTeX\ numbers the equation as long as it is in the equation
+or eqnarray environment. The following is an un-labeled equation,
+\LaTeX\ still numbers it
+
+\ifAMS
+\begin{equation}
+ A=
+ \begin{pmatrix}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{pmatrix}
+\end{equation}
+\else
+\begin{equation}
+ A=
+ \left(
+ \begin{array}{cccc}
+ a_{11}&a_{12}&\ldots&a_{1n}\\
+ a_{21}&a_{22}&\ldots&a_{2n}\\
+ \vdots&\vdots&\ddots&\vdots\\
+ a_{m1}&a_{m2}&\ldots&a_{mn}
+ \end{array}
+ \right)
+\end{equation}
+\fi
+
+If one does not need to number and label a equation, he can place it
+inside the math display environment or delimiters, i.e., \textbf{displaymath}
+environment and
+\begin{verbatim}
+\[ ... \]
+\end{verbatim}
+or
+\begin{verbatim}
+$$ ... $$
+\end{verbatim}
+delimiter pairs, e.g.,
+
+$$
+\left(\frac{\partial^2}{\partial x^2}+
+\frac{\partial^2}{\partial y^2}\right)\left|\varphi(x+iy)\right|^2 = 0
+$$
+
+and
+
+\begin{displaymath}
+ 2\uparrow\uparrow k\mathrel{\mathop=^{\rm def}}
+ 2^{2^{2^{\cdot^{\cdot^{\cdot^2}}}}}
+ \vbox{\hbox{$\Bigr\}\scriptstyle k$}\kern0pt}
+\end{displaymath}
+
+or
+
+\[
+\prod_{j\ge0}\left(\sum_{k\ge0}a_{jk}z^k\right)
+ =\sum_{n\ge0}z^n\,\left(\sum_
+ {\stackrel{\scriptstyle k_0,k_1,\ldots\ge0}
+ {\scriptstyle k_0+k_1+\cdots=n}}
+ a_{0k_0}a_{1k_1}\ldots\,\right)
+\]
+
+If there are more than one equation in a group or there are many lines
+in an equation, one can use the \textbf{eqnarray} environment, but he should
+pay special attention to those multi-line equations (otherwise all the lines
+will be numbered) by using \textbf{nonumber} command as shown below,
+
+\begin{eqnarray}
+ \left(\int_{-\infty}^\infty e^{-x^2}\,dx\right)^2
+ & =& \int_{-\infty}^\infty\int_{-\infty}^\infty
+ e^{-(x^2+y^2)}\,dx\,dy \nonumber \\
+ & =& \int_0^{2\pi}\int_0^\infty e^{-r^2}r\,dr\,d\theta \nonumber \\
+ & =& \int_0^{2\pi}\left(\left. -\frac{e^{-r^2}}{2}
+ \right|_{r=0}^{\infty}\,\right)\,d\theta \nonumber \\
+ & =& \pi
+\end{eqnarray}
+
+otherwise
+
+\begin{eqnarray}
+\textstyle\sin18^\circ={\frac{1}{4}}(\sqrt5-1)\\
+k=1.38\times10^{-23}\rm\,J/^\circ K.
+\end{eqnarray}
+
+%%--------------------------------------------------------------------------
+\chapter{FIGURES AND TABLES}
+%%--------------------------------------------------------------------------
+Figures and tables are essential ingredients in a non-trivial engineering or
+science thesis. Before the computer typesetting became good enough, these
+things took authors lots of time to hand-draw. Nowadays, the computer seems
+to be able to draw any kind of simple and fancy figures and tables. Many
+users are still computer-generating figures and tables separately from
+typesetting the thesis, and then cut-and-paste. However, with good
+packages such as \TeX/\LaTeX, one can avoid this type of waste most of times.
+
+In the following, we will see how the figures can be inserted into the
+thesis. The figure itself is generated otherwise, and the table is produced
+by \LaTeX\ commands.
+
+\section{Figures--Inserting, Captioning and Importing}
+
+Shown in Figure~\ref{fig:1} is a figure (Pitt Engineering Thesis Guide
+Manual has a good definition as for what is called a figure). This Figure
+is generated by:
+\begin{verbatim}
+\begin{figure}
+ \centering
+ \includegraphics[width=3in]{bridge.eps}
+ \caption{The ``Bridge'' image}
+ \label{fig:1}
+\end{figure}
+\end{verbatim}
+\begin{figure}[h]
+ \centering
+ \includegraphics[width=4in]{bridge.eps}
+ \caption{The ``Bridge'' image}
+ \label{fig:1}
+\end{figure}
+\texttt{bridge.eps} is a postscript file converted from an image file.
+Note that figure \ref{fig:1} is also labeled and cross-referenced here.
+For more details about graphics file inclusion, please refer to
+\texttt{graphics} package of \LaTeXe. \LaTeXe\ has a few commands to draw
+simple pictures. Figure \ref{fig:2} shows a picture drawn with \LaTeXe\
+commands in the \texttt{picture} environment. The user can read
+\cite{lp:latex} for details.
+
+\begin{figure}
+ \centering
+\unitlength 0.8in % make unit length to be 0.8 inch
+\begin{picture}(6,4)(0,0) % picture coordinates 6 in width, 4 in height,
+ % origin 0,0
+\put(1.4,2.6){\line(3,-1){3.0}} % draw a straight line at slope -1/3
+ % starting at (1.4,2.6) of length 3.0
+\put(0,0){\vector(1,0){5.5}}
+\put(0,0){\vector(0,1){3}}
+\end{picture}
+
+\caption{A Picture Drawn with \LaTeX\ Commands}\label{fig:2}
+\end{figure}
+
+\section{Tables-Inserting and Drawing}
+Tables and figures are inserted labeled and so on in rather similar ways
+except the caption for a table usually appears on top of the table instead
+of below that. An example of table is given in Table~\ref{tab:1}. Note
+also that this table is written in \textbf{minipage} environment.
+
+\begin{table}
+\begin{minipage}[t]{6in}
+\caption{Text Formatting and Word Processing Packages}\label{tab:1}
+\begin{center}
+\begin{tabular}{|l|l|l|} \hline
+ & Scribe \\ \cline{2-2}
+ & \TeX \\ \cline{2-2}
+Text Formatters\footnote{All the text formatters listed are command-driven}%
+ & \LaTeX \\ \cline{2-2}
+ & troff \\ \hline
+ & WordStar \\ \cline{2-2}
+Word processors \footnote{All the word processors listed are menu-driven}%
+ & Word Perfect \\ \cline{2-2}
+ & Ms Word \\ \cline{2-2}
+ & MacWrite \\ \hline
+\end{tabular}
+\end{center}
+\end{minipage}
+\end{table}
+Note also that Table~\ref{tab:1} is labeled and referenced. It will be
+listed in the LIST OF TABLES.
+
+
+%%--------------------------------------------------------------------------
+\chapter{SPECIAL SYMBOLS}
+%%--------------------------------------------------------------------------
+
+\TeX\ has pre-defined many useful special symbols, such as the Greek
+letters, mathematical symbols, accented European letters. The newer
+version of \TeX\ has even introduced some sets of fonts for some foreign
+languages.
+For a thesis writer, the most essential knowledge he needs about the
+special symbols is Greek letters and mathematical symbols.
+
+\section{Greek Letters}
+In \TeX\ and \LaTeXe\ Greek letters are called by their English names,
+e.g., alpha, beta. If the first letter is in capital, then \TeX\ outputs
+a capital Greek letter (but many capital Greek letters coincide with
+English letters, and hence no commands are designed for them).
+The commands for all the Greek letters are listed in
+Table \ref{tab:greek}. Note that Greek letters have to be in math mode,
+e.g., $\alpha$.
+
+\section{Other Mathematical Symbols}
+Beside the Greek letters there are many more math symbols, for example
+the Calligraphic letter $\cal F$ which may used for Fourier and
+$\cal L$ for Laplace. The user can refer to the \LaTeXe\ Manual\cite{lp:latex}
+pp. 41--50 for more information. Many mathematical
+symbols are listed in Appendix \ref{sec:mathsym}.
+
+\section{Accented European Letters}
+In the \LaTeXe\ Manual\cite{lp:latex} pp. 38--39, one can find some help as
+for how typeset accented European letters.
+
+