Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/da-luce/cv
- Owner: da-luce
- License: mit
- Created: 2024-06-14T19:59:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T23:41:51.000Z (3 months ago)
- Last Synced: 2024-09-29T04:23:37.707Z (3 months ago)
- Topics: cv, cv-template, latex, latex-template, resume, resume-latex, resume-template
- Language: TeX
- Homepage:
- Size: 9.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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