-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
71 lines (55 loc) · 1.52 KB
/
cv.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
% !TEX TS-program = luatex
% Awesome Source CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/darwiin/awesome-neue-latex-cv
%
% Author:
% Christophe Roger (Darwiin)
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
\documentclass[localFont,alternative]{yaac-another-awesome-cv}
\usepackage{blindtext}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=teal,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
\urlstyle{same}
\name{Sandra}{Lekve}
%\tagline{Informatikk, Økonomi og matematikk |UiB}
\photo{3 cm}{image4}
\socialinfo{
%\linkedin{christopheroger}
%\github{darwiin}\\
\smartphone{+47 455 02 284 }
\email{sandra.lekve@icloud.com}\\
\github{SandraLekve} \\
%\address{Michael Krohns gate 37B, 5750 Bergen}\\
\infos{02.02.1998 (24 år) } \\
}
\begin{document}
\makecvheader
\makecvfooter
{\textsc{\today}} % \selectlanguage{english}\today
{\textsc{Sandra Lekve - CV}}
{\thepage}
\input{section_headline}
\input{section_experience_short} % Section expérience
\input{section_scolarite} % Section scholarité
\input{enkelt_emner}
\input{section_projets}
\input{section_competences} % Section compétence
\newline
\input{section_langues} % Section langues
\newline
\input{hobby} % Section langues
\newline
%\input{section_interets} % Section intérêts
\input{section_references} % Section références
\end{document}