Advertisement
Guest User

Untitled

a guest
Jun 21st, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. documentclass[11pt, a4paper]{awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter
  2.  
  3. fontdir[fonts/] % Specify the location of the included fonts
  4.  
  5. % Color for highlights
  6. colorlet{awesome}{awesome-red} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
  7. %definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color
  8.  
  9. % Colors for text - uncomment and modify
  10. %definecolor{darktext}{HTML}{414141}
  11. %definecolor{text}{HTML}{414141}
  12. %definecolor{graytext}{HTML}{414141}
  13. %definecolor{lighttext}{HTML}{414141}
  14.  
  15. headersocialsep[quadtextbarquad] % If you would like to change the social information separator from a pipe (|) to something else
  16.  
  17. %----------------------------------------------------------------------------------------
  18. % PERSONAL INFORMATION
  19. % Comment any of the lines below if they are not required
  20. %----------------------------------------------------------------------------------------
  21.  
  22. name{Claud D.}{Park}
  23. address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
  24. mobile{(+82) 10-9030-1843}
  25.  
  26. email{posquit0.bj@gmail.com}
  27. homepage{www.posquit0.com}
  28. github{posquit0}
  29. linkedin{posquit0}
  30. %skype{skypeid}
  31. %stackoverflow{SOid}{SOname}
  32. %twitter{@twit}
  33.  
  34. position{Software Engineer{enskipcdotpenskip}Security Expert} % Your expertise/fields
  35. quote{``Make the change that you want to see in the world."} % A quote or statement
  36.  
  37. 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
  38.  
  39. %----------------------------------------------------------------------------------------
  40.  
  41. begin{document}
  42.  
  43. makecvheader % Print the header
  44.  
  45. %----------------------------------------------------------------------------------------
  46. % CV/RESUME CONTENT
  47. % Each section is imported separately, open each file in turn to modify content
  48. %----------------------------------------------------------------------------------------
  49.  
  50. input{cv-sections/education.tex}
  51. input{cv-sections/skills.tex}
  52. input{cv-sections/experience.tex}
  53. input{cv-sections/extracurricular.tex}
  54. input{cv-sections/honors.tex}
  55. input{cv-sections/presentation.tex}
  56. input{cv-sections/writing.tex}
  57. input{cv-sections/committees.tex}
  58.  
  59. %----------------------------------------------------------------------------------------
  60.  
  61. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement