-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
34 lines (28 loc) · 867 Bytes
/
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
\documentclass{abresume}
% or
% \documentclass[withphoto]{abresume}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\name{Xuandeng}{Fu}
\email{abreto@std.uestc.edu.cn}
\homepage{https://www.abreto.net}{abreto.net}
\face{face.jpg} % Relative to images/, needed if 'withphoto' option is on
\begin{document}
\makecvheader
\input{resume/interests}
\input{resume/education}
\input{resume/awards}
\input{resume/knowledge}
\input{resume/projects}
\input{resume/skills}
\input{resume/experience}
\input{resume/links}
% \footnotetext{The source code of this CV is available on \url{https://github.com/Abreto/cv}}
\begingroup
\renewcommand\thefootnote{}\footnote{
The source code of this CV is available on \url{https://github.com/Abreto/cv}
and everyone is welcome to use my template.
}%
\addtocounter{footnote}{-1}%
\endgroup
\end{document}