forked from huxuan/resumecls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-en.tex
96 lines (83 loc) · 2.5 KB
/
example-en.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
% !Mode:: "TeX:UTF-8"
% +-----------------------------------------------------------------------------
% | File: example-zh
% | Author: huxuan
% | E-mail: i(at)huxuan.org
% | Created: 2012/12/18
% | Last modified: 2012/12/19
% | Description:
% | A English Resume Example in LaTeX based on resumecls
% |
% | Copyrgiht (c) 2012 by huxuan. All rights reserved.
% | License GPLv3
% +-----------------------------------------------------------------------------
\documentclass[en,color]{resumecls}
\name{Name}
\organization{unit, school or organization}
\address{address, zip code}
\mobile{+1 XXX XXXX XXXX}
\mail{[email protected]}
\homepage{http://example.com}
\resumeurl{http://example.com/resume-en.pdf}
\begin{document}
\begin{table}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Education}
\entry{2em}{Xrp{8em}}{
\heiti{School} & City & Time Period \\
}
\entry{4em}{lXX}{
Degree & College of XXX & Major in XX \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Research Experience}
\entry{2em}{Xp{8em}}{
\heiti{Insitute} & Time Period \\
}
\entry{4em}{X}{Lab \quad Position}
\entry{6em}{X}{
Research Fields and Specific Content \\
Publication (You can also use bibtex, like \cite{label}, see end of doc) \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Working Experience}
\entry{2em}{Xp{8em}}{
\heiti{Unit} & Time Period \\
}
\entry{4em}{X}{Department \quad Position}
\entry{6em}{X}{
Specific Issues Responsible for \\
Specific Content of Your Work \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{School Experience}
\entry{2em}{Xp{8em}}{
Experience 1 & Time Period \\
Experience 2 & Time Period \\
}
\heading{Awards}
\entry{2em}{Xr}{
Award 1 & Time \\
Award 2 & Time \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Professional Skill}
\entry{2em}{lX}{
Proficient in & XXX \\
Experienced in & XXX \\
Familiar with & XXX \\
Use & XXX \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Other listings, such as hobby, network profile and so on}
\entry{2em}{lX}{
Label 1 & Content 1 \\
Label 2 & Content 2 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{Appendix: Publications}
\vspace{-6em}
\bibliography{example}
\end{table}
\end{document}