Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage[margin=0.5in,includefoot]{geometry}% http://ctan.org/pkg/geometry
  4. usepackage{enumitem,fancyhdr,colortbl}% http://ctan.org/pkg/{enumitem,fancyhdr,colortbl}
  5. usepackage{lastpage,lmodern,xcolor}% http://ctan.org/pkg/{lastpage,lmodern,xcolor}
  6. renewcommand{section}[1]{%
  7. begin{tabular}{p{dimexprlinewidth-2tabcolsep}}
  8. cellcolor{black!10}largestrut #1
  9. end{tabular}%
  10. }
  11. newcommand{heading}[2][relax]{textbf{#2}hfill#1parnobreak}
  12. newcommand{pubheading}[1]{parbigskipunderline{textbf{#1}}par}
  13. newlist{subitems}{itemize}{1}
  14. setlist[subitems]{label={--},nosep}
  15. newlist{myreferences}{enumerate}{1}
  16. setlist[myreferences]{label={[arabic*]},leftmargin=*}
  17.  
  18. letrmdefaultsfdefault% Default is sans serif
  19. setlength{parindent}{0pt}% No indent
  20. pagestyle{fancy}% Fancy page styl
  21. fancyhf{}% Clear header/footer
  22. renewcommand{headrulewidth}{0pt}% No header rule
  23. renewcommand{footrulewidth}{.4pt}% Footer rule
  24. fancyfoot[L]{Curriculum Vitae - My Name}% Left footer
  25. fancyfoot[R]{thepage{} of pageref{LastPage}}% Right footer
  26. begin{document}
  27. % Header
  28. begin{tabular}{@{}p{linewidth}@{}}
  29. centeringLARGE My Name \
  30. centeringlarge strut Curriculum Vitae \[jot]
  31. hrule mbox{}\[dimexpr-.4pt+jot]
  32. small My Address hfill my@email.address \
  33. small My phone number hfill http://my.website.url
  34. end{tabular}
  35.  
  36. renewcommand{arraystretch}{1.5}% Spread titles out a tad...
  37.  
  38. section{Education}
  39.  
  40. begin{itemize}
  41. item heading[Dec~2005]{My PhD in Something or Another}
  42. The University of You Know Who, Here, THERE
  43. begin{subitems}
  44. item Dissertation title: textit{Amazing things that one can do during procrastination (revisited)}
  45. end{subitems}
  46.  
  47. item heading[Aug~2000]{My MSc in Something or Another}
  48. The University of You Know Who, Here, THERE
  49. begin{subitems}
  50. item Thesis title: textit{Amazing things that one can do during procrastination}
  51. end{subitems}
  52. end{itemize}
  53.  
  54. section{Work Experience}
  55.  
  56. begin{itemize}
  57. item heading[Aug~2006 - present]{Sit-around-er}
  58. My home
  59. begin{subitems}
  60. item Watching television
  61. item Sleep
  62. item Eat
  63. end{subitems}
  64.  
  65. item heading[Jan~2006 - Jul~2006]{Assistant to the assistant regional manager}
  66. Dunder Mifflin
  67. begin{subitems}
  68. item Do as I am told
  69. item Always at the ready
  70. end{subitems}
  71. end{itemize}
  72.  
  73. section{Publications}
  74.  
  75. pubheading{Journal Articles}
  76.  
  77. begin{myreferences}
  78. item First item, Some title that is very long and spans more than a single line,
  79. Chapter 1--10, pages 123--456, Academic Press, 2nd edition, 2009.
  80.  
  81. item Second item, Some title that is very long and spans more than a single line,
  82. Chapter 1--10, pages 123--456, Academic Press, 2nd edition, 2009.
  83. end{myreferences}
  84.  
  85. end{document}
  86.  
  87. documentclass{article}
  88.  
  89. %important packages that people use in a CV
  90.  
  91. begin{document}
  92.  
  93. %heading
  94.  
  95. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement