Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Classicthesis-Styled CV
  3. % LaTeX Template
  4. % Version 1.0 (22/2/13)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Alessandro Plasmati
  11. %
  12. % License:
  13. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  14. %
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. %----------------------------------------------------------------------------------------
  18. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  19. %----------------------------------------------------------------------------------------
  20.  
  21. documentclass{scrartcl}
  22.  
  23. reversemarginpar % Move the margin to the left of the page
  24.  
  25. newcommand{MarginText}[1]{marginpar{raggedleftitshapesmall#1}} % New command defining the margin text style
  26. usepackage[T1]{fontenc}
  27. usepackage[utf8]{inputenc}
  28. usepackage[english,italian]{babel}
  29. usepackage[nochapters]{classicthesis} % Use the classicthesis style for the style of the document
  30. usepackage[LabelsAligned]{currvita} % Use the currvita style for the layout of the document
  31.  
  32. renewcommand{cvheadingfont}{hspace{3.5cm}LARGEcolor{Maroon}} % Font color of your name at the top
  33.  
  34. usepackage{hyperref} % Required for adding links and customizing them
  35. hypersetup{colorlinks, breaklinks, urlcolor=Maroon, linkcolor=Maroon} % Set link colors
  36.  
  37. newlength{datebox}settowidth{datebox}{Spring 2011} % Set the width of the date box in each block
  38.  
  39. newcommand{NewEntry}[3]{noindenthangindent=2emhangafter=0 parbox{datebox}{small textit{#1}}hspace{1.5em} #2 #3 % Define a command for each new block - change spacing and font sizes here: #1 is the left margin, #2 is the italic date field and #3 is the position/employer/location field
  40. vspace{0.3em}} % Add some white space after each new entry
  41.  
  42. %
  43. newcommand{Description}[1]{hangindent=1emhangafter=0noindentraggedrightfootnotesize{#1}parnormalsizevspace{1em}} % Define a command for descriptions of each entry - change spacing and font sizes here
  44.  
  45.  
  46. %----------------------------------------------------------------------------------------
  47. date{} % Don't print the date
  48. begin{document}
  49. thispagestyle{empty} % Stop the page count at the bottom of the first page
  50.  
  51. %----------------------------------------------------------------------------------------
  52. % CONTACT INFORMATION
  53. %----------------------------------------------------------------------------------------
  54.  
  55. begin{cv}{spacedallcaps{Mario Rossi}}vspace{1.8em} % Your name
  56.  
  57. noindentspacedlowsmallcaps{Contact Information}
  58. vspace{0.1em}
  59. hrule
  60. vspace{1em}
  61.  
  62. NewEntry{Address}{Salita del carro, L'isola che non c'รจ} % Address
  63.  
  64.  
  65. NewEntry{Email}{href{mailto:name@gmail.com}{name@gmail.com}} % Email address
  66.  
  67. NewEntry{Linkedin}{href{http://it.linkedin.com/pub/....}{http://it.linkedin.com/...../}} % Linkedin
  68.  
  69. NewEntry{Phone}{+39 333 $cdotp$ 11111111} % Phone number
  70.  
  71.  
  72. %vspace{1em} % Extra white space between the personal information section and goal
  73. %noindentspacedlowsmallcaps{Goal}vspace{1em} % Goal heading, could be used for a quotation or short profile instead
  74.  
  75. %Description{Gain fundamental experience in my area of interest and expertise.}vspace{2em} % Goal text
  76.  
  77. %----------------------------------------------------------------------------------------
  78. % EXPERIENCE
  79. %----------------------------------------------------------------------------------------
  80. vspace{0.6em}% Extra space between major sections
  81. noindentspacedlowsmallcaps{Experience}
  82. vspace{0.1em}
  83. hrule
  84. vspace{1em}
  85. %------------------------------------------------
  86.  
  87.  
  88. NewEntry{}{ textsc{Somewhere,textit{ City} }}
  89.  
  90. Description{MarginText{July - December 2015}blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla\ }
  91.  
  92. %----------------------------------------------------------------------------------------
  93.  
  94. end{cv}
  95. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement