Skip to content

youshy/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

cv

My resume repo.

Contains

  • Markdown

FAQ

  • How to generate pdf from markdown?

Below setup is tailored for Mac and this repo only.

brew install pandoc mactex

pandoc README.md --to=pdf -t latex -o cv.pdf --pdf-engine=/Library/Tex/texbin/pdflatex -V geometry:"top=1cm, bottom=0cm, left=1cm, right=1cm" -V colorlinks=true -V linkcolor=blue