Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Awesome Resume/CV
  3. % XeLaTeX Template
  4. % Version 1.1 (9/1/2016)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Claud D. Park (posquit0.bj@gmail.com) with modifications by
  11. % Vel (vel@latextemplates.com)
  12. %
  13. % License:
  14. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  15. %
  16. % Important note:
  17. % This template must be compiled with XeLaTeX, the below lines will ensure this
  18. %!TEX TS-program = xelatex
  19. %!TEX encoding = UTF-8 Unicode
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. %----------------------------------------------------------------------------------------
  24. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  25. %----------------------------------------------------------------------------------------
  26.  
  27. documentclass[11pt, a4paper]{awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter
  28.  
  29. geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} % Configure page margins with geometry
  30.  
  31. fontdir[fonts/] % Specify the location of the included fonts
  32.  
  33. % Color for highlights
  34. colorlet{awesome}{awesome-red} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
  35. %definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color
  36.  
  37. % Colors for text - uncomment and modify
  38. %definecolor{darktext}{HTML}{414141}
  39. %definecolor{text}{HTML}{414141}
  40. %definecolor{graytext}{HTML}{414141}
  41. %definecolor{lighttext}{HTML}{414141}
  42.  
  43. renewcommand{acvHeaderSocialSep}{quadtextbarquad} % If you would like to change the social information separator from a pipe (|) to something else
  44.  
  45. %----------------------------------------------------------------------------------------
  46. % PERSONAL INFORMATION
  47. % Comment any of the lines below if they are not required
  48. %----------------------------------------------------------------------------------------
  49.  
  50. name{Claud D.}{Park}
  51. address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
  52. mobile{(+82) 10-9030-1843}
  53.  
  54. email{posquit0.bj@gmail.com}
  55. homepage{www.posquit0.com}
  56. github{posquit0}
  57. linkedin{posquit0}
  58. %skype{skypeid}
  59. %stackoverflow{SOid}{SOname}
  60. %twitter{@twit}
  61.  
  62. position{Software Engineer{enskipcdotpenskip}Security Expert} % Your expertise/fields
  63. quote{``Make the change that you want to see in the world."} % A quote or statement
  64.  
  65. makecvfooter{today}{Claud D. Park~~~·~~~Résumé}{thepage} % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not needed
  66.  
  67. %----------------------------------------------------------------------------------------
  68.  
  69. begin{document}
  70.  
  71. makecvheader % Print the header
  72.  
  73. %----------------------------------------------------------------------------------------
  74. % CV/RESUME CONTENT
  75. % Each section is imported separately, open each file in turn to modify content
  76. %----------------------------------------------------------------------------------------
  77.  
  78. input{cv-sections/education.tex}
  79. input{cv-sections/skills.tex}
  80. input{cv-sections/experience.tex}
  81. input{cv-sections/extracurricular.tex}
  82. input{cv-sections/honors.tex}
  83. input{cv-sections/presentation.tex}
  84. input{cv-sections/writing.tex}
  85. input{cv-sections/committees.tex}
  86.  
  87. %----------------------------------------------------------------------------------------
  88.  
  89. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement