Advertisement
Guest User

main .tex file

a guest
Nov 28th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.42 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Friggeri Resume/CV
  3. % XeLaTeX Template
  4. % Version 1.2 (3/5/15)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Adrien Friggeri (adrien@friggeri.net)
  11. % https://github.com/afriggeri/CV
  12. %
  13. % License:
  14. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  15. %
  16. % Important notes:
  17. % This template needs to be compiled with XeLaTeX and the bibliography, if used,
  18. % needs to be compiled with biber rather than bibtex.
  19. %
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21.  
  22.  
  23. \documentclass[]{friggeri-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
  24.  
  25. \begin{document}
  26.  
  27. %----------------------------------------------------------------------------------------
  28. %   SIDEBAR SECTION
  29. %----------------------------------------------------------------------------------------
  30.  
  31.  
  32.        
  33.            
  34.  
  35. \begin{entrylist}
  36.  
  37. %------------------------------------------------
  38.  
  39.  
  40. \entry
  41. {2016 - 2018}
  42. {Bachelor {\normalfont Pen Spinning}}
  43. {Trump University}
  44. {\item {\color{red}Final Grade:} A
  45. \item {\color{black}Achievements:} Runners-up Spinner of the Year}
  46.  
  47.  
  48.  
  49. \end{entrylist}
  50.  
  51. %----------------------------------------------------------------------------------------
  52. %   PUBLICATIONS SECTION
  53. %----------------------------------------------------------------------------------------
  54. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement