Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. documentclass[12pt]{res}
  2. usepackage{datetime}
  3. usepackage{parskip}
  4. newdateformat{mydate}{monthname[THEMONTH] THEYEAR}
  5. usepackage{fancyhdr}
  6.  
  7.  
  8.  
  9. pagestyle{fancy}
  10. fancyhf{}
  11. renewcommand{headrulewidth}{0.5pt}
  12. rhead{footnotesize Name, PhD thepage}
  13. headsep = 0.5cm
  14.  
  15. fancypagestyle{plain}{
  16. fancyhf{}
  17. renewcommand{headrulewidth}{0pt}
  18. headsep = 0.0cm
  19. }
  20. fancyfoot[L]{footnotesize updatedtoday}
  21. setlength{parindent}{0pt}
  22. %setlength{parskip}{0pt}
  23.  
  24. setlengthheadheight{10pt}
  25. setlengthheadsep{8pt}
  26. addtolengthtopmargin{-18pt}
  27. AtBeginDocument{thispagestyle{empty}}
  28.  
  29. fontfamily{phv}selectfont
  30.  
  31. topmargin=-0.5in
  32.  
  33. oddsidemargin=0.0in
  34. evensidemargin=0.0in
  35. textwidth=6.0in
  36.  
  37. usepackage[hidelinks]{hyperref}
  38.  
  39. setlength{pdfpagewidth}{paperwidth}
  40. setlength{pdfpageheight}{paperheight}
  41. addtolength{topmargin}{-.3in}
  42. addtolength{textheight}{0.6in}
  43. makeatletter
  44. renewenvironment{thebibliography}[1]
  45. {list{@biblabel{@arabicc@enumiv}}%
  46. {settowidthlabelwidth{@biblabel{#1}}%
  47. leftmarginlabelwidth
  48. advanceleftmarginlabelsep
  49. @openbib@code
  50. usecounter{enumiv}%
  51. letp@enumiv@empty
  52. renewcommandtheenumiv{@arabicc@enumiv}}%
  53. sloppy
  54. clubpenalty4000
  55. @clubpenalty clubpenalty
  56. widowpenalty4000%
  57. sfcode`.@m}
  58. {def@noitemerr
  59. {@latex@warning{Empty `thebibliography' environment}}%
  60. endlist}
  61. makeatother
  62.  
  63. begin{document}
  64.  
  65.  
  66. name{LARGE Name, PhD\[12pt]}
  67. begin{resume}
  68. begin{tabular}{@{}p{0.20in}p{3.75in}p{3.00in}}
  69. & Department of XXX & (XXX) XXX XXXX \
  70. & XXXX & Email:href{mailto: nameu@XX.org}{name@xx.org} \
  71. & Street number and name & Fax: (XXX) XXX XXXX\
  72. &City, Zip XXXXX & \
  73. end{tabular}
  74.  
  75. section{line(1,0){475}} %creates a horizontal line below the header
  76.  
  77. section{textnormal{EDUCATION}}
  78. vspace{0.1in}
  79. {Ph.D.} Economics, XXX University hfill 2009 \
  80. {M.S.} Statistics, ZZZ University hfill 2010 \
  81.  
  82. section{textnormal{ACADEMIC APPOINTMENTS}}
  83. vspace{0.1in}
  84. {Assistant Professor,XXX} hfill 2012-present\
  85. {Research Scientist,YYY}hfill 2010-2012\
  86. section{textnormal{RESEARCH INTERESTS}}
  87. vspace{0.1in}
  88. Primary:XX and YY \
  89. Secondary: ZZ
  90. section{textnormal{PUBLICATIONS}}
  91. subsection{textnormal{Economics Journal}}
  92. begin{thebibliography}{9}
  93. renewcommandrefname{}
  94. bibitem{XX2014a} XX. and XX. "The first publication",emph{ Name of the journal}, vol.X, pp.XX-YY, YYYY
  95.  
  96. end{thebibliography}
  97.  
  98.  
  99. section{textnormal{TEACHING EXPERIENCE}}
  100.  
  101. Course hfill Semester Year \
  102. Course hfill Semester Year \
  103. end{resume}
  104. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement