Kaynağa Gözat

Initial commit

Lily Carpenter 7 yıl önce
işleme
41c3298c09
4 değiştirilmiş dosya ile 1255 ekleme ve 0 silme
  1. 311 0
      .gitignore
  2. BIN
      LilithCarpenter.pdf
  3. 100 0
      LilithCarpenter.tex
  4. 844 0
      resume.cls

+ 311 - 0
.gitignore

@@ -0,0 +1,311 @@
1
+
2
+# Created by https://www.gitignore.io/api/git,latex,linux,emacs
3
+
4
+### Emacs ###
5
+# -*- mode: gitignore; -*-
6
+*~
7
+\#*\#
8
+/.emacs.desktop
9
+/.emacs.desktop.lock
10
+*.elc
11
+auto-save-list
12
+tramp
13
+.\#*
14
+
15
+# Org-mode
16
+.org-id-locations
17
+*_archive
18
+
19
+# flymake-mode
20
+*_flymake.*
21
+
22
+# eshell files
23
+/eshell/history
24
+/eshell/lastdir
25
+
26
+# elpa packages
27
+/elpa/
28
+
29
+# reftex files
30
+*.rel
31
+
32
+# AUCTeX auto folder
33
+/auto/
34
+
35
+# cask packages
36
+.cask/
37
+dist/
38
+
39
+# Flycheck
40
+flycheck_*.el
41
+
42
+# server auth directory
43
+/server/
44
+
45
+# projectiles files
46
+.projectile
47
+projectile-bookmarks.eld
48
+
49
+# directory configuration
50
+.dir-locals.el
51
+
52
+# saveplace
53
+places
54
+
55
+# url cache
56
+url/cache/
57
+
58
+# cedet
59
+ede-projects.el
60
+
61
+# smex
62
+smex-items
63
+
64
+# company-statistics
65
+company-statistics-cache.el
66
+
67
+# anaconda-mode
68
+anaconda-mode/
69
+
70
+### Git ###
71
+*.orig
72
+
73
+### LaTeX ###
74
+## Core latex/pdflatex auxiliary files:
75
+*.aux
76
+*.lof
77
+*.log
78
+*.lot
79
+*.fls
80
+*.out
81
+*.toc
82
+*.fmt
83
+*.fot
84
+*.cb
85
+*.cb2
86
+
87
+## Intermediate documents:
88
+*.dvi
89
+*.xdv
90
+*-converted-to.*
91
+# these rules might exclude image files for figures etc.
92
+# *.ps
93
+# *.eps
94
+# *.pdf
95
+
96
+## Generated if empty string is given at "Please type another file name for output:"
97
+.pdf
98
+
99
+## Bibliography auxiliary files (bibtex/biblatex/biber):
100
+*.bbl
101
+*.bcf
102
+*.blg
103
+*-blx.aux
104
+*-blx.bib
105
+*.run.xml
106
+
107
+## Build tool auxiliary files:
108
+*.fdb_latexmk
109
+*.synctex
110
+*.synctex(busy)
111
+*.synctex.gz
112
+*.synctex.gz(busy)
113
+*.pdfsync
114
+*Notes.bib
115
+
116
+## Auxiliary and intermediate files from other packages:
117
+# algorithms
118
+*.alg
119
+*.loa
120
+
121
+# achemso
122
+acs-*.bib
123
+
124
+# amsthm
125
+*.thm
126
+
127
+# beamer
128
+*.nav
129
+*.pre
130
+*.snm
131
+*.vrb
132
+
133
+# changes
134
+*.soc
135
+
136
+# cprotect
137
+*.cpt
138
+
139
+# elsarticle (documentclass of Elsevier journals)
140
+*.spl
141
+
142
+# endnotes
143
+*.ent
144
+
145
+# fixme
146
+*.lox
147
+
148
+# feynmf/feynmp
149
+*.mf
150
+*.mp
151
+*.t[1-9]
152
+*.t[1-9][0-9]
153
+*.tfm
154
+
155
+#(r)(e)ledmac/(r)(e)ledpar
156
+*.end
157
+*.?end
158
+*.[1-9]
159
+*.[1-9][0-9]
160
+*.[1-9][0-9][0-9]
161
+*.[1-9]R
162
+*.[1-9][0-9]R
163
+*.[1-9][0-9][0-9]R
164
+*.eledsec[1-9]
165
+*.eledsec[1-9]R
166
+*.eledsec[1-9][0-9]
167
+*.eledsec[1-9][0-9]R
168
+*.eledsec[1-9][0-9][0-9]
169
+*.eledsec[1-9][0-9][0-9]R
170
+
171
+# glossaries
172
+*.acn
173
+*.acr
174
+*.glg
175
+*.glo
176
+*.gls
177
+*.glsdefs
178
+
179
+# gnuplottex
180
+*-gnuplottex-*
181
+
182
+# gregoriotex
183
+*.gaux
184
+*.gtex
185
+
186
+# hyperref
187
+*.brf
188
+
189
+# knitr
190
+*-concordance.tex
191
+# TODO Comment the next line if you want to keep your tikz graphics files
192
+*.tikz
193
+*-tikzDictionary
194
+
195
+# listings
196
+*.lol
197
+
198
+# makeidx
199
+*.idx
200
+*.ilg
201
+*.ind
202
+*.ist
203
+
204
+# minitoc
205
+*.maf
206
+*.mlf
207
+*.mlt
208
+*.mtc[0-9]*
209
+*.slf[0-9]*
210
+*.slt[0-9]*
211
+*.stc[0-9]*
212
+
213
+# minted
214
+_minted*
215
+*.pyg
216
+
217
+# morewrites
218
+*.mw
219
+
220
+# nomencl
221
+*.nlo
222
+
223
+# pax
224
+*.pax
225
+
226
+# pdfpcnotes
227
+*.pdfpc
228
+
229
+# sagetex
230
+*.sagetex.sage
231
+*.sagetex.py
232
+*.sagetex.scmd
233
+
234
+# scrwfile
235
+*.wrt
236
+
237
+# sympy
238
+*.sout
239
+*.sympy
240
+sympy-plots-for-*.tex/
241
+
242
+# pdfcomment
243
+*.upa
244
+*.upb
245
+
246
+# pythontex
247
+*.pytxcode
248
+pythontex-files-*/
249
+
250
+# thmtools
251
+*.loe
252
+
253
+# TikZ & PGF
254
+*.dpth
255
+*.md5
256
+*.auxlock
257
+
258
+# todonotes
259
+*.tdo
260
+
261
+# easy-todo
262
+*.lod
263
+
264
+# xindy
265
+*.xdy
266
+
267
+# xypic precompiled matrices
268
+*.xyc
269
+
270
+# endfloat
271
+*.ttt
272
+*.fff
273
+
274
+# Latexian
275
+TSWLatexianTemp*
276
+
277
+## Editors:
278
+# WinEdt
279
+*.bak
280
+*.sav
281
+
282
+# Texpad
283
+.texpadtmp
284
+
285
+# Kile
286
+*.backup
287
+
288
+# KBibTeX
289
+*~[0-9]*
290
+
291
+# auto folder when using emacs and auctex
292
+/auto/*
293
+
294
+# expex forward references with \gathertags
295
+*-tags.tex
296
+
297
+### Linux ###
298
+
299
+# temporary files which can be created if a process still has a handle open of a deleted file
300
+.fuse_hidden*
301
+
302
+# KDE directory preferences
303
+.directory
304
+
305
+# Linux trash folder which might appear on any partition or disk
306
+.Trash-*
307
+
308
+# .nfs files are created when an open file is removed but is still being accessed
309
+.nfs*
310
+
311
+# End of https://www.gitignore.io/api/git,latex,linux,emacs

BIN
LilithCarpenter.pdf


+ 100 - 0
LilithCarpenter.tex

@@ -0,0 +1,100 @@
1
+\documentclass[margin,line]{resume}
2
+\usepackage{multicol}
3
+\usepackage{hyperref}
4
+\begin{document}
5
+\name{\Large Lilith Carpenter}
6
+\begin{resume}
7
+%__________________________________________________________________________________________________________________
8
+% Contact Information
9
+\section{\mysidestyle \textbf{Contact}}
10
+{\tt lily-resume@azrazalea.net} \hfill {\tt azrazalea.net}
11
+\hfill {\tt gitlab.com/azrazalea}\\\vspace{0mm}
12
+% 2253 E. Langston \hfill 417-379-3326 \vspace{0mm}\\\vspace{0mm}%
13
+% Springfield, MO, 65804 \hfill {\tt lily-resume@azrazalea.net} \vspace{0mm}\\\vspace{0mm}%
14
+% \hfill {\small \textsl{https://gitlab.com/azrazalea}} \textbullet {\small \textsl{https://azrazalea.net}} \vspace{0mm}\\\vspace{0mm}
15
+
16
+%__________________________________________________________________________________________________________________
17
+% Professional Summary
18
+\section{\mysidestyle \textbf{Summary}}
19
+I am a software developer with 8 years of professional experience in areas
20
+including functional programming.
21
+
22
+% __________________________________________________________________________________________________________________
23
+% Skills
24
+\section{\mysidestyle \textbf{Preferred Languages}}
25
+Ruby, Lisp/Scheme, SQL, C
26
+\section{\mysidestyle \textbf{Areas of Expertise}}
27
+Functional Programming, Network Programming, Systems Programming, Linux, Virtualization.
28
+
29
+%__________________________________________________________________________________________________________________
30
+%Professional Experience
31
+\section{\mysidestyle \textbf{Employment History}}
32
+
33
+\textbf{Intoximeters}, St. Louis, MO \hfill \textbf{October 2014 -- Present}\vspace{1mm}\\\vspace{1mm}%
34
+\textit{\small{Web Development}}\vspace{1mm}\\\vspace{0mm}%
35
+\textsl{Software Engineer}\\
36
+At Intoximeters I serve as the most senior software engineer, focusing on software development for the \href{https://247sober.com/products-and-tools/}{Intoxitrack} program management tool.
37
+\vspace{1mm}\\\vspace{0mm}
38
+\begin{itemize}
39
+  \item \emph{Typescript, Javascript, Angular.js, Frontend Web Development}: Maintain, develop, and test an existing Angular.js 1.6 application while spearheading efforts to use updated technologies when possible. Lead updating to latest Angular.js.
40
+  \item \emph{Ruby, Backend Web Development}: Maintain, develop, and test a JSON API based rails application while continually pushing updates(including security) and best practices. Lead update from Rails 3 to Rails 4.
41
+  \item \emph{Postgresql, Databases}: Continually maintain, write, and analyze SQL queries, schema, and views for the IntoxiTrack application. Aid in deploying and configuring.
42
+  \item \emph{AWS, Chef, Various Supporting Tech, DevOps}: Aid DevOps team member(s) in maintaining, troubleshooting, and auditing the cloud infrastructure running and supporting the Intoxitrack application.
43
+  \item \emph{Mentoring, Leadership}: Mentor team members in software development best practices.  Assist team members in learning and utilizing new technologies, and aid in the evaluation of technologies for adoption into the application.
44
+\end{itemize}
45
+
46
+\textbf{Camber Corporation}, O'Fallon, IL \hfill \textbf{December 2012 -- October 2014}\vspace{1mm}\\\vspace{1mm}%
47
+\textit{\small{Cybersecurity}}\vspace{1mm}\\\vspace{0mm}%
48
+\textsl{Software Developer}\\
49
+At Camber I worked as a software developer on the CENTS team designing and
50
+developing network training simulators for use by DOD and commercial customers.
51
+\vspace{1mm}\\\vspace{0mm}
52
+\begin{itemize}
53
+  \item \emph{Mentoring, Leadership}: Mentor team members in software development best practices.  Assist team members in learning and utilizing new technologies, and aid in the evaluation of technologies for adoption into the system.
54
+  \item \emph{Agile, SCRUM}: Aid prioritization of business and development requirements. Iterate with users and .
55
+  \item \emph{Ruby, Networking}: Developed a middleware framework to manage external applications interfacing with Metasploit for attack and traffic generation and execution, including a system to create and deploy custom attack content libraries.
56
+ \item \emph{C, Ruby, Bash, Debian}: Developed disk partitioning and formatting tools, hardware detection tools, and network configuration tools as part of a custom installation process for a customized version of Debian GNU/Linux
57
+ \item \emph{Ruby, Debian}: Developed a custom system backup and restore tool allowing a user to create and restore from versioned backups of a multi-server system.
58
+\end{itemize}
59
+
60
+\newpage
61
+
62
+\textbf{Total Highspeed}, Nixa, MO \hfill \textbf{March 2012 - December 2012}\vspace{1mm}\\\vspace{1mm}%
63
+\textit{\small{Web Development and Tech Support}}\vspace{1mm}\\\vspace{0mm}%
64
+\textsl{Tech I/Software Developer}\\
65
+At Total Highspeed I answered phones and provided technical support while maintaining the company website in PHP and implementing business applications in Python/Django.
66
+\vspace{1mm}\\\vspace{0mm}
67
+
68
+\textbf{Fury Codes LLC}, Springfield, MO \hfill \textbf{March 2011 - August 2011}\vspace{1mm}\\\vspace{1mm}%
69
+\textit{\small{Web Development}}\vspace{1mm}\\\vspace{0mm}%
70
+\textsl{Code Ninja}\\
71
+At Fury Codes LLC I worked on a large existing Python/Django inventory system and managed multiple e-commerce solutions including Magento.
72
+\vspace{1mm}\\\vspace{0mm}
73
+
74
+\textbf{Ozarks Technical Community College}, Springfield, MO \hfill \textbf{January 2010 - March 2011}\vspace{1mm}\\\vspace{1mm}%
75
+\textit{\small{Web Development and Operations}}\vspace{1mm}\\\vspace{0mm}%
76
+\textsl{Technical Services Technician}\\
77
+At OTC I primarily researched new technologies for potential use in their infrastructure. In addition, I wrote scripts and small web applications in Perl, PHP, and bash while assisting with deployments.
78
+\vspace{1mm}\\\vspace{0mm}
79
+
80
+%__________________________________________________________________________________________________________________
81
+% Education
82
+\section{Meetup Talks}
83
+\begin{itemize}
84
+  \item \textbf{Beginning Clojure} \url{https://gitlab.com/azrazalea/beginning-clojure-presentation}
85
+  \item \textbf{Prisoner's Life} \url{https://gitlab.com/azrazalea/prisoners-life-presentation}
86
+  \item \textbf{Clojure Core} \url{https://gitlab.com/azrazalea/clojure-core-presentation}
87
+  \item \textbf{Lisp Game Development} \url{https://gitlab.com/azrazalea/lisp-game-dev-presentation}
88
+  \item \textbf{State of the Lisp Family} \url{https://gitlab.com/azrazalea/state-of-lisp-family}
89
+  \item \textbf{Lisp Flavored Erlang} \url{https://gitlab.com/azrazalea/lfe-presentation}
90
+\end{itemize}
91
+
92
+\section{\mysidestyle \textbf{Other}}
93
+\begin{itemize}
94
+  \item AAS in Network Technology
95
+  \item Founded the St. Louis Lisp Users Group
96
+  \item Lead the St. Louis Clojure Users Group
97
+\end{itemize}
98
+
99
+\end{resume}
100
+\end{document}

+ 844 - 0
resume.cls

@@ -0,0 +1,844 @@
1
+% RESUME DOCUMENT STYLE -- Released 23 Nov 1989
2
+%    for LaTeX version 2.09
3
+% Copyright (C) 1988,1989 by Michael DeCorte
4
+
5
+\typeout{Document Style `resume' <26 Sep 89, Dec 07, April 09>.}
6
+
7
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8
+% resume.sty
9
+%
10
+% \documentstyle{resume}
11
+%
12
+% Copyright (c) 1988 by Michael DeCorte
13
+% Permission to copy all or part of this work is granted, provided
14
+% that the copies are not made or distributed for resale, and that
15
+% the copyright notice and this notice are retained.
16
+%
17
+% THIS WORK IS PROVIDED ON AN "AS IS" BASIS.  THE AUTHOR PROVIDES NO
18
+% WARRANTY WHATSOEVER, EITHER EXPRESS OR IMPLIED, REGARDING THE WORK,
19
+% INCLUDING WARRANTIES WITH RESPECT TO ITS MERCHANTABILITY OR FITNESS
20
+% FOR ANY PARTICULAR PURPOSE.
21
+%
22
+% If you make any improvements, I'd like to hear about them.
23
+%
24
+% Michael DeCorte
25
+% P.O. Box 652
26
+% Potsdam NY 13676
27
+% mrd@sun.soe.clarkson.edu
28
+% mrd@clutx.bitnet
29
+%
30
+% Changes for LaTeX2e -- Venkat Krishnamurthy (Aug 7, 2001)
31
+%
32
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33
+% You can have multiple style options the legal options ones are:
34
+%
35
+%   centered	the name and address are centered at the top of the
36
+%		page (default)
37
+%
38
+%   line	the name is the left with a horizontal line then 
39
+%		the address to the right
40
+%
41
+%   overlapped	the section titles overlap the body text (default)
42
+%
43
+%   margin	the section titles are to the left of the body text
44
+%		
45
+%   11pt	use 11 point fonts instead of 10 point fonts
46
+%
47
+%   12pt	use 12 point fonts instead of 10 point fonts
48
+%
49
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50
+%   Commands
51
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52
+%   \Resume	prints the word resume but typeset nicely
53
+%
54
+%   \newsectionwidth{dimen}
55
+%		defines the amount of space the labels extend
56
+%		into the left margin.
57
+%		DO NOT TRY to change any of the dimensions
58
+%		yourself.  You will probably confuse the style file.
59
+%
60
+%   \name{text} defines your name
61
+%
62
+%   \address{text}
63
+%		defines your address
64
+%		this can be called twice if you have two addresses
65
+%		use \\'s to indicate where either line breaks or
66
+%		comas should go
67
+%
68
+%   \opening	this prints your name and address at that spot
69
+%		this is not normally needed, as \begin{resume}
70
+%		does this but is provided just in case you need
71
+%		to do something odd
72
+%
73
+%   \begin{resume} ... \end{resume}
74
+%		all of the resume should go inside of this
75
+%		environment
76
+%
77
+%   \section{text}
78
+%		This prints 'text' in the left hand margin.
79
+%		Its exact placement depends on what the style 
80
+%		options has been set to. (overlapped or margin)
81
+%		You should use \\ to start a new line.	If the
82
+%		style option is margin, the \\ is converted
83
+%		to a space.
84
+%		To use this in any of the list environments, put
85
+%		the \section after the \item[] but before the 
86
+%		text.
87
+%		Eg.
88
+%		\begin{itemize}
89
+%		\item\section{text}
90
+%		text
91
+%		\end{itemize}
92
+%
93
+%   \begin{ncolumn}{n} ... \end{ncolumn}
94
+%		creates a tabular environment with n equally
95
+%		spaced columns.  Separate columns by & and
96
+%		end them with \\
97
+%
98
+%   \begin{position} ... \end{position}
99
+%		this is used to print a job description.  There should
100
+%		be only one job description in it.  Information
101
+%		related to the job (such as title, dates...) will
102
+%		be printed.
103
+%
104
+%   \begin{format} ... \end{format}
105
+%		used to change the default format for the position
106
+%		environment.  Within it the recognized commands are:
107
+%		\title{option}
108
+%		\employer{option}
109
+%		\location{option}
110
+%		\dates{option}
111
+%		\body
112
+%		\\
113
+%		where option is one of l,r,c standing for left, right, center.
114
+%		The format will eventually be used to make several
115
+%		tabular environments and you are defining the number of columns
116
+%		and the placement of text within the columns of the tabulars.
117
+%		Each row is terminated by a \\.  Any number of options can 
118
+%		be on a line, they will each be set in their own columns.
119
+%		Any of the options except \body may be left out.
120
+%
121
+%		Eg.
122
+%		\begin{format}
123
+%		\title{l}\employer{r}\\
124
+%		\dates{r}\\
125
+%		\body\\
126
+%		\location{l}\\
127
+%		\end{format}
128
+%
129
+%		In this example the title and employer information
130
+%		are set in 2 columns left justified and right justified
131
+%		respectively.  Then the date is set right justified.
132
+%		Then the body is set.  Then the location is set left
133
+%		justified.
134
+%
135
+% \employer{text}
136
+% \title{text}
137
+% \dates{text}
138
+% \location{text}
139
+%		declare text for the next invocation of the position
140
+%		environment
141
+%
142
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
143
+% Glue
144
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
145
+%
146
+% sectionskip	the amount of horizontal before a section
147
+%
148
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
149
+% Dimensions
150
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
151
+%
152
+% sectionwidth	the amount that the section titles go in the
153
+%		left margin
154
+%
155
+% resumewidth	the width of the total resume from the left
156
+%		margin to the right.  Don't use textwidth
157
+%
158
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
159
+% Definitions
160
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
161
+%
162
+% sectionfont	the font used to print section titles
163
+%		use \renewcommand to change it
164
+%
165
+% namefont	the font used to print your name
166
+%		use \renewcommand to change it
167
+%
168
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
169
+% THINGS TO DO
170
+%
171
+% add lm,rm options to format style to allow things to be placed
172
+% in the left or right margin respectivly
173
+%
174
+% add capability so that \body doesn't have to be proceeded (followed)
175
+% by a \\ allowing part of the description (eg. location) to be the
176
+% first (last) thing of the body
177
+%
178
+% clean up the list building procedures
179
+%
180
+% write docs to tell people how to use this
181
+
182
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
183
+\ProvidesClass{resume}[2000/05/19 v1.4b Resume class]
184
+
185
+%\DeclareOption{11pt}{\renewcommand\@ptsize{1}}
186
+%\DeclareOption{12pt}{\renewcommand\@ptsize{2}}
187
+
188
+\PassOptionsToClass{11pt,12pt}{article}
189
+\LoadClassWithOptions{article}
190
+
191
+\newif\if@line
192
+\newif\if@margin
193
+
194
+\DeclareOption{line}{\@linetrue}
195
+\DeclareOption{centered}{\@linefalse}
196
+
197
+\DeclareOption{margin}{\@margintrue}
198
+\DeclareOption{overlapped}{\@marginfalse}
199
+
200
+\ExecuteOptions{overlapped,centered}
201
+\ProcessOptions\relax
202
+
203
+\nofiles	     % resume's don't need .aux files
204
+
205
+
206
+\newtoks\tabular@text		    % holds the current list being processed
207
+\newtoks\tabular@head		    % holds the head tabular list
208
+\newtoks\tabular@tail		    % holds the tail tabular list
209
+\newtoks\@ta			    % used by \@append
210
+\newtoks\undefined@token\undefined@token={}
211
+
212
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
213
+% prints a centered name with the address centered
214
+% or the two address on opposite sides of the page
215
+%
216
+\def\@printcentername{\begingroup
217
+  % print the name centered
218
+  \leavevmode\hbox to \textwidth{\hfil\@tablebox{\namefont\@name}\hfil}\par
219
+  \@ifundefined{@addressone}{%
220
+    % do nothing
221
+  }{%
222
+    \@ifundefined{@addresstwo}{
223
+      % only one address
224
+      \leavevmode\hbox to \textwidth{\hfil\@tablebox{\@addressone}\hfil}\par
225
+    }{
226
+      % two addresses
227
+      \leavevmode\hbox to \textwidth{\@tablebox{\@addressone}\hfil
228
+				     \@tablebox{\@addresstwo}}\par
229
+    }%
230
+  }%
231
+\endgroup}
232
+
233
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
234
+% this is used to print the name and address at the top of
235
+% the page with a hline in between
236
+%
237
+\def\namefont{\large\bf}
238
+\def\@linename{\begingroup
239
+  \def\\{, }
240
+  {\namefont\@name}
241
+  \vskip 2pt
242
+  \fullline
243
+  \vskip 2pt
244
+  % where do you live?
245
+  \@ifundefined{@addressone}{%
246
+    % do nothing
247
+  }{%
248
+    \leavevmode\hbox to \textwidth
249
+      {\hfill\vbox{\hbox{\@addressone}
250
+		   \hbox{\@addresstwo}
251
+		  }%
252
+      }\par
253
+  }
254
+\endgroup}
255
+
256
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
257
+% HEADINGS:
258
+% There are two types of headings:
259
+% 1) one with the name centered and the address centered or
260
+%    in the left and right side if there are two address
261
+% 2) one where the name is in the upper left corner 
262
+%    the a line accross the paper
263
+%    then the address all on one line in the right corner
264
+%    the second address will be directly below the first if defined
265
+%
266
+\let\print@name\relax
267
+\def\ds@centered{\ifx\print@name\relax\let\print@name\@printcentername\fi}
268
+\def\ds@line{\ifx\print@name\relax\let\print@name\@linename\fi}
269
+
270
+
271
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
272
+% Use this to set the sectionwidth.
273
+% It adjust the width of the text as well as the hoffset
274
+% You probably shouldn't touch any of the size paramaters
275
+% unless you really understand all of this but it is not
276
+% hard.  Either way, it can only be executed once
277
+%
278
+\def\sectionfont{\bf}
279
+\newdimen\sectionwidth
280
+\newskip\sectionskip
281
+\newdimen\resumewidth
282
+
283
+\resumewidth=6.5in
284
+\sectionskip=3.5ex plus 1ex minus -.2ex % values stolen from LaTeX
285
+
286
+\def\newsectionwidth#1{%
287
+		     \sectionwidth=#1
288
+		     \textwidth=\resumewidth
289
+		     \advance\textwidth-\sectionwidth
290
+		     \hsize=\textwidth
291
+		     \hoffset=\sectionwidth
292
+}
293
+
294
+
295
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
296
+% This is for sectiontitles that are entirely in the left margin.
297
+% multiline sectiontitles are permited and will be broken by
298
+% \TeX{} to fit into a box \verb|\sectionwidth| wide.  It is advised
299
+% that \verb|\\| be used to break the lines by hand as \TeX{} will
300
+% probably not do what you want.
301
+%
302
+% When using this with {\tt tabbing} and {\tt list} (or anything
303
+% that is made out of {\tt list}) put the \section's inside of
304
+% the \verb|\begin{}|  and the \verb|\item|Eg.
305
+% \begin{verbatim}
306
+% \begin{trivlist}
307
+% \item[]
308
+% \section{foo}
309
+% text
310
+% \end{trivlist}
311
+% \end{verbatim}
312
+%
313
+\def\boxed@sectiontitle#1{%
314
+  % this macro may be called in a tabular.  Special code must be written
315
+  % to accomodate this.  In LaTeX, a tabular is made out of hboxes.
316
+  % TeX never goes into horizontal mode because of this; it only
317
+  % gets into vertical mode and restricted horizontal mode.  Certain 
318
+  % indenting problems must be handled because of this.  They
319
+  % are delt with at the end of this routine.
320
+  % It is also necessary to close the hbox that was created before
321
+  % the \section and create a new one when this macro has ended.
322
+  % This macro therefore simulates a \kill, so that any text before
323
+  % the \section not be printed.  The proper use is therefore
324
+  % ...
325
+  % text\\
326
+  % \section{foo}
327
+  % more text\\
328
+  % ...
329
+  \ifx\\\@tabcr    % is this in a tabular? (this *should* work but is a cludge)
330
+    \@stopfield    % the is the first part of a \kill
331
+   \else
332
+     \@@par	     % This will end the previous paragraph if needed and
333
+		   % go into vertical mode.  If this was already in
334
+		   % vertical mode then the \par does nothing.
335
+
336
+  \fi
337
+  \begingroup
338
+  \everypar={}%
339
+  \def\par{\@@par}%
340
+  \let\\=\@normalcr
341
+  \addpenalty{\@secpenalty} % this would be a good place for a page break
342
+			    % \@secpenalty is what LaTeX uses before its
343
+			    % section's.  It happens to be -300
344
+  \addvspace{\sectionskip}  % put in a bit of glue
345
+  % The following hbox will be contributed to the page list without going
346
+  % into horizontal mode.  Therefore, any \parindent's, \parshape's, \leftskip
347
+  % will be ignored but \hoffset's are not.  The result is that the box will
348
+  % only by \hoffset. This is what I want
349
+  \hbox to 0pt{%
350
+    \hss	 % this is an llap.  In other words, this glue
351
+		 % will shrink by the width of the stuff in the vbox
352
+		 % (\sectionwidth) into the left margin and then
353
+		 % insert the contents of the vbox.
354
+    \vtop to 0pt{% make a 0pt height paragraph, with the baseline at the
355
+		 % lined up with the baseline of the first box in the list
356
+      \leftskip=0pt
357
+      \hsize=\sectionwidth
358
+      \textwidth=\sectionwidth
359
+      \raggedright     % you don't want this filled out to the right margin
360
+      \sectionfont
361
+      #1\vss	       % Go into horizontal mode; do the paragraph;
362
+		       % go into vertical mode; add some negative glue 
363
+		       % to give a box of 0pt height and depth
364
+    }%
365
+  }%
366
+  \addpenalty{-\@secpenalty} % this would be a bad place for a page break
367
+  \vskip-\baselineskip % when the next box is processed, baselineskip glue
368
+		       % glue will be added (the box has no depth because of
369
+		       % the \vss; therefore, we don't have to worry about
370
+		       % \lineskiplimit).  This -\baselineskip glue
371
+		       % is to undo this.  \nointerlineskip doesn't
372
+		       % work because the baseline of this line would be lined
373
+		       % up with the top of the top of the next box.  We
374
+		       % want the baselines lined up.
375
+		       %
376
+		       % It may have been possible to do this by forcing the
377
+		       % baseline of this box to be the top of the box but
378
+		       % then the interline skip between this box and the
379
+		       % previous box would be off as the baselines of the
380
+		       % this box (the one that being made above) and the
381
+		       % previous line would be separated by \baselineskip
382
+		       % (probably, it may be separted by the depth of the
383
+		       % previous box + \lineskip) but as the baseline of
384
+		       % this box has been moved to the top, the box's would
385
+		       % separted by to much glue.  The exact amount being
386
+		       % the height of this box.
387
+  \endgroup
388
+  \ifx\\\@tabcr   % is this in a tabular? (this *should* work but is a cludge)
389
+    % this is the second part of the \kill; it starts the next tabbing line
390
+    % Because this routine will never get into paragraph mode when used in
391
+    % tabbing the \parskip that is discussed below will never be inserted.
392
+    % Therefore it should not be negated as done below.
393
+    \@startline
394
+    \ignorespaces
395
+  \else
396
+    \vskip-\parskip    % The next thing to be contributed will be a paragraph.
397
+		       % Right before being contributed though a \vskip\parskip
398
+		       % will be inserted.  This is to negate it.
399
+		       %
400
+		       % I do consider this to be a bit of a cludge but
401
+		       % I can not find a way to write \unskipfutureskip
402
+		       % or a way to make TeX think that nothing has
403
+		       % been contributed to the page list.
404
+  \fi
405
+}
406
+
407
+
408
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
409
+% This is for sectiontitles that are entirely above the section text
410
+%
411
+\def\unboxed@sectiontitle#1{%
412
+  \ifx\\\@tabcr % see boxed@sectiontitle for explation
413
+    \@stopfield
414
+   \else
415
+     \@@par
416
+  \fi
417
+  \begingroup
418
+  \everypar={}%
419
+  \def\par{\@@par}%
420
+  \def\\{ }
421
+  \addpenalty{\@secpenalty}
422
+  \addvspace{\sectionskip}
423
+  \hbox to 0pt{\hss\hbox to \sectionwidth{\sectionfont#1\hss}}
424
+  \addpenalty{-\@secpenalty} % this would be a bad place for a page break
425
+  \endgroup
426
+  \ifx\\\@tabcr   % see boxed@sectiontitle for explation
427
+    \@startline
428
+  \else
429
+    \vskip-\parskip
430
+  \fi
431
+  \ignorespaces
432
+}
433
+
434
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
435
+% There are two types of section headings:
436
+% 1) the section heading is all on one line and directly
437
+%    below it, is the body of the text
438
+% 2) the section heading is entirely in the left margin
439
+%    (possibly taking multiple lines) with the body of
440
+%    the text next to it
441
+%
442
+\let\@@section\relax
443
+\def\ds@overlapped{\ifx\@@section\relax\newsectionwidth{0.5in}\let\@@section\unboxed@sectiontitle\fi}
444
+%\def\ds@margin{\ifx\@@section\relax\newsectionwidth{1.3in}\let\@@section\boxed@sectiontitle\fi}
445
+\def\ds@margin{\ifx\@@section\relax\newsectionwidth{1.1in}\let\@@section\boxed@sectiontitle\fi}
446
+
447
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
448
+% DEFAULTS: (some of them)
449
+%
450
+% centered name
451
+% overlapped section titles
452
+%
453
+% format is:
454
+%    title	 employer
455
+%    location	 dates
456
+%    body
457
+% with everything in the left of its column
458
+
459
+%\input article.sty
460
+
461
+\if@line\ds@line\else\ds@centered\fi
462
+\if@margin\ds@margin\else\ds@overlapped\fi
463
+
464
+
465
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
466
+% typeset resume all nice and pretty
467
+%
468
+\def\Resume{{R\'{e}sum\'{e}}}
469
+
470
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
471
+% makes a line of width \textwidth starting at -\hoffset
472
+%
473
+\def\fullline{		% hrules only listen to \hoffset
474
+  \nointerlineskip	% so I have this code	  
475
+  \moveleft\hoffset\vbox{\hrule width\textwidth} 
476
+  \nointerlineskip
477
+}
478
+
479
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
480
+% create a multiline box.
481
+%
482
+\def\@tablebox#1{\begin{tabular}[t]{@{}l@{\extracolsep{\fill}}}#1\end{tabular}}
483
+
484
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
485
+% use this to define your name
486
+%
487
+\def\name#1{\def\@name{#1}}
488
+
489
+\def\@name{}
490
+
491
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
492
+% use this to define your address, this may be called more than once.
493
+%
494
+\let\@addressone\relax
495
+\let\@addresstwo\relax
496
+
497
+\def\address#1{
498
+  \@ifundefined{@addressone}{\def\@addressone{#1}}{\def\@addresstwo{#1}}}
499
+
500
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
501
+% if you want to print your name and address is a slightly
502
+% different format than sugessted, then this can be used
503
+% to place it exactly where you want
504
+%
505
+\def\opening{\def\@opening{}
506
+  \begingroup
507
+  \leftskip=-\hoffset	     % I use leftskip to move things to the left as 
508
+  \advance\textwidth\hoffset % changing hoffset doesn't work. But this
509
+  \hsize=\textwidth	     % doesn't really work as hboxes are rules
510
+			     % are unaffeted
511
+  \let\par=\@@par
512
+  \parindent=0pt
513
+  \parskip=0pt
514
+  \print@name
515
+  \endgroup
516
+}
517
+
518
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
519
+% all of the resume goes in the resume environment
520
+%
521
+\newenvironment{resume}{\begingroup
522
+		       \@ifundefined{@opening}{\opening}{}
523
+}{\endgroup}
524
+
525
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
526
+% gives you a tabular environment with n equally spaced columns
527
+% \begin{ncolumn}{#} ... \end{ncolumn}
528
+%
529
+% The p option of LaTeX is broken in all but the newest verion
530
+% of latex.tex, this is how to fix it
531
+%
532
+\def\@endpbox{\par\egroup\hfil}
533
+\let\@@endpbox=\@endpbox
534
+
535
+\newdimen\@columnwidth	  % the width of each column equal to
536
+\def\ncolumn#1{%
537
+  % \@columnwidth = \textwidth / #1
538
+  \@columnwidth=\textwidth \divide\@columnwidth by #1
539
+  \begin{tabular*}{\textwidth}[t]%
540
+	{*{#1}{@{}p{\@columnwidth}@{\extracolsep{\fill}}}}
541
+}
542
+
543
+\def\endncolumn{\end{tabular*}}
544
+
545
+
546
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
547
+%   \employer{text} defines employer to be text
548
+%   \location{text} defines location to be text
549
+%   \dates{text}    defines dates    to be text
550
+%   \title{text}    defines title    to be text
551
+%   \body
552
+%
553
+
554
+\def\employer#1{\def\@employer{\print@employer{#1}}}
555
+\def\location#1{\def\@location{\print@location{#1}}}
556
+\def\dates#1{\def\@dates{\print@dates{#1}}}
557
+\def\title#1{\def\@title{\print@title{#1}}}
558
+
559
+\let\l@justify\raggedright
560
+\let\r@justify\raggedleft
561
+\let\c@justify\centering
562
+
563
+
564
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
565
+% \@format{name}{justify}
566
+% will define \print@#1 to print it's one argument 
567
+% justified according to #2 which can be
568
+%	  l = left
569
+%	  r = right
570
+%	  c = center
571
+%
572
+% eg.
573
+%    \@format{employer}{c}
574
+%    is the same as \def\print@employer#1{{\centering #1\par}}
575
+%
576
+\def\@format#1#2{%
577
+  \expandafter\gdef\csname print@#1\endcsname##1{%
578
+    {\csname#2@justify\endcsname##1\par}}
579
+}
580
+
581
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
582
+% this is used to define how the position environment should
583
+% formated.
584
+%
585
+% \begin{format} positioning text \end{format}
586
+% where positioning text may be
587
+%  \employer{pos}
588
+%  \location{pos}
589
+%  \dates{pos}
590
+%  \title{pos}
591
+%  \body	    (for the body of the position environment)
592
+%   where pos is 
593
+%     l for left
594
+%     r for right
595
+%     c for center
596
+% use \\ to break the line
597
+% you don't have to use all of the options.
598
+% on any one line, you should indicate what you want on that line
599
+% and where it should go within its column.
600
+% eg.
601
+% the following prints the employer in the left with the location
602
+% centered within that its column.  It then prints the date on the
603
+% right.  Then it prints the body of the position environment. Then
604
+% it prints the title centered within its column; as there is only
605
+% one column here it is really just centered.
606
+%
607
+% \begin{format}
608
+% \employer{l}\location{c}\\
609
+% \dates{r}\\
610
+% \body\\
611
+% \title{c}\\
612
+% \end{format}
613
+
614
+\newcounter{numberofcolumns}
615
+\newenvironment{format}{%
616
+  \def\end@line@head{\append@tabular@head{tabular@text}\tabular@text={}%
617
+    \c@numberofcolumns 0}
618
+  \def\end@line@tail{\append@tabular@tail{tabular@text}\tabular@text={}%
619
+    \c@numberofcolumns 0}
620
+  \tabular@text={}
621
+  \tabular@head={}
622
+  \tabular@tail={}
623
+  \c@numberofcolumns 0
624
+  \let\\=\end@line@head
625
+  \def\employer##1{\advance\c@numberofcolumns 1
626
+		   \@format{employer}{##1}
627
+		   \append@tabular@text{employer}}
628
+  \def\location##1{\advance\c@numberofcolumns 1
629
+		   \@format{location}{##1}
630
+		   \append@tabular@text{location}}
631
+  \def\dates##1{\advance\c@numberofcolumns 1
632
+		\@format{dates}{##1}
633
+		\append@tabular@text{dates}}
634
+  \def\title##1{\advance\c@numberofcolumns 1
635
+		 \@format{title}{##1}
636
+		\append@tabular@text{title}}
637
+  \def\body{\iftoks\tabular@head\undefined@token\then
638
+	    \else
639
+	      \@append{\noexpand\\}\to\tabular@head
640
+	    \skotfi
641
+	    \let\\=\end@line@tail}}{}
642
+
643
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
644
+%taken from page 378 of TeXbook but freely hacked
645
+%
646
+% appends the expansion of #1 to the token list #2
647
+
648
+\def\@append#1\to#2{%
649
+  \@ta=\expandafter{#1}%
650
+  \xdef\@append@temp{\the#2\the\@ta}
651
+  \global#2=\expandafter{\@append@temp}%
652
+}
653
+
654
+
655
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
656
+% CHAA006%vaxb.rhbnc.ac.uk@NSS.Cs.Ucl.AC.UK
657
+% texhax.88.078
658
+% is used to see if two token lists are equal
659
+% there must be a better way
660
+%
661
+
662
+\let \then = \empty
663
+\def \iftoks #1#2\then #3\else #4\skotfi{
664
+		\edef \1{\the #1}
665
+		\edef \2{\the #2}
666
+		\ifx \1\2\then #3\else #4\fi}
667
+
668
+
669
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
670
+% \append@tabular@text{command}
671
+%
672
+% appends command to the end of \tabular@text.
673
+% NOTE: command MUST be a command but without the \
674
+%	Eg. \append@tabular@text{relax}
675
+%
676
+% used to define \tabular@text for the tabular environment
677
+% used by append@tabular@head and append@tabular@tail
678
+%
679
+
680
+\def\append@tabular@text#1{%
681
+\iftoks\tabular@text\undefined@token\then
682
+  \global\tabular@text=\expandafter{\csname @#1\endcsname}
683
+\else
684
+  \@append{&}\to\tabular@text
685
+  \@append{\csname @#1\endcsname}\to\tabular@text
686
+\skotfi
687
+}
688
+
689
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
690
+% append@tabular@head
691
+%
692
+% appends command to the end of \tabular@text@head
693
+% NOTE: command MUST be a command but without the \
694
+%	Eg. \append@tabular@head{relax}
695
+%
696
+% used to define \tabular@head for the tabular environment
697
+% used by the position environment
698
+%
699
+\def\append@tabular@head#1{%
700
+  \ifnum\the\c@numberofcolumns=0\relax
701
+  \else
702
+    \iftoks\tabular@head\undefined@token\then
703
+      \relax
704
+    \else
705
+      \@append{\noexpand\\}\to\tabular@head
706
+      \@append{\noexpand\penalty-\@secpenalty}\to\tabular@head
707
+    \skotfi
708
+    \@append{\noexpand\begin{ncolumn}}\to\tabular@head
709
+    \@append{\expandafter{\the\c@numberofcolumns}}\to\tabular@head
710
+    \@append{\the\csname#1\endcsname}\to\tabular@head
711
+    \@append{\noexpand\end{ncolumn}}\to\tabular@head
712
+  \fi
713
+}
714
+
715
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
716
+% append@tabular@tail
717
+%
718
+% appends command to the end of \tabular@text@htail
719
+% NOTE: command MUST be a command but without the \
720
+%	Eg. \append@tabular@tail{relax}
721
+%
722
+% used to define \tabular@tail for the tabular environment
723
+% used by the position environment
724
+%
725
+\def\append@tabular@tail#1{%
726
+  \ifnum\the\c@numberofcolumns=0\relax
727
+  \else
728
+    \iftoks\tabular@tail\undefined@token\then
729
+    \else
730
+      \@append{\noexpand\\}\to\tabular@tail
731
+      \@append{\noexpand\penalty-\@secpenalty}\to\tabular@tail
732
+    \skotfi
733
+    \@append{\noexpand\begin{ncolumn}}\to\tabular@tail
734
+    \@append{\expandafter{\the\c@numberofcolumns}}\to\tabular@tail
735
+    \@append{\the\csname#1\endcsname}\to\tabular@tail
736
+    \@append{\noexpand\end{ncolumn}}\to\tabular@tail
737
+  \fi
738
+}
739
+
740
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
741
+% put the actual job descriptions here
742
+% \begin{postion} ... \end{position}
743
+% in the ... describe the position.
744
+% don't put the \dates \location etc in here. define them before hand
745
+\newenvironment{position}%
746
+  {%
747
+   \begingroup
748
+     \par
749
+       \the\tabular@head
750
+%     \addpenalty{-\@secpenalty}% bad place for a page break
751
+     \penalty -\@secpenalty % bad place for a page break
752
+     \penalty 10000
753
+     \ignorespaces
754
+  }{%
755
+       \the\tabular@tail
756
+%     \addpenalty{\@secpenalty}% good place for a page break
757
+     \penalty \@secpenalty % good place for a page break
758
+    \endgroup
759
+}
760
+
761
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
762
+% DEFAULTS: (the rest of them)
763
+%
764
+% centered name
765
+% overlapped section titles
766
+%
767
+% format is:
768
+%    title	 employer
769
+%    location	 dates
770
+%    body
771
+% with everything in the left of its column
772
+
773
+\@secpenalty = -500
774
+\topmargin 0pt
775
+\headheight 0pt
776
+\headsep 0pt
777
+\textheight 9in
778
+\parindent 0pt
779
+\topmargin 0in
780
+\oddsidemargin 0pt
781
+\evensidemargin 0pt
782
+\marginparwidth 0pt
783
+\parindent 0pt
784
+\parskip \baselineskip
785
+\setcounter{secnumdepth}{0}
786
+\def\@listI{\leftmargin\leftmargini
787
+\topsep 0pt 
788
+\parskip 0pt
789
+\partopsep 10pt plus 2pt
790
+\parsep 2pt plus 2pt
791
+\itemsep \parsep}
792
+
793
+\pagestyle{empty}  % don't want page numbers
794
+
795
+\begin{format}
796
+\title{l}\employer{r}\\
797
+\location{l}\dates{r}\\
798
+\body\\
799
+\end{format}
800
+
801
+\let\section\@@section
802
+
803
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
804
+
805
+% @brief    LaTeX2e Resume Style Config
806
+% @url      http://linux.dsplabs.com.au/?p=54
807
+% @date     Decemebr 2007
808
+% @author   Kamil K Wojcicki
809
+% @info     This a fusion of resume template code by Chris Paciorek
810
+%           (url: http://www.biostat.harvard.edu/~paciorek/computingTips/Latex_template_creating_CV_.html)
811
+%           and res.cls class by Michael DeCorte.
812
+%           I have merged these for educational purposes only.
813
+
814
+\oddsidemargin -11mm
815
+\evensidemargin -11mm
816
+%\textwidth=150mm
817
+\textwidth=154mm
818
+\itemsep=0cm
819
+\parsep=0cm
820
+\topmargin -12mm
821
+%\textheight 265mm
822
+\textheight 275mm
823
+
824
+\newenvironment{list1}{
825
+  \begin{list}{\ding{113}}{%
826
+      \setlength{\itemsep}{0in}
827
+      \setlength{\parsep}{0in} \setlength{\parskip}{0in}
828
+      \setlength{\topsep}{0in} \setlength{\partopsep}{0in} 
829
+      \setlength{\leftmargin}{0in}}}{\end{list}}
830
+
831
+\newenvironment{list2}{
832
+  \begin{list}{$\bullet$}{%
833
+      \setlength{\itemsep}{0in}
834
+      \setlength{\parsep}{0in} \setlength{\parskip}{0in}
835
+      \setlength{\topsep}{0in} \setlength{\partopsep}{0in} 
836
+      \setlength{\leftmargin}{0.25in}}}{\end{list}}
837
+
838
+%\newcommand{\mysidestyle}{\footnotesize\sc}
839
+\newcommand{\mysidestyle}{\small\sc}
840
+\newcommand{\myheadingstyle}{\sl}
841
+\newcommand{\mysubheadingstyle}{\sl}
842
+
843
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
844
+