Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. % LaTeX resume using res.cls
  2. documentclass[margin]{res}
  3. %usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
  4. %usepackage{newcent} % uses new century schoolbook postscript font
  5. setlength{textwidth}{5.1in} % set width of text portion
  6.  
  7. begin{document}
  8.  
  9. % Center the name over the entire width of resume:
  10. moveleft.5hoffsetcenterline{largebf Susan R. Bumpershoot}
  11. % Draw a horizontal line the whole width of resume:
  12. movelefthoffsetvbox{hrule widthresumewidth height 1pt}smallskip
  13. % address begins here
  14. % Again, the address lines must be centered over entire width of resume:
  15. moveleft.5hoffsetcenterline{1985 Storm Lane}
  16. moveleft.5hoffsetcenterline{Troy, NY 12180}
  17. moveleft.5hoffsetcenterline{(518) 273-0014 or (518) 272-6666}
  18.  
  19.  
  20. begin{resume}
  21.  
  22. section{OBJECTIVE} A position in the field of computers with special
  23. interests in business applications programming,
  24. information processing, and management systems.
  25.  
  26.  
  27. section{EDUCATION} {sl Bachelor of Science,} Interdisciplinary Science \
  28. % sl will be bold italic in New Century Schoolbook (or
  29. % any postscript font) and just slanted in
  30. % Computer Modern (default) font
  31. Rensselaer Polytechnic Institute, Troy, NY,
  32. expected December 1990 \
  33. Concentration: Computer Science \
  34. Minor: Management
  35.  
  36.  
  37. section{COMPUTER \ SKILLS} {sl Languages & Software:} COBOL, IFPS, Focus,
  38. Megacalc, Pascal, Modula2, C, APL, SNOBOL,
  39. FORTRAN, LISP, SPIRES, BASIC, VSPC Autotab,
  40. IBM 370 Assembler, Lotus 1-2-3. \
  41. {sl Operating Systems:} MTS, TSO, Unix.
  42.  
  43. section{EXPERIENCE} {sl Business Applications Programmer} hfill Fall 1990 \
  44. Allied-Signal Bendix Friction Materials Division,
  45. Financial Planning Department, Latham, NY
  46. begin{itemize} itemsep -2pt %reduce space between items
  47. item Developed four ``user friendly" forecasting
  48. systems each of which produces 18 to 139
  49. individual reports.
  50. item Developed or improved almost all IFPS
  51. programs used for financial reports.
  52. end{itemize}
  53.  
  54. {sl Research Programmer} hfill Summer 1990 \
  55. Psychology Department, Rensselaer Polytechnic
  56. Institute
  57. begin{itemize} itemsep -2pt %reduce space between items
  58. item Performed computer aided statistical analysis
  59. of data.
  60. end{itemize}
  61. {sl Assistant Manager} hfill Summers 1988-89 \
  62. Thunder Restaurant, Canton, CT
  63. begin{itemize}
  64. item Recognized need for, developed, and wrote
  65. employee training manual. Performed various
  66. duties including cooking, employee training,
  67. ordering, and inventory control.
  68. end{itemize}
  69.  
  70. section{COMMUNITY \ SERVICE} Organized and directed the 1988 and 1989 Grand
  71. Marshall Week newline ``Basketball Marathon.'' A 24 hour
  72. charity event to benefit the Troy Boys Club. Over
  73. 250 people participated each year.
  74.  
  75. section{EXTRA-CURRICULAR \ ACTIVITIES}
  76. Elected {it House Manager}, Rho Phi Sorority \
  77. Elected {it Sports Chairman} \
  78. Attended Krannet Leadership Conference \
  79. Headed delegation to Rho Phi Congress \
  80. Junior varsity basketball team \
  81. Participant, seven intramural athletic teams
  82.  
  83.  
  84. end{resume}
  85. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement