-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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{[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} | ||
\multirow{5}{1in}{\includegraphics[width=0.88in]{avatar}} & \scshape{Bin Yuan} & {Python~}\progressbar{0.75} \\ | ||
& \email{[email protected]} & {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} | ||
} | ||
|
||
|
6922402
There was a problem hiding this comment.
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. 😂
6922402
There was a problem hiding this comment.
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.