summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/resumecls/example-zh.tex
blob: ff2586c286fccfef2374d1f6b4fd9a41cbac702a (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
% !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 Chinese Resume Example in LaTeX based on resumecls
% |
% | Copyrgiht (c) 2012 by huxuan. All rights reserved.
% | License GPLv3
% +-----------------------------------------------------------------------------

\documentclass[zh,color]{resumecls}

\name{姓名}
\organization{单位、学校或组织}
\address{地址,邮编}
\mobile{+86 XXX XXXX XXXX}
\mail{i@example.com}
\homepage{http://example.com}
\resumeurl{http://example.com/resume-zh.pdf}

\begin{document}

\begin{table}

\maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{教育经历}
\entry{2em}{Xrp{8em}}{
    \heiti{学校} & 城市 & 起止时间 \\
}
\entry{4em}{lXX}{
    学位 & XX学院 & XX专业 \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{科研经历}
\entry{2em}{Xp{8em}}{
    \heiti{地点} & 起止时间 \\
}
\entry{4em}{X}{实验室名称 \quad 职位}
\entry{6em}{X}{
    研究方向和具体内容 \\
    发表成果(亦可使用bibtex,像这样\cite{label},见文档最后注释内容) \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{工作经历}
\entry{2em}{Xp{8em}}{
    \heiti{单位名称} & 起止时间 \\
}
\entry{4em}{X}{部门 \quad 职位}
\entry{6em}{X}{
    负责的具体事项 \\
    工作的具体内容 \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{校园经历}
\entry{2em}{Xp{8em}}{
    经历1 & 起止时间 \\
    经历2 & 起止时间 \\
}

\heading{获得荣誉}
\entry{2em}{Xr}{
    荣誉1 & 颁发时间 \\
    荣誉2 & 颁发时间 \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{专业技能}
\entry{2em}{lX}{
    精通 & XXX \\
    熟悉 & XXX \\
    掌握 & XXX \\
    使用 & XXX \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{其他列举事项-如个人爱好,网络资料等}
\entry{2em}{lX}{
    标签1 & 标签对应内容 \\
    标签2 & 标签对应内容 \\
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{附:发表成果}
\vspace{-6em}
\bibliography{example}
\end{table}
\end{document}