-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathresume-zh_CN.tex
More file actions
113 lines (95 loc) · 3.63 KB
/
Copy pathresume-zh_CN.tex
File metadata and controls
113 lines (95 loc) · 3.63 KB
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
103
104
105
106
107
108
109
110
111
112
113
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
% !Mode:: "TeX:UTF-8"
\documentclass{resume}
\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
% \usepackage{NotoSansSC_external}
% \usepackage{NotoSerifCJKsc_external}
% \usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts
\usepackage{linespacing_fix} % disable extra space before next section
\usepackage{cite}
\usepackage{framed}
\usepackage{color} % 改变背景颜色
\definecolor{shadecolor}{rgb}{0.92,0.92,0.92} % 灰色
\makeatletter
\@namedef{ver@everypage.sty}{9999/99/99}
\makeatother
\usepackage{everypage-1x}
% \usepackage[contents=DRAFT, color=red, opacity=0.2]{background} % 2022.4.11 避免首页背景加深
\usepackage{background} % 2024.5.23 之前代码包含文字水印,现除去
\backgroundsetup{scale=0.4, angle=0, opacity = 0.15, % 放缩 旋转 透明度
contents = {\includegraphics[width=\paperwidth, height=\paperwidth, keepaspectratio] {time.png}}} % 添加背景图片
\usepackage{multirow}
\begin{document}
\pagenumbering{gobble} % suppress displaying page number
\begin{tabular}{c c|l}
\multirow[c]{3}{3.7in}[-0.05in]{\Huge\fangzheng 你的名字}
& \multirow[c]{3}{0.7in}[0.28in]{ \includegraphics[width=0.7in]{time}}
& \phone{(+86) xxx-xxx-xxx} \\
& & \qq{(QQ) xxxxxxxxx} \\
& & \email{(mail) xx\_xx@xxx.com}\\
\end{tabular}
\begin{shaded}
\section{\faGraduationCap \fangzheng \ 教育背景}
\datedsubsection{\textbf{xxx大学} (xx-xx)}{2018 -- 至今}
\textit{硕士}\ --- xxx
\datedsubsection{\textbf{xxx大学} (xx-xx)}{2014 -- 2018}
\textit{本科}\ --- xxx
\end{shaded}
\section{\faUsers \fangzheng \ 科研/兴趣}
\datedsubsection{\textbf{黑科技公司},上海}{2013年 -- 至今}
\role{实习}{经理: 高富帅}
xxx后端开发
\begin{itemize}
\item 实现了 xxx 特性
\item 后台资源占用率减少8\%
\item xxx
\end{itemize}
\datedsubsection{\textbf{分布式科学上网姿势}}{2014年6月 -- 至今}
\role{Golang, Linux}{个人项目,和富帅糕合作开发}
\begin{onehalfspacing}
分布式负载均衡科学上网姿势, https://github.com/cyfdecyf/cow
\begin{itemize}
\item 修复了连接未正常关闭导致文件描述符耗尽的 bug
\item 使用Chord 哈希 URL, 实现稳定可靠地分流
\item xxx (尽量使用量化的客观结果)
\end{itemize}
\end{onehalfspacing}
\datedsubsection{\textbf{\LaTeX\ 简历模板}}{2015 年5月 -- 至今}
\role{\LaTeX, Python}{个人项目}
\begin{onehalfspacing}
优雅的 \LaTeX\ 简历模板, https://github.com/billryan/resume
\begin{itemize}
\item 容易定制和扩展
\item 完善的 Unicode 字体支持,使用 \XeLaTeX\ 编译
\item 支持 FontAwesome 4.5.0
\end{itemize}
\end{onehalfspacing}
% Reference Test
%\datedsubsection{\textbf{Paper Title\cite{zaharia2012resilient}}}{May. 2015}
%An xxx optimized for xxx\cite{verma2015large}
%\begin{itemize}
% \item main contribution
%\end{itemize}
\section{\faCogs \fangzheng \ IT 技能}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item 编程语言: C == Python > C++ > Java
\item 平台: Linux
\item 开发: xxx
\end{itemize}
\section{\faHeart \fangzheng \ 获奖情况}
\datedline{\textit{第一名}, xxx 比赛}{2013 年6 月}
\datedline{其他奖项}{2015}
\section{\faInfo \fangzheng \ 其他}
% increase linespacing [parsep=0.5ex]
\begin{itemize}[parsep=0.5ex]
\item 技术博客: http://blog.yours.me
\item GitHub: https://github.com/username
\item 语言: 英语 - 熟练(TOEFL xxx)
\end{itemize}
%% Reference
%\newpage
%\bibliographystyle{IEEETran}
%\bibliography{mycite}
\end{document}