For clear organization, this project contains a few directories:
chapN/
These folders contain the contents of a particular chapter.
resources/
This folder contains the LaTeX2e style for the paper, as well as the bibtex file.
sections/
Individual sections of the paper should be given a decscriptive name and placed in this directory. Following this pattern helps to avoid the "which tex file should I build" problem.
Prior to building the paper certain dependencies must be installed. Here are some instructions for fullfilling those dependencies on select systems:
Ubuntu 12.04
Install the dependencies by running the following:
sudo apt-get install rubber texlive-fonts-recommended
OS X Snow Leopard +
Instructions pending...
A makefile is provided with the project thus building the paper is as simple as:
make
The resulting dissertation.pdf is the finished product.
To remove any temporary build files simply run:
make clean