Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1.  
  2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3. % Plasmati Graduate CV
  4. % LaTeX Template
  5. % Version 1.0 (24/3/13)
  6. %
  7. % This template has been downloaded from:
  8. % http://www.LaTeXTemplates.com
  9. %
  10. % Original author:
  11. % Alessandro Plasmati (alessandro.plasmati@gmail.com)
  12. %
  13. % License:
  14. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  15. %
  16. % Important note:
  17. % This template needs to be compiled with XeLaTeX.
  18. % The main document font is called Fontin and can be downloaded for free
  19. % from here: http://www.exljbris.com/fontin.html
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. %----------------------------------------------------------------------------------------
  24. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  25. %----------------------------------------------------------------------------------------
  26.  
  27. \documentclass[a4paper,10pt]{article} % Default font size and paper size
  28.  
  29. \usepackage{fontspec} % For loading fonts
  30. \defaultfontfeatures{Mapping=tex-text}
  31. \setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin} % Main document font
  32.  
  33. \usepackage{xunicode,xltxtra,url,parskip} % Formatting packages
  34.  
  35. \usepackage[usenames,dvipsnames]{xcolor} % Required for specifying custom colors
  36.  
  37. \usepackage[big]{layaureo} % Margin formatting of the A4 page, an alternative to layaureo can be \usepackage{fullpage}
  38. % To reduce the height of the top margin uncomment: \addtolength{\voffset}{-1.3cm}
  39.  
  40. \usepackage{hyperref} % Required for adding links and customizing them
  41. \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
  42. \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
  43.  
  44. \usepackage{titlesec} % Used to customize the \section command
  45. \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections
  46. \titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections
  47.  
  48. \begin{document}
  49.  
  50. \pagestyle{empty} % Removes page numbering
  51.  
  52. \font\fb=''[cmr10]'' % Change the font of the \LaTeX command under the skills section
  53.  
  54. %----------------------------------------------------------------------------------------
  55. % Persoonlijke gegevens
  56. %----------------------------------------------------------------------------------------
  57.  
  58. \par{\centering{\Huge Wim \textsc{De Troyer}}\bigskip\par}
  59.  
  60. \section{Persoonlijke gegevens}
  61.  
  62. \begin{tabular}{rl}
  63. \textsc{Geboortedatum:} & 9 Janari 1995 \\
  64. \textsc{Adres:} & Ledebaan 198A, 9300 - Aalst \\
  65. \textsc{GSM:} & 047 31 93 53 9\\
  66. \textsc{Rijbewijs:} & B \\
  67. \textsc{Email:} & \href{mailto:wimdetroyer@gmail.com}{wimdetroyer@gmail.com} \\
  68. \textsc{Github:} & \href{https://github.com/wimdetr}{github.com/wimdetr}\\
  69. \textsc{Linkedin:} & \href{https://www.linkedin.com/in/wim-de-troyer-40647b130/}{linkedin.com/in/wim-de-troyer-40647b130/}
  70. \end{tabular}
  71.  
  72. %----------------------------------------------------------------------------------------
  73. % Werkervaring
  74. %----------------------------------------------------------------------------------------
  75.  
  76. \section{Werkervaring}
  77.  
  78. \begin{tabular}{r|p{11cm}}
  79.  
  80. \textsc{Huidig} & Jobstudent Lab9K (van Digipolis) te Gent\\
  81. & \footnotesize{Ontwikkeling van Proof-Of-Concept applicaties, geschreven met Javascript frameworks zoals Truffle. De apps maken gebruik van Smart Contracts en de Cryptocurrency Ethereum. Ze zijn open-source en \href{https://github.com/lab9k}{hier} te vinden.}\\
  82. \multicolumn{2}{c}{} \\
  83.  
  84. %------------------------------------------------
  85.  
  86. \textsc{Juli 2015} & Jobstudent Tekniplex te Erembodegem \\
  87. & \footnotesize{Arbeider in ploegenshifts}\\
  88. \multicolumn{2}{c}{} \\
  89.  
  90. \end{tabular}
  91.  
  92. %----------------------------------------------------------------------------------------
  93. % School
  94. %----------------------------------------------------------------------------------------
  95.  
  96. \section{Opleiding}
  97.  
  98. \begin{tabular}{r|p{11cm}}
  99. 2015 - 2018& \textbf{HoGent Campus Aalst} - Toegepaste Informatica\\
  100. \newline
  101.  
  102. %------------------------------------------------
  103.  
  104. 2013 - 2015& \textbf{UGent} - Bachelor of Science in de informatica (Onafgewerkt)\\
  105. \newline
  106.  
  107. %------------------------------------------------
  108.  
  109. 2007 - 2013& \textbf{Sint-Maarteninstituut Aalst} - Latijn-Wetenschappen\\
  110. \end{tabular}
  111.  
  112. %----------------------------------------------------------------------------------------
  113. % Vaardigheden
  114. %----------------------------------------------------------------------------------------
  115.  
  116. \section{Vaardigheden}
  117.  
  118. \begin{tabular}{r|p{11cm}}
  119. Programmeertalen: & \textsc{Java}, \textsc{C\#}, \textsc{SQL}, \textsc{Javascript}, \textsc{HTML + CSS} en \textsc{Python}\\
  120. \multicolumn{2}{c}{} \\
  121. Technologieën: & \textsc{JPA}, \textsc{Spring}, \textsc{JavaFX}, \textsc{ASP.NET MVC Core}, \textsc{Entity Framework}, \textsc{Git}, \dots \\
  122. \multicolumn{2}{c}{} \\
  123. Operating Systems: & \textsc{Windows} en \textsc{Linux (Manjaro \& Linux Mint)}\\
  124. \multicolumn{2}{c}{} \\
  125. Softskills: & sociaal, extravert,teamgericht en een AGILE softwaredeveloper\\
  126. \end{tabular}
  127.  
  128.  
  129. %----------------------------------------------------------------------------------------
  130. % Talen
  131. %----------------------------------------------------------------------------------------
  132.  
  133. \section{Talen}
  134.  
  135. \begin{tabular}{rl}
  136. \textsc{Nederlands:} & Moedertaal\\
  137.  
  138. \textsc{Engels:} & Uitstekend\\
  139.  
  140. \textsc{Frans:} & Goed\\
  141.  
  142. \textsc{Duits:} & Basis\\
  143.  
  144. \textsc{Spaans:} & Basis\\
  145.  
  146. \end{tabular}
  147.  
  148.  
  149. %----------------------------------------------------------------------------------------
  150. % Hobbies
  151. %----------------------------------------------------------------------------------------
  152.  
  153. \section{Interesses}
  154.  
  155. \begin{itemize}
  156. \item Technologische vernieuwingen
  157. \item Binnen- en buitenlandse politiek
  158. \item Films \& docu's
  159. \item Afspreken met vrienden
  160. \end{itemize}
  161.  
  162.  
  163. %----------------------------------------------------------------------------------------
  164.  
  165.  
  166. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement