Alan Orth d5001a99f9 cv.tex: Add some Linux distributions to beef up on keywords
I've used a lot of distros both on the desktop and the server, so
why not capitalize on some SEO (of sorts) by sticking in some keywords.
2013-01-16 00:24:01 +03:00
2012-12-02 00:42:56 +03:00
2012-12-19 12:59:04 -08:00
2012-12-02 00:35:16 +03:00

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.

Description
My CV in LaTeX.
Readme 286 KiB
Languages
TeX 99.1%
Makefile 0.9%