Files
2colscv/README.md
2025-10-29 17:44:46 +01:00

345 B

2colscv

This repository contains a two-column CV template in LaTeX. An example CV (cv.tex) is included.

Usage

  1. Clone the repository:
git clone https://git.hadow.fr/sam.hadow/2colscv
cd 2colscv
  1. Build the example CV:
make

The PDF will appear in the build/ directory.

  1. Clean build files:
make clean