An open API service indexing awesome lists of open source software.

https://github.com/FMatti/Minimal-CV

Minimal template for typesetting a curriculum vitae (CV) in LaTeX.
https://github.com/FMatti/Minimal-CV

curriculum-vitae latex latex-template

Last synced: 25 days ago
JSON representation

Minimal template for typesetting a curriculum vitae (CV) in LaTeX.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/licence-MIT-green?style=flat-square)
![](https://img.shields.io/badge/language-LaTeX2e-blue?style=flat-square)

# Minimal-CV
Minimal template for typesetting a curriculum vitae (CV) in LaTeX.

![minimal-cv](https://github.com/FMatti/Minimal-CV/assets/79205741/4f88d162-41ad-4b10-9b1c-fd8c6433d232)

## Introduction
Motivated by a friend's request I make the source for the CV that has assisted me more (or less) on my journey in the last few years. I was inspired by recent trends of modularizing and condensing CVs onto a single A4 page. My aim was to keep the code as simple as possible and only as customizable as necessary, hence why I call it 'Minimal'.

## Features
Some of the main features that characterize this template are the
- coherent and consistent design language
- programmatically generated vector icons and flags
- tunable color scheme
- extendability for personal use

### Icons
I designed a set of vector illustrations that can be used as icons to guide the eye of the reader towards the relevant information.
![icons](https://user-images.githubusercontent.com/79205741/177930763-1178f46a-04bb-4347-9a1e-90a9e47f435a.svg)

### Flags
A small set of flags can be used to make your language competences visible at a glance.
![flags](https://user-images.githubusercontent.com/79205741/177930857-f0c5ae05-6d3a-4d51-9f67-2ad911b33a7c.svg)

### Color schemes
Custom color schemes can be quite easily added to the default design to personalize the CV.
| Default | Blue | Green | Red |
:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
![minimal-cv-black](https://github.com/FMatti/Minimal-CV/assets/79205741/2270e68f-8f2a-4e4f-9f6a-1e82de8c57ad) | ![minimal-cv-blue](https://github.com/FMatti/Minimal-CV/assets/79205741/5c48a543-455c-4a5a-b0a9-640c94fb53ff) | ![minimal-cv-green](https://github.com/FMatti/Minimal-CV/assets/79205741/ce27e5c8-3c7c-4225-badc-e617dee9909e) | ![minimal-cv-red](https://github.com/FMatti/Minimal-CV/assets/79205741/6806cf3c-dde8-4755-90a5-1f09d44a7681)

## Usage
To build a pdf version of the CV simply run the following commands:

git clone https://github.com/FMatti/Minimal-CV.git
cd Minimal-CV
pdflatex Minimal-CV.tex

## Closing words

The template is dedicated (in honor and mockery) to the one and only Carl Friedrich Gauss whose work and mentality has never failed to inspire me on my academic journey throughout the last couple of years.

Suggestions for expanding the set of icons and flags are always welcome. Make sure to let me know if this template helped you land a job.