Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/da-luce/cv

My Curriculum Vitae (CV) written using LaTeX
https://github.com/da-luce/cv

cv cv-template latex latex-template resume resume-latex resume-template

Last synced: 3 months ago
JSON representation

My Curriculum Vitae (CV) written using LaTeX

Awesome Lists containing this project

README

        

# 📄 CV

My Curriculum Vitae (CV) and a cover letter template written using LaTeX.

## Building

> [!WARNING]
> Build scripts currently only run on MacOS.

> [!NOTE]
> Requires `pdflatex` and `imagemagick`.

Set executable permissions:

```bash
chmod +x ./make.sh
```

Then run:

```bash
# Public info
./make.sh
# Private info
./make.sh private
# For cover letter
pdflatex cover_letter.tex
```

## Screenshots

### Curriculum Vitae

![CV Image](./assets/cv.png)

### Cover Letter

![Cover Letter Image](./assets/cover_letter.png)

## To be Implemented

- [ ] A more standard build process that works on any OS
- [ ] GitHub action to only generate new PDFs/Images on `main` to reduce repo size