-
Notifications
You must be signed in to change notification settings - Fork 48
/
main.tex
48 lines (36 loc) · 1.15 KB
/
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
\documentclass[letterpaper,11pt]{article}
% Choose bibliography style for formatting list of publications
\usepackage[style=ieee,url=false,doi=false,maxbibnames=99,sorting=ydnt,dashed=false]{biblatex}
\bibliography{papers}
% Choose theme, e.g. black, RedViolet, ForestGreen, MidnightBlue, Blue
\def\theme{MidnightBlue}
\usepackage{simplecv}
\boldname{Cetin}{Doruk}{D.}
\begin{document}
% Heading
\headinginline{Doruk Çetin}{
\faEnvelope: \email{doruk.cetin.dc@gmail.com} \\
\faGlobe: \website{dcetin.me}
% \faLinkedin: \linkedin{doruk-cetin}
\faGithub: \github{dcetin}
}
% \headingphoto{Doruk Çetin}{
% Website: \website{dcetin.me} \\
% Email: \email{dcetin@ethz.ch} \\
% % LinkedIn: \linkedin{doruk-cetin} \\
% GitHub: \github{dcetin}
% }{photo.png}
% Page One
\import{sections/}{education.tex}
\import{sections/}{experience.tex}
\import{sections/}{publications.tex}
\pagebreak
% Page Two
\import{sections/}{teaching.tex}
\sidebyside
{\import{sections/}{skills.tex}}
{\import{sections/}{languages.tex}}
\import{sections/}{projects.tex}
\import{sections/}{awards.tex}
\import{sections/}{volunteering.tex}
\end{document}