Advertisement
Guest User

test

a guest
Mar 23rd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. %!TEX TS-program = xelatex
  2. %!TEX encoding = UTF-8 Unicode
  3. % Awesome CV LaTeX Template for CV/Resume
  4. %
  5. % This template has been downloaded from:
  6. % https://github.com/posquit0/Awesome-CV
  7. %
  8. % Author:
  9. % Claud D. Park <posquit0.bj@gmail.com>
  10. % http://www.posquit0.com
  11. %
  12. % Template license:
  13. % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
  14. %
  15.  
  16.  
  17. %-------------------------------------------------------------------------------
  18. % CONFIGURATIONS
  19. %-------------------------------------------------------------------------------
  20. % A4 paper size by default, use 'letterpaper' for US letter
  21. \documentclass[11pt, a4paper]{awesome-cv}
  22.  
  23. % Configure page margins with geometry
  24. \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
  25.  
  26. % Specify the location of the included fonts
  27. \fontdir[fonts/]
  28.  
  29. % Color for highlights
  30. % Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
  31. % awesome-nephritis, awesome-concrete, awesome-darknight
  32. \colorlet{awesome}{awesome-darknight}
  33. % Uncomment if you would like to specify your own color
  34. % \definecolor{awesome}{HTML}{CA63A8}
  35.  
  36. % Colors for text
  37. % Uncomment if you would like to specify your own color
  38. % \definecolor{darktext}{HTML}{414141}
  39. % \definecolor{text}{HTML}{333333}
  40. % \definecolor{graytext}{HTML}{5D5D5D}
  41. % \definecolor{lighttext}{HTML}{999999}
  42.  
  43. % Set false if you don't want to highlight section with awesome color
  44. \setbool{acvSectionColorHighlight}{true}
  45.  
  46. % If you would like to change the social information separator from a pipe (|) to something else
  47. \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
  48.  
  49.  
  50. %-------------------------------------------------------------------------------
  51. % PERSONAL INFORMATION
  52. % Comment any of the lines below if they are not required
  53. %-------------------------------------------------------------------------------
  54. % Available options: circle|rectangle,edge/noedge,left/right
  55. % \photo{profile.png}
  56. \name{Hasan}{Ahmed}
  57. \position{Games Engineer{\enskip\cdotp\enskip}Masters Graduate}
  58. \address{Stourbridge, West Midlands, UK}
  59.  
  60. \mobile{(+44) 07400061936}
  61. \email{has\_b\_a@live.co.uk}
  62. % \homepage{www.posquit0.com}
  63. % \github{posquit0}
  64. % \linkedin{posquit0}
  65. % \gitlab{gitlab-id}
  66. % \stackoverflow{SO-id}{SO-name}
  67. % \twitter{@twit}
  68. % \skype{skype-id}
  69. % \reddit{reddit-id}
  70. % \extrainfo{extra informations}
  71.  
  72. % \quote{``Be the change that you want to see in the world."}
  73.  
  74.  
  75. %-------------------------------------------------------------------------------
  76. \begin{document}
  77.  
  78. % Print the header with above personal informations
  79. % Give optional argument to change alignment(C: center, L: left, R: right)
  80. \makecvheader
  81.  
  82. % Print the footer with 3 arguments(<left>, <center>, <right>)
  83. % Leave any of these blank if they are not needed
  84. \makecvfooter
  85. {\today}
  86. {Hasan Ahmed~~~·~~~Curriculum Vitae}
  87. {\thepage}
  88.  
  89.  
  90. %-------------------------------------------------------------------------------
  91. % CV/RESUME CONTENT
  92. % Each section is imported separately, open each file in turn to modify content
  93. %-------------------------------------------------------------------------------
  94. \input{cv/summary.tex}
  95. \input{cv/education.tex}
  96. \input{cv/experience.tex}
  97. \input{cv/extracurricular.tex}
  98. %\input{cv/skills.tex}
  99. \input{cv/references.tex}
  100. % \input{cv/honors.tex}
  101. % \input{cv/presentation.tex}
  102. % \input{cv/writing.tex}
  103. % \input{cv/committees.tex}
  104.  
  105.  
  106. %-------------------------------------------------------------------------------
  107. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement