Skip to content

huxuan/resumecls-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resumecls-example

Examples to typeset resume both in Chinese and English with resumecls.

Online Preview & Edit (with Overleaf Template)

An overleaf template is available here for preview.

You can also edit it directly on the overleaf.

Offline Usage

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 commands (More info below).

Offline 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 the English version, replace <resume> with 'resume-en'.
  • To get the Chinese version, replace <resume> with 'resume-zh'.
  • If no bib info is needed, the first two steps can be skipped.

About

Examples to typeset resume both in Chinese and English with resumecls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published