Skip to content

Commit

Permalink
Merge branch 'master' into zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed May 31, 2015
2 parents 4dd187e + f401d27 commit 590feb0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Résumé

Hit branch [zh_CN](https://github.com/billryan/resume/tree/zh_CN) if you wanna an Simplified Chinese résumé.

中文用户请前往 [zh_CN](https://github.com/billryan/resume/tree/zh_CN) 分支。

An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by

- [zachscrivena/simple-resume-cv](https://github.com/zachscrivena/simple-resume-cv)
Expand All @@ -20,7 +24,7 @@ An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by
1. ShareLaTeX online editor
2. Compile tex on your Computer

If you only need résumé in English or have installed Adobe Simplified Chinese in your OS, you'd better clone only master branch, since the Chinese fonts files are too large.
If you only need résumé in English or have installed Adobe Simplified Chinese in your OS, **you'd better clone only master branch,** since the Chinese fonts files are too large.

```
git clone https://github.com/billryan/resume.git --branch master --depth 1 --single-branch <folder>
Expand Down
6 changes: 5 additions & 1 deletion fontawesome.sty
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
%-------------------------------------------------------------------------------

% definition of \FA as a shortcut to load the Font Awesome font
\newfontfamily{\FA}[Path=fonts/, Scale=0.85]{FontAwesome.otf}
\newfontfamily{\FA}[
Path=fonts/,
Scale=0.85,
SmallCapsFont=FontAwesome.otf
]{FontAwesome.otf}

% generic command to display an icon by its name
\newcommand*{\faicon}[1]{%
Expand Down
6 changes: 5 additions & 1 deletion resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,14 @@
\centerline{\Huge{#1}}
\vspace{1.25ex}
}
\newcommand{\contact}[3]{
\newcommand{\contactInfo}[3]{
\centerline{\large{\faEnvelopeO\ {#1} \textperiodcentered {{\Large\faMobile}\ {#2}} \textperiodcentered \faLink\ {#3}}}
\vspace{1.5ex}
}
\newcommand{\basicContactInfo}[3]{
\centerline{\large{\faEnvelopeO\ {#1} \textperiodcentered {{\Large\faMobile}\ {#2}}}}
\vspace{1.5ex}
}
\newcommand{\role}[2]{
{\par \textit{#1} ~ #2 \par}
}
Binary file modified resume.pdf
Binary file not shown.
9 changes: 6 additions & 3 deletions resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@

\name{Bin Yuan}

\contact{[email protected]}{(+86) 131-221-87xxx}{http://www.yuanbin.me}
% {E-mail}{mobilephone}{homepage}
\contactInfo{[email protected]}{(+86) 131-221-87xxx}{http://www.yuanbin.me}
% {E-mail}{mobilephone}
%\basicContactInfo{[email protected]}{(+86) 131-221-87xxx}

\section{\faGraduationCap\ Education}
\datedsubsection{\textbf{Shanghai Jiao Tong University (SJTU)}, Shanghai, China}{2013 -- Present}
\textit{Master student} in Electronics Engineering, expected March 2016
\textit{Master student} in Electronics Engineering (EE), expected March 2016
\datedsubsection{\textbf{Xidian University}, Shaanxi, China}{2009 -- 2013}
\textit{B.S.} in Electronics Engineering
\textit{B.S.} in Electronics Engineering (EE)

\section{\faUsers\ Experience}
\datedsubsection{\textbf{FLAG Inc.} California, America}{2012 -- Present}
Expand Down
6 changes: 5 additions & 1 deletion scripts/fontawesome_preamble.sty
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
%-------------------------------------------------------------------------------

% definition of \FA as a shortcut to load the Font Awesome font
\newfontfamily{\FA}[Path=fonts/, Scale=0.85]{FontAwesome.otf}
\newfontfamily{\FA}[
Path=fonts/,
Scale=0.85,
SmallCapsFont=FontAwesome.otf
]{FontAwesome.otf}

% generic command to display an icon by its name
\newcommand*{\faicon}[1]{%
Expand Down

0 comments on commit 590feb0

Please sign in to comment.