Skip to content

woodjme/curriculumvitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Vitae

View Curriculum Vitae

Getting Started

Building

  • docker build -t "latex" .
  • docker run --rm -it -v $(pwd):/data latex xelatex cv.tex
  • OR docker run --rm -it -v $(pwd):/data woodjme/tex xelatex cv.tex
  • open cv.pdf

Acknowledgments