cv.tex.in 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. \documentclass[a4paper]{scrartcl}
  2. \usepackage[margin=3cm]{geometry}
  3. \usepackage[ngerman]{babel}
  4. \usepackage{fontspec}
  5. \usepackage{fontawesome}
  6. \usepackage{lastpage}
  7. \usepackage{scrpage2}
  8. \usepackage{enumitem}
  9. \usepackage[
  10. hidelinks=true
  11. ]{hyperref}
  12. ((* if resume.publications *))
  13. \usepackage[
  14. maxbibnames=99
  15. ]{biblatex}
  16. \usepackage{filecontents}
  17. \begin{filecontents}{pubs.bib}
  18. ((* for publication in resume.publications *))
  19. @((( publication.type ))){tmp((( loop.index ))),
  20. title = {((( publication.title)))},
  21. author = {
  22. ((* for author in publication.authors *))
  23. ((( author ))) and
  24. ((* endfor *))
  25. },
  26. year = {((( publication.year )))},
  27. ((* if publication.month *))
  28. month = {((( publication.month )))},
  29. ((* endif *))
  30. pages = {((( publication.pages )))},
  31. ((* if publication.journal *))
  32. journal = {((( publication.journal )))},
  33. volume = {((( publication.volume )))},
  34. number = {((( publication.number )))},
  35. ((* endif *))
  36. ((* if publication.doi *))
  37. doi = {((( publication.doi )))},
  38. ((* endif *))
  39. }
  40. ((* endfor *))
  41. \end{filecontents}
  42. \bibliography{pubs}
  43. ((* endif *))
  44. % --- Fonts
  45. \setmainfont[Mapping=tex-text]{Linux Libertine O}
  46. \newfontfamily\light[Mapping=tex-text, LetterSpace=12.0]{Archivo Narrow}
  47. \setlist[description]{%
  48. font={\normalfont\light\footnotesize},
  49. topsep=0em,
  50. itemsep=0.2em
  51. }
  52. \setlist[itemize]{%
  53. topsep=0.8em,
  54. itemsep=0.15em,
  55. }
  56. ((* if resume.publications *))
  57. \defbibheading{customheading}{\noindent\light\large
  58. VERÖFFENTLICHUNGEN\vspace{1em}}
  59. ((* endif *))
  60. % --- Commands
  61. \newcommand*{\textlight}[1]{{\light #1}}
  62. \newcommand*{\cvperiod}[2]{%
  63. \noindent
  64. \begin{minipage}[t]{0.7\textwidth}
  65. \raggedright #2
  66. \end{minipage}
  67. \hfill
  68. \begin{minipage}[t]{0.3\textwidth}
  69. \raggedleft #1
  70. \end{minipage}
  71. }
  72. % --- Environments
  73. \newenvironment*{cvsection}[1]{%
  74. \noindent\rule{\textwidth}{0.4pt}
  75. \begin{flushleft}
  76. \vspace{-0.45em}
  77. \addfontfeature{LetterSpace=6.0}\footnotesize\light{\MakeUppercase{#1}}
  78. \end{flushleft}
  79. }
  80. {}
  81. % \cfoot{\normalfont\footnotesize\textlight{\thepage\ von \pageref{LastPage}}}
  82. \cfoot{\normalfont\footnotesize\textlight{\thepage}}
  83. \pagestyle{empty}
  84. \begin{document}
  85. \begin{center}
  86. \light{\addfontfeature{LetterSpace=18.0}{\Large\MakeUppercase{((( resume.basics.title)))~((( resume.basics.name )))}}}
  87. \vspace{1em}
  88. {\footnotesize\textlight{\MakeUppercase{%
  89. ((( resume.basics.location.address ))),
  90. ((( resume.basics.location.postalCode )))
  91. ((( resume.basics.location.city )))}}}
  92. \vspace{.4em}
  93. {\footnotesize\textlight{%
  94. \faMobile\hspace{.25em} ((( resume.basics.phone )))\hspace{1em}
  95. \faEnvelopeO\hspace{.25em} \href{mailto:((( resume.basics.email )))}{\MakeUppercase{((( resume.basics.email )))}}}}
  96. \end{center}
  97. \vspace{1em}
  98. \begin{cvsection}{Berufserfahrung}
  99. ((* for work in resume.work *))
  100. \cvperiod{((( work.startDate|simpledate )))--((( work.endDate|simpledate )))}{((( work.company)))}
  101. \vspace{0.4em}
  102. \noindent\emph{((( work.position )))}
  103. ((* if work.highlights *))
  104. \vspace{-0.6em}
  105. \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
  106. \raggedright
  107. ((* for highlight in work.highlights *))
  108. \item ((( highlight )))
  109. ((* endfor *))
  110. \end{itemize}
  111. ((* endif *))
  112. \vspace{0.6em}
  113. ((* endfor *))
  114. \end{cvsection}
  115. \begin{cvsection}{Ausbildung}
  116. ((* for stage in resume.education *))
  117. \cvperiod{((( stage.startDate|simpledate )))--((( stage.endDate|simpledate)))}{((( stage.studyType ))) ((( stage.area ))) -- ((( stage.institution )))}
  118. ((* if stage.highlights *))
  119. \vspace{-1.8em}
  120. \begin{itemize}[leftmargin=1.8em, rightmargin=8em]
  121. \raggedright
  122. ((* for highlight in stage.highlights *))
  123. \item ((( highlight )))
  124. ((* endfor *))
  125. \end{itemize}
  126. ((* endif *))
  127. ((* endfor *))
  128. \end{cvsection}
  129. \noindent
  130. \begin{minipage}[t]{0.49\textwidth}
  131. \begin{cvsection}{Sprachen}
  132. \begin{description}[leftmargin=6.5em, style=nextline]
  133. ((* for lang in resume.languages *))
  134. \item[((( lang.language )))] ((( lang.fluency )))
  135. ((* if lang.cert *))
  136. ((( lang.cert )))
  137. ((* endif *))
  138. ((* endfor *))
  139. \end{description}
  140. \end{cvsection}
  141. \end{minipage}
  142. \hfill
  143. \begin{minipage}[t]{0.49\textwidth}
  144. \begin{cvsection}{Kenntnisse}
  145. \begin{description}[leftmargin=4.5em, style=nextline]
  146. ((* for skill in resume.skills *))
  147. \item[((( skill.name )))] ((( skill.keywords|join(', ') )))
  148. ((* endfor *))
  149. \end{description}
  150. \end{cvsection}
  151. \end{minipage}
  152. \vspace{2em}
  153. % \pagebreak
  154. % \begin{cvsection}{Netz}
  155. % \begin{description}[leftmargin=4.2em, style=nextline]
  156. % \item[Webseite] \href{((( resume.basics.website )))}{((( resume.basics.shortWebsite )))}
  157. % ((* for profile in resume.basics.profiles *))
  158. % \item[((( profile.network )))] \href{((( profile.url )))}{((( profile.shortUrl )))}
  159. % ((* endfor *))
  160. % \end{description}
  161. % \end{cvsection}
  162. \vfill
  163. \begin{flushleft}
  164. ((* if resume.basics.signature *))
  165. \includegraphics[width=2.0cm]{((( resume.basics.signature )))}
  166. ((* endif *))
  167. ((( resume.basics.location.city ))), \today
  168. \end{flushleft}
  169. ((* if resume.publications *))
  170. \pagebreak
  171. \nocite{*}
  172. \printbibliography[heading=customheading]
  173. ((* endif *))
  174. \pagebreak
  175. \end{document}