Skip to content

Commit

Permalink
merge from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Apr 6, 2018
2 parents 2a5599a + add85e7 commit 3405124
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Hit branch [master](https://github.com/billryan/resume/tree/master) if you wanna

中文模板的文件为 `resume-zh_CN.tex`, 英文模板的文件为 `resume.tex`, 带照片的模板文件为 `resume_photo.tex`.

### latexonline.cc

使用 [LaTeX.Online](https://latexonline.cc/) 在线编译

### 使用较新的 TeX 发行版在本地计算机编译

除了在线编译外,该模板当然也支持传统的本地编译,从 <https://github.com/billryan/resume/tree/zh_CN> 上克隆下来使用 XeLaTeX 编译即可。
Expand Down
8 changes: 0 additions & 8 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
\RequirePackage{xltxtra}
% use xifthen
\RequirePackage{xifthen}
% use progress bar for skill
\RequirePackage{progressbar}
% use hyperlink for email and url
\RequirePackage{hyperref}
\hypersetup{hidelinks}
Expand Down Expand Up @@ -109,12 +107,6 @@
{\href{#2}{#2}}
{\href{#2}{#1}}}

% defines progress bar with text
% usage: \pbar[3][width]{Text}{percentage}
\newcommand{\pbar}[3][10em]{{#2}\
\progressbar[heightr=1, width=#1, borderwidth=0pt, roundnessr=0.45, filledcolor=green!40, subdivisions=1]{#3}
}

\newcommand{\basicInfo}[1]{
\centerline{\sffamily\large{#1}}
\vspace{1.5ex}
Expand Down
10 changes: 5 additions & 5 deletions resume_photo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

\Large{
\begin{tabu}{ c l r }
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \pbar{Python}{0.75} \\

This comment has been minimized.

Copy link
@hao-lee

hao-lee Apr 7, 2018

After this modification, ShareLaTeX can't render the skill progress bar.

This comment has been minimized.

Copy link
@billryan

billryan Apr 7, 2018

Author Owner

Yep, progress package has some issue(#19) on Windows. I will apply it for resume_photo.tex only.

This comment has been minimized.

Copy link
@billryan

billryan Apr 7, 2018

Author Owner

DONE 6922402

& \email{[email protected]} & \pbar{Scala}{0.5} \\
& \phone{(+86) 131-221-87xxx} & \pbar{Linux}{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \pbar{Flask}{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & \pbar{Javascript}{0.5}
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \scshape{Python }{0.75} \\
& \email{[email protected]} & \scshape{Scala }{0.5} \\
& \phone{(+86) 131-221-87xxx} & \scshape{Linux }{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & \scshape{Flask }{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & \scshape{Javascript }{0.5}
\end{tabu}
}

Expand Down

0 comments on commit 3405124

Please sign in to comment.