Skip to content

Commit

Permalink
Start of paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Heads committed Nov 14, 2011
1 parent fa24573 commit 7b6ec30
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
11 changes: 11 additions & 0 deletions paper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.log
*.pdf
*.dvi
*.toc
*.gz
*.lof
*.loa
*.lot
*.blg
*.bbl
*.aux
69 changes: 69 additions & 0 deletions paper/cover.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
% These Byron Heads EMU Computer Science

\begin{titlepage}
\begin{center}
\textsc{\large Eastern Michigan University}\\[1.5cm]
\textsc{\large Computer Science Department}\\
\textsc{\large Masters Thesis}\\[0.5cm]
\HRule\\[0.4cm]
{ \huge \bfseries Real-Time Ray Tracing }\\[0.4cm]
\HRule\\[1.5cm]

% Author and supervisor
\begin{minipage}{0.45\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Byron \textsc{Heads} \\
\small Eastern Michigan University\\
\small Computer Science Department \\
\end{flushleft}
\end{minipage}
\begin{minipage}{0.45\textwidth}
\begin{flushright} \large
\emph{Thesis Advisor:} \\
Dr.~William \textsc{Sverdlik}\\
\small Eastern Michigan University\\
\small Computer Science Department
\end{flushright}
\end{minipage}

\vspace{10}

% Committie
\begin{minipage}{0.32\textwidth}
\begin{flushleft} \large
\emph{Thesis Committee:}\\
Byron \textsc{Heads} \\
\small Eastern Michigan University\\
\small Computer Science Department \\
\end{flushleft}
\end{minipage}
\begin{minipage}{0.32\textwidth}
\begin{center} \large
\emph{Thesis Committee:} \\
Dr.~William \textsc{Sverdlik}\\
\small Eastern Michigan University\\
\small Computer Science Department
\end{center}
\end{minipage}
\begin{minipage}{0.32\textwidth}
\begin{flushright} \large
\emph{Thesis Committee:} \\
Dr.~William \textsc{Sverdlik}\\
\small Eastern Michigan University\\
\small Computer Science Department
\end{flushright}
\end{minipage}

\vfill
{ \large \textbf{Abstract Summary}}\\

\begin{center}
%\includegraphics[scale=0.45]{cover.png}
\end{center}


\HRule\\[0.5cm]
{ \large \today }
\end{center}
\end{titlepage}
9 changes: 9 additions & 0 deletions paper/thesis.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


@MastersThesis{kalinini:2008,
author = { Mikhail Kalinini and Alexander Yermolovich},
title = {Distributed Ray Tracing},
school = {University of California},
year = {2008},
}

26 changes: 26 additions & 0 deletions paper/thesis.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
\documentclass[11pt,a4paper,oneside]{article}
\usepackage{fullpage}
\usepackage[none]{hyphenat}
\usepackage{natbib}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{graphicx}

\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}

\begin{document}

\input{cover.tex}

\tableofcontents

\newpage
\listofalgorithms
\listoffigures
\listoftables

\newpage
\bibliographystyle{plain}
\bibliography{thesis}

\end{document}

0 comments on commit 7b6ec30

Please sign in to comment.