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
- Host: GitHub
- URL: https://github.com/mrkazzila/latex-resume
- Owner: mrKazzila
- License: mit
- Created: 2024-11-18T12:35:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:19:51.000Z (6 months ago)
- Last Synced: 2025-01-21T19:14:37.669Z (4 months ago)
- Topics: 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
- Language: TeX
- Homepage:
- Size: 911 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
This project is licensed under the MIT License. For more details, see the [LICENSE](./LICENSE) file.