example CV

This commit is contained in:
2025-10-29 17:44:46 +01:00
parent b32eebf863
commit 56b42444fb
2 changed files with 128 additions and 0 deletions

View File

@@ -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
```