summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/resumecls/example/resume-en.tex
blob: d370f3e2a3939e65fd0495b6e23272cd026b6d6a (plain)
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
97
98
99
100
101
102
% !Mode:: "TeX:UTF-8"
% +-----------------------------------------------------------------------------
% | File: resume-en
% | Author: huxuan
% | E-mail: i(at)huxuan.org
% | Created: 2012-12-18
% | Last modified: 2013-03-16
% | Description:
% |     A English Resume Example in LaTeX based on resumecls
% |
% | Copyrgiht (c) 2012-2013 by huxuan. All rights reserved.
% +-----------------------------------------------------------------------------

\documentclass[en,color]{resumecls}

\CTEXoptions[today=old]

\name{Name}
\organization{unit, school or organization}
\address{address, zip code}
\mobile{+1 XXX XXXX XXXX}
\mail{i@example.com}
\homepage{http://example.com}
\leftfooter{Last Modified: \today}
\rightfooter{\url{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 \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If there is no publications, just comment this part.
\heading{Appendix: Publications}
\vspace{-6em}
\bibliography{resume}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{table}
\end{document}