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

https://github.com/mrkazzila/latex-resume

📘 A clean and minimalist one-page resume template, built with LaTeX
https://github.com/mrkazzila/latex-resume

cv cv-builder cv-templates latex latex-cv latex-cv-template latex-pdf latex-resume latex-resume-template latex-template latex2pdf pdf pdf-generation resume resume-creator resume-templates resume-tex tex

Last synced: 2 months ago
JSON representation

📘 A clean and minimalist one-page resume template, built with LaTeX

Awesome Lists containing this project

README

        


LaTeX resume template



Overleaf •
Note •
Description •
Local build •
Preview •
License

## Note
This LaTeX template is a reworked version of the template by [Jake Gutierrez](https://github.com/jakegut),
which is available on GitHub via [this link](https://github.com/jakegut/resume).
The original template is licensed under the [MIT License](https://github.com/jakegut/resume/blob/master/LICENSE).

## Description
Yet another simple, clean, and ATS-friendly resume template with a modular structure.
It also supports local building of the PDF from `.tex` files using Docker,
and includes a simple CI pipeline that builds the PDF using GitHub Actions.

## Local build
To see available `just` commands, run:
```bash
just help
```

Useful commands

Build the image:
```bash
just build
```

Convert `.tex` to `.pdf`:
```bash
just run
```

Format `.tex` files and build the PDF:
```bash
just run-format
```

Remove all `.bak` files:
```bash
just remove-bak
```

Run LaTeX linter:
```bash
just run-linter
```

## Preview
![Latex resume example png](resume/latex-resume-example.png)

## License
This project is licensed under the MIT License. For more details, see the [LICENSE](./LICENSE) file.




GitHub •
Resume •
LinkedIn