https://github.com/ghosind/resume
The source and PDF files of my resume, including English and Chinese versions. 中英文版简历PDF文件及其LaTeX源码。
https://github.com/ghosind/resume
chinese-resume english-resume latex-resume resume
Last synced: about 1 month ago
JSON representation
The source and PDF files of my resume, including English and Chinese versions. 中英文版简历PDF文件及其LaTeX源码。
- Host: GitHub
- URL: https://github.com/ghosind/resume
- Owner: ghosind
- Created: 2022-03-16T10:00:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T16:29:31.000Z (2 months ago)
- Last Synced: 2025-03-19T17:34:11.545Z (2 months ago)
- Topics: chinese-resume, english-resume, latex-resume, resume
- Language: TeX
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESUME / 简历
Hello, this is the LaTeX source codes and PDF files of my resume, and it contains [Chinese](./resume-cn.pdf) and [English](./resume.pdf) versions.
Some of my private data (including my phone number and other information) was removed from the public version. Please contact me by [email](mailto:[email protected]).
这个仓库用于存放我的简历(包括了PDF文件以及LaTeX源码),其中包括有[中文版本简历](./resume-cn.pdf)以及[英文版本简历](./resume.pdf)。一些不适合公开的内容(例如电话号码)已经从该公开版本中删除,如有兴趣烦请通过[邮件](mailto:[email protected])联系。
## Building from source
### Requirements
- xelatex
- automake (optional)### Compiling
- Run the following commands with automake tool to build PDFs:
```sh
make all # Building both English and Chinese versions
make en # Building English version only
make zhcn # Building Chinese version only
```- Building with `xelatex` directly:
```sh
xelatex resume.tex # Building English version only
xelatex resume-cn.tex # Building Chinese version only
```## Copyright
The [LaTeX template file](./resume.cls) was created by Trey Hunner, and it was downloaded from [http://www.LaTeXTemplates.com](http://www.LaTeXTemplates.com).