\documentstyle[html]{article}
\oddsidemargin  -10pt
\evensidemargin -10pt

\topmargin -0.6in

\headheight 12pt
\headsep 25pt

%\footskip 75pt

\textheight 9in

\textwidth 6.75in

\columnsep .333in
\columnseprule 0pt


%\twocolumn
\sloppy
\parindent 1em
\leftmargini 2em
\leftmargin\leftmargini
\leftmarginv .5em
\leftmarginvi .5em
\flushbottom




\newcommand{\programbegin}{\begin{tabbing} 
ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\=ww\kill}
%
\newcommand{\Rtwo}{R$_2$}
\newcommand{\psim}{ ParCon }
\newcommand{\osim}{ ParOpt }
\newcommand{\Ltwo}{L$_2$}
\newcommand{\Lone}{L$_1$}
\newcommand{\programend}{\end{tabbing}}
\newcommand{\pprocedure}{\mbox{\bf procedure\ }}
\newcommand{\pfunction}{\mbox{\bf function\ }}
\newcommand{\pbegin}{\mbox{\bf begin\ }}
\newcommand{\pend}{\mbox{\bf end\ }}
\newcommand{\pif}{\mbox{\bf if\ }}
\newcommand{\pthen}{\mbox{\bf then\ }}
\newcommand{\pelse}{\mbox{\bf else\ }}
\newcommand{\pendif}{\mbox{\bf endif\ }}
\newcommand{\pfor}{\mbox{\bf for\ }}
\newcommand{\pto}{\mbox{\bf to\ }}
\newcommand{\pendfor}{\mbox{\bf endfor\ }}
\newcommand{\pendforall}{\mbox{\bf endforall\ }}
\newcommand{\pdo}{\mbox{\bf do\ }}
\newcommand{\pwhile}{\mbox{\bf while\ }}
\newcommand{\pendwhile}{\mbox{\bf endwhile\ }}
\newcommand{\pwhere}{\mbox{\bf where\ }}
\newcommand{\pstruct}{\mbox{\bf struct\ }}
\newcommand{\pint}{\mbox{\bf int\ }}
\newcommand{\penum}{\mbox{\bf enum\ }}
\newcommand{\pforall}{\mbox{\bf for all\ }}
\newcommand{\send}{\mbox{\bf send\ }}
\newcommand{\sendw}{\mbox{\bf sendw\ }}
\newcommand{\recv}{\mbox{\bf recv\ }}
\newcommand{\recvw}{\mbox{\bf recvw\ }}
\newcommand{\pexit}{\mbox{\bf exit\ }}
\newcommand{\pbreak}{\mbox{\bf break\ }}
\newcommand{\por}{\mbox{\bf or\ }}
\newcommand{\pand}{\mbox{\bf and\ }}
%
\newcommand{\nbyrp}{\left\lceil\frac{n}{\sqrt p}\right\rceil}
\newcommand{\rel}{\mbox{$\ \prec\ $}}
\newcommand{\mbyp}{\left\lceil\frac{m}{p}\right\rceil}
\newcommand{\mop}{\frac{m}{p}}
\newcommand{\typevertex}{\mbox{$0\,..\,n-1$}}
\newcommand{\typeedge}{\mbox{$0\,..\,\mbyp-1$}}
\newcommand{\eqb}{\begin{eqnarray}}
\newcommand{\eqe}{\end{eqnarray}}
\newcommand{\tabsfigure}{wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\=wwwwww\= \kill}
%
\newcommand{\eqnb}{\begin{eqnarray}}
\newcommand{\eqne}{\end{eqnarray}}
\newcommand{\mat}{$\ ^\spadesuit$}
\newcommand{\edgel}{$\ ^\clubsuit$}
\newcommand{\adlmat}{$\ ^\dagger$}
\newcommand{\dedgel}{$\ ^\ddagger$}
\newcommand{\whatd}{$\ ^\perp$}
\newcommand{\orderlogp}{${\rm O}(\log p)\,$}
\newcommand{\orderlogrlogstarr}{${\rm O}(\log r \log^* r)\,$}
\newcommand{\orderlogn}{${\rm O}(\log n)\,$}
\newcommand{\ordernlogn}{${\rm O}(n \log n)\,$}
\newcommand{\orderp}{${\rm O}(p)\,$}
\newcommand{\ordern}{${\rm O}(n)\,$}
\newcommand{\orderr}{${\rm O}(r)\,$}
\newcommand{\orderone}{${\rm O}(1)\,$}
\newcommand{\nbylogn}{$\frac n {\log n}\,$}
\newcommand{\ordernbylogn}{${\rm O}\!\!\left(\frac n {\log n}\right)\,$}
\newcommand{\rbylogrlogstarr}{$\frac r {\log r \log^* r}\,$}
\newcommand{\thetap}{$\Theta (p)\ $}
\newcommand{\thetalogn}{$\Theta (\log n)\ $}
\newcommand{\thetalogr}{$\Theta (\log r)\ $}
%
\newcommand{\lp}{{\large \bf  (}}
\newcommand{\rp}{{\large \bf  )}}
%
\newenvironment{hangref}{\begin{list}{}{\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}\setlength{\leftmargin}{+\parindent}
\setlength{\itemindent}{-\parindent}}}{\end{list}}

\begin{document}

%\input{prepictex}
%\input{pictex}
%\input{postpictex}


%\baselineskip = 30pt
% input all the files here 

\input{sgiNotes}

\end{document}

