xiting-zhuang / resumecls-example

Examples to typeset resume in both Chinese and English by using resumecls

Home Page:https://github.com/huxuan/resumecls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resumecls-example

Examples to typeset resume in both Chinese and English by using resumecls

Preview

Workflow

git clone git://github.com/huxuan/resumecls-example.git
cd resumecls-example
# Modify resume-en.tex resume-en.tex resume.bib (bib is optional)
# Compile via Makefile or LaTeX command (More info below)

Compile

Makefile

make resume # get both resume-en.pdf & resume-zh.pdf
make resume-en # get resume-en.pdf
make resume-zh # get resume-zh.pdf

LaTeX

xelatex <resume>.tex
bibtex  <resume>
xelatex <resume>.tex
xelatex <resume>.tex

Notes:

  • To get English version, replace with 'resume-en'
  • To get Chinese version, replace with 'resume-zh'
  • If no bib info is needed, the first two steps can be passed

About

Examples to typeset resume in both Chinese and English by using resumecls

https://github.com/huxuan/resumecls


Languages

Language:TeX 74.8%Language:Makefile 25.2%