Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. documentclass[margin, letterpaper]{res}
  2. ...
  3. ...
  4. % LaTeX resume using res.cls
  5. documentclass[margin]{res}
  6. %usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
  7. %usepackage{newcent} % uses new century schoolbook postscript font
  8.  
  9. setlength{textwidth}{5.2in} % set width of text portion
  10. usepackage{enumitem}
  11. addtolength{textwidth}{.5in}
  12. addtolength{textheight}{2in}
  13. addtolength{leftmargin}{-.1in}
  14. begin{document}
  15.  
  16. % Center the name over the entire width of resume:
  17. moveleft.5hoffsetcenterline{largebf Stephen Leone}
  18.  
  19. % address begins here
  20. % Again, the address lines must be centered over entire width of resume:
  21. raggedright hspace*{-sectionwidth}{287 Warren Avenue}hfill sml94@live.com\
  22. raggedright hspace*{-sectionwidth} {Hawthorne, NY 10532}hfill (914) 980-4235\
  23. vspace{4mm}
  24. % Draw a horizontal line the whole width of resume:
  25. movelefthoffsetvbox{hrule width 505 pt height 1pt}smallskip
  26.  
  27. begin{resume}
  28.  
  29.  
  30. section{EDUCATION} {sl Bachelor of Engineering} in Electrical Engineering, Expected Spring 2016\
  31.  
  32. documentclass{article}
  33. usepackage[letterpaper,top=3cm,bottom=3cm,left=2cm,right=2cm]{geometry}
  34.  
  35. usepackage{helvet} % uses helvetica postscript font (download helvetica.sty)
  36. renewcommand{familydefault}{sfdefault}
  37.  
  38. usepackage[parfill]{parskip}
  39.  
  40. usepackage{titling}
  41. author{Stephen Leone}
  42. title{Resume}
  43.  
  44. begin{document}
  45. pagestyle{empty}
  46. begin{center} largetextbf{theauthor} end{center}
  47.  
  48. begin{minipage}{0.2textwidth}287 Warren Avenue\sml94@live.comend{minipage}%
  49. hspace{0.6textwidth}
  50. begin{minipage}{0.2textwidth}Hawthorne, NY 10532\(914) 980-4235end{minipage}%
  51. smallskip
  52. hrule
  53.  
  54. section*{EDUCATION} textit{Bachelor of Engineering} in Electrical Engineering, Expected Spring 2016
  55.  
  56. end{document}
  57.  
  58. documentclass[margin]{res}
  59.  
  60. begin{document}
  61.  
  62. % Establish mywidth as width of entire resume (since res.cls co-opts textwidth!):
  63. newlengthmywidth
  64. setlengthmywidthtextwidth
  65. addtolengthmywidth{sectionwidth}
  66.  
  67. % Center the name over the entire width of resume:
  68. moveleft0.5hoffsetcenterline{Large Stephen Leone}
  69.  
  70. % Contact info centered over entire width of resume:
  71. raggedright hspace*{-sectionwidth}{287 Warren Avenue}hfill sml94@live.com\
  72. raggedright hspace*{-sectionwidth}{Hawthorne, NY 10532}hfill (914) 980-4235
  73.  
  74. % Draw a horizontal line the whole width of resume:
  75. movelefthoffsetvbox{hrule width mywidth}
  76.  
  77. % Begin the resume environment:
  78. begin{resume}
  79. section{EDUCATION} {sl Bachelor of Engineering} in Electrical Engineering, Expected Spring 2016.
  80. section{HOBBIES} {sl Engineering} I do engineering in my free time as well!
  81. section{LOVES, LUSTS, & ALLEGIANCES} Just engineering. Engineering, engineering, engineering.
  82.  
  83. end{resume}
  84. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement