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 Apr 7, 2018
2 parents 3405124 + fa2f054 commit 6922402
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resume_photo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
\usepackage{graphicx}
\usepackage{tabu}
\usepackage{multirow}
\usepackage{progressbar}
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts

Expand All @@ -12,11 +13,11 @@

\Large{
\begin{tabu}{ c l r }
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & \scshape{Python }{0.75} \\
& \email{yuanbin2014@gmail.com} & \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}
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & {Python~}\progressbar{0.75} \\
& \email{yuanbin2014@gmail.com} & {Scala~}\progressbar{0.5} \\
& \phone{(+86) 131-221-87xxx} & {Linux~}\progressbar{0.7} \\
& \linkedin[billryan8]{https://www.linkedin.com/in/billryan8} & {Flask~}\progressbar{0.5} \\
& \github[github.com/billryan]{https://github.com/billryan} & {Javascript~}\progressbar{0.5}
\end{tabu}
}

Expand Down

2 comments on commit 6922402

@hao-lee
Copy link

@hao-lee hao-lee commented on 6922402 Apr 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works now although the bar is not quite so beautiful as before. 😂

@billryan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... You can use the original config option for progressbar.

Please sign in to comment.