%\documentclass[12pt,draft]{article}
\documentclass[12pt]{article}

%stuff as much text as possible on the page (for editing)
%\usepackage{savetrees}

%\usepackage{fullpage}

\usepackage{listings}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[pdftitle={Fractals and Art},
            pdfauthor={John Waymouth and Steve Conte},
            pdfsubject={Mathematics, Art},
            pdfkeywords={fractals, art, computer art},
            pdftex=true, colorlinks=true, breaklinks=true,
	    bookmarks=true, bookmarksopen=false, bookmarksnumbered=true 
	   ]{hyperref}

\newcommand{\trademark}{\raisebox{1.2ex}{\tiny TM}}


% \includeonly{/artsociety/artsociety}
\begin{document}
\begin{titlepage}
\begin{flushright}
Project Number: 48-MH-0223
\end{flushright}

\vspace{0.35in}

\begin{center}
FRACTALS AND ART\\
\vspace{0.45in}
An Interactive Qualifying Project Report\\
\vspace{0.15in}
Submitted to the Faculty\\
\vspace{0.15in}
of the\\
\vspace{0.15in}
WORCESTER POLYTECHNIC INSTITUTE\\
\vspace{0.15in}
in partial fulfillment of the requirements for the\\
\vspace{0.15in}
Degree of Bachelor of Science\\
\vspace{0.15in}
by\\
\vspace{0.35in}
\line(1,0){180}\\
{\bf Steven J. Conte}\\
\vspace{0.15in}
and\\
\vspace{0.15in}
\line(1,0){180}\\
{\bf John F. Waymouth IV}\\
\vspace{0.15in}
Date: April 29, 2003\\
\vspace{0.45in}
Approved:\\
\end{center}

\begin{minipage}{0.34\textwidth}
\begin{flushleft}
  1. Fractals\\
  2. Art\\
  3. Computer Art\\
\end{flushleft}
\end{minipage}
\begin{minipage}{0.6\textwidth}
\begin{flushright}
  \line(1,0){180}\\
  Professor Mayer Humi, Advisor\\
\end{flushright}
\end{minipage}
\end{titlepage}

\begin{abstract}
Fractals are mathematically defined objects with self-similar detail on every level of magnification.  In the past, scientists have studied their mathematical properties by rendering them on computers.  Recently, artists have discovered the possibilities of rendering fractals in beautiful ways in order to create works of art.  This project provides some background on several kinds of fractals, explains how they are rendered, and shows that fractal art is a newly emerging artistic paradigm.
\end{abstract}

\pagebreak

\tableofcontents
\include{misc/execsum}
\include{misc/introduction}
\include{misc/arefractalsart}
\include{mandelbrot/mandelbrot}
\include{ifs/ifs}
\include{l-systems/l-systems}
\include{fractalDimension/fractdim}
\include{PollockDimension/pollockdim}
\include{music/fractalmusic}
\include{artsociety/artsoc}
\include{artaccessible/artaccessible}
\include{artpsychology/gombrich}
\include{misc/conclusion}

\appendix

\include{listings/listings}
\include{misc/programs}
\include{misc/poster}
\include{misc/cd}
\include{misc/references}
\end{document}










