example CV
This commit is contained in:
24
README.md
24
README.md
@@ -0,0 +1,24 @@
|
||||
# 2colscv
|
||||
|
||||
This repository contains a two-column CV template in LaTeX. An example CV (`cv.tex`) is included.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://git.hadow.fr/sam.hadow/2colscv
|
||||
cd 2colscv
|
||||
```
|
||||
|
||||
2. Build the example CV:
|
||||
```
|
||||
make
|
||||
```
|
||||
The PDF will appear in the build/ directory.
|
||||
|
||||
3. Clean build files:
|
||||
|
||||
```
|
||||
make clean
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user