-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHieuVu-CV.tex
54 lines (36 loc) · 1.08 KB
/
HieuVu-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
\documentclass[english,a4paper,10pt]{extarticle}
\usepackage[utf8]{inputenc}
\usepackage[fixed]{fontawesome5}
\usepackage{xcolor}
\usepackage{datetime}
\usepackage{tabularx}
\usepackage{ragged2e}
\usepackage{custom_styling}
% link to the upstream version, define this before init so that the footer contains the correct link.
\def\upstreamCV{https://github.com/lone17/curriculum-vitae/blob/main/HieuVu-CV.pdf}
\input{sections/common/init}
\begin{document}
\pagestyle{normal_page}
\thispagestyle{first_page}
\section{Summary}
\input{sections/common/summary}
\section{Experience}
\input{sections/common/experience}
% \newpage
\section{Publications}
\input{sections/common/publications}
\section{Education}
\input{sections/industry/education}
\section{Honours and Awards}
\input{sections/industry/awards}
\section{Skills}
\input{sections/common/skills}
% \newpage
\section{Personal Projects}
\input{sections/common/projects}
\section{Training and Mentoring}
\input{sections/common/training}
\thispagestyle{last_page}
% make a newpage wherever it is a clean break
% \newpage
\end{document}