% Version 1.alpha of Inessential Graphics
%
% Copyright 1999
%
% The use and redistribution of this Inessential Guide to Graphics on Athena
% is hereby granted with the following restrictions:
% * Bugs should be reported back to the SIPB
%       (send email to sipb@mit.edu)
% * The use of any portion of this guide must be credited to the SIPB
% * The use of this document in its entirety (except for local changes
%       and additions) must maintain the credits, name, and logo of the
%       SIPB and the Inessential Guide to Graphics on Athena.

\documentclass[11pt,twoside]{article}
\usepackage{graphicx}
%\usepackage{floatfig}
\usepackage{picinpar}
\usepackage{wrapfig}
\usepackage{hyperref}         % makes the PDFs more usefull.

% Revision Notes
\def\revision{Revision: Alpha}

% Project Begun 2/22/99

%definitions
\def\igoa{Inessential Graphics on Athena}
\def\ig{Inessential Graphics}

% Special text style commands
\newcommand{\prompt}{{\bf athena{\tt\%}} }      % Athena prompt
\newcommand{\user}[1]{``{\bf #1}''}             % Style for user input
\newcommand{\defin}[2]{{\bf #1} #2}
					% style for glossary definitions
\newcommand{\footref}[2]{\href{#1}{#2}\footnote{\tt{#1}}}

% Describe title page

% Allow symbol footnote for title
\def\thefootnote{\fnsymbol{footnote}}

% PSbox allows a PostScript figure to be inserted into the file.
% The special command contains the name of the file
%       (which is considered by LaTeX to be of zero width and height).
% The hspace command specifies the width of the image.
% The rule command specifies the height of the image.
% The mbox command allocates a rectangular box of the appropriate size.
% PSbox is a fragile command.
\newcommand{\PSbox}[3]{\mbox{\special{psfile=#1}\hspace{#2}\rule{0pt}{#3}}}

\title {% Sipb Owl Logo
        \vspace{-1in}
        \PSbox{cover-owl.PS}{200pt}{200pt}
        \vspace{1in}\\
        {\huge \igoa
        \thanks{Copyright \copyright\ 1987--1995 Student Information
                Processing Board of the Massachusetts Institute of Technology}}
	{\small \tt /final/location/when/i/find/out/what/it/is/iGraphics.dvi}
        \\ {\small (\revision)}
       \\ {\Huge\bf BLEED ON ME}
}

\author{\large{\bf The Student Information Processing Board} \\
	\small{Omri Schwarz (\tt{ocschwar @mit.edu})} \\
	\small{Christopher A Mceniry (\tt{cmceniry@mit.edu})} \\
	\small{Richard Tibbetts (\tt{tibbetts@mit.edu})}}

% End of Preamble

\begin{document}

% Title page
\maketitle
\def\thefootnote{\arabic{footnote}} % Return to arabic footnotes
\newpage

% Table of Contents
% \pagenumbering{roman}
\tableofcontents
\newpage
\include{intro}
\include{editors}
\include{utilities}
\include{backpage}

\end{document}
