%
% Rayshde User's Guide
%
% $Id: guide.tex,v 4.0.1.1 92/01/10 17:04:24 cek Exp Locker: cek $
%
% Keyword definition
\newenvironment{defkey}[2]{\begin{description} \item[] {\tt #1\/} #2 \\}{\end{description}}
% Primitive definition
\newenvironment{defprim}[2]{\begin{description} \item[] {\tt #1\/} #2 \\}{\end{description}}
% Tokens
\newcommand{\evec}[1]{$\overrightarrow{\em {#1}}$}
% example environment
\newenvironment{example}{\begin{verbatim}}{\end{verbatim}}

\documentstyle[11pt,ncs,a4]{report}

\newcommand{\Rayshade}{\mbox{{\em Rayshade}\/}}
\newcommand{\rayshade}{\mbox{{\em rayshade}\/}}

\title{Rayshade User's Guide and Reference Manual}
\author{Craig E. Kolb}
\date{Draft 0.4 \\
January 10, 1992 \\
Revised February 28, 1994\thanks{Additional documentation describes the
Range Map (Z Buffer) extension implemented at Carnegie Mellon by Mark
Maimone ({\tt mwm@cmu.edu}).}}
\begin{document}
\maketitle
\pagenumbering{roman}

\tableofcontents
\parskip=0.1in
\input{preface}
\input{intro}
\input{running}
\input{camera}
\input{lights}
\input{objects}
\input{surfaces}
\input{transform}
\input{texture}
\appendix
\input{options}
\input{animate}
\input{height}
\input{zbuf}
\end{document}
