%\documentstyle[11pt,fullpage]{article} \documentclass[11pt]{article} \usepackage{fullpage} \begin{document} \title{Weekly Status Report \\ \author{Group Name: Project X \\ Name: Student Name }% \\ Role: Type of Manager \\ \date{Week Ending 01/13/95}} \maketitle % % This section is used to list the accomplishments of the week. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % \section{Planned Accomplishments} \begin{itemize} \item New item: give internal deadline for deliverable. Give status of your portion of the deliverable as of internal deadline (e.g. ready for proofreading, missing modules X, missing diagrams). \item Scheduled Task name: \begin{itemize} \item hours spent by person \item description of what was done (task doesn't need to be complete) \end{itemize} \item Scheduled Task name: \begin{itemize} \item hours spent by person \item description of what was done (task doesn't need to be complete) \end{itemize} \end{itemize} % % This section is used to list the unscheduled accomplishments of the week. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % \section{Other Accomplishments} \begin{itemize} \item \item \end{itemize} % % This section is used to list the following week's plan % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % \section{Next Week's Plan} \begin{itemize} \item \item \end{itemize} % % This section is used to list any issues that were raised during % the week that are of special interest. Also use this to voice % issues that the TA or Instructor must resolve. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % \section{Issues} \begin{itemize} \item \item \end{itemize} \end{document}