%%%%%%%%	Article style document.		%%%%%%%%

\documentstyle[times,11pt]{article}
%\documentstyle[titlepage,times,11pt,picture]{article}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Get the support for EPSF in subdirectory
% Will typeset incorporated pictures on any unix system
% Will typeset and preview incorporated picture on macintoshes (Textures)
%      if custom EPSF.sty is installed. Available from tomstr@cs.cmu.edu 
\input epsf.sty

\def\mac{mac}
\ifx\sys\mac\def\figpath{:fig:}
  \else\def\figpath{./paper.fig/}
\fi

%%%%%%%%	Margin declarations.		%%%%%%%%

\oddsidemargin  0in
\evensidemargin 0in
\topmargin -0.3in
\textwidth 6.5in
\textheight 8.75in


%%%%%%%%	Macro definitions.		%%%%%%%%

% allows multiple line comments enclosed by brackets.
\newcommand{\comment}[1]{}

% define un-numbered footnote for all kinds of disclaimers and support messages
\makeatletter
\long\def\unmarkedfootnote#1{{\long\def\@makefntext##1{##1}\footnotetext{#1}}}
\makeatother

% allows multiple line comments enclosed by brackets.
\newcommand{\ignore}[1]{}

% allows multiple line comments enclosed by brackets (more visible).
\newcommand{\COMMENT}[1]{}

% allows multiple line comments enclosed by brackets.  These are to be
% omitted from the current version of the document but should be included
% in the final version.
\newcommand{\OMIT}[1]{}

% changes output to double spaced.
\newcommand{\doublespace}{\baselineskip 22pt}

% changes output to single spaced.
\newcommand{\singlespace}{\baselineskip 16pt}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%			DOCUMENT STARTS HERE				%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

% set line spacing to \singlespace or \doublespace.
\singlespace

% choose the output format for the bibliography.
% @use(bibliography = /afs/cs/usr/prs/bib/nectar.bib)
% @use(bibliography = /afs/cs/usr/prs/bib/network.bib)

\bibliographystyle{plain}

%%%%%%%%		PAPER		%%%%%%%%

\include{SIAM_Paper}

\end{document}


