diff --git a/proposal/gantt.png b/proposal/gantt.png new file mode 100755 index 0000000..eb46321 Binary files /dev/null and b/proposal/gantt.png differ diff --git a/proposal/letter.pdf b/proposal/letter.pdf new file mode 100755 index 0000000..d9f756d Binary files /dev/null and b/proposal/letter.pdf differ diff --git a/proposal/letter.tex b/proposal/letter.tex new file mode 100755 index 0000000..c4ffedc --- /dev/null +++ b/proposal/letter.tex @@ -0,0 +1,42 @@ +\documentclass[11pt]{letter} + +\usepackage{setspace} +\usepackage[margin=1in]{geometry} + +\usepackage{txfonts} + +\signature{Mitchell Plamann} +\address{5032 Forbes Ave \\ SMC 4275 \\ Pittsburgh, PA 15289} + + +\begin{document} + +\begin{letter}{Mr. Thomas M. Keating \\ + Assistant Teaching Professor \\ + School of Computer Science \\ + Pittsburgh, PA 15289} + +\opening{Dear Mr. Keating:} + +Included with this letter is our team's proposal for a browser-based debugger +for the c0 language called cdb. % Is this what we are calling it? +The purpose of the proposal is to define the need for the debugger and explain +our plan of approach. + +The proposal includes the problem addressed by our program, +explanations of prior literature and work on similar projects, +an outline of our plan for designing and implementing the program, +the intended benefits of our program, +our planned approach, +how we will evaluate our success, +and our qualifications. + +If you have any further questions or comments, please contact us at +mplamann@andrew.cmu.edu. + +\closing{Sincerely,} + +\encl{project proposal paper for cdb} + +\end{letter} +\end{document} \ No newline at end of file diff --git a/proposal/proposal.pdf b/proposal/proposal.pdf index 3ff6599..1713fb0 100755 Binary files a/proposal/proposal.pdf and b/proposal/proposal.pdf differ diff --git a/proposal/proposal.tex b/proposal/proposal.tex index c78ea38..01ff6da 100755 --- a/proposal/proposal.tex +++ b/proposal/proposal.tex @@ -3,26 +3,22 @@ \usepackage{setspace} \usepackage[margin=1in]{geometry} +% Make table of contents look better \usepackage{tabularx} - \usepackage{tocloft} \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}} +\usepackage{graphicx} +\usepackage{pdfpages} + +% Times New Roman font \usepackage{txfonts} -%% END PREAMBLE \begin{document} -%\doublespacing \setlength{\parindent}{2em} -\begin{titlepage} -\clearpage -\thispagestyle{empty} - -Letter of transmittal goes HEER - -\end{titlepage} +\includepdf[pages={1}]{letter.pdf} \begin{titlepage} \clearpage @@ -158,6 +154,12 @@ next two phases occurring simultaneously and composing the rest of the month's work. User implementation and revisions will then hopefully take up the remainder of the alloted time, with extra time padded in case implementation or revisions are more extensive than we have predicted. +\begin{figure}[h] + \centering + \includegraphics[width=\linewidth]{gantt.png} + \caption{Project Gantt chart} + \label{fig:gantt} +\end{figure} \section{Evaluation Criteria} \par