42 lines
1.1 KiB
TeX
Executable File
42 lines
1.1 KiB
TeX
Executable File
\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} |