Added letter thing. I think everything is supposed to be left-justified, so if anyone knows how to convince LaTeX to do that for us, that would be cool.
This commit is contained in:
BIN
proposal/gantt.png
Executable file
BIN
proposal/gantt.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
proposal/letter.pdf
Executable file
BIN
proposal/letter.pdf
Executable file
Binary file not shown.
42
proposal/letter.tex
Executable file
42
proposal/letter.tex
Executable file
@@ -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}
|
||||||
Binary file not shown.
@@ -3,26 +3,22 @@
|
|||||||
\usepackage{setspace}
|
\usepackage{setspace}
|
||||||
\usepackage[margin=1in]{geometry}
|
\usepackage[margin=1in]{geometry}
|
||||||
|
|
||||||
|
% Make table of contents look better
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
|
|
||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
|
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
|
||||||
|
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{pdfpages}
|
||||||
|
|
||||||
|
% Times New Roman font
|
||||||
\usepackage{txfonts}
|
\usepackage{txfonts}
|
||||||
|
|
||||||
%% END PREAMBLE
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
%\doublespacing
|
|
||||||
\setlength{\parindent}{2em}
|
\setlength{\parindent}{2em}
|
||||||
|
|
||||||
\begin{titlepage}
|
\includepdf[pages={1}]{letter.pdf}
|
||||||
\clearpage
|
|
||||||
\thispagestyle{empty}
|
|
||||||
|
|
||||||
Letter of transmittal goes HEER
|
|
||||||
|
|
||||||
\end{titlepage}
|
|
||||||
|
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\clearpage
|
\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
|
work. User implementation and revisions will then hopefully take up the
|
||||||
remainder of the alloted time, with extra time padded in case implementation or
|
remainder of the alloted time, with extra time padded in case implementation or
|
||||||
revisions are more extensive than we have predicted.
|
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}
|
\section{Evaluation Criteria}
|
||||||
\par
|
\par
|
||||||
|
|||||||
Reference in New Issue
Block a user