Final Project files for mBed development.

Dependencies:   m3pi mbed

Files at this revision

API Documentation at this revision

Comitter:
lsaristo
Date:
Tue Dec 09 23:07:08 2014 +0000
Parent:
32:8b589710632b
Child:
34:3066686d5152
Commit message:
Added latex template file for final report. See comments in this file for more info

Changed in this revision

final-report.css Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final-report.css	Tue Dec 09 23:07:08 2014 +0000
@@ -0,0 +1,40 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% NOTE: This file is actually a .tex extension (i.e., a latex file) but mBed is stupid and 
+% doesn't allow foreign extensions into the project.
+%
+% This is the document for the final report. 
+% Since Google Docs doesn't have column layout capabilities and most of these seemed to
+% be in two-column format, this is a worthwhile alternative to Google Docs. 
+%
+% This file is already setup to be two-column.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\documentclass[11pt,twocolumn]{article}
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{amsmath}
+\usepackage{graphicx}
+\usepackage[colorinlistoftodos]{todonotes}
+\title{PixelBot Project Final Report}
+\author{John Wilkey, Alec Guertin, Chester Chu}
+\date{\today}
+\begin{document}
+\maketitle
+\begin{abstract}
+In this document, we explore the effectiveness of our design decisions for our
+final project, as well as what issues we encountered, what worked and what
+needed replanning, and why. 
+\end{abstract}
+\section{Introduction}
+TODO: Answer me
+\subsection{Design}
+TODO: Answer me
+\subsection{Modeling}
+TODO: Answer me
+\subsection{Considerations}
+TODO: Answer me
+\subsection{Final Results}
+TODO: Answer me
+\subsection{Conclusion}
+TODO: Answer me
+\end{document}