(no commit message)
[ozzloy@gmail.com/cv] / examples / ex-res1.tex
1 % LaTeX file for resume
2 % This file uses the resume document class (res.cls)
3
4 \documentclass{res}
5 %\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
6 %\usepackage{newcent} % uses new century schoolbook postscript font
7 \setlength{\textheight}{9.5in} % increase text height to fit on 1-page
8
9 \begin{document}
10
11 \name{HAROLD C. GOODBETTER\\[12pt]} % the \\[12pt] adds a blank
12 % line after name
13
14 \address{\bf PRESENT ADDRESS\\193 5th Avenue\\Troy, NY 12180\\(518) 274-1234}
15 \address{\bf PERMANENT ADDRESS \\ 110 Brant Avenue \\ Upper Saddle
16 River, NJ 07458 \\ (201) 555-9509}
17
18 \begin{resume}
19
20 \section{JOB OBJECTIVE}
21 A summer position that will use my accounting and computer
22 skills.
23
24 \section{EDUCATION}
25 Rensselaer Polytechnic Institute, Troy, NY \\
26 Bachelor of Science, Management, May 1990 \\
27 Concentration in Management Systems \\
28 Minors in Computer Science and Economics \\
29 G.P.A. 3.3/4.0
30
31
32 \section{EXPERIENCE}
33 \vspace{-0.1in}
34 \begin{tabbing}
35 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
36 {\bf Telefund Associate} \>Rensselaer Fund \>Fall 1987-Present\\
37 \>Troy, NY
38 \end{tabbing}\vspace{-20pt} % suppress blank line after tabbing
39 Generated alumni and parent support to reduce tuition,
40 increase scholarship and financial aid funds; averaging 80
41 percent pledge rate. Top three percent associate.
42 \begin{tabbing}
43 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
44 {\bf Team Programmer} \>Group W Cable, Westinghouse Corp \> ~~~~~~ Summer 1987\\
45 \>Mahway, NJ
46 \end{tabbing}\vspace{-20pt}
47 Liaison between accounting department and controller,
48 provided assistance with invoice liabilities after
49 divestiture of Group W Cable by Westinghouse.
50 \begin{tabbing}%
51 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
52 {\bf Sales Assistant} \>AP Technical Sales Inc. \> Summers 1985-86\\
53 \>Palisades Park, NJ
54 \end{tabbing}\vspace{-20pt}
55 Duties included telemarketing, data entry, and invoicing.
56 Successfully converted catalog inquiries to sales
57 opportunities by telemarketing program.
58
59
60 \section{COMPUTER SKILLS}
61 Extensive knowledge of hardware and software for IBM PC and
62 MTS. \\
63 Proficient programming skills in COBOL, WATFIV (FORTRAN), and
64 BASIC.
65
66
67 \section{HONORS AND AWARDS}
68 Epsilon Delta Sigma: Honorary Management Society at
69 Rensselaer \\
70 Dean's List of Distinguished Students: Fall 1986-Spring 1988 \\
71 National Honor Society: Northern Highlands High School \\
72 Creative Essay Award: Northern Highlands High School \\
73 Meritorious Action Life Saving Award: Boy Scouts of America
74
75 \section{EXTRACURRICULAR ACTIVITIES}
76 Epsilon Delta Sigma Public Relations Committee \\
77 Rensselaer Ski Club \\
78 Bergen County Task Force Student Liaison 1986 \\
79 LEADD (Legislators and Educators Against Drunk Driving) Chairman
80 1985-86 \\
81 Youth Group - Temple Beth Or Activities Chairman 1985-86
82
83 \end{resume}
84 \end{document}