Skip to content
/ resume Public

👾 My resume / 我的简历

License

Notifications You must be signed in to change notification settings

ice1000/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ice1000's resume

GitHub top language GitHub forks

This is my resume, based on billryan's template, with references to matchy's template. There's a Haskell script to generate the TeX source files, using a reader monad Resume to spread the generation options.

Build

To build this resume, install texlive-full and a Haskell toolchain (GHC with Cabal) first. Then:

# Generate the TeX files
runghc Main.hs en >> latex/resume.tex
runghc Main.hs cn >> latex/resume-cn.tex
runghc Main.hs elab >> latex/resume-elab.tex

# Build the TeX files
cd latex
make
cp *.pdf ..
cd ..

Download/下载

中文简历不提供单页版本。

Releases

No releases published

Packages

No packages published

Languages