Skip to content

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

Notifications You must be signed in to change notification settings

SimpleJian/resumecls-example

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 74.8%
  • Makefile 25.2%