My CV in LaTeX.
Go to file
Alan Orth a693e4ee05 Disable bibliography
I have nothing to cite, so we might as well keep the LaTeX errors
during processing to a minimum.
2012-12-09 13:07:16 +03:00
.gitignore Add initial .gitignore 2012-12-02 00:42:56 +03:00
Makefile Add Makefile 2012-12-02 00:52:08 +03:00
README.md README -> README.md 2012-12-04 10:11:53 +03:00
cv.tex Disable bibliography 2012-12-09 13:07:16 +03:00
template.tex Initial commit 2012-12-02 00:35:16 +03:00

README.md

Curriculum Vitae for Alan Orth

A CV written in LaTeX using the moderncv class.

Why

I decided to start keeping my CV in LaTeX because:

  • I can never find my CV when I need it
  • I have dozens of files named resume.doc on my computer
  • LaTeX -> PDF ensures a consisent, beautiful layout
  • Writing your CV in a source-based language means you can track it in git (w00t!)

Usage

To "build" a PDF you simply type:

make

To clean up all generated and intermediate content, type:

make clean