summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/resumecls/example/resume-zh.tex
blob: b778648bc31cbda35e56ccd336e82ffea62abd0c (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
% !Mode:: "TeX:UTF-8"
% +-----------------------------------------------------------------------------
% | File: resume-zh.tex
% | Author: huxuan
% | E-mail: i(at)huxuan.org
% | Created: 2012-12-18
% | Last modified: 2020-04-16
% | Description:
% |     A Chinese Resume Example in LaTeX based on resumecls
% |
% | Copyright (c) 2012-2020 by huxuan. All rights reserved.
% +-----------------------------------------------------------------------------

\documentclass[color]{resumecls}

\include{resume-common}

\name{姓名}
\organization{单位、学校或组织}
\address{地址,邮编}
\leftfooter{最后更新: \today}
\rightfooter{\url{http://example.com/resume-zh.pdf}}

\ctexset{today=small}

\begin{document}
\begin{table}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{经历(紧凑版)}
\entry{0em}{Xlr}{{\bfseries 组织} \quad 部门 & 职位 & 起止时间}
\entry{2em}{X}{%
    描述1 \\
    描述2 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{教育经历}
\entry{0em}{Xrr}{{\bfseries 学校} & 城市 & 起止时间}
\entry{2em}{lXX}{%
    学位1 & 学院1 & 专业1 \\
    学位2 & 学院2 & 专业2 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{科研经历}
\entry{0em}{Xr}{{\bfseries 地点} & 起止时间}
\entry{2em}{X}{实验室 \quad 职位}
\entry{4em}{X}{%
    描述 \\
    这里可以使用bibtex,如\cite{label} \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{工作经历}
\entry{0em}{Xr}{{\bfseries 组织} & 起止时间}
\entry{2em}{X}{部门 \quad 职位}
\entry{4em}{X}{%
    描述 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{校园经历}
\entry{0em}{Xr}{%
    经历1 & 起止时间 \\
    经历2 & 起止时间 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{获得荣誉}
\entry{0em}{Xr}{%
    荣誉1 & 颁发时间 \\
    荣誉2 & 颁发时间 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{专业技能}
\entry{0em}{lX}{%
    精通 & XXX \\
    熟悉 & XXX \\
    掌握 & XXX \\
    使用 & XXX \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\heading{其他列举事项-如个人爱好,网络资料等}
\entry{0em}{lX}{%
    标签1 & 标签对应内容 \\
    标签2 & 标签对应内容 \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 如果不需要发表成果,注释这一段即可
\heading{附:发表成果}
\vspace{-6em}
\bibliography{resume}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{table}
\end{document}