diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-17 16:19:05 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-17 16:19:05 +0800 |
commit | c19af77cd3b081bb6f7d38e62bb66ddce717d667 (patch) | |
tree | f869251e2b100f73f60799cc7b0ade27a1e7e6ab | |
parent | ae05563a06943a111d98c937ff4945c746d62f78 (diff) | |
download | resume-c19af77cd3b081bb6f7d38e62bb66ddce717d667.tar.bz2 |
resumes: Update to new position and location commands
Also use bold face instead of emph (i.e., underline)
-rw-r--r-- | resume-en.tex | 15 | ||||
-rw-r--r-- | resume-zh.tex | 13 |
2 files changed, 13 insertions, 15 deletions
diff --git a/resume-en.tex b/resume-en.tex index 14bfbdb..734188f 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -35,14 +35,13 @@ \creativecommons{by}{4.0}, v\today } -% Position and place -\newcommand{\myposition}{Data Analyst} -\newcommand{\myplace}{Shenzhen} - \name{Weitian}{LI} -\tagline{\myposition{} @ \myplace} +\setposition{Data Analyst} +\setlocation{Shenzhen} + +\tagline{\getposition{} @ \getlocation} \taglineicon{\faBinoculars} -\keywords{\myposition, \myplace, Python, Linux, BSD} +\keywords{\getposition, \getlocation, Python, Linux, BSD} \photo{7em}{photo} % NOTE: adjust the ordering and styles w.r.t. Chinese version @@ -70,8 +69,8 @@ Enthusiastic about computer technologies with 10 years experience in Linux and BSD, and involved in several open source projects (e.g., DragonFly BSD). Skilled in programming (Python, R, etc.) and data analysis, -and looking to fill a position as a \emph{\myposition} at your company -that I can grow with as I achieve company goals. +and looking to fill a position as a \textbf{\getposition} +at your company that I can grow with as I achieve company goals. %====================================================================== % Competences / Skills diff --git a/resume-zh.tex b/resume-zh.tex index 400a346..e0eba0c 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -35,14 +35,13 @@ \creativecommons{by}{4.0}, v\today } -% position and place -\newcommand{\myposition}{数据分析师} -\newcommand{\myplace}{深圳} - \name{维天}{李} -\tagline{\myposition{} @ \myplace} +\setposition{数据分析师} +\setlocation{深圳} + +\tagline{\getposition{} @ \getlocation} \taglineicon{\faBinoculars} -\keywords{\myposition, \myplace, Python, Linux, BSD} +\keywords{\getposition, \getlocation, Python, Linux, BSD} \photo{7em}{photo} \socialinfo{ @@ -68,7 +67,7 @@ 热衷计算机技术,有 10 年的 Linux 和 BSD 使用经验。 热爱自由开源精神,并积极参与 DragonFly BSD 等多个开源项目。 拥有计算机专长,能熟练使用 Python 和 R 语言开展数据分析工作, -真诚应聘贵公司的\emph{\myposition}职位。 +真诚应聘贵公司的\textbf{\getposition}职位。 \par} % NOTE: \par is needed %====================================================================== |