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:
parent
dc5cd21f22
commit
a459a68d16
@ -1,5 +1,4 @@
|
|||||||
# Curriculum Vitae for Alan Orth
|
# Curriculum Vitae for Alan Orth
|
||||||
|
|
||||||
A CV written in LaTeX using the [moderncv](http://www.ctan.org/pkg/moderncv) class.
|
A CV written in LaTeX using the [moderncv](http://www.ctan.org/pkg/moderncv) class.
|
||||||
|
|
||||||
## Sample
|
## 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)
|
![Image](https://raw.github.com/alanorth/cv/master/cv_sample.png)
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
I decided to start keeping my CV in LaTeX because:
|
I decided to start keeping my CV in LaTeX because:
|
||||||
|
|
||||||
* I can never find my CV when I need it
|
* 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!)
|
* Writing your CV in a source-based language means you can track it in git (w00t!)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To "build" a PDF you simply type:
|
To "build" a PDF you simply type:
|
||||||
|
|
||||||
make
|
make
|
||||||
@ -27,9 +24,7 @@ To clean up all generated and intermediate content, type:
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
## Pre-requistes for building
|
## 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:__
|
__On Arch Linux:__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user