My CV in LaTeX.
Go to file
Alan Orth 3b0ec05c0f README.md: Add pre-reqs for building 2012-12-19 12:56:24 -08:00
.gitignore Add initial .gitignore 2012-12-02 00:42:56 +03:00
Makefile Makefile: Change default behavior for "all" target 2012-12-11 19:38:53 +03:00
README.md README.md: Add pre-reqs for building 2012-12-19 12:56:24 -08:00
cv.tex cv.tex: I'm actually pretty good at CSS... 2012-12-10 23:29:05 +03:00
picture.jpg Add picture.jpg for the example template 2012-12-11 15:40:19 +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

Pre-requistes for building

Depending on your GNU/Linux distribution the package names may be different. Basically, you need the texlive package, as well as whichever "extras" package contains the moderncv stuff.

On Arch Linux:

sudo pacman -Sy texlive-core texlive-latexextra

Others: send a pull request with instructions for your distro.