Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 512 Bytes

Christopher Benway's curriculum vitae

My C.V. can be viewed and downloaded at https://github.com/cbenway/cv/blob/master/cv.pdf.

Creating the PDF

On Ubuntu install these packages:

sudo apt-get update
sudo apt-get install texlive texlive-latex-extra

On OS X, install MacTeX.

The to_pdf.sh script will create the final PDF.

to_pdf.sh cv.tex

The code used to generate this C.V. was written by Dave Tang.