%%% Robert Krawitz's resume
%%%
\documentstyle{article}
\pagestyle{empty}		% no page numbers, thanks.
\addtolength{\topmargin}{-1.1in}	% repairing LaTeX's huge margins...
\addtolength{\textwidth}{1.7in}	% same here....
\addtolength{\oddsidemargin}{-.5in}
\addtolength{\marginparwidth}{-.35in}
\setlength{\parindent}{0mm}	% indented paragraphs just don't make it
			   	% on a resume.  (My opinion; if you
			   	% disagree, give this whatever value you
			   	% want.) 
\setlength{\textheight}{10.2in}	% more margin hacking.  I have a large
			    	% resume to fit on one page.

\setlength{\headsep}{0pt}
\begin{document}
\reversemarginpar		% this puts the margin notes on the
				% left-hand side of the resume.

\begin{center}
\huge{\bf Robert L. Krawitz}	% make the name stand out
\end{center}
				% address stuff.  The \hspace*{\fill} is
				% necessary to get things laid out
				% correctly.  The sizes fed to \vspace are
				% variable, depending on how much
				% whitespace you want, and how much
				% stuff you're trying to fit on a page....
\vspace{.15in}
428 Cambridge St.
\par
Cambridge, MA  02141
\par
(617) 661-2538
\par
\vspace{.15in}
A position \marginpar{{\bf Objective}} in software engineering with an
aim toward project management.

				% if the \marginpar is at the beginning
				% of the line, it loses.  *sigh*.  This
				% is a typical entry in a resume.   (I'm
				% defining an entry as something
				% important enough to have a marginal note
				% setting it off.)  Give it some space
				% with \vspace, use \par to break
				% between paragraphs, enter your text,
				% and place the \marginpar at the end.
\par
\vspace{.10in}
{\bf Massachusetts Institute of Technology} \hspace*{\fill}
{\em 1982-1987}
\marginpar{{\bf Education}}
\linebreak
S.B., Computer Science (June 1987)
\par
Courses taken include Software Engineering Laboratory, Computer
Systems Engineering, Introduction to Algorithms, Contemporary Computer
Engineering; Humanities Concentration in Economics.  Thesis:
development of flexible data communications system for MIT Center for
Meteorology and Physical Oceanography.
\par
\vspace{.10in}
{\bf Thinking Machines Corporation}\marginpar{{\bf Experience}} \hfill
Cambridge, MA
\par
{\em Member of Technical Staff} \hfill {\em June 1987---present}
\par
Member of Numerical and Scientific Computation Group (NCG), and
Research Computing Group.  In the NCG: engineering/maintenance of
elementary functions library for Connection Machine (CM-2);
re-engineering of Fast Fourier transform.  Currently working on the
Connection Machine Scientific Software Library, a library of basic
scientific subroutines based upon a common data abstraction.
Performance analysis work using sample applications.
\par
In the Research Computing Group: maintenance of internal network of
several hundred Symbolics Lisp Machines, VAXes, Sun workstations, and
other assorted hardware.  Designing and implementing plan to
streamline the configuration of the network to improve availability
and maintainability of resources based upon a ``standard server''
model.
\par
\vspace{.10in}
{\bf MIT Project Athena}\hfill Cambridge, MA
\par
{\em Systems Programmer} \hfill {\em September 1985---May 1987}
\par
Development of system software for approximately 50 DEC VAX
minicomputers, and many VAXstation II workstations and IBM RT-PC
workstations running 4.3 BSD UNIX.  Projects include maintenance and
extension of GNU Emacs text editor and development of utilities.
\par
{\em Operations Staff} \hfill {\em June 1985---August 1985}
\par
Routine system management of DEC VAX 11/750 computers.  Increasing
involvement with Systems Development Group throughout period.
\par
\vspace{.10in}
{\bf ION Weather/Jersey Weather Center} \hfill {\em 1978---1984}
\par
Weather observations, interpretation of weather data, and related
tasks for commercial weather service.  Developed microcomputer system
for continuous collection and processing of international weather data
for clients.
\par
\vspace{.10in}
{\bf MIT Men's Basketball Team} \marginpar{{\bf Activities}}
\par
{\em Manager} \hfill {\em 1982---1986}
\par
Head manager 1984---1986.  Responsible for coordinating activities of
managerial staff of three, and members of team.  Coordinator of
Operations, David Koch Classic, a basketball tournament involving
eight teams, November 1986.  Author of Managers' Manual, a guide for
intercollegiate team managers at MIT, 1985 (revised 1986).  Burton R.
Anderson award for Manager of the Year, 1986.
\par
\vspace{.10in}
Other activities included Student Information Processing Board, a
student group that encourages use of computers by students on campus;
Class of 1986 Council.
\par
\vspace{.10in}
Moderator of Internet interest group ``info-nets'' since 1984.
\par
\vspace{.10in}
GNU \marginpar{{\bf Publications}} Emacs Programming (lecture notes).
Available from SIPB at MIT.  Contributions to {\em GNU Emacs
Programmer's Manual} (currently unpublished).
\par
\vspace{.10in}
{\bf Operating Systems:}\marginpar{{\bf Background}} Unix BSD 4.2, 4.3;
SunOS 3.x, 4.0; Ultrix; Symbolics Genera 7.1, 7.2
\par
\vspace{.10in}
{\bf Languages:}  C, Common Lisp, GNU Emacs Lisp, CLU, Connection Machine
Languages (*Lisp, C*, Paris), Z-80 assembly language.
\par
\vspace{.10in}
{\bf Hardware:}  Sun 3, Sun 4, VAX, Connection Machine, RT/PC.
\end{document}
