cv-curriculum-vitae.tex 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Two Column Curriculum Vitae XeLaTeX Template
  3. %
  4. % This template has been downloaded from:
  5. % http://www.latextemplates.com/template/two-column-one-page-cv
  6. %
  7. % Original author:
  8. % Alessandro (The CV Inn)
  9. %
  10. % IMPORTANT: THIS TEMPLATE NEEDS TO BE COMPILED WITH XeLaTeX
  11. %
  12. % This template uses several fonts not included with Windows/Linux by
  13. % default. If you get compilation errors saying a font is missing, find the line
  14. % on which the font is used and either change it to a font included with your
  15. % operating system or comment the line out to use the default font.
  16. %
  17. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. %----------------------------------------------------------------------------------------
  19. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  20. %----------------------------------------------------------------------------------------
  21. \documentclass[a4paper,10pt]{article} % Font size (10pt, 11pt or 12pt)
  22. \usepackage[ngerman]{babel} % this is needed for umlauts
  23. \usepackage[hmargin=1.25cm, vmargin=1.5cm]{geometry} % Document margins
  24. \usepackage{marvosym} % Required for symbols in the colored box
  25. \usepackage{ifsym} % Required for symbols in the colored box
  26. \usepackage{pdfpages} % Signatureinbingung und includepdf
  27. \usepackage{xcolor} % Allows the definition of hex colors
  28. % Fonts and tweaks for XeLaTeX
  29. \usepackage{fontspec,xltxtra,xunicode}
  30. \defaultfontfeatures{Mapping=tex-text}
  31. \setromanfont[Mapping=tex-text]{Times New Roman} % Main document font
  32. \setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Arial} % Font for your name at the top
  33. %\setmonofont[Scale=MatchLowercase]{Andale Mono}
  34. % Colors for links, text and headings
  35. \usepackage{hyperref}
  36. \definecolor{linkcolor}{HTML}{506266} % Blue-gray color for links
  37. \definecolor{shade}{HTML}{F5DD9D} % Peach color for the contact information box
  38. \definecolor{text1}{HTML}{2b2b2b} % Main document font color, off-black
  39. \definecolor{headings}{HTML}{701112} % Dark red color for headings
  40. % Other color palettes: shade=B9D7D9 and linkcolor=A40000; shade=D4D7FE and linkcolor=FF0080
  41. \hypersetup{colorlinks,breaklinks, urlcolor=linkcolor, linkcolor=linkcolor} % Set up links and colors
  42. \usepackage{fancyhdr}
  43. \pagestyle{fancy}
  44. \fancyhf{}
  45. % Headers and footers can be added with the \lhead{} \rhead{} \lfoot{} \rfoot{} commands
  46. % Example footer:
  47. %\rfoot{\color{headings} {\sffamily Last update: \today}. Typeset with Xe\LaTeX}
  48. \renewcommand{\headrulewidth}{0pt} % Get rid of the default rule in the header
  49. \usepackage{titlesec} % Allows creating custom \section's
  50. % Format of the section titles
  51. \titleformat{\section}{\color{headings}
  52. \scshape\Large\raggedright}{}{0em}{}[\color{black}\titlerule]
  53. \titlespacing{\section}{0pt}{0pt}{5pt} % Spacing around titles
  54. \newcommand{\ts}{\textsuperscript}
  55. \hypersetup{
  56. pdfauthor = {Martin Thoma},
  57. pdfkeywords = {Martin Thoma,KIT,CV},
  58. pdftitle = {Curriculum Vitae of Martin Thoma}
  59. }
  60. \begin{document}
  61. \color{text1} % Sets the default text color for the whole document
  62. %----------------------------------------------------------------------------------------
  63. % TITLE
  64. %----------------------------------------------------------------------------------------
  65. \par{\centering{\sffamily\Huge Martin Thoma}\\ % Your name
  66. {\Huge \color{headings}\fontspec{Zapfino Linotype One} Curriculum {Vit\fontspec{Zapfino Linotype One}\ae}\\[15pt]\par}
  67. %----------------------------------------------------------------------------------------
  68. % Start the left-hand side of the page
  69. \begin{minipage}[t]{0.5\textwidth}
  70. \vspace{0pt} % Trick for alignment
  71. %----------------------------------------------------------------------------------------
  72. % WORK EXPERIENCE
  73. %----------------------------------------------------------------------------------------
  74. \section{Work Experience}
  75. %----------------------------------------------------------------------------------------
  76. % WORK EXPERIENCE -0-
  77. {\raggedleft\textsc{2012}\par}
  78. {\raggedright\large Tutor for programming\\
  79. \textit{teaching students programming at university}\\[5pt]}
  80. \normalsize{This year, I have started to teach people how to program
  81. in Java. It is a beginners course with about 30 students.}\\
  82. %----------------------------------------------------------------------------------------
  83. % WORK EXPERIENCE -1-
  84. {\raggedleft\textsc{2011}\par}
  85. {\raggedright\large Freelancer at KTC\\
  86. \textit{programming for a consulting company}\\[5pt]}
  87. \normalsize{At KTC, I gained first experiences with buisness-logic
  88. and a big, but algorithmically not challenging project. To be honest,
  89. I only fixed some Java bugs.}\\
  90. %----------------------------------------------------------------------------------------
  91. % WORK EXPERIENCE -2-
  92. {\raggedleft\textsc{2011}\par}
  93. {\raggedright\large Student research assistant at \textsc{ Institute of Toxicology and Genetics}, KIT\\
  94. \textit{participating in a university research project}\\[5pt]}
  95. \normalsize{In summer 2011 I worked for over a month for a
  96. research project at KIT. I have written bash scripts for file
  97. conversions, fixed some bugs and re-written a slow Mathematica script
  98. in a much faster Python version. But it quickly turned out that
  99. this project had a lot of C++ source which was rarely commented or
  100. documented. I realized, that I wouldn't have time for this project
  101. after beginning my studies at university.}\\
  102. %----------------------------------------------------------------------------------------
  103. % WORK EXPERIENCE -3-
  104. {\raggedleft\textsc{since 2011}\par}
  105. {\raggedright\large Freelance Work\\
  106. \textit{building an online service}\\[5pt]}
  107. \normalsize{I have started to work as a freelancer at the beginning
  108. of 2011. I have developed an online-service which helped
  109. schools to coordinate their dates. I have sold this online service to
  110. two schools in bavaria and three other schools were interested.
  111. Unfortunately, the ministry of education of Bavaria
  112. released an application with similar functionality in
  113. 2012. This was the reason why I decided to shut down my service.}\\
  114. %----------------------------------------------------------------------------------------
  115. % WORK EXPERIENCE -4-
  116. %{\raggedleft\textsc{2010}\par}
  117. %{\raggedright\large Compulsory community service\\
  118. %\textit{District Office Augsburg}\\[5pt]}
  119. %\normalsize{I have worked in the district office of Augsburg in my
  120. %as compulsory community service. I had the task to controll nature
  121. %conservation conditions. To do so, I had to use a geographic
  122. %information system (which could definitely be improved).}\\
  123. %----------------------------------------------------------------------------------------
  124. %----------------------------------------------------------------------------------------
  125. % WORK EXPERIENCE -5-
  126. {\raggedleft\textsc{since 2006}\par}
  127. {\raggedright\large HackIts, Puzzles and Challenges\\
  128. \textit{ProjectEuler, bright-shadows.net and many more}\\[5pt]}
  129. \normalsize{I really love solving logical, algorithmical or math
  130. puzzles and participated in competitions. I started to solve puzzles
  131. in 2006 and I still like them. This was the reason why I participated
  132. in a practical curse at KIT for preparation for ICPC. It was fun,
  133. but I found out that many people are much faster in producing C++
  134. code that passed the tests than I am.
  135. However, as I've been very successfull at the Federal Competition for
  136. Computer Science (``Bundeswettbewerb Informatik'') it seems as if I'm
  137. better in problem solving if I get more time to think about it.}\\
  138. %----------------------------------------------------------------------------------------
  139. \end{minipage} % End left-hand side of the page
  140. \hfill
  141. % Start the right-hand side of the page
  142. \begin{minipage}[t]{0.44\textwidth}
  143. \vspace{0pt} %trick for alignment
  144. %----------------------------------------------------------------------------------------
  145. % COLORED BOX
  146. %----------------------------------------------------------------------------------------
  147. \colorbox{shade}{\textcolor{text1}{
  148. \begin{tabular}{c|p{7cm}}
  149. \raisebox{-4pt}{\textifsymbol{18}} & Parkstraße 17, 76131 Karlsruhe \\ % Address
  150. \raisebox{-3pt}{\Mobilefone} & +49 $($1636$)$ 28 04 91 \\ % Phone number
  151. \raisebox{-1pt}{\Letter} & \href{mailto:info@martin-thoma.de}{info@martin-thoma.de} \\ % Email address
  152. \Keyboard & \href{http://martin-thoma.com}{martin-thoma.com} \\ % Website
  153. \end{tabular}
  154. }
  155. }\\[10pt]
  156. %----------------------------------------------------------------------------------------
  157. % EDUCATION
  158. %----------------------------------------------------------------------------------------
  159. \section{Education}
  160. \begin{tabular}{rl} % Start a table with two columns, one for dates and one for qualifications
  161. %----------------------------------------------------------------------------------------
  162. % EDUCATION -1-
  163. from 2011 & \textbf{Bachelor of Science} \\
  164. & \textsc{Computer Science} \\
  165. & \textit{Karlsruhe Institute of Technology}\\
  166. &\\
  167. %----------------------------------------------------------------------------------------
  168. % EDUCATION -2-
  169. 2004 -- 2010 & \textbf{Abitur}\\
  170. & \textsc{Intensive course physics and mathematics} \\
  171. & \textit{Paul-Klee-Gymnasium Gersthofen}\\
  172. &\\
  173. %----------------------------------------------------------------------------------------
  174. \end{tabular}\\[10pt]
  175. %----------------------------------------------------------------------------------------
  176. % AWARDS
  177. %----------------------------------------------------------------------------------------
  178. \section{Awards}
  179. \begin{tabular}{rl}
  180. 2010 & \textbf{Winner}\\
  181. & \textit{Federal Competition for Computer Science}\\ \\
  182. %----------------------------------------------------------------------------------------
  183. 2009 & \textbf{2nd price - regional competition}\\
  184. & \textit{Youth Research Competition}\\[10pt]
  185. %----------------------------------------------------------------------------------------
  186. 2008 & \textbf{1st price}\\
  187. & \textit{data analysis competition at University of Augsburg}\\[10pt]
  188. %----------------------------------------------------------------------------------------
  189. 2008 & \textbf{Award for social commitment}\\
  190. & \textit{Paul-Klee-Gymnasium}
  191. \\[10pt]
  192. %----------------------------------------------------------------------------------------
  193. 2007 & \textbf{Price for science and research}\\
  194. & \textit{FOCUS pupils competition}
  195. \end{tabular}\\[10pt]
  196. %----------------------------------------------------------------------------------------
  197. % COMPUTER SKILLS
  198. %----------------------------------------------------------------------------------------
  199. \section{Computer Skills}
  200. \begin{tabular}{rl}
  201. Basic Knowledge & \textsc{Java}, \textsc{C++}, \textsc{JavaScript}\\
  202. & \LaTeX, \textsc{Linux}, \textsc{SQL}, \textsc{PHP}\\ \\
  203. Intermediate Knowledge
  204. & \textsc{Python}, \textsc{HTML}\\ \\
  205. \end{tabular}
  206. %----------------------------------------------------------------------------------------
  207. % COMMUNICATION SKILLS
  208. %----------------------------------------------------------------------------------------
  209. \section{Language Skills}
  210. \begin{tabular}{rl}
  211. \textsc{German}
  212. & mother tongue\\
  213. & \\
  214. \textsc{English}
  215. & Camebridge Certificate – C1\\
  216. & \\
  217. \textsc{French}
  218. & DELF A2 \\
  219. \end{tabular}\\[10pt]
  220. %----------------------------------------------------------------------------------------
  221. \end{minipage} % End right-hand side of the page
  222. %\includepdf[pages=1-2]{zeugnis}
  223. \end{document}