-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHieuVu-CV-short.tex
49 lines (33 loc) · 1.43 KB
/
HieuVu-CV-short.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
\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-short.pdf}
\input{sections/common/init}
\begin{document}
\pagestyle{normal_page}
\thispagestyle{first_page}
\section{Summary \hfill \funnyRemark{(uncomfortably trying to show off)}}
\input{sections/common/summary}
\section{Experience \hfill \funnyRemark{(more trying to up-sell myself)}}
\input{sections/short/experience}
\section{Publications \hfill \funnyRemark{(making it seems more impressive than
it is because it's all I got)}}
\input{sections/common/publications}
\section{Education \hfill \funnyRemark{(grade is just a number and I got lucky)}}
\input{sections/academic/education}
\section{Honours and Awards \hfill \funnyRemark{(more uncomfortably showing off)}}
\input{sections/industry/awards}
\section{Personal Projects \hfill \funnyRemark{(probably no one cares but can't waste emtpy space)}}
\input{sections/short/projects}
\section{Skills \hfill \funnyRemark{(for those bots that love keywords)}}
\input{sections/common/skills}
\thispagestyle{last_page}
% make a newpage wherever it is a clean break
% \newpage
\end{document}