% 
% stusta.sty 
%
% Created Wed Dec  2 19:45:16 1992 
% by Mark Kantrowitz <mkant@GLINDA.OZ.CS.CMU.EDU>
%
% Substyle for use with the standard LaTeX article or report document styles.
%

\typeout{Document style option 'bf-statement.sty' --- 2 December 1992}

\textheight 10truein
\textwidth 6.5truein
\topmargin 0truein
\oddsidemargin 0truein
\evensidemargin 0truein


\def\advisor#1{\gdef\@advisor{#1}}	% advisors names
\def\student#1{\gdef\@student{#1}}	% student's name

% department related activities
\def\cores#1{\gdef\@cores{#1}}		% core courses
\def\electives#1{\gdef\@electives{#1}}	% elective courses
\def\projects#1{\gdef\@projects{#1}}	% project units
\def\skills#1{\gdef\@skills{#1}}	% progress on programming and
					% communications skills
\def\teaching#1{\gdef\@teaching{#1}}	% courses taught
\def\proposal#1{\gdef\@proposal{#1}}	% thesis proposal
\def\thesis#1{\gdef\@thesis{#1}}	% thesis research
\def\research#1{\gdef\@research{#1}}	% other research projects
\def\maint#1{\gdef\@maint{#1}}		% systems maintained
\def\other#1{\gdef\@other{#1}}		% other

\def\papers#1{\gdef\@papers{#1}}	% refereed papers accepted
\def\consulting#1{\gdef\@consulting{#1}}% consulting activities
\def\goals#1{\gdef\@goals{#1}}		% goals for this semester
\def\satisfaction#1{\gdef\@satisfaction{#1}} % were the goals met?
\def\plans#1{\gdef\@plans{#1}}		% plans for next semester

% code to make the BF statement
\def\makebf{
\begin{document}
% calculate skip needed to ensure that title appears in the cut-out
\begin{center}
{\Large\bf STUDENT STATEMENT FOR BLACK FRIDAY}\\
\hspace*{1pc}\\
Please return to WeH 4216 by Friday, May 6, 1994\\
\end{center}
\vspace{.5pc}
\begin{tabular*}{6in}{rl@{\extracolsep{\fill}}r@{\extracolsep{2\tabcolsep}}l}
Advisor(s):&{\tt \@advisor}&Student:&{\tt \@student}\\
\end{tabular*}
\vspace{.5pc}

\begin{enumerate}
\item What were your department related activities this semester?

\begin{tabular}{rp{4.5in}}
Core Courses:&{\tt \@cores}\\
Elective Courses:&{\tt \@electives}\\
Project Units:&{\tt \@projects}\\
{Progress on Programming and}&\\
{Communication Skills:}&{\tt \@skills}\\
Courses Taught:&{\tt \@teaching}\\
Thesis Proposal:&{\tt \@proposal}\\
Thesis Research:&{\tt \@thesis}\\
Other Research Projects:&{\tt \@research}\\
Systems Maintained:&{\tt \@maint}\\
Other:&{\tt \@other}\\
\end{tabular}

\item Did you have any papers accepted for a refereed conference or journal?
(If so, give citation)

{\tt \@papers}

\item Were you involved in any consulting activities outside the
department this semester?  If so, please describe (for whom, time spent).

{\tt \@consulting}

\item What goals did you and your advisor set for this semester?
(e.g. Take two courses, do research, TA, none, etc.)

{\tt \@goals}

\item Do you feel that your goals were satisfactorily met, or were there
specific reasons which made the goals difficult to meet?

{\tt \@satisfaction}

\item What do you expect to do next semester?  (e.g. Take Algorithms course?,
concentrate on research project?, look for a thesis topic?, etc.  This is a
statement of intention, not a commitment.)

{\tt \@plans}

\end{enumerate}

\end{document}
}


