-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv_lin.tex
executable file
·46 lines (36 loc) · 1.48 KB
/
cv_lin.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
\documentclass{moderncv}% prepared with moderncv class (http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/)
\moderncvstyle{banking} % idem
\moderncvcolor{blue}
% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using
\usepackage[T1]{fontenc}
\lefthyphenmin=64
% adjust the page margins
\usepackage[scale=0.8]{geometry}
\recomputelengths % required when changes are made to page layout lengths
% personal data
\name{Zhongpeng}{Lin}
%\address{112 Koshland Way}{Santa Cruz, CA, 95064} % optional, remove the line if not wanted
%\phone[mobile]{+1~(650)~666-2662} % optional, remove the line if not wanted
% \email{[email protected]}
%\homepage{users.soe.ucsc.edu/\textasciitilde linzhp/}
\social[github]{linzhp}
\social[linkedin]{zplin}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
% \input{objective.tex}
\input{technical.tex}
\input{experience.tex}
\input{education.tex}
% Publications from a BibTeX file
\nocite{*}
\bibliographystyle{unsrt}
\bibliography{publications} % 'publications' is the name of a BibTeX file
% \input{courses}
% \input{languages.tex}
\closesection{} % needed to renewcommands
\renewcommand{\listitemsymbol}{-} % change the symbol for lists
\end{document}