-
Notifications
You must be signed in to change notification settings - Fork 7
/
main.tex
55 lines (40 loc) · 1000 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% author: andywiecko %
% project: multilanguage LaTeX CV template %
% version: v1.0 %
% site: andywiecko.github.io %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[english]{CV}
\usepackage[utf8]{inputenc}
\usepackage[T1]{polski}
% good looking fonts
%\usepackage{times}
%\usepackage{roboto}
\usepackage{tgadventor}
\begin{document}
\personalData
\input{Matter/contact.tex}
\education
\input{Matter/education.tex}
\internships
\input{Matter/internships.tex}
\experience
\input{Matter/experience.tex}
\publications
\bibliographystyle{unsrt}
\nocite{*}
\bibliography{Matter/publications}
\conferences
\input{Matter/conferences.tex}
\scholarships
\input{Matter/scholarships.tex}
\projects
\input{Matter/projects.tex}
\skills
\input{Matter/skills.tex}
\certificates
\input{Matter/certificates.tex}
\hobbies
\input{Matter/hobbies.tex}
\footer{\GDPR}
\end{document}