Skip to content

Commit

Permalink
Merge branch 'master' of github.com:billryan/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Apr 6, 2018
2 parents f59866e + 43b1514 commit 6dfaf5b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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) 分支。

Expand All @@ -14,27 +14,32 @@ 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

## 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 - <https://www.sharelatex.com/templates/556b27cf0d23e5a8117053d9>, **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 <folder>
Expand Down

0 comments on commit 6dfaf5b

Please sign in to comment.