Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % LaTeX Template: Curriculum Vitae
  3. %
  4. % Source: http://www.howtotex.com/
  5. % Feel free to distribute this template, but please keep the
  6. % referal to HowToTeX.com.
  7. % Date: July 2011
  8. %
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. % How to use writeLaTeX:
  11. %
  12. % You edit the source code here on the left, and the preview on the
  13. % right shows you the result within a few seconds.
  14. %
  15. % Bookmark this page and share the URL with your co-authors. They can
  16. % edit at the same time!
  17. %
  18. % You can upload figures, bibliographies, custom classes and
  19. % styles using the files menu.
  20. %
  21. % If you're new to LaTeX, the wikibook is a great place to start:
  22. % http://en.wikibooks.org/wiki/LaTeX
  23. %
  24. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  25. \documentclass[paper=a4,fontsize=11pt]{scrartcl} % KOMA-article class
  26.  
  27. \usepackage[english]{babel}
  28. \usepackage[utf8x]{inputenc}
  29. \usepackage[protrusion=true,expansion=true]{microtype}
  30. \usepackage{amsmath,amsfonts,amsthm} % Math packages
  31. \usepackage{graphicx} % Enable pdflatex
  32. \usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
  33. \usepackage{geometry}
  34. \textheight=700px % Saving trees ;-)
  35. \usepackage{url}
  36.  
  37. \frenchspacing % Better looking spacings after periods
  38. \pagestyle{empty} % No pagenumbers/headers/footers
  39.  
  40. %%% Custom sectioning (sectsty package)
  41. %%% ------------------------------------------------------------
  42. \usepackage{sectsty}
  43.  
  44. \sectionfont{% % Change font of \section command
  45. \usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
  46. \sectionrule{0pt}{0pt}{-5pt}{3pt}}
  47.  
  48. %%% Macros
  49. %%% ------------------------------------------------------------
  50. \newlength{\spacebox}
  51. \settowidth{\spacebox}{8888888888} % Box to align text
  52. \newcommand{\sepspace}{\vspace*{1em}} % Vertical space macro
  53.  
  54. \newcommand{\MyName}[1]{ % Name
  55. \Huge \usefont{OT1}{phv}{b}{n} \hfill #1
  56. \par \normalsize \normalfont}
  57.  
  58. \newcommand{\MySlogan}[1]{ % Slogan (optional)
  59. \large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
  60. \par \normalsize \normalfont}
  61.  
  62. \newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
  63.  
  64. \newcommand{\PersonalEntry}[2]{
  65. \noindent\hangindent=2em\hangafter=0 % Indentation
  66. \parbox{\spacebox}{ % Box to align text
  67. \textit{#1}} % Entry name (birth, address, etc.)
  68. \hspace{1.5em} #2 \par} % Entry value
  69.  
  70. \newcommand{\SkillsEntry}[2]{ % Same as \PersonalEntry
  71. \noindent\hangindent=2em\hangafter=0 % Indentation
  72. \parbox{\spacebox}{ % Box to align text
  73. \textit{#1}} % Entry name (birth, address, etc.)
  74. \hspace{1.5em} #2 \par} % Entry value
  75.  
  76. \newcommand{\EducationEntry}[4]{
  77. \noindent \textbf{#1} \hfill % Study
  78. \colorbox{Black}{%
  79. \parbox{6em}{%
  80. \hfill\color{White}#2}} \par % Duration
  81. \noindent \textit{#3} \par % School
  82. \noindent\hangindent=2em\hangafter=0 \small #4 % Description
  83. \normalsize \par}
  84.  
  85. \newcommand{\WorkEntry}[4]{ % Same as \EducationEntry
  86. \noindent \textbf{#1} \hfill % Jobname
  87. \colorbox{Black}{\color{White}#2} \par % Duration
  88. \noindent \textit{#3} \par % Company
  89. \noindent\hangindent=2em\hangafter=0 \small #4 % Description
  90. \normalsize \par}
  91.  
  92. %%% Begin Document
  93. %%% ------------------------------------------------------------
  94. \begin{document}
  95. % you can upload a photo and include it here...
  96. %\begin{wrapfigure}{l}{0.5\textwidth}
  97. % \vspace*{-2em}
  98. % \includegraphics[width=0.15\textwidth]{photo}
  99. %\end{wrapfigure}
  100.  
  101. \MyName{Daniel Mendes}
  102. \MySlogan{Curriculum Vitae}
  103.  
  104. \sepspace
  105.  
  106. %%% Personal details
  107. %%% ------------------------------------------------------------
  108. \NewPart{Personal details}{}
  109. \PersonalEntry{Full Name}{Daniel Filipe da Cunha Martins Mendes}
  110. \PersonalEntry{Birth}{September 8th, 1995}
  111. \PersonalEntry{Address}{Rua Bombeiros Voluntários Nº52 R/c-C, Figueira da Foz, Portugal}
  112. \PersonalEntry{Phone}{966541224}
  113. \PersonalEntry{Mail}{\url{dfmendes@outlook.pt}}
  114.  
  115. %%% Education
  116. %%% ------------------------------------------------------------
  117. \NewPart{Education}{}
  118.  
  119. \EducationEntry{Master Degree Informatics Engineering}{2017-Present}{University of Coimbra}{Area of Expertise: Software Engineering}
  120. \sepspace
  121.  
  122. \EducationEntry{Bachelor Degree Informatics Engineering}{2013-2016}{University of Coimbra}{}
  123.  
  124. %%% Work experience
  125. %%% ------------------------------------------------------------
  126. \NewPart{Work experience}{}
  127.  
  128. \EducationEntry{Researcher}{2016-present}{University of Coimbra, Investigation Scholarship}{Research in the fields of dependability and fault tolerance of quad-copters and their flight controllers}
  129. \sepspace
  130.  
  131. \EducationEntry{2016 Summer Internship}{2016}{The Navigator Company, Internship}{Internship from July until September of 2016 in the area of Information Systems.}
  132. \sepspace
  133. \EducationEntry{Volunteer}{2013}{Fusing Cultural Experience, Volunteering}{Volunteer at the Fusing Cultural Experience event's Security and Maintenance crew, in Figueira da Foz}
  134.  
  135. %%% Skills
  136. %%% ------------------------------------------------------------
  137. \NewPart{Skills}{}
  138.  
  139. \SkillsEntry{Languages}{Portugues (mother tongue)}
  140. \SkillsEntry{}{English (fluent)}
  141. \sepspace
  142. \SkillsEntry{Software}{\textsc{Matlab}, \LaTeX, \textmd{Adobe Photoshop}, \textmd{Unity}, \textmd{MySQL}}
  143. \sepspace
  144. \SkillsEntry{Programming Languages}{\textmd{Java SE/EE}, \textmd{C/C++}, \textmd{Python}, \textmd{HTML5}, \textmd{Deplhi XE}}
  145.  
  146.  
  147. %%% References
  148. %%% ------------------------------------------------------------
  149. %%%\NewPart{References}{}
  150. %%%Available upon request
  151. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement