diff --git a/README.md b/README.md index 53643e22..ed6490a0 100644 --- a/README.md +++ b/README.md @@ -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 发行版在本地计算机编译 除了在线编译外,该模板当然也支持传统的本地编译,从 上克隆下来使用 XeLaTeX 编译即可。 diff --git a/resume.cls b/resume.cls index 53563c65..3b8f8d1a 100644 --- a/resume.cls +++ b/resume.cls @@ -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} @@ -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} diff --git a/resume_photo.tex b/resume_photo.tex index 3e66610f..c1c350f4 100644 --- a/resume_photo.tex +++ b/resume_photo.tex @@ -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} \\ - & \email{yuanbin2014@gmail.com} & \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{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} \end{tabu} }