25 lines
345 B
Markdown
25 lines
345 B
Markdown
# 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
|
|
```
|