-
Notifications
You must be signed in to change notification settings - Fork 0
/
HieuVu-CV-academic.tex
54 lines (35 loc) · 1.09 KB
/
HieuVu-CV-academic.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-academic.pdf}
\input{sections/common/init}
\begin{document}
\def\role{} % No job title for academic CV
\pagestyle{normal_page}
\thispagestyle{first_page}
% \section{}
% \input{sections/common/intro}
\section{Publications}
\input{sections/common/publications}
\section{Education}
\input{sections/academic/education}
\section{Honours and Awards}
\input{sections/academic/awards}
\section{Outreach}
\input{sections/common/training}
% \section{Skills}
% \input{sections/common/skills}
\section{Experience}
\input{sections/short/experience}
\section{Personal Projects}
\input{sections/short/projects}
\thispagestyle{last_page}
% make a newpage wherever it is a clean break
% \newpage
\end{document}