\documentstyle[11pt,alltt,psfig,fullpage]{article}

\title{Link 1.0}

\author{DIMACS Center\\
        Rutgers University \\
        Piscataway, NJ \\
	Jonathan W. Berry, Project Coordinator \\
	berry@dimacs.rutgers.edu
}

\makeindex

%\includeonly{}
%\includeonly{GUI_MANUAL/guiman}
%\includeonly{USERS_MANUAL/userman}
%\includeonly{PROGRAMMERS_MANUAL/progman}

\begin{document}
\maketitle

\input{defines}
\centerline{\psfig{figure=dfs.ps}}

\vspace*{3mm}

\centerline{\psfig{figure=titlepage_stk.ps}}

\newpage

\tableofcontents

\newpage

\listoffigures

\newpage

\part{Getting Started with Link}
\input{foreword}
\section{Downloading the System}
\setcounter{figure}{0}
\setcounter{section}{0}
\input{gettingLink}

\section{Introduction}
\setcounter{figure}{0}
\setcounter{section}{0}
\input{system_introduction}

\part{Graphical User Interface}
\include{GUI_MANUAL/guiman}

\part{User's Manual}
\include{USERS_MANUAL/userman}

\part{Programmer's Manual}
\include{PROGRAMMERS_MANUAL/progman} % includes the appendix

\part{Internals}
\setcounter{figure}{0}
\setcounter{section}{0}
\input{internals}

\part{Acknowledgements}
\setcounter{figure}{0}
\setcounter{section}{0}
\input{ack}

\appendix

\section{Graph File Format}
\label{sec:file-format}

\subsection{Lexical Tokens}
\input{PROGRAMMERS_MANUAL/graph/tokens}

\subsection{Language Grammar}
\input{PROGRAMMERS_MANUAL/graph/parser}

\subsection{Language Grammar}
\label{sec:example-files}
\input{fileExamples.tex}

\bibliography{abb,tr}
\bibliographystyle{plain}

\newpage

\input{manual.ind}  % use makeindex (system) to generate, not index.cc

\end{document}
