My CV in LaTeX.
Alan Orth
86def53a2f
One, because "ROOT ALL THE BOXES" is only cool if I include one of those meme pictures, but two because it's used by BackTrack, the pen-testing Linux distro. Still not sure if having quotes on your CV is lame or not. |
||
---|---|---|
.gitignore | ||
cv.tex | ||
Makefile | ||
README.md | ||
template.tex |
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