README.md: Clean up

Remove some extra blank lines as well as manually-wrapped lines.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-12-20 19:39:44 +02:00
parent dc5cd21f22
commit a459a68d16
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,4 @@
# Curriculum Vitae for Alan Orth
A CV written in LaTeX using the [moderncv](http://www.ctan.org/pkg/moderncv) class.
## Sample
@ -8,7 +7,6 @@ Here's what it looks like with real data, using the "classic" style and blue col
![Image](https://raw.github.com/alanorth/cv/master/cv_sample.png)
## Why
I decided to start keeping my CV in LaTeX because:
* I can never find my CV when I need it
@ -17,7 +15,6 @@ I decided to start keeping my CV in LaTeX because:
* 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
@ -27,9 +24,7 @@ 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.
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:__