From 914cb1d113901119f26dbd1164cfeb470fab9ce9 Mon Sep 17 00:00:00 2001 From: Lovelace42 Date: Sat, 1 Apr 2017 16:18:05 -0700 Subject: [PATCH 1/3] Update README.md Fixed a few grammatical issues --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0353a03d..d21fb1a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Résumé -Hit branch [zh_CN](https://github.com/billryan/resume/tree/zh_CN) if you wanna an Simplified Chinese résumé. +Hit branch [zh_CN](https://github.com/billryan/resume/tree/zh_CN) if you want a Simplified Chinese résumé. 中文用户请前往 [zh_CN](https://github.com/billryan/resume/tree/zh_CN) 分支。 @@ -14,9 +14,9 @@ An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by ## Features -- Easy to be further customized or extended +- Easy to further customize or extend - Full support for unicode characters (e.g. CJK) with \XeLaTeX\ -- Perfect Simplified Chinese fonts support with Adobefonts +- Perfect Simplified Chinese fonts supported with Adobefonts - FontAwesome 4.6.3 support ### Sample Output @@ -34,7 +34,7 @@ An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by 1. Edit in ShareLaTeX online - , **no TeX software install!** 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 Simplified Chinese fonts files are too large. +If you only need a résumé in English or have installed Adobe Simplified Chinese on your OS, **It would be better to clone only the master branch,** since the Simplified Chinese fonts files are too large. ``` git clone https://github.com/billryan/resume.git --branch master --depth 1 --single-branch From 16a9c2b15d370cd50a31595079daafe6f8e6bee0 Mon Sep 17 00:00:00 2001 From: Sedrak Kalashyan Date: Wed, 26 Apr 2017 17:00:55 -0700 Subject: [PATCH 2/3] Added "Quick Start" guide --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d21fb1a0..736994cb 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,21 @@ An elegant \LaTeX\ résumé template, compiled with \XeLaTeX. Inspired by - Perfect Simplified Chinese fonts supported with Adobefonts - FontAwesome 4.6.3 support +## Quick Start +- Fork this repository +- Add information about you directly in GitHub +- Compile TeX file to PDF with [LaTeX.Online](https://latexonline.cc/) + ### Sample Output +- [PDF, English](https://latexonline.cc/compile?git=https://github.com/billryan/resume&target=resume.tex&command=xelatex) +- [PDF with the photo, English](https://latexonline.cc/compile?git=https://github.com/billryan/resume&target=resume_photo.tex&command=xelatex) +- [简体中文 PDF](http://7xojrx.com1.z0.glb.clouddn.com/docs/resume-zh_CN.pdf) + ![English](http://7xojrx.com1.z0.glb.clouddn.com/docs/resume.png) ![English with photo](http://7xojrx.com1.z0.glb.clouddn.com/docs/resume_photo.png) ![简体中文](http://7xojrx.com1.z0.glb.clouddn.com/docs/resume-zh_CN.png) -- English PDF - http://7xojrx.com1.z0.glb.clouddn.com/docs/resume.pdf -- English PDF with photo - http://7xojrx.com1.z0.glb.clouddn.com/docs/resume_photo.pdf -- 简体中文 PDF - http://7xojrx.com1.z0.glb.clouddn.com/docs/resume-zh_CN.pdf - ## Usage 1. Edit in ShareLaTeX online - , **no TeX software install!** From add85e70f110888f1f1322e91f89e4447cda74d7 Mon Sep 17 00:00:00 2001 From: billryan Date: Sat, 7 Apr 2018 00:24:20 +0800 Subject: [PATCH 3/3] remove progress package, fix #19 --- resume.cls | 8 -------- resume_photo.tex | 10 +++++----- 2 files changed, 5 insertions(+), 13 deletions(-) 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} }